Search found 9 matches

by Helix751
Fri Apr 19, 2024 3:20 pm
Forum: Support
Topic: Extension with value ranges?
Replies: 2
Views: 381

Re: Extension with value ranges?

Thanks!

Changed it a bit to:

Code: Select all

regex:extension:^r(ar|\d{2})$
to limit the rxx ext to exactly 2 digits.
by Helix751
Sun Apr 14, 2024 1:02 pm
Forum: Support
Topic: Extension with value ranges?
Replies: 2
Views: 381

Extension with value ranges?

Hi. I'm trying to make a filter for multi-part compressed files. Like rar;r00;r01;....;r99 but have tried ranges in ext: function with no success, like: ext:rar;r<00..99> ext:r<ar|00..99> The following actually works, though, so I believe the range not expanding is the one to blame: ext:r<ar|00|01|0...
by Helix751
Tue Oct 10, 2023 3:24 pm
Forum: Everything 1.5 Alpha
Topic: 1357a lost the ESC to close a Window
Replies: 9
Views: 8438

Re: 1357a lost the ESC to close a Window

Indeed yes. Just confirming what I found just today. Thanks @void for clarifying. I reassigned 'ESC' to File>Close window I have also reassigned Ctrl+T (Always on top) to Ctrl-Alt+T and then: Ctrl+T == "New Tab" Ctrl+W == "Close Tab" To keep consistency with browsers and other ta...
by Helix751
Tue Oct 10, 2023 1:49 pm
Forum: Everything 1.5 Alpha
Topic: 1357a lost the ESC to close a Window
Replies: 9
Views: 8438

Re: 1357a lost the ESC to close a Window

I always use ESC to close the current Everything Window. After the update to version 1357a this was no longer working. I had to assign it in the Keyboard settings. Confirmed. Up until v1356a (and including all former stable releases) 'ESC' always closed the current search/file-list window. v1357a h...
by Helix751
Thu Aug 10, 2023 3:30 am
Forum: Suggestions
Topic: "Sticky" mode to stick to borders
Replies: 1
Views: 3908

"Sticky" mode to stick to borders

Hi. I frequently use the Resize options (hotkeys Alt-1 thru Alt-4) to enlarge and compact the results window to the predefined sizes. The issue here is that when enlarging a window that is aligned to the bottom right or top-right border, and shrinking it again afterwards, the resulting window stays ...
by Helix751
Thu Aug 10, 2023 12:41 am
Forum: Bug report
Topic: [v1.5.0.1354a.x64] Import settings doesn't work properly
Replies: 2
Views: 4795

Re: [v1.5.0.1354a.x64] Import settings doesn't work properly

Great to know. Thanks void for the quick answer. v1.5 looks and works great so far!
by Helix751
Wed Aug 09, 2023 10:01 pm
Forum: Bug report
Topic: [v1.5.0.1354a.x64] Import settings doesn't work properly
Replies: 2
Views: 4795

[v1.5.0.1354a.x64] Import settings doesn't work properly

Hi. I tried the Alpha, and started by importing settings.ini from Everything 1.4.

The import tool completed without errors, but:
  • Only the 1st Search filter entry was imported, but just its name, not its filter definition.
  • The remainning filters were not imported at all.
Running under Win11 Pro.
by Helix751
Tue Apr 14, 2020 4:29 am
Forum: Suggestions
Topic: "White list" together with "Exclude list"
Replies: 2
Views: 5560

Re: "White list" together with "Exclude list"

Wow. Thanks for the heads-up! This actually did the job. Hadn't thought about filters instead of white/black lists. Paradigms.

btw, I'm currently using a combination of filters (for combinated filter out+in) and Exclusion list (to filter-out never-to-be-included folders)

Thanks again
by Helix751
Sun Apr 12, 2020 4:17 pm
Forum: Suggestions
Topic: "White list" together with "Exclude list"
Replies: 2
Views: 5560

"White list" together with "Exclude list"

Hi I am actually using the "Exclude folders" list to exclude the Users\<user>\AppData\Roaming\* files and folders to keep appearing on the search results as often there are similar/duplicate files that match the required ones. But, there are some specfic files in subfolders inside the &quo...