PluginRefactoringRope.py

branch
eric7
changeset 412
6fa5892b9097
parent 411
8cccb49bba7b
child 413
a4cba20ad7ab
equal deleted inserted replaced
411:8cccb49bba7b 412:6fa5892b9097
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2010 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2010 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the Rope refactoring plugin. 7 Module implementing the Rope refactoring plugin.
8 """ 8 """
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"""

eric ide

mercurial