8 """ |
8 """ |
9 |
9 |
10 # This code is a port of the C++ code found in SciTE 1.74 |
10 # This code is a port of the C++ code found in SciTE 1.74 |
11 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org> |
11 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org> |
12 |
12 |
13 |
13 from PyQt4.QtCore import Qt |
14 from PyQt4.QtCore import * |
14 from PyQt4.QtGui import QCursor, QFontInfo, QApplication |
15 from PyQt4.QtGui import * |
|
16 from PyQt4.Qsci import QsciScintilla |
15 from PyQt4.Qsci import QsciScintilla |
17 |
16 |
18 from E5Gui import E5MessageBox |
17 from E5Gui import E5MessageBox |
19 |
18 |
20 from .ExporterBase import ExporterBase |
19 from .ExporterBase import ExporterBase |