I'm I doing something wrong?
I created a bookmark that searches for runcount:>0 and added a macro to it(rr)but when I type rr: nothing appear but it appears if I type runcount:>0 or click on the bookmark from the menu
Also nothing appear if I create a filter and use the macro(remove the macro from the bookmark)but appear if I select the filter and type something
Tried with 656 and 657
Using macros for bookmarks
Re: Using macros for bookmarks
Do you have a bookmark above the runcount: bookmark that also has the macro rr?
Everything will use the first bookmark with a matching macro.
Everything will use the first bookmark with a matching macro.
Re: Using macros for bookmarks
No,I don't use bookmarks and that was the first one
I also tried to delete the bookmark and create a filer with that macro but still nothing
I also tried to delete the bookmark and create a filer with that macro but still nothing
Re: Using macros for bookmarks
Is the macro set to rr: or rr?
Re: Using macros for bookmarks
rr only without :
Try making a new filter like this:
Name:
Type Something
Search:
runcount:>0
Macro:
rr
Hit ok
Type rr: in the search filed(Everything filter active)and if you have a list of recent run files(at least once),a list should appear...or at least I though it would.
Try making a new filter like this:
Name:
Type Something
Search:
runcount:>0
Macro:
rr
Hit ok
Type rr: in the search filed(Everything filter active)and if you have a list of recent run files(at least once),a list should appear...or at least I though it would.
Re: Using macros for bookmarks
It does work for me, strange it is not for you, what is displayed in the debug output when you search for rr:?
Re: Using macros for bookmarks
Code: Select all
search 'nocase:nopath:nowholeword:nodiacritics:noregex:<runcount:>0>' filter '!n
ocase:nopath:nowholeword:nodiacritics:noregex:<"C:\Documents and Settings\Admin\Recent\">'
FOLDER SEARCH C:\Documents and Settings\Admin\Recent
term 001a7f88, flags: 0140, next: 00f80300, notnext: 00000000
folderop: 244, fileop: 244, term: runcount:
term 00f80300, flags: 0140, next: 00171038, notnext: 00000000
folderop: 2, fileop: 2, term: 0>
term 00171038, flags: 0544, next: 00000000, notnext: 00000000
folderop: 196, fileop: 196, term: C:\Documents and Settings\Admin\Recent\
found 0 folders, size 0, db search time taken: 0.000333 seconds
found 0 files, size 0, db search time taken: 0.005805 seconds
_DB_WAIT: _db_ready_proc waiting...
_DB_WAIT: _db_ready_proc waited 0.000080 seconds
Recent Run filter with \ for search,display all files started more than once
Re: Using macros for bookmarks
Thanks for the debug output, this is an issue with parsing the >
I will look into this problem..
I will look into this problem..
Re: Using macros for bookmarks
Yes,that's what I found just now
Re: Using macros for bookmarks
Till I wait for the next beta,this work as a fix
runcount:gt:0
runcount:gt:0