Download the latest
TrackerV3 BETA version (v3.50.0079, 26-jun-2004).
Code: Select all
+++ major new feature
+ new feature
* changed feature
% improved performance
! fixed minor bug
!!! fixed major bug
v3.50.0079 - 26.06.04 12:00
* Favorites handling rewritten for internal reasons. In consequence your
topmost favorite will be missing from the list. Just re-add it manually
(CTRL+B).
+ Menu Favorites/Toggle Grey Branch is now saved between sessions.
I also added a fashionable border to it.
v3.50.0076 - 25.06.04 20:32
! Find files with ORed name patterns listed all hits for each pattern, so
that files matching more than one pattern were also listed more than
once. Fixed.
* Find Files, "Look in" combo: Changed the OR operator for multi-
directory search from ";" to " | ", eg:
E:\TestFiles\FindLogic\ | D:\FileView\
searches these two directories.
* Find Files: changed the search logic operators:
" & " is logical AND (previously "/")
" | " is logical OR (previously ";")
Mind the spaces, they are part of the operators. Example:
Named: Bill & Monica | Bill & Elected
= Boolean: ("Bill" AND "Monica") OR ("Bill" AND "Elected")
* Find Files, escaping operators:
If searching eg for "Bill & Monica.jpg" you can escape the "&"-
character with "\":
Named: Bill \& Monica.jpg
This is only necessary when & is preceded and followed by a space,
otherwise it's not recognized as Boolean AND anyway. The "|"-character
(OR) does not have to be escaped because it cannot be part of a valid
filename.
v3.50.0075 - 25.06.04 11:47
+ Menu File (= context menu for files):
New command "File Path": copy path of focused file to clipboard.
* Menu File (= context menu for files):
Renamed "Filename with Path" to "File Path/Name".
+ Menu Favorites/Toggle Hilite Current Folder: hilite is now saved
between sessions.
v3.50.0074 - 24.06.04 19:52
+ The bucket: new feature for advanced users with good short-term memories.
It's all keyboard-driven, and here are the new cut/copy/paste keyboard
shortcuts for tree and list:
Ctrl+C: copy selected files/folders (fresh bucket).
Empties bucket if nothing is selected.
Ctrl+Shift+C: copy selected files/folders (add to current bucket).
Switch from cut to copy if nothing is selected.
Ctrl+X: cut selected files/folders (fresh bucket).
Empties bucket if nothing is selected.
Ctrl+Shift+X: cut selected files/folders (add to current bucket).
Switch from copy to cut if nothing is selected.
Ctrl+V: paste bucket to current location.
If files are moved (ie cut/pasted) the bucket is automatically
emptied when the operation is completed.
Ctrl+D: empty the bucket (necessary only to free a couple of memory bytes).
Note that this bucket works independent of mouse/menu-driven
cut/copy/paste: what you copy by keys you must paste by keys.