21 autoactivate = True |
21 autoactivate = True |
22 deactivateable = True |
22 deactivateable = True |
23 version = "10.6.0" |
23 version = "10.6.0" |
24 className = "RefactoringRopePlugin" |
24 className = "RefactoringRopePlugin" |
25 packageName = "RefactoringRope" |
25 packageName = "RefactoringRope" |
26 internalPackages = "rope" |
|
27 shortDescription = "Refactoring and Code Assist using the Rope library." |
26 shortDescription = "Refactoring and Code Assist using the Rope library." |
28 longDescription = ( |
27 longDescription = ( |
29 """This plug-in implements refactoring functionality using the Rope""" |
28 """This plug-in implements refactoring functionality using the Rope""" |
30 """ refactoring library. Additionally it implements an auto-completion,""" |
29 """ refactoring library. Additionally it implements an auto-completion,""" |
31 """ call-tips and code documentation provider as well as a mouse""" |
30 """ call-tips and code documentation provider as well as a mouse""" |