preferences:preferences_categories:file_operations:options

This page contains miscellaneous options relating to file operations.

  • Create Folder automatic suggestion popups: Automatically displays a popup list containing previously used names when creating a new folder. If turned off you can show the suggestion list by pressing Ctrl+Space.
  • Deselect files used in functions: Normally when you select one or more files and then invoke some sort of function on them (e.g. copy them to another folder), Opus deselects the files involved in the function automatically. If you turn this option off, the files will remain selected so that you can perform additional operations on them without having to reselect them.          
    • Postpone file deselection until end of function: In conjunction with the above option - the files will not be deselected until the function has finished. With this option off, the files would be deselected as soon as the function is invoked. When this option is on, the function only maintains a "weak" connection to the files involved - as soon as you click in the Lister or do anything else that involves selecting or deselecting files, the link is broken and the files will no longer be automatically deselected.
  • Detect external file changes on network drives: This option causes Opus to monitor network folders for changes made by other programs. For example, if you use a third-party archiving tool in a network folder, Opus would not detect any files it created in a network share unless this option was on. Monitoring network drives like this can result in reduced network performance (some file systems are worse than others) and so you may want to turn this off - you can always manually refresh a file display by pressing F5.
Use template when creating shortcuts

This template is used to define the new name of a shortcut to an existing file or folder (for example, when you drag & drop a file with the right button and choose Create Shortcut Here from the context menu). You can use these codes in the template string to insert information:

  • %1: Inserts the original file name.
  • %2: Inserts the shortcut count in brackets (if greater than one).
  • %3: Inserts the shortcut count without brackets.
  • %%: Inserts a literal % character.

For example, the default template is %1 - Shortcut %2. Say you pick a file "Document.txt" and make a shortcut to it.

The first shortcut in that location has a "shortcut count" of 1, which is not shown - so %2 will expand to nothing. The first shortcut's name would be Document - Shortcut.lnk.

If you make a second shortcut, the count would be 2, and the new filename would be Document - Shortcut (2).lnk.

You can also use the evaluator to generate a new name - see Generated File Names for details.

Undo
  • Maximum undo entries: The maximum number of operations that will be shown in the undo list.
  • Sequential undo: Normally when you undo an operation, a new undo entry is created at the top of the undo list to undo the undo. When this option is enabled, undoing an operation no longer adds the undone action at the top of the undo list. Instead, it adds it to a separate "redo" list. This lets you undo multiple actions in sequence, and optionally redo them in reverse order if needed, using the Undo REDO command.