how do I find card.cpp ?

General discussion related to "Everything".
Post Reply
Asger-P
Posts: 5
Joined: Thu Feb 16, 2023 9:34 am

how do I find card.cpp ?

Post by Asger-P »

Hi

I just installed Everything Woooow it is fast.

I there a way to find card.cpp, only card.cpp and not sdcard.cpp, I have tried "card.cpp" but that does not help.

Thanks in advance
Best regards
Asger
void
Developer
Posts: 15351
Joined: Fri Oct 16, 2009 11:31 pm

Re: how do I find card.cpp ?

Post by void »

Please try the exact: search modifier.

For example:

exact:card.cpp

regex:^card.cpp$
Asger-P
Posts: 5
Joined: Thu Feb 16, 2023 9:34 am

Re: how do I find card.cpp ?

Post by Asger-P »

Hi Void

Thanks that worked, but shouldn't "card.cpp" do the same (according to the help) ?

Best regards
Asger
void
Developer
Posts: 15351
Joined: Fri Oct 16, 2009 11:31 pm

Re: how do I find card.cpp ?

Post by void »

Double quotes will escape spaces and operators.

Technically using double quotes will still search for an exact phrase anywhere in the filename.
Asger-P
Posts: 5
Joined: Thu Feb 16, 2023 9:34 am

Re: how do I find card.cpp ?

Post by Asger-P »

Hi

I just found that if I hit Ctrl+B it gives the same result as exact:card.cpp

Best regards
Asger
void
Developer
Posts: 15351
Joined: Fri Oct 16, 2009 11:31 pm

Re: how do I find card.cpp ?

Post by void »

Ctrl + B will toggle Match Whole Words from the Search menu.

Everything will remember this search option.
You can set the default search options under Tools -> Options -> Home.

Take note of any search options shown in the bottom right of the status bar.
Post Reply