Plugins/PluginWizardPyRegExp.py

changeset 3034
7ce719013078
parent 3022
57179e4cdadd
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
115 """ 115 """
116 Private method to handle the wizards action. 116 Private method to handle the wizards action.
117 """ 117 """
118 editor = e5App().getObject("ViewManager").activeWindow() 118 editor = e5App().getObject("ViewManager").activeWindow()
119 119
120 if editor == None: 120 if editor is None:
121 E5MessageBox.critical( 121 E5MessageBox.critical(
122 self.__ui, 122 self.__ui,
123 self.trUtf8('No current editor'), 123 self.trUtf8('No current editor'),
124 self.trUtf8('Please open or create a file first.')) 124 self.trUtf8('Please open or create a file first.'))
125 else: 125 else:

eric ide

mercurial