Added combo box for spell tools

This commit is contained in:
Veronica K. B. Olsen
2019-11-06 20:47:35 +01:00
parent f5af3fb293
commit 334903daa9
3 changed files with 41 additions and 11 deletions
+4
View File
@@ -17,6 +17,10 @@ logger = logging.getLogger(__name__)
class NWSpellCheck():
SP_INTERNAL = "internal"
SP_ENCHANT = "enchant"
SP_SYMSPELL = "symspell"
theDict = None
def __init__(self):