PluginRefactoringRope.py

branch
eric7
changeset 414
af1d72eccf91
parent 413
a4cba20ad7ab
child 416
45159308166f
equal deleted inserted replaced
413:a4cba20ad7ab 414:af1d72eccf91
19 # Start-Of-Header 19 # Start-Of-Header
20 name = "Refactoring Rope Plugin" 20 name = "Refactoring Rope Plugin"
21 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 21 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
22 autoactivate = True 22 autoactivate = True
23 deactivateable = True 23 deactivateable = True
24 version = "10.6.0" 24 version = "10.7.0"
25 className = "RefactoringRopePlugin" 25 className = "RefactoringRopePlugin"
26 packageName = "RefactoringRope" 26 packageName = "RefactoringRope"
27 shortDescription = "Refactoring and Code Assist using the Rope library." 27 shortDescription = "Refactoring and Code Assist using the Rope library."
28 longDescription = ( 28 longDescription = (
29 """This plug-in implements refactoring functionality using the Rope""" 29 """This plug-in implements refactoring functionality using the Rope"""

eric ide

mercurial