--- 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",