--- a/PluginRefactoringRope.py Sun Nov 05 15:47:47 2017 +0100 +++ b/PluginRefactoringRope.py Sun Nov 05 17:23:30 2017 +0100 @@ -23,16 +23,15 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.0.1" +version = "5.0.2" className = "RefactoringRopePlugin" packageName = "RefactoringRope" internalPackages = "rope" shortDescription = "Refactoring using the Rope library." longDescription = """This plug-in implements refactoring functionality""" \ - """ using the Rope refactoring library. Additonally it implements an """ \ - """ alternative auto-completion and calltips provider. Only""" \ - """ refactoring, completions and calltips in the same Python variant""" \ - """ as Eric is running is allowed.""" + """ using the Rope refactoring library. Additionally it implements an""" \ + """ alternative auto-completion and call-tips provider. It is a""" \ + """ provider for code documentation as well.""" pyqtApi = 2 doNotCompile = True python2Compatible = True