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
-
w64bit
- Posts: 338
- Joined: Wed Jan 09, 2013 9:06 am
[Solved] Reset "Match ..." at startup
Last edited by w64bit on Fri Jan 21, 2022 3:34 pm, edited 1 time in total.
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
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