I tried the following settings, but all it did was make things progressively worse.
"spell_check": false,
"dictionary": "",
"spelling_selector": "",
I don't understand the default value of spelling_selector
, but maybe that's the key?
I tried the following settings, but all it did was make things progressively worse.
"spell_check": false,
"dictionary": "",
"spelling_selector": "",
I don't understand the default value of spelling_selector
, but maybe that's the key?
Press
F6
to toggleSpell Check
You can also find it under
View > Spell Check
Hope this helps :-)
This is what setting 'spell_check' in your
preferences - user
orsyntax specific - user
preference file does:Note that you are changing the DEFAULT status of spell checking.
To toggle the ACTUAL status of spell checking use F6.
If you set your default value to 'false' (simply remove all reference to spell checking in all your
preferences - user
orsyntax specific - user
preference files to allow thepreferences - default
offalse
to apply everywhere) and toggle spell checking to OFF using F6 then you should no longer see those red spell check markers anywhere.I'd suggest removing the changes you made to
"dictionary":
and"spelling_selector":
since you don't understand what they are for and they won't do what you want (as your own experiments have proven). I assume you made the changes you listed in yourpreferences - user
and possiblysyntax specific - user
preference files so just delete them and let thepreferences - default
settings apply as originally set for you.Basically using the F6 toggle is the answer you are looking for.