PluginRefactoringRope.py

branch
eric7
changeset 373
c7cf0c06c92e
parent 370
9d246420f284
child 374
958f34e97952
--- a/PluginRefactoringRope.py	Fri Jul 30 16:38:13 2021 +0200
+++ b/PluginRefactoringRope.py	Sun Sep 12 11:23:13 2021 +0200
@@ -22,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "1.1.0"
+version = "1.1.1"
 className = "RefactoringRopePlugin"
 packageName = "RefactoringRope"
 internalPackages = "rope"
@@ -115,12 +115,12 @@
             QCoreApplication.translate("RefactoringRopePlugin", "Rope"),
             os.path.join("RefactoringRope", "ConfigurationPage",
                          "preferences-refactoring-{0}".format(iconSuffix)),
-            createAutoCompletionPage, "editorAutocompletionPage", None],
+            createAutoCompletionPage, "1editorAutocompletionPage", None],
         "ropeCallTipsPage": [
             QCoreApplication.translate("RefactoringRopePlugin", "Rope"),
             os.path.join("RefactoringRope", "ConfigurationPage",
                          "preferences-refactoring-{0}".format(iconSuffix)),
-            createCallTipsPage, "editorCalltipsPage", None],
+            createCallTipsPage, "1editorCalltipsPage", None],
         "ropeMouseClickHandlerPage": [
             QCoreApplication.translate("RefactoringRopePlugin", "Rope"),
             os.path.join("RefactoringRope", "ConfigurationPage",

eric ide

mercurial