Download the latest
TrackerV3 BETA version (v3.60.0040, 16-sep-2004).
Code: Select all
+++ major new feature
+ new feature
* changed feature
% improved performance
! fixed minor bug
!!! fixed major bug
v3.60.0040 - 16.09.04 14:00
+++ Boolean search now supports parentheses of infinite nesting depth.
Ok, the maximum is 256 nesting levels, which should be sufficient
for most brains around. If you need more, tell me.
Some syntax examples just to hint at the possibilities:
Tarantino | Tarrantino 1 level
(Tarantino | Tarrantino) & Kill 2 levels
(Tarantino | Tarrantino) & (Kill | Bill) 2 levels
(Tarantino | Tarrantino) & (!Kill | !Bill) 2 levels
(Tarantino | Tarrantino) & !(Kill | Bill) 2 levels
!((Tarantino | Tarrantino) & (Kill | Bill)) 3 levels
... it's a long way to 256 levels.
Operator precedence is still: NOT > AND > OR, so the following two
search terms are equivalent:
Quentin or not Kill and Bill
Quentin or ((not Kill) and Bill)
Parentheses escaped by "\" are taken as part of the search term.
+ The NOT operator "!" can now as well be written " NOT " or " not ".
Thanks to parentheses the NOT operator can now be attributed to
higher levels (not just to individual patterns): instead of "!cat
| !dog" you can now say "NOT (cat AND dog)" resp. "!(cat & dog)".
* Improved timing resolution from 10 msec to 1 msec.
v3.60.0038 - 15.09.04 18:36
- Removed the following keyboard shortcuts (added to v3.40.0081):
Shift+F7: Move selected files to the last folder into which a file
was moved (using the File/Move To/Browse... command)
Ctrl+F7: Copy selected files to the last folder into which a file
was copied (using the File/Copy To/Browse... command)
Ctrl+Shift+F7: Backup selected files to the last folder into which
a file was backupped (using the File/Backup To/Browse...
command)
Why: useless crap. You just cannot use a shortcut to a variable
command while it is invisible. Nobody has that kind of memory.
And, worse, when you move a file by accidentally pressing Ctrl+F7,
you might not know what happenend and have a hard time to find
your file again.