QScintilla/Shell.py

changeset 53
c3eb7cc1ff8b
parent 45
9a18f4dbb493
child 55
b5c84934de9c
equal deleted inserted replaced
52:ba69827929ee 53:c3eb7cc1ff8b
12 12
13 from PyQt4.QtCore import * 13 from PyQt4.QtCore import *
14 from PyQt4.QtGui import * 14 from PyQt4.QtGui import *
15 from PyQt4.Qsci import QsciScintilla 15 from PyQt4.Qsci import QsciScintilla
16 16
17 from E4Gui.E4Application import e4App 17 from E4Gui.E4Application import e5App
18 18
19 from . import Lexers 19 from . import Lexers
20 from .QsciScintillaCompat import QsciScintillaCompat, QSCINTILLA_VERSION 20 from .QsciScintillaCompat import QsciScintillaCompat, QSCINTILLA_VERSION
21 21
22 import Preferences 22 import Preferences
1427 1427
1428 def __configure(self): 1428 def __configure(self):
1429 """ 1429 """
1430 Private method to open the configuration dialog. 1430 Private method to open the configuration dialog.
1431 """ 1431 """
1432 e4App().getObject("UserInterface").showPreferences("shellPage") 1432 e5App().getObject("UserInterface").showPreferences("shellPage")

eric ide

mercurial