src/eric7/Preferences/ConfigurationPages/EditorKeywordsPage.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
7 Module implementing the editor highlighter keywords configuration page. 7 Module implementing the editor highlighter keywords configuration page.
8 """ 8 """
9 9
10 from PyQt6.QtCore import pyqtSlot 10 from PyQt6.QtCore import pyqtSlot
11 11
12 from eric7 import Preferences
12 from eric7.EricWidgets import EricMessageBox 13 from eric7.EricWidgets import EricMessageBox
13 14
14 from .ConfigurationPageBase import ConfigurationPageBase 15 from .ConfigurationPageBase import ConfigurationPageBase
15 from .Ui_EditorKeywordsPage import Ui_EditorKeywordsPage 16 from .Ui_EditorKeywordsPage import Ui_EditorKeywordsPage
16
17 from eric7 import Preferences
18 17
19 18
20 class EditorKeywordsPage(ConfigurationPageBase, Ui_EditorKeywordsPage): 19 class EditorKeywordsPage(ConfigurationPageBase, Ui_EditorKeywordsPage):
21 """ 20 """
22 Class implementing the editor highlighter keywords configuration page. 21 Class implementing the editor highlighter keywords configuration page.

eric ide

mercurial