eric6/QScintilla/SpellChecker.py

changeset 7781
607a6098cb44
parent 7648
d71792be46cc
child 7900
72b88fb20261
child 7924
8a96736d465e
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
6 """ 6 """
7 Module implementing the spell checker for the editor component. 7 Module implementing the spell checker for the editor component.
8 8
9 The spell checker is based on pyenchant. 9 The spell checker is based on pyenchant.
10 """ 10 """
11
12 11
13 import os 12 import os
14 13
15 from PyQt5.QtCore import QTimer, QObject 14 from PyQt5.QtCore import QTimer, QObject
16 15

eric ide

mercurial