Display Name does not utilize set highlight like other Columns do
-
Thy Grand Voidinesss
- Posts: 771
- Joined: Wed Jun 01, 2022 5:01 pm
Display Name does not utilize set highlight like other Columns do
Under the
Tools > Options... > Advanced > findbar_highlight_foreground_dark_color
user is able to set a color indicator for whatever string user is looking for in names and extensions of items. Unfortunately this highlight is applied only in the Column of Extension and Name - but not in Display Name
I am using Everything 1.5.0.1367a x64 Portable
Tools > Options... > Advanced > findbar_highlight_foreground_dark_color
user is able to set a color indicator for whatever string user is looking for in names and extensions of items. Unfortunately this highlight is applied only in the Column of Extension and Name - but not in Display Name
I am using Everything 1.5.0.1367a x64 Portable
Last edited by Thy Grand Voidinesss on Mon Aug 18, 2025 3:16 pm, edited 6 times in total.
-
Thy Grand Voidinesss
- Posts: 771
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Display Name does not utilize set highlight like other Columns do
But if under the
Search > Organize Filters
I have a Filter with such settings
and use it, then that highlight option gets applied to Display Name and not the Name i.e. a switcheroo happens and its trigger is a Filter
[Initially I wanted to post this very fresh observation in this topic viewtopic.php?p=64139 but it think it is a different kind of issues thus it would clutter that thread; and also all those various issues with Recycle Bin are already reported there are giving me headache]
Search > Organize Filters
I have a Filter with such settings
Code: Select all
Search
:\$recycle.bin\ !$I <search: | displayname:search:> columns:dm;property-system:system.recycle.datedeleted;extension;size;path;length;displayname;system.recycle.deletedfrom;name;type
Macro
bin<search>[Initially I wanted to post this very fresh observation in this topic viewtopic.php?p=64139 but it think it is a different kind of issues thus it would clutter that thread; and also all those various issues with Recycle Bin are already reported there are giving me headache]
Last edited by Thy Grand Voidinesss on Sun Apr 14, 2024 3:19 pm, edited 1 time in total.
Re: Display Name does not utilize set highlight like other Columns do
use is able to set a color indicator for whatever signs user is looking for in names and extensions of items. Unfortunately this highlight is applied only in the Column of Extension and Name - but not in Display Name
I'm unable to reproduce the issue.and use it, then that highlight option gets applied to Display Name and not the Name i.e. a switcheroo happens and its trigger is a Filter
Could you please send a screenshot to support@voidtools.com
Everything will highlight your search terms in the Name, Extension and Display Name columns.
Everything will only highlight your Findbar terms in the Name column.
-
Thy Grand Voidinesss
- Posts: 771
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Display Name does not utilize set highlight like other Columns do
Below is a showcase with an additional issue that I have just noticed
Notice how searched for is not highlighted in Display Name:
Notice how searched for is highlighted in Extension fort the TTA file but not for WAV files - and at the same time is not highlighted at the beginning of folders starting with amd64 and in a middle of folders in words Baseus:
Notice how searched for is now highlighted in Extension also when it is in WAV files after changing default Filter to that of mine set beforehand for showing content of Recycle Bin system folder* - plus how this fixed the issue of Display Name not succumbing to highlight:
[*Previously I spoke of a switcheroo happening - but back then I must have made a mistake or was experiencing this glitch in a sligtly different way than I experience it now]
Notice how searched for
wavNotice how searched for
aaaRe: Display Name does not utilize set highlight like other Columns do
These are the expected results.
When your Everything filter is active, Everything will search filenames.
Any matches are highlighted in the Name column, Extension column and Path column (if Match Path is enabled).
Extension is a part of the Name.
If there's any part of the extension highlighted in the Name, then it is also highlighted in the Extension column.
When your Recycle Bin filter is active, Everything will search filenames AND the Display Name.
Everything will highlight matches in the Name column, Extension column, Path column (if Match Path is enabled) and the Display Name column.
This might be easier to see without the Recycle Bin filter active:
Searching for the following will highlight terms in the Display Name column:
displayname:a
Searching for the following will highlight terms in the Name column and Extension column:
name:a
(the extension column highlighting might be a little unexpected here -Everything is just copying the highlighting from the Name)
Searching for the following will highlight terms in the Display Name column, Name column and Extension column:
displayname:a | name:a
When your Everything filter is active, Everything will search filenames.
Any matches are highlighted in the Name column, Extension column and Path column (if Match Path is enabled).
Extension is a part of the Name.
If there's any part of the extension highlighted in the Name, then it is also highlighted in the Extension column.
When your Recycle Bin filter is active, Everything will search filenames AND the Display Name.
Everything will highlight matches in the Name column, Extension column, Path column (if Match Path is enabled) and the Display Name column.
This might be easier to see without the Recycle Bin filter active:
Searching for the following will highlight terms in the Display Name column:
displayname:a
Searching for the following will highlight terms in the Name column and Extension column:
name:a
(the extension column highlighting might be a little unexpected here -Everything is just copying the highlighting from the Name)
Searching for the following will highlight terms in the Display Name column, Name column and Extension column:
displayname:a | name:a
-
Thy Grand Voidinesss
- Posts: 771
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Display Name does not utilize set highlight like other Columns do
So the short answer is [as I have understood it and tested out the following approach]: turn on the Match Path; which can be applied globally in menu of Search or individually for each Filter in their settings?
Thank you for clearing this out
But- why does Match Path do not apply itself to the Column of Original Path, now that I have turned it on globally?
Thank you for clearing this out
But- why does Match Path do not apply itself to the Column of Original Path, now that I have turned it on globally?
Re: Display Name does not utilize set highlight like other Columns do
Original Location is not a native Everything property.
Everything doesn't know what Original Location is..
It is supplied by the OS.
Enabling Match Path will not search Original Location.
To search for an Original Location, please include the following in your search:
property-system:system.recycle.deletedfrom:"my search"
(or right click the Original Location column header and click Search for Original Location)
For example:
property-system:system.recycle.deletedfrom:"C:"
C: will be highlighted in under the Original Location column.
If you wanted to match Original Location as well as the name and display name with your recycle bin filter, please try the following filter search:
Everything doesn't know what Original Location is..
It is supplied by the OS.
Enabling Match Path will not search Original Location.
To search for an Original Location, please include the following in your search:
property-system:system.recycle.deletedfrom:"my search"
(or right click the Original Location column header and click Search for Original Location)
For example:
property-system:system.recycle.deletedfrom:"C:"
C: will be highlighted in under the Original Location column.
If you wanted to match Original Location as well as the name and display name with your recycle bin filter, please try the following filter search:
Code: Select all
:\$recycle.bin\ !$I <<search:> | displayname:<search:> | property-system:system.recycle.deletedfrom:<search:>> columns:dm;property-system:system.recycle.datedeleted;extension;size;path;length;displayname;system.recycle.deletedfrom;name;type
-
Thy Grand Voidinesss
- Posts: 771
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Display Name does not utilize set highlight like other Columns do
This works; but is inconvenientvoid wrote: Wed Feb 07, 2024 10:12 am [...]
To search for an Original Location, please include the following in your search:
property-system:system.recycle.deletedfrom:"my search"
This still works; and is more convenient to usevoid wrote: Wed Feb 07, 2024 10:12 am (or right click the Original Location column header and click Search for Original Location)
But this
does not seem to work; i.e. it Original Path is unaffectedvoid wrote: Wed Feb 07, 2024 10:12 am [...]
filter search:
Code: Select all
:\$recycle.bin\ !$I <<search:> | displayname:<search:> | property-system:system.recycle.deletedfrom:<search:>> columns:dm;property-system:system.recycle.datedeleted;extension;size;path;length;displayname;system.recycle.deletedfrom;name;type
Re: Display Name does not utilize set highlight like other Columns do
Everything 1.5.0.1367a adds a Date Deleted and Original Location property.
Please try the following search:
I have on my TODO list to review the function syntax for property-system: as this currently does not support subexpressions (<>)
However, with the newly added original-location: support, it makes this moot.
Please try the following search:
Code: Select all
:\$recycle.bin\ !$I <<search:> | displayname:<search:> | original-location:<search:>> columns:dm;date-deleted;extension;size;path;length;displayname;original-location;name;type
I have on my TODO list to review the function syntax for property-system: as this currently does not support subexpressions (<>)
However, with the newly added original-location: support, it makes this moot.
-
Thy Grand Voidinesss
- Posts: 771
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Display Name does not utilize set highlight like other Columns do
As the above seems to work now - is thus there a point of me waiting for this update:void wrote: Thu Feb 08, 2024 7:14 am [...]Code: Select all
:\$recycle.bin\ !$I <<search:> | displayname:<search:> | original-location:<search:>> columns:dm;date-deleted;extension;size;path;length;displayname;original-location;name;type
?void wrote: Thu Feb 08, 2024 7:14 am I have on my TODO list to review the function syntax for property-system: as this currently does not support subexpressions (<>)
[...]
Re: Display Name does not utilize set highlight like other Columns do
No.is thus there a point of me waiting for this update
This was in reference to:
property-system:system.recycle.deletedfrom:<search:>
This filter search does not currently work as < and > are not supported yet.
I am working on adding < and > support.
It's likely the above search will work in the next alpha update.
For now, use the following instead:
original-location:<search:>
-
Thy Grand Voidinesss
- Posts: 771
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Display Name does not utilize set highlight like other Columns do
So right now when I use this Filter
and have the Match Path option turned on I see highlight in Path, Extension, Name, Display Name - but if I turn this Filter off then the Display Name stops showing it
How to make Display Name utilize highlight indications always?
Code: Select all
:\$recycle.bin\ !$I <<search:> | displayname:<search:> | original-location:<search:>> columns:dm;date-deleted;extension;size;path;length;displayname;original-location;name;type
How to make Display Name utilize highlight indications always?
Re: Display Name does not utilize set highlight like other Columns do
There's no option to do this.
The Display Name is a property, not the filename.
Only matches from your search are highlighted.
You will need to search with displayname: to highlight matches under the Display name column.
For example:
displayname:abc
displayname:"abc 123"
abc | displayname:abc
"abc 123" | displayname:"abc 123"
The Display Name is a property, not the filename.
Only matches from your search are highlighted.
You will need to search with displayname: to highlight matches under the Display name column.
For example:
displayname:abc
displayname:"abc 123"
abc | displayname:abc
"abc 123" | displayname:"abc 123"
-
Thy Grand Voidinesss
- Posts: 771
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Display Name does not utilize set highlight like other Columns do
I do not know what / how these variants should filter out
but using something like these
does work - but unfortunately not when I use that Recycle Bin oriented Filter of mine. Because then [when I switch to it] I have to use just
in the box of Search Edit
And so, as
in Search Edit constantly or keep selecting a Bookmark working in same way] I would be to create a pseudo-default Filter named e.g. Everything-but-with-Display-Name-support that would have its Search field set to something like just
[this does not work] and use it instead of the really default Filter named Everything?
How about if aside from
Search > Match Path
there would also be option
Search > Match (System) Properties
or / and even better working
Search > Match Property of Display Name
because such one would be precisely targeted?
Code: Select all
test | displayname:test
"test 2" | displayname:"test 2"Code: Select all
displayname:test
displayname:"test 2"Code: Select all
test
test 2And so, as
right now a second way to workaround this [if I do not want to indulge in having to writevoid wrote: Sat Apr 20, 2024 11:24 am There's no option to do this.
The Display Name is a property, not the filename.
[...]
Code: Select all
displayname:Code: Select all
displayname:<search:>How about if aside from
Search > Match Path
there would also be option
Search > Match (System) Properties
or / and even better working
Search > Match Property of Display Name
because such one would be precisely targeted?
Re: Display Name does not utilize set highlight like other Columns do
I am considering a search -> Match indexed properties option.
Thank you for the suggestions.
A better approach might be to fire up another instance just for your recycle bin:
Start a Recycle Bin instance of Everything by running:
Everything.exe -instance "Recycle Bin"
Import your settings under Tools -> Import and Export Settings.
Setup this instance to index only your Recycle Bin under Tools -> Options -> Folders.
Setup a filter to search only the display name:
Filter Name: Display Name
Filter Search: #[REPLACETERMS:$param:,"displayname:#TERM:"#]:
In your main instance, remove the Recycle bin from Tools -> Options -> Folders.
Thank you for the suggestions.
A better approach might be to fire up another instance just for your recycle bin:
Start a Recycle Bin instance of Everything by running:
Everything.exe -instance "Recycle Bin"
Import your settings under Tools -> Import and Export Settings.
Setup this instance to index only your Recycle Bin under Tools -> Options -> Folders.
Setup a filter to search only the display name:
Filter Name: Display Name
Filter Search: #[REPLACETERMS:$param:,"displayname:#TERM:"#]:
In your main instance, remove the Recycle bin from Tools -> Options -> Folders.
-
Thy Grand Voidinesss
- Posts: 771
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Display Name does not utilize set highlight like other Columns do
Although I can imagine a specific use case scenarios where user would benefit from using more than one instance of Everything, for me the overall convenience of Everything is coming out in part from ability to quickly apply any Bookmark I had set up and in ever bigger degree due to being able to cycle through Filters while having still the same expression in Search Edit. Thus being forced to open / switch to another window would diminish this convenience; and on top of this such modus operandi would also create a need to maintain a unification od two configurations but with some sort of visual UI indicator to clearly differentiate this alternative version from main one
So for now I need to remember this duality of behavior between Name and Display Name [and use the second one only through that Recycle Bin filter of mine] - and hope for this
Search > Match Indexed Properties
to become reality some day
So for now I need to remember this duality of behavior between Name and Display Name [and use the second one only through that Recycle Bin filter of mine] - and hope for this
Search > Match Indexed Properties
to become reality some day
Last edited by Thy Grand Voidinesss on Mon Aug 18, 2025 3:15 pm, edited 2 times in total.
-
mariamatcha
- Posts: 13
- Joined: Tue Mar 05, 2024 2:27 pm
Re: Display Name does not utilize set highlight like other Columns do
There really are people who seem to forget that the program is freeware, and come to make a lot of meaningless demands. One after another.
I just want to add for @void that there are users who really appreciate all your hard work, even though there are users who make us all look like rats.
I just want to add for @void that there are users who really appreciate all your hard work, even though there are users who make us all look like rats.
-
Thy Grand Voidinesss
- Posts: 771
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Display Name does not utilize set highlight like other Columns do
And I would like to thank you for appreciating users who take time to report bugs and suggests new features while also discussing functionality of existing ones by presenting different angles of usage of programs they invest in by trying to get to know them profoundlymariamatcha wrote: Fri Apr 26, 2024 1:45 pm [...]
I just want to add for @void that there are users who really appreciate all your hard work, even though there are users who make us all look like rats.
-
mariamatcha
- Posts: 13
- Joined: Tue Mar 05, 2024 2:27 pm
Re: Display Name does not utilize set highlight like other Columns do
If the way it's done is pleasant, respectful and within the context of the program, considering that the program is free and the dev is not your personal employee, then it is appreciated. Otherwise, it's not, and it can even become annoying for others to read the same scenario multiple times.
(Sorry to the administrator for breaking the forum policies)
Considering all the enormous work that @void must have ahead, the fact that a name doesn't show in a certain color or isn't highlighted in a certain way should be at the lowest end of the priority scale, o)
(Sorry to the administrator for breaking the forum policies)
Considering all the enormous work that @void must have ahead, the fact that a name doesn't show in a certain color or isn't highlighted in a certain way should be at the lowest end of the priority scale, o)
Re: Display Name does not utilize set highlight like other Columns do
Everything 1.5.0.1384a improves property-system: searches.
property-system:system.recycle.deletedfrom:<search:> will now work as expected.
In your case Thy Grand Voidinesss, please keep using deleted-from: instead.
property-system:system.recycle.deletedfrom:<search:> will now work as expected.
In your case Thy Grand Voidinesss, please keep using deleted-from: instead.
-
Thy Grand Voidinesss
- Posts: 771
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Display Name does not utilize set highlight like other Columns do
I am using now Everything 1.5.0.1396a x64 Portablevoid wrote: Thu Nov 28, 2024 10:46 am Everything 1.5.0.1384a improves property-system: searches.
property-system:system.recycle.deletedfrom:<search:> will now work as expected.
And what I have observed is that my experimental alternate Filter of "Everything" [named self-explanatory as "Everything with Display Name support"] which has a setting of
Code: Select all
Search
displayname:<search:>Keep using it where? For what? I see novoid wrote: Thu Nov 28, 2024 10:46 am In your case Thy Grand Voidinesss, please keep using deleted-from: instead.
deleted-from:having been used in this conversation. That [A-OK working] Recycle Bin oriented Filter of mine has such settings
Code: Select all
Search
:\$recycle.bin\ !$I <<search:> | displayname:<search:> | original-location:<search:>> columns:dm;date-deleted;extension;size;path;length;displayname;original-location;name;type
Macro
bin<search>Display Name
Extension
Name
Pathof items that are deleted i.e. are shown as residents of the Recycle Bin. And I do not need even have to have the option
Search > Match Path
turned on in order for the
Pathto show them in highlights
And yes, I do remember that
And continuing the re-cap - I suggested this
to which you kindly answeredThy Grand Voidinesss wrote: Tue Apr 23, 2024 4:20 pm [...;
How about if aside from
Search > Match Path
there would also be option
Search > Match (System) Properties
or / and even better working
Search > Match Property of Display Name
because such one would be precisely targeted?
but I reckon that update done in 1384a had nothing to do with this hypothetical new featurevoid wrote: Thu Apr 25, 2024 10:25 am I am considering a search -> Match indexed properties option.
[...]
Re: Display Name does not utilize set highlight like other Columns do
Please try the following filter search:shows no items at all
<#param:> | displayname:<#param:>This is a typo, it should have beenKeep using it where? For what? I see no deleted-from:
original-location:Use
original-location:property-system:system.recycle.deletedfrom:Your bin filter is already doing this.
I will add a
deleted-from: