--- a/PluginRope.epj Wed May 26 17:53:08 2021 +0200 +++ b/PluginRope.epj Wed May 26 19:07:42 2021 +0200 @@ -116,12 +116,11 @@ "DOCSTRING": "", "DOCUMENTATIONPARMS": { "ERIC4DOC": { - "cssFile": "%PYTHON%/eric6/CSSs/default.css", + "cssFile": "%PYTHON%/eric7/CSSs/default.css", "ignoreDirectories": [ ".ropeproject", - ".eric5project", ".eric6project", - "rope" + ".eric7project" ], "ignoreFilePatterns": [ "Ui_*" @@ -134,17 +133,25 @@ "EMAIL": "detlev@die-offenbachs.de", "EOL": 1, "FILETYPES": { + "*.epj": "OTHERS", "*.idl": "INTERFACES", + "*.md": "OTHERS", + "*.proto": "PROTOCOLS", "*.py": "SOURCES", "*.py3": "SOURCES", "*.pyw": "SOURCES", "*.pyw3": "SOURCES", "*.qm": "TRANSLATIONS", - "*.qrc": "RESOURCES", + "*.rst": "OTHERS", "*.ts": "TRANSLATIONS", + "*.txt": "OTHERS", "*.ui": "FORMS", - "*.ui.h": "FORMS", - "Ui_*.py": "__IGNORE__" + "GNUmakefile": "OTHERS", + "Makefile": "OTHERS", + "README": "OTHERS", + "README.*": "OTHERS", + "Ui_*.py": "__IGNORE__", + "makefile": "OTHERS" }, "FORMS": [ "RefactoringRope/AddParameterDialog.ui", @@ -195,17 +202,17 @@ "ChangeLog", "PKGLIST", "PluginRefactoringRope.zip", - "PluginRope.e4p", "RefactoringRope/ConfigurationPage/preferences-refactoring-dark.svg", "RefactoringRope/ConfigurationPage/preferences-refactoring-light.svg", "RefactoringRope/Documentation/LICENSE.GPL3", "RefactoringRope/Documentation/source", - "PluginRope.epj" + "PluginRope.epj", + "RefactoringRope/Documentation/rope/overview.rst" ], "OTHERTOOLSPARMS": {}, "PACKAGERSPARMS": {}, "PROGLANGUAGE": "Python3", - "PROJECTTYPE": "E6Plugin", + "PROJECTTYPE": "E7Plugin", "PROJECTTYPESPECIFICDATA": {}, "PROTOCOLS": [], "RCCPARAMS": { @@ -238,8 +245,6 @@ "RefactoringRope/InlineDialog.py", "RefactoringRope/IntroduceFactoryDialog.py", "RefactoringRope/IntroduceParameterDialog.py", - "RefactoringRope/JsonClient.py", - "RefactoringRope/JsonServer.py", "RefactoringRope/MatchesDialog.py", "RefactoringRope/MethodToMethodObjectDialog.py", "RefactoringRope/MoveDialog.py", @@ -325,6 +330,6 @@ ] }, "VCSOTHERDATA": {}, - "VERSION": "7.x" + "VERSION": "" } } \ No newline at end of file