Plugins/PluginWizardQRegExp.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2791
a9577f248f04
parent 2962
d6c9d1ca2da4
child 3058
0a02c433f52d
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
112 else: 112 else:
113 return (None, False) 113 return (None, False)
114 114
115 def __handle(self): 115 def __handle(self):
116 """ 116 """
117 Private method to handle the wizards action 117 Private method to handle the wizards action.
118 """ 118 """
119 editor = e5App().getObject("ViewManager").activeWindow() 119 editor = e5App().getObject("ViewManager").activeWindow()
120 120
121 if editor == None: 121 if editor == None:
122 E5MessageBox.critical(self.__ui, 122 E5MessageBox.critical(self.__ui,

eric ide

mercurial