PluginRefactoringRope.py

changeset 337
cfff39f4594d
parent 335
9438c2ed7732
child 339
5a7b5e609162
--- 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):
         """

eric ide

mercurial