A free update for all Opus 9 users - Directory Opus 9.1.0.5 is now available from http://www.gpsoft.com.au.
Version 9.1.0.5 – April 29th 2008
Bugs fixed / minor changes:
- The new grp:XXX syntax in wildcard pattern matching did not properly resolve the name of the Filetype group (with the result that only the default groups Images/Documents/etc would work.)
- Right-click / Rename on the Folder Tree incorrectly displayed the full Rename dialog (with an incorrect filename) rather than entering inline rename mode as intended
- The ADD argument can now be used with the Clipboard SET command to add text to the existing clipboard contents.
- There is a new ext2 modifier for file command codes (e.g. {file|ext2}). This is basically the same as the existing ext modifier except the period is omitted (so, for example, {file|ext2} might return txt whereas {file|ext} would return .txt)
- Fixed a problem where Copy UPDATEALL and UPDATEEXISTING would incorrectly delete pre-existing empty folders in the target directory.
- Swapped the key shortcuts for Delete and Edit in the Folder Aliases Preferences dialog to be more logical.
A free update for all Opus 9 users - Directory Opus 9.1.0.4 is now available from http://www.gpsoft.com.au.
Version 9.1.0.4 - April 24th 2008
New Features:
- Inline rename (renaming a file in the Lister by pressing F2 rather than through the Rename dialog) now supports the case-altering functionality of the full Rename dialog. When editing a name you can press:
Ctrl + L lower-case all Ctrl + U upper-case all Ctrl + W capitalize all words Ctrl + P capitalize first word
- Added a new SHOWPREVIEW argument to the Rename command. This lets you control the state of the preview display when opening the Advanced Rename dialog.
- It is now possible to auto-generate a list of Rename Presets in a toolbar or button. To do this, use the command Rename PRESET=!list
- It is now possible to refer to File Type groups in most places where filename wildcard pattern matching takes place. The syntax for this is grp:xxxx where xxxx is the group name. For example,
Select grp:Images - automatically select all files matching the Images group
Set SHOWFILTERFILENAME grp:documents - hide all files not in the Documents group
- The FTP Address Book has a new Connect button in its toolbar. This lets you connect to a site directly from the address book.
- FTP sites displayed in the FTP drop-down menu now have context menu actions - right-clicking on these gives you the option to Connect, Edit or Delete the site.
- The FTP Auto-Upload functionality has been extended to support external programs that return immediately upon invocation, or do not return at all. Previously, Opus would wait until the program it launched had returned before prompting to re-upload the file, however this methodology fails if the program launched returns immediately.
There are several new options in Preferences / File Operations / Options that let you configure the auto-upload monitoring. The default is Check for modifications when launched process exits - this is the old behaviour. The new Monitor options let you refine the detection of file changes.
Monitor file until it changes means Opus will monitor the downloaded file indefinitely until it either changes or is deleted. Note that only the first change to the file will be detected using this option - if the file subsequently changes again Opus will not detect this.
Monitor file for X minutes makes Opus monitor the downloaded file for the specified time. Any changes to the file within this time period will be noticed.
Monitor indefinitely (until Opus exits) means that Opus will monitor the downloaded file indefinitely until either Opus exits or the file is deleted. Any changes to the file will be detected.
- There is a new escwild modifier for file command codes (e.g. {file|escwild}) that makes Opus automatically escape any wildcard characters in the filename. This is useful if the filename is to be passed to an internal command that supports wildcards. For example,
Select {file|noext|escwild}.*
- The Full-row selection options in both Preferences / Lister Display Modes / Details Mode and Power Mode now have a new modifying option called Display only. If the Display only option is enabled as well, items will visually appear to be selected across the full row but selection of the item will only take place from a click on the item name (the same as when Full-row is disabled altogether).
- There is a new Set FULLROWSELECT command that lets you control the full-row selection option from a button or hotkey. The parameters are:
on Turn full-row selection on off Turn full-row selection off toggle Toggle full-row selection display Command affects the state of the Display Only option select Command affects the state of the Full-row selection option power Affects Power mode details Affects Details mode If neither power nor details is specified the command will affect the current display mode.
- The Copy ZIP command has a new keepfolder argument. Normally, if you run Copy ZIP on a single folder, the contents of that folder are added directly to the zip file, ignoring the actual folder you selected. If Copy ZIP=keepfolder is specified, the sub-folder itself (including its contents) is added to the zip file.
- The Filetype NEW command now adds the name of the newly created file to a function variable called newfile. For example, to create a new text file and then automatically open it in Notepad:
Filetype NEW = .txt notepad "{sourcepath}\{$newfile}"
- There is now partial support for the Vista localized folder name system; in the Folder Tree and in the Breadcrumbs path field. This is the system where on a non-English computer, the underlying name of the folder does not change ( "Users" is still "Users") but a localized translation is shown in the user interface.
- New, re-written ActiveX plugin. Supports x64, Vista Preview Handlers, improved MS Office compatibility, and several new web file types including MHT and URL files.
- The Delete EMPTYRECYCLE command now lets you specify a single drive to empty the recycle bin for. For example, Delete EMPTYRECYCLE=c: would only empty the bin on drive C. The EMPTYRECYCLE command now also supports the FORCE argument, to prevent the confirmation dialog from appearing, and the QUIET argument to prevent the progress bar and audio feedback.
- The Rename INLINE command can now take a single argument. If this is specified (e.g. Rename INLINE=single) then inline rename will only be activated if a single item is selected; if two or more items are selected then the Rename dialog will be shown instead.
Bugs fixed / minor changes:
|