Search found 8 matches

by lin-ycv
Sun May 15, 2022 1:11 pm
Forum: Development, plugins and third party software
Topic: macro/filter in sdk?
Replies: 8
Views: 10546

Re: macro in sdk?

wait, are macros and filters different? on the support page they call it macros: https://www.voidtools.com/support/everything/searching/ Macros quot: Literal double quote " apos: Literal apostrophe ' amp: Literal ampersand & lt: Literal less than < gt: Literal greater than > #<n>: Literal u...
by lin-ycv
Sun May 15, 2022 7:01 am
Forum: Development, plugins and third party software
Topic: does sdk support pic: and path: ?
Replies: 4
Views: 11391

Re: does sdk support pic: and path: ?

void wrote: Sat Mar 05, 2022 11:15 pm The SDK does not support access to filter macros.
(The next major version will)
Is there a rough timeline of when the next major version will be?
I'm deciding whether it's worth my time to develop a filtering method for my plugin, or wait for the next version.
by lin-ycv
Sun May 15, 2022 6:58 am
Forum: Development, plugins and third party software
Topic: macro/filter in sdk?
Replies: 8
Views: 10546

Re: macro in sdk?

Just saw on an older post, should've searched more throughly The SDK does not support access to filter macros. (The next major version will) Please try the following SDK call: $myCom ->Everything_SetSearch("regex:K199[^a-z0-9]*.* path:360 ext:ani;apng;bmp;bpg;cur;gif;ico;jfi;jfif;jif;jpe;jpeg;j...
by lin-ycv
Sat May 14, 2022 5:59 pm
Forum: Development, plugins and third party software
Topic: macro/filter in sdk?
Replies: 8
Views: 10546

Re: macro in sdk?

For Everything toolbar, they've implemented their own filter, checking for the macro keyword then filtering by file extension https://github.com/stnkl/EverythingToolbar/blob/26ff54b5048d168718cd78646cd3e17e649dd951/EverythingToolbar/Helpers/FilterLoader.cs#L64 I don't know how Total Commander does i...
by lin-ycv
Sat May 14, 2022 3:55 pm
Forum: Development, plugins and third party software
Topic: macro/filter in sdk?
Replies: 8
Views: 10546

macro/filter in sdk?

Does macros work with the SDK?
is there a specific method I need to call first?
I passed it through as part of the search query but that doesn't seem to be working.
by lin-ycv
Thu May 12, 2022 3:52 am
Forum: Support
Topic: Some folders no being indexed
Replies: 2
Views: 1254

Re: Some folders no being indexed

Thanks, this was the problem, solve!
void wrote: Thu May 12, 2022 3:33 am Please make sure these files are not excluded:
Uncheck Exclude hidden files and folders.
by lin-ycv
Thu May 12, 2022 3:25 am
Forum: Support
Topic: Some folders no being indexed
Replies: 2
Views: 1254

Some folders no being indexed

I've noticed that sometimes i can't find the files that I want, even tho I've indexed all my drives and included them in the database, I've also done a force rebuild without seeing any difference. In the screenshot, you see that I have the file called "Robots.gha" in the folder "C:\Us...
by lin-ycv
Fri Mar 11, 2022 2:35 am
Forum: Suggestions
Topic: [Feature request] Everything UI similar to any third party Windows launcher.
Replies: 19
Views: 26302

Re: [Feature request] Everything UI similar to any third party Windows launcher.

Just a FYI, I've integrated Everything search into PowerToys Run.
download is here: https://github.com/lin-ycv/EverythingPowerToys/releases

If you have thoughts/issues, create a issue on GitHub and I'll try to get to it ASAP.