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. |