Using macros for bookmarks

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

Using macros for bookmarks

Post by vsub »

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
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: Using macros for bookmarks

Post by void »

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.
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

Re: Using macros for bookmarks

Post by vsub »

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
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: Using macros for bookmarks

Post by void »

Is the macro set to rr: or rr?
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

Re: Using macros for bookmarks

Post by vsub »

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.
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: Using macros for bookmarks

Post by void »

It does work for me, strange it is not for you, what is displayed in the debug output when you search for rr:?
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

Re: Using macros for bookmarks

Post by vsub »

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
rr: on any filter except Recent Run filter display nothing
Recent Run filter with \ for search,display all files started more than once
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: Using macros for bookmarks

Post by void »

Thanks for the debug output, this is an issue with parsing the >
I will look into this problem..
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

Re: Using macros for bookmarks

Post by vsub »

Yes,that's what I found just now
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

Re: Using macros for bookmarks

Post by vsub »

Till I wait for the next beta,this work as a fix
runcount:gt:0
Post Reply