src/eric7/UI/UserInterface.py

branch
eric7-maintenance
changeset 11194
1bfb44d3bedc
parent 11155
e1843b6efa73
parent 11181
52e30cc024aa
equal deleted inserted replaced
11156:c1ba5c1e4ed1 11194:1bfb44d3bedc
4858 """ 4858 """
4859 Private slot to show a mini editor window. 4859 Private slot to show a mini editor window.
4860 """ 4860 """
4861 from eric7.QScintilla.MiniEditor import MiniEditor 4861 from eric7.QScintilla.MiniEditor import MiniEditor
4862 4862
4863 editor = MiniEditor(parent=self) 4863 editor = MiniEditor()
4864 editor.show() 4864 editor.show()
4865 4865
4866 def addEricActions(self, actions, actionType): 4866 def addEricActions(self, actions, actionType):
4867 """ 4867 """
4868 Public method to add actions to the list of actions. 4868 Public method to add actions to the list of actions.

eric ide

mercurial