src/eric7/Preferences/PreferencesLexer.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 a special QScintilla lexer to handle the preferences. 7 Module implementing a special QScintilla lexer to handle the preferences.
8 """ 8 """
9 9
10 from PyQt6.Qsci import QsciScintillaBase
10 from PyQt6.QtCore import QCoreApplication, QObject 11 from PyQt6.QtCore import QCoreApplication, QObject
11 from PyQt6.Qsci import QsciScintillaBase
12 12
13 from eric7 import Globals, Preferences 13 from eric7 import Globals, Preferences
14 14
15 15
16 class PreferencesLexerError(Exception): 16 class PreferencesLexerError(Exception):

eric ide

mercurial