- + Visual Filter: To hide all folders simply prefix "!\|" to the pattern(s). For example:
!\|a* -> Hide all folders and show only files with a*
!\|* -> Hide all folders and show all files
Saturday, January 31, 2009
v7.90.0085 - 2009-01-31 11:47
Entry Type:
Beta Update
Posted by
XYplorer user : J_C_Hallgren
at
5:49 AM
Friday, January 30, 2009
v7.90.0084 - 2009-01-30 14:10
- + Visual Filter: Now you can define a filter to apply only to folders yet show all files. Simply prefix "*|" to the pattern. For example, to show only folders beginning with "a" and all files:
*|a*
To show all files but no folders:
*|!* - * Updated the help file
Entry Type:
Beta Update
Posted by
XYplorer user : J_C_Hallgren
at
8:08 AM
Thursday, January 29, 2009
v7.90.0082 - 2009-01-29 21:29
- + SC report(): Now supports Tags & Comments. Browse and Find mode support the fields {Tag} and {Comment}.
There's an additional Special Field {TagID} which is obviously set to the item's Tag ID. If the item has a comment but no color tag assigned {TagID} returns "0"; if the item is not tagged at all {TagID} returns "".
Example:
::text report("{name}, {tag} (ID={tagID}), {comment}<crlf>"); - * File Tags: The database accepts Tag IDs not only from 0 to 15 but from -2147483648 to 2147483647. You can already set these IDs manually (but forget names and colors! -- anything beyond #15 is just numbers for the time being); they will be shown in the Tag column as 3-digit (for better sorting, and tribute to James Bond) numbers and can be used for sorting (and later for VFOs).
- ! List | Comment Column: Item "Last Comment" would break menu layout when the last comment contained commas. Fixed.
- ! Info Panel | Version: Fixed an issue with corrupt version info. Now even a corrupt version info can be displayed (thanks to a smart workaround) and you get no crash when even the workaround doesn't work.
Entry Type:
Beta Update
Posted by
XYplorer user : J_C_Hallgren
at
3:26 PM
v7.90.0081 - 2009-01-29 11:03
- * Info Panel | Version: Now you get more information when/why no version info is shown.
- "No version info."
File type has no version info.
- "Version info not found."
File type can have a version info but this file has not.
- "Version info corrupt."
File has a version info but it is corrupt. - ! Configuration | Tags: When cancelling the config dialog after using any of the buttons on the Tag page, any color schemes above #8 were lost. Fixed.
Entry Type:
Beta Update
Posted by
XYplorer user : J_C_Hallgren
at
5:03 AM
Wednesday, January 28, 2009
v7.90.0080 - 2009-01-28 21:13
- + Configuration | Tags: Added button "Tag Check Up...". Helps you keep your tag database fast, tight, and tidy.
- ! Unfortunate toolbar action could lead to crash since v7.90.0079. Fixed.
- * Tags: Max number raised to 16 (incl. "None"). So, additionally to the 7 predefined color schemes (plus non-editable scheme "None"), you can add another 8 schemes.
- * Tags: Renamed Violet to Purple, and changed the color a bit.
Entry Type:
Beta Update
Posted by
XYplorer user : J_C_Hallgren
at
3:11 PM
v7.90.0079 - 2009-01-28 13:34
- * Menu Favorites | Comment...: Now with KS support.
- * List | Tag and Comment columns: Now you get tooltips for cropped contents. If you use symbols on the Tag column and your labels are longer than 2 letters and your Tag column width is minimized then you will get tooltips for the symbols as well.
- + File Tags: For developers and hardcore users there's a new undocumented and unsupported SC edittags. It works directly on the memory (not on tag.dat), and it works well... :)
Entry Type:
Beta Update
Posted by
XYplorer user : J_C_Hallgren
at
7:32 AM
Tuesday, January 27, 2009
v7.90.0078 - 2009-01-27 21:16
- * File Tags: Now you can move, rename, or delete tagged items and the tag database (tag.dat) should remain intact. These are the rules:
- MOVE items
- tags move along with the items
- special case: moved item overwrites existing item:
new tag overwrites any old tag
new tag overwrites non-tag
non-tag does NOT overwrite old tag: old tag stays
- RENAME items
- tags stay
- DELETE items
- tags are removed
- COPY items
- no action on tags:
new targets (the "copies") have no tags;
overwritten targets keep any tags they might have
Reasons:
- otherwise tags would quickly multiply on your system making it
slow and heavy
- you can tag an item e.g. as "original" and the copy will not
inherit that tag
Note that I took a lot of effort to make this as quick as possible
but it should be clear that synchronizing a large tag database
takes time. - ! File Tags: Tags were not shown in subfolders of recursive search results. Fixed.
- ! File Tags: Column clicks did not work in Find mode. Fixed.
- * MRUs: Now, patterns from the following commands are not added to the command's MRU list anymore when triggered via scripting:
VisualFilter (::filter)
BatchRename (::rename "b")
RegExpRename (::rename "r")
SearchReplace (::rename "s")
KeepParticularChars (::rename "k")
Entry Type:
Beta Update
Posted by
XYplorer user : J_C_Hallgren
at
3:15 PM
Monday, January 26, 2009
v7.90.0077 - 2009-01-26 17:04
- ! File Tags: Fixed column left click glitch
- * File Tags: Added "Remove Comment" to column right click.
Entry Type:
Beta Update
Posted by
XYplorer user : J_C_Hallgren
at
11:02 AM
v7.90.0075 - 2009-01-26 13:59
- % Toolbar: Now you can repeatedly left-click a button real fast to get quickly repeated actions. Before, any sequences faster than your system DblClick time would be registered as a DblClick and not trigger a second action.
- + Scripting got a new function.
Name: utf8decode()
Action: Decodes UTF-8 encoded string.
Syntax: utf8decode(string)
Example:
::echo(utf8decode("Köln")); //Köln - + Scripting got a new function.
Name: utf8encode()
Action: Encodes a string to UTF-8.
Syntax: utf8encode(string)
Example:
::echo(utf8encode("Köln")); //Köln - ! File Tags: Fixed a couple of glitches.
- * File Tags: Reorganized the column clicking behavior.
Tag column:
- Left-click: toggles default tag / no tag.
- Right-click: shows menu, now with Cancel item.
Comment column:
- Left-click: nothing special = normal white click.
- Right-click: shows menu, now with "Last Comment" item (not saved
across sessions).
Behavior can be turned on/off in Configuration Tags:
- Option "Toggle tags by Tag column click"
- Option "Popup by Tag/Cmt column right-click"
Note that, of course, the above column clicking does not work if
Full Row Select is enabled. - ! List: Drawing was not well clipped in very narrow columns. Fixed.
- ! Statusbar did not show version info anymore. Fixed.
Entry Type:
Beta Update
Posted by
XYplorer user : J_C_Hallgren
at
7:58 AM
Sunday, January 25, 2009
v7.90.0074 - 2009-01-25 10:06
- + File Tags: Now, when in Details view and with Tag column visible, you can right-click directly into the column to (un)tag items using a popup menu with all available tags.
- * List: Reduced the minimal width for columns from 28 to 18 pixels. Now you can minimize your Tag column with "Symbol" style nicely. Also other columns happen to be abbreviated nicely to first letter plus dot (e.g. "S.") if you use Tahoma 8.
- + File Tags: Now, when in Details view and with Comment column visible, you can click directly into the column to comment items! Selections are not affected by this click.
Entry Type:
Beta Update
Posted by
XYplorer user : J_C_Hallgren
at
4:04 AM
