Plugins/PluginWizardQRegularExpression.py

changeset 3034
7ce719013078
parent 3022
57179e4cdadd
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
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 is None:
122 E5MessageBox.critical( 122 E5MessageBox.critical(
123 self.__ui, 123 self.__ui,
124 self.trUtf8('No current editor'), 124 self.trUtf8('No current editor'),
125 self.trUtf8('Please open or create a file first.')) 125 self.trUtf8('Please open or create a file first.'))
126 else: 126 else:

eric ide

mercurial