layout.spellcheckDefault

spellchecking in multi-line & single-line is better than multi-line only. Less typos, more better.
Both @atomGit and myself are using the value 2.
This commit is contained in:
earthlng 2017-03-12 15:57:49 +01:00 committed by GitHub
parent 668c307ffb
commit 3a15a3758d

View File

@ -1394,8 +1394,8 @@ user_pref("browser.ctrlTab.previews", true);
/* 3011: don't open "page/selection source" in a tab. The window used instead is cleaner
* and easier to use and move around (eg developers/multi-screen). ***/
user_pref("view_source.tab", false);
/* 3012: spellchecking: 0=none, 1-multi-line controls, 2=multi-line & single-line controls ***/
user_pref("layout.spellcheckDefault", 1);
/* 3012: spellchecking: 0=none, 1-multi-line controls (default), 2=multi-line & single-line controls ***/
user_pref("layout.spellcheckDefault", 2);
/* 3013: disable automatic "Work Offline" status
* https://bugzilla.mozilla.org/show_bug.cgi?id=620472
* https://developer.mozilla.org/en-US/docs/Online_and_offline_events ***/