Plugins/PluginWizardPyRegExp.py

changeset 2962
d6c9d1ca2da4
parent 2712
4354ab0b67c7
child 3004
c4bf32c791d0
equal deleted inserted replaced
2961:e4e2efb4846a 2962:d6c9d1ca2da4
110 else: 110 else:
111 return (None, False) 111 return (None, False)
112 112
113 def __handle(self): 113 def __handle(self):
114 """ 114 """
115 Private method to handle the wizards action 115 Private method to handle the wizards action.
116 """ 116 """
117 editor = e5App().getObject("ViewManager").activeWindow() 117 editor = e5App().getObject("ViewManager").activeWindow()
118 118
119 if editor == None: 119 if editor == None:
120 E5MessageBox.critical(self.__ui, 120 E5MessageBox.critical(self.__ui,

eric ide

mercurial