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
[Solved] Reset "Match ..." at startup
[Solved] Reset "Match ..." at startup
Last edited by w64bit on Fri Jan 21, 2022 3:34 pm, edited 1 time in total.
Re: Reset "Match ..." at startup
You mean the Menu:Tools > Options > Home > Match Diacritics : Disable setting? (for example).
That requires two INI settings:
0 = Use last value
1 = start with diacritics enabled or disabled
0 = diacritics disabled
1 = diacritics enabled
That requires two INI settings:
Code: Select all
home_match_diacritics=1
1 = start with diacritics enabled or disabled
Code: Select all
match_diacritics=0
1 = diacritics enabled