Code: Select all
*.pas C:\delphi\ dm:last2years content:T*Create
Code: Select all
TformBrowsers.Create
Code: Select all
*.pas C:\delphi\ dm:last2years content:T*Create
Code: Select all
TformBrowsers.Create
Code: Select all
*.pas C:\delphi\ dm:last2years regex:content:"t.*create"
Thanks, that worked. It would be much better if there was a separate regex-search-content edit-field so we wouldn't have to write "regex:content:" each time we have to search content. That would be very useful!NotNull wrote: ↑Wed Mar 18, 2020 3:29 pm ... unless ...
you use regulr expressions:Notes:Code: Select all
*.pas C:\delphi\ dm:last2years regex:content:"t.*create"
- Everything uses case-insensitive matching
- you can omit the ""; I use them for clarity.
When Everything is not running, you can change this setting in Everything.ini:PeterPanino wrote: ↑Wed Mar 18, 2020 4:00 pm BTW, does anybody know how to increase the font in the search field?
Code: Select all
search_edit_font_size=14
Thank you very much!NotNull wrote: ↑Wed Mar 18, 2020 4:10 pmWhen Everything is not running, you can change this setting in Everything.ini:PeterPanino wrote: ↑Wed Mar 18, 2020 4:00 pm BTW, does anybody know how to increase the font in the search field?(14 is just an example; I use 15. Partly because it is better readable when posting screenshots here; partly because complex regular expressions are easier to read with a larger font size)Code: Select all
search_edit_font_size=14
Everything.ini can be found in %APPDATA%\Everything or else in the folder where your Everything.exe is.
And just when you start to think that you are getting some grip on all the Everything possibilities, a new one pops up around the corner! How deep *is* this rabbithole?