Disable initial spell checking for large documents

This commit is contained in:
Veronica K. B. Olsen
2019-11-19 18:48:44 +01:00
parent 2217f1d89c
commit 3c6350a4da
2 changed files with 32 additions and 6 deletions
+1
View File
@@ -93,6 +93,7 @@ class Config:
self.wordCountTimer = 5.0
self.showTabsNSpaces = False
self.showLineEndings = False
self.bigDocLimit = 800
self.fmtApostrophe = nwUnicode.U_RSQUO
self.fmtSingleQuotes = [nwUnicode.U_LSQUO,nwUnicode.U_RSQUO]