Preferences/PreferencesLexer.py

changeset 3658
edcfadf0152d
parent 3656
441956d8fce5
child 4021
195a471c327b
equal deleted inserted replaced
3657:ae833e7fcd6c 3658:edcfadf0152d
7 Module implementing a special QextScintilla lexer to handle the preferences. 7 Module implementing a special QextScintilla lexer to handle the preferences.
8 """ 8 """
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 from PyQt5.QtGui import QColor, QFont, QCoreApplication 12 from PyQt5.QtCore import QCoreApplication
13 from PyQt5.QtGui import QColor, QFont
13 from PyQt5.Qsci import QsciLexer 14 from PyQt5.Qsci import QsciLexer
14 15
15 import Preferences 16 import Preferences
16 import Globals 17 import Globals
17 18

eric ide

mercurial