[Solved] Reset "Match ..." at startup

General discussion related to "Everything".
Post Reply
w64bit
Posts: 229
Joined: Wed Jan 09, 2013 9:06 am

[Solved] Reset "Match ..." at startup

Post by w64bit »

Is there any ini option to use in order to reset (turn OFF) at program startup (restart):
Match Case
Match Whole Words
Match Path
Match Diacritics?

Thank you
Last edited by w64bit on Fri Jan 21, 2022 3:34 pm, edited 1 time in total.
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: Reset "Match ..." at startup

Post by NotNull »

You mean the Menu:Tools > Options > Home > Match Diacritics : Disable setting? (for example).

That requires two INI settings:

Code: Select all

home_match_diacritics=1
0 = Use last value
1 = start with diacritics enabled or disabled

Code: Select all

match_diacritics=0
0 = diacritics disabled
1 = diacritics enabled
Post Reply