--- a/PluginRefactoringRope.py Mon Jun 22 18:08:30 2020 +0200 +++ b/PluginRefactoringRope.py Fri Sep 11 17:36:10 2020 +0200 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "7.0.0" +version = "7.0.1" className = "RefactoringRopePlugin" packageName = "RefactoringRope" internalPackages = "rope" @@ -302,7 +302,8 @@ @return list of valid language strings @rtype list of str """ - return ["Python3", "Pygments|Python 3", "MicroPython"] + return ["Python3", "MicroPython", + "Pygments|Python", "Pygments|Python 2.x"] def __editorOpened(self, editor): """