PluginRefactoringRope.py

branch
eric7
changeset 370
9d246420f284
parent 369
ae43998a0cf8
child 373
c7cf0c06c92e
--- a/PluginRefactoringRope.py	Sun Jul 25 12:16:21 2021 +0200
+++ b/PluginRefactoringRope.py	Fri Jul 30 16:38:13 2021 +0200
@@ -22,16 +22,16 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "1.0.2"
+version = "1.1.0"
 className = "RefactoringRopePlugin"
 packageName = "RefactoringRope"
 internalPackages = "rope"
-shortDescription = "Refactoring using the Rope library."
+shortDescription = "Refactoring and Code Assist using the Rope library."
 longDescription = (
-    """This plug-in implements refactoring functionality"""
-    """ using the Rope refactoring library. Additionally it implements an"""
-    """ auto-completion, call-tips and code documentation provider as well"""
-    """ as a mouse click handler."""
+    """This plug-in implements refactoring functionality using the Rope"""
+    """ refactoring library. Additionally it implements an auto-completion,"""
+    """ call-tips and code documentation provider as well as a mouse"""
+    """ click handler."""
 )
 pyqtApi = 2
 doNotCompile = True

eric ide

mercurial