PluginRefactoringRope.py

changeset 248
59e983db024b
parent 246
6d84fb9cc612
child 251
4dcc73076100
equal deleted inserted replaced
247:e7ab4081f25d 248:59e983db024b
29 internalPackages = "rope" 29 internalPackages = "rope"
30 shortDescription = "Refactoring using the Rope library." 30 shortDescription = "Refactoring using the Rope library."
31 longDescription = """This plug-in implements refactoring functionality""" \ 31 longDescription = """This plug-in implements refactoring functionality""" \
32 """ using the Rope refactoring library. Additionally it implements an""" \ 32 """ using the Rope refactoring library. Additionally it implements an""" \
33 """ alternative auto-completion and call-tips provider. It is a""" \ 33 """ alternative auto-completion and call-tips provider. It is a""" \
34 """ provider for code documentation as well.""" 34 """ provider for code documentation as well."""
35 pyqtApi = 2 35 pyqtApi = 2
36 doNotCompile = True 36 doNotCompile = True
37 python2Compatible = True 37 python2Compatible = True
38 # End-Of-Header 38 # End-Of-Header
39 39

eric ide

mercurial