src/eric7/QScintilla/EditorMarkerMap.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
5 5
6 """ 6 """
7 Module implementing a class for showing an editor marker map. 7 Module implementing a class for showing an editor marker map.
8 """ 8 """
9 9
10 from EricWidgets.EricMapWidget import EricMapWidget 10 from eric7.EricWidgets.EricMapWidget import EricMapWidget
11 11
12 import Preferences 12 from eric7 import Preferences
13 13
14 14
15 class EditorMarkerMap(EricMapWidget): 15 class EditorMarkerMap(EricMapWidget):
16 """ 16 """
17 Class implementing a class for showing an editor marker map. 17 Class implementing a class for showing an editor marker map.

eric ide

mercurial