Code: Select all
*.pas C:\delphi\ dm:last2years content:T*CreateCode: Select all
TformBrowsers.CreateCode: Select all
*.pas C:\delphi\ dm:last2years content:T*CreateCode: Select all
TformBrowsers.CreateCode: 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=14Thank 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.
void wrote: Thu Mar 19, 2020 5:21 am To enable wildcards with the content: search function please try the wildcards: search modifier:
*.pas C:\delphi\ dm:last2years wildcards:content:*T*Create*