Search found 8 matches
- Tue Feb 23, 2021 1:24 pm
- Forum: Suggestions
- Topic: Make row selectable, not just "Name" column
- Replies: 3
- Views: 1754
Re: Make row selectable, not just "Name" column
Love this app! And WOW did you respond quickly! Just made a donation
- Tue Feb 23, 2021 1:14 pm
- Forum: Suggestions
- Topic: Visual indicator to differentiate rows
- Replies: 2
- Views: 1515
Re: Visual indicator to differentiate rows
Oh my - I need to do a better job reading the documentation! Thanks
- Tue Feb 23, 2021 1:12 pm
- Forum: Suggestions
- Topic: Make row selectable, not just "Name" column
- Replies: 3
- Views: 1754
Make row selectable, not just "Name" column
I would like to be able to double-click on any column entry to open the item in the "Name" column, e.g. to be able to double-click on "08/22/2020 08:47 AM" in the "Date Modified" column to open the corresponding "TypeLib2AHK_X" folder: Everything_highlight_alternating_rows_3.png With current version...
- Tue Feb 23, 2021 1:01 pm
- Forum: Suggestions
- Topic: Visual indicator to differentiate rows
- Replies: 2
- Views: 1515
Visual indicator to differentiate rows
Love this app! Wishing there was a feature that would make it easy for me to differentiate between rows. For example: if I want to open the folder that has Date Modified "08/22/2020 08:47 AM", I find it hard to accurately line up with my eyes the correct row in the Name column with the desired date ...
- Wed Jun 10, 2020 5:10 pm
- Forum: Bug report
- Topic: Suggested corrections for documentation
- Replies: 2
- Views: 3868
Re: Suggested corrections for documentation
Apologies for my sloppiness... Correction: https://www.voidtools.com/support/everything/searching/ aliases such as wfn: say Match the whole filename or match anywhere in the filename As I continue to study the documentation and test, I realize that the list of modifiers in that section are not all a...
- Wed Jun 10, 2020 2:32 am
- Forum: Bug report
- Topic: Suggested corrections for documentation
- Replies: 2
- Views: 3868
Suggested corrections for documentation
Help>Search Syntax:
1) exact: modifer is not listed there
2) aliases such as wfn: say
1) exact: modifer is not listed there
2) aliases such as wfn: say
Would be useful for a noob like me if it saysMatch the whole filename or match anywhere in the filename
PS: isfilename/folder
correct?or match anywhere in the filename
- Wed Jun 10, 2020 2:28 am
- Forum: Support
- Topic: List of folders with specified name
- Replies: 2
- Views: 1877
Re: List of folders with specified name
Thank much!
I scoured the Help>Search Syntax. Thanks to your post, I've learned:
1) exact: modifer is not listed there
2) aliases such as wfn: say
I scoured the Help>Search Syntax. Thanks to your post, I've learned:
1) exact: modifer is not listed there
2) aliases such as wfn: say
Would have been useful for a noob like me if it saidMatch the whole filename or match anywhere in the filename
filename/folder
- Tue Jun 09, 2020 8:42 pm
- Forum: Support
- Topic: List of folders with specified name
- Replies: 2
- Views: 1877
List of folders with specified name
e.g. I'm trying to find all folders named ".vscode". Only way I could figure how is
Any alternatives?
Just wanted to confirm that regex only works on filenames?
Code: Select all
folder: .vscode len:7
Just wanted to confirm that regex only works on filenames?