src/eric7/Preferences/ConfigurationPages/EditorSpellCheckingPage.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
5 5
6 """ 6 """
7 Module implementing the Editor Spellchecking configuration page. 7 Module implementing the Editor Spellchecking configuration page.
8 """ 8 """
9 9
10 from eric7 import Preferences
10 from eric7.EricWidgets.EricPathPicker import EricPathPickerModes 11 from eric7.EricWidgets.EricPathPicker import EricPathPickerModes
11 12
12 from .ConfigurationPageBase import ConfigurationPageBase 13 from .ConfigurationPageBase import ConfigurationPageBase
13 from .Ui_EditorSpellCheckingPage import Ui_EditorSpellCheckingPage 14 from .Ui_EditorSpellCheckingPage import Ui_EditorSpellCheckingPage
14
15 from eric7 import Preferences
16 15
17 16
18 class EditorSpellCheckingPage(ConfigurationPageBase, Ui_EditorSpellCheckingPage): 17 class EditorSpellCheckingPage(ConfigurationPageBase, Ui_EditorSpellCheckingPage):
19 """ 18 """
20 Class implementing the Editor Spellchecking configuration page. 19 Class implementing the Editor Spellchecking configuration page.

eric ide

mercurial