Plugins/PluginWizardQRegularExpression.py

changeset 3004
c4bf32c791d0
parent 2962
d6c9d1ca2da4
child 3020
542e97d4ecb3
child 3057
10516539f238
--- a/Plugins/PluginWizardQRegularExpression.py	Thu Oct 10 18:40:16 2013 +0200
+++ b/Plugins/PluginWizardQRegularExpression.py	Thu Oct 10 19:03:45 2013 +0200
@@ -74,8 +74,8 @@
         self.action.setWhatsThis(self.trUtf8(
             """<b>QRegularExpression Wizard</b>"""
             """<p>This wizard opens a dialog for entering all the parameters"""
-            """ needed to create a QRegularExpression string. The generated code"""
-            """ is inserted at the current cursor position.</p>"""
+            """ needed to create a QRegularExpression string. The generated"""
+            """ code is inserted at the current cursor position.</p>"""
         ))
         self.action.triggered[()].connect(self.__handle)
         
@@ -96,7 +96,8 @@
         @param editor reference to the current editor
         @return the generated code (string)
         """
-        from WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog import \
+        from WizardPlugins.QRegularExpressionWizard\
+            .QRegularExpressionWizardDialog import \
             QRegularExpressionWizardDialog
         dlg = QRegularExpressionWizardDialog(None, True)
         if dlg.exec_() == QDialog.Accepted:

eric ide

mercurial