--- a/PluginRope.e4p Sun Jun 14 13:55:57 2015 +0200 +++ b/PluginRope.e4p Sat Jun 27 11:15:48 2015 +0200 @@ -8,53 +8,48 @@ <ProgLanguage mixed="0">Python3</ProgLanguage> <ProjectType>E6Plugin</ProjectType> <Description>Refactoring plugin using the rope library.</Description> - <Version>4.0.x</Version> + <Version>4.2.x</Version> <Author>Detlev Offenbach</Author> <Email>detlev@die-offenbachs.de</Email> <TranslationPattern>RefactoringRope/i18n/rope_%language%.ts</TranslationPattern> <Eol index="1"/> <Sources> - <Source>__init__.py</Source> <Source>PluginRefactoringRope.py</Source> - <Source>RefactoringRope/__init__.py</Source> - <Source>RefactoringRope/Refactoring.py</Source> + <Source>RefactoringRope/AddParameterDialog.py</Source> + <Source>RefactoringRope/ChangeOccurrencesDialog.py</Source> + <Source>RefactoringRope/ChangeSignatureDialog.py</Source> + <Source>RefactoringRope/ChangesPreviewDialog.py</Source> + <Source>RefactoringRope/CodeAssist.py</Source> + <Source>RefactoringRope/ConfigurationPage/AutoCompletionRopePage.py</Source> + <Source>RefactoringRope/ConfigurationPage/CallTipsRopePage.py</Source> + <Source>RefactoringRope/ConfigurationPage/MouseClickHandlerRopePage.py</Source> + <Source>RefactoringRope/ConfigurationPage/__init__.py</Source> + <Source>RefactoringRope/ConfirmationDialog.py</Source> + <Source>RefactoringRope/ExtractDialog.py</Source> <Source>RefactoringRope/FileSystemCommands.py</Source> + <Source>RefactoringRope/GetterSetterDialog.py</Source> <Source>RefactoringRope/HelpDialog.py</Source> - <Source>RefactoringRope/SearchDialog.py</Source> - <Source>RefactoringRope/ProgressHandle.py</Source> + <Source>RefactoringRope/HistoryDialog.py</Source> + <Source>RefactoringRope/InlineArgumentDefaultDialog.py</Source> + <Source>RefactoringRope/InlineDialog.py</Source> + <Source>RefactoringRope/IntroduceFactoryDialog.py</Source> + <Source>RefactoringRope/IntroduceParameterDialog.py</Source> <Source>RefactoringRope/MatchesDialog.py</Source> - <Source>RefactoringRope/RenameDialog.py</Source> - <Source>RefactoringRope/RefactoringDialogBase.py</Source> - <Source>RefactoringRope/PreviewDialogBase.py</Source> - <Source>RefactoringRope/ChangesPreviewDialog.py</Source> - <Source>RefactoringRope/ChangeOccurrencesDialog.py</Source> - <Source>RefactoringRope/HistoryDialog.py</Source> - <Source>RefactoringRope/ExtractDialog.py</Source> - <Source>RefactoringRope/InlineDialog.py</Source> + <Source>RefactoringRope/MethodToMethodObjectDialog.py</Source> + <Source>RefactoringRope/MoveGlobalMethodDialog.py</Source> <Source>RefactoringRope/MoveMethodDialog.py</Source> <Source>RefactoringRope/MoveModuleDialog.py</Source> - <Source>RefactoringRope/UseFunctionDialog.py</Source> - <Source>RefactoringRope/IntroduceFactoryDialog.py</Source> - <Source>RefactoringRope/IntroduceParameterDialog.py</Source> - <Source>RefactoringRope/ConfirmationDialog.py</Source> + <Source>RefactoringRope/PreviewDialogBase.py</Source> + <Source>RefactoringRope/ProgressHandle.py</Source> + <Source>RefactoringRope/Refactoring.py</Source> + <Source>RefactoringRope/RefactoringDialogBase.py</Source> + <Source>RefactoringRope/RenameDialog.py</Source> <Source>RefactoringRope/RestructureDialog.py</Source> - <Source>RefactoringRope/ChangeSignatureDialog.py</Source> - <Source>RefactoringRope/InlineArgumentDefaultDialog.py</Source> - <Source>RefactoringRope/AddParameterDialog.py</Source> - <Source>RefactoringRope/GetterSetterDialog.py</Source> - <Source>RefactoringRope/MethodToMethodObjectDialog.py</Source> - <Source>RefactoringRope/MoveGlobalMethodDialog.py</Source> - <Source>RefactoringRope/rope_py3/rope/__init__.py</Source> - <Source>RefactoringRope/rope_py2/rope/base/oi/doa.py</Source> - <Source>RefactoringRope/rope_py2/rope/base/oi/memorydb.py</Source> - <Source>RefactoringRope/rope_py2/rope/base/oi/objectdb.py</Source> - <Source>RefactoringRope/rope_py2/rope/base/oi/objectinfo.py</Source> - <Source>RefactoringRope/rope_py2/rope/base/oi/runmod.py</Source> - <Source>RefactoringRope/rope_py2/rope/base/oi/soa.py</Source> - <Source>RefactoringRope/rope_py2/rope/base/oi/soi.py</Source> - <Source>RefactoringRope/rope_py2/rope/base/oi/transform.py</Source> - <Source>RefactoringRope/rope_py2/rope/base/oi/__init__.py</Source> + <Source>RefactoringRope/SearchDialog.py</Source> + <Source>RefactoringRope/UseFunctionDialog.py</Source> + <Source>RefactoringRope/__init__.py</Source> <Source>RefactoringRope/rope_py2/rope/__init__.py</Source> + <Source>RefactoringRope/rope_py2/rope/base/__init__.py</Source> <Source>RefactoringRope/rope_py2/rope/base/arguments.py</Source> <Source>RefactoringRope/rope_py2/rope/base/ast.py</Source> <Source>RefactoringRope/rope_py2/rope/base/astutils.py</Source> @@ -67,8 +62,18 @@ <Source>RefactoringRope/rope_py2/rope/base/fscommands.py</Source> <Source>RefactoringRope/rope_py2/rope/base/history.py</Source> <Source>RefactoringRope/rope_py2/rope/base/libutils.py</Source> + <Source>RefactoringRope/rope_py2/rope/base/oi/__init__.py</Source> + <Source>RefactoringRope/rope_py2/rope/base/oi/doa.py</Source> + <Source>RefactoringRope/rope_py2/rope/base/oi/memorydb.py</Source> + <Source>RefactoringRope/rope_py2/rope/base/oi/objectdb.py</Source> + <Source>RefactoringRope/rope_py2/rope/base/oi/objectinfo.py</Source> + <Source>RefactoringRope/rope_py2/rope/base/oi/runmod.py</Source> + <Source>RefactoringRope/rope_py2/rope/base/oi/soa.py</Source> + <Source>RefactoringRope/rope_py2/rope/base/oi/soi.py</Source> + <Source>RefactoringRope/rope_py2/rope/base/oi/transform.py</Source> <Source>RefactoringRope/rope_py2/rope/base/prefs.py</Source> <Source>RefactoringRope/rope_py2/rope/base/project.py</Source> + <Source>RefactoringRope/rope_py2/rope/base/pycore.py</Source> <Source>RefactoringRope/rope_py2/rope/base/pynames.py</Source> <Source>RefactoringRope/rope_py2/rope/base/pynamesdef.py</Source> <Source>RefactoringRope/rope_py2/rope/base/pyobjects.py</Source> @@ -81,7 +86,7 @@ <Source>RefactoringRope/rope_py2/rope/base/taskhandle.py</Source> <Source>RefactoringRope/rope_py2/rope/base/utils.py</Source> <Source>RefactoringRope/rope_py2/rope/base/worder.py</Source> - <Source>RefactoringRope/rope_py2/rope/base/__init__.py</Source> + <Source>RefactoringRope/rope_py2/rope/contrib/__init__.py</Source> <Source>RefactoringRope/rope_py2/rope/contrib/autoimport.py</Source> <Source>RefactoringRope/rope_py2/rope/contrib/changestack.py</Source> <Source>RefactoringRope/rope_py2/rope/contrib/codeassist.py</Source> @@ -90,11 +95,15 @@ <Source>RefactoringRope/rope_py2/rope/contrib/fixmodnames.py</Source> <Source>RefactoringRope/rope_py2/rope/contrib/fixsyntax.py</Source> <Source>RefactoringRope/rope_py2/rope/contrib/generate.py</Source> - <Source>RefactoringRope/rope_py2/rope/contrib/__init__.py</Source> + <Source>RefactoringRope/rope_py2/rope/refactor/__init__.py</Source> <Source>RefactoringRope/rope_py2/rope/refactor/change_signature.py</Source> <Source>RefactoringRope/rope_py2/rope/refactor/encapsulate_field.py</Source> <Source>RefactoringRope/rope_py2/rope/refactor/extract.py</Source> <Source>RefactoringRope/rope_py2/rope/refactor/functionutils.py</Source> + <Source>RefactoringRope/rope_py2/rope/refactor/importutils/__init__.py</Source> + <Source>RefactoringRope/rope_py2/rope/refactor/importutils/actions.py</Source> + <Source>RefactoringRope/rope_py2/rope/refactor/importutils/importinfo.py</Source> + <Source>RefactoringRope/rope_py2/rope/refactor/importutils/module_imports.py</Source> <Source>RefactoringRope/rope_py2/rope/refactor/inline.py</Source> <Source>RefactoringRope/rope_py2/rope/refactor/introduce_factory.py</Source> <Source>RefactoringRope/rope_py2/rope/refactor/introduce_parameter.py</Source> @@ -112,11 +121,8 @@ <Source>RefactoringRope/rope_py2/rope/refactor/topackage.py</Source> <Source>RefactoringRope/rope_py2/rope/refactor/usefunction.py</Source> <Source>RefactoringRope/rope_py2/rope/refactor/wildcards.py</Source> - <Source>RefactoringRope/rope_py2/rope/refactor/__init__.py</Source> - <Source>RefactoringRope/rope_py2/rope/refactor/importutils/actions.py</Source> - <Source>RefactoringRope/rope_py2/rope/refactor/importutils/importinfo.py</Source> - <Source>RefactoringRope/rope_py2/rope/refactor/importutils/module_imports.py</Source> - <Source>RefactoringRope/rope_py2/rope/refactor/importutils/__init__.py</Source> + <Source>RefactoringRope/rope_py3/rope/__init__.py</Source> + <Source>RefactoringRope/rope_py3/rope/base/__init__.py</Source> <Source>RefactoringRope/rope_py3/rope/base/arguments.py</Source> <Source>RefactoringRope/rope_py3/rope/base/ast.py</Source> <Source>RefactoringRope/rope_py3/rope/base/astutils.py</Source> @@ -129,8 +135,18 @@ <Source>RefactoringRope/rope_py3/rope/base/fscommands.py</Source> <Source>RefactoringRope/rope_py3/rope/base/history.py</Source> <Source>RefactoringRope/rope_py3/rope/base/libutils.py</Source> + <Source>RefactoringRope/rope_py3/rope/base/oi/__init__.py</Source> + <Source>RefactoringRope/rope_py3/rope/base/oi/doa.py</Source> + <Source>RefactoringRope/rope_py3/rope/base/oi/memorydb.py</Source> + <Source>RefactoringRope/rope_py3/rope/base/oi/objectdb.py</Source> + <Source>RefactoringRope/rope_py3/rope/base/oi/objectinfo.py</Source> + <Source>RefactoringRope/rope_py3/rope/base/oi/runmod.py</Source> + <Source>RefactoringRope/rope_py3/rope/base/oi/soa.py</Source> + <Source>RefactoringRope/rope_py3/rope/base/oi/soi.py</Source> + <Source>RefactoringRope/rope_py3/rope/base/oi/transform.py</Source> <Source>RefactoringRope/rope_py3/rope/base/prefs.py</Source> <Source>RefactoringRope/rope_py3/rope/base/project.py</Source> + <Source>RefactoringRope/rope_py3/rope/base/pycore.py</Source> <Source>RefactoringRope/rope_py3/rope/base/pynames.py</Source> <Source>RefactoringRope/rope_py3/rope/base/pynamesdef.py</Source> <Source>RefactoringRope/rope_py3/rope/base/pyobjects.py</Source> @@ -143,16 +159,7 @@ <Source>RefactoringRope/rope_py3/rope/base/taskhandle.py</Source> <Source>RefactoringRope/rope_py3/rope/base/utils.py</Source> <Source>RefactoringRope/rope_py3/rope/base/worder.py</Source> - <Source>RefactoringRope/rope_py3/rope/base/__init__.py</Source> - <Source>RefactoringRope/rope_py3/rope/base/oi/doa.py</Source> - <Source>RefactoringRope/rope_py3/rope/base/oi/memorydb.py</Source> - <Source>RefactoringRope/rope_py3/rope/base/oi/objectdb.py</Source> - <Source>RefactoringRope/rope_py3/rope/base/oi/objectinfo.py</Source> - <Source>RefactoringRope/rope_py3/rope/base/oi/runmod.py</Source> - <Source>RefactoringRope/rope_py3/rope/base/oi/soa.py</Source> - <Source>RefactoringRope/rope_py3/rope/base/oi/soi.py</Source> - <Source>RefactoringRope/rope_py3/rope/base/oi/transform.py</Source> - <Source>RefactoringRope/rope_py3/rope/base/oi/__init__.py</Source> + <Source>RefactoringRope/rope_py3/rope/contrib/__init__.py</Source> <Source>RefactoringRope/rope_py3/rope/contrib/autoimport.py</Source> <Source>RefactoringRope/rope_py3/rope/contrib/changestack.py</Source> <Source>RefactoringRope/rope_py3/rope/contrib/codeassist.py</Source> @@ -161,11 +168,15 @@ <Source>RefactoringRope/rope_py3/rope/contrib/fixmodnames.py</Source> <Source>RefactoringRope/rope_py3/rope/contrib/fixsyntax.py</Source> <Source>RefactoringRope/rope_py3/rope/contrib/generate.py</Source> - <Source>RefactoringRope/rope_py3/rope/contrib/__init__.py</Source> + <Source>RefactoringRope/rope_py3/rope/refactor/__init__.py</Source> <Source>RefactoringRope/rope_py3/rope/refactor/change_signature.py</Source> <Source>RefactoringRope/rope_py3/rope/refactor/encapsulate_field.py</Source> <Source>RefactoringRope/rope_py3/rope/refactor/extract.py</Source> <Source>RefactoringRope/rope_py3/rope/refactor/functionutils.py</Source> + <Source>RefactoringRope/rope_py3/rope/refactor/importutils/__init__.py</Source> + <Source>RefactoringRope/rope_py3/rope/refactor/importutils/actions.py</Source> + <Source>RefactoringRope/rope_py3/rope/refactor/importutils/importinfo.py</Source> + <Source>RefactoringRope/rope_py3/rope/refactor/importutils/module_imports.py</Source> <Source>RefactoringRope/rope_py3/rope/refactor/inline.py</Source> <Source>RefactoringRope/rope_py3/rope/refactor/introduce_factory.py</Source> <Source>RefactoringRope/rope_py3/rope/refactor/introduce_parameter.py</Source> @@ -183,78 +194,69 @@ <Source>RefactoringRope/rope_py3/rope/refactor/topackage.py</Source> <Source>RefactoringRope/rope_py3/rope/refactor/usefunction.py</Source> <Source>RefactoringRope/rope_py3/rope/refactor/wildcards.py</Source> - <Source>RefactoringRope/rope_py3/rope/refactor/__init__.py</Source> - <Source>RefactoringRope/rope_py3/rope/refactor/importutils/actions.py</Source> - <Source>RefactoringRope/rope_py3/rope/refactor/importutils/importinfo.py</Source> - <Source>RefactoringRope/rope_py3/rope/refactor/importutils/module_imports.py</Source> - <Source>RefactoringRope/rope_py3/rope/refactor/importutils/__init__.py</Source> - <Source>RefactoringRope/rope_py2/rope/base/pycore.py</Source> - <Source>RefactoringRope/rope_py3/rope/base/pycore.py</Source> - <Source>RefactoringRope/CodeAssist.py</Source> - <Source>RefactoringRope/ConfigurationPage/__init__.py</Source> - <Source>RefactoringRope/ConfigurationPage/AutoCompletionRopePage.py</Source> - <Source>RefactoringRope/ConfigurationPage/CallTipsRopePage.py</Source> + <Source>__init__.py</Source> </Sources> <Forms> - <Form>RefactoringRope/HelpDialog.ui</Form> - <Form>RefactoringRope/SearchDialog.ui</Form> - <Form>RefactoringRope/MatchesDialog.ui</Form> - <Form>RefactoringRope/RenameDialog.ui</Form> - <Form>RefactoringRope/PreviewDialog.ui</Form> + <Form>RefactoringRope/AddParameterDialog.ui</Form> <Form>RefactoringRope/ChangeOccurrencesDialog.ui</Form> + <Form>RefactoringRope/ChangeSignatureDialog.ui</Form> + <Form>RefactoringRope/ConfigurationPage/AutoCompletionRopePage.ui</Form> + <Form>RefactoringRope/ConfigurationPage/CallTipsRopePage.ui</Form> + <Form>RefactoringRope/ConfigurationPage/MouseClickHandlerRopePage.ui</Form> + <Form>RefactoringRope/ConfirmationDialog.ui</Form> <Form>RefactoringRope/ExtractDialog.ui</Form> + <Form>RefactoringRope/GetterSetterDialog.ui</Form> + <Form>RefactoringRope/HelpDialog.ui</Form> + <Form>RefactoringRope/InlineArgumentDefaultDialog.ui</Form> <Form>RefactoringRope/InlineDialog.ui</Form> - <Form>RefactoringRope/MoveMethodDialog.ui</Form> - <Form>RefactoringRope/MoveModuleDialog.ui</Form> - <Form>RefactoringRope/UseFunctionDialog.ui</Form> <Form>RefactoringRope/IntroduceFactoryDialog.ui</Form> <Form>RefactoringRope/IntroduceParameterDialog.ui</Form> - <Form>RefactoringRope/ConfirmationDialog.ui</Form> - <Form>RefactoringRope/RestructureDialog.ui</Form> - <Form>RefactoringRope/ChangeSignatureDialog.ui</Form> - <Form>RefactoringRope/InlineArgumentDefaultDialog.ui</Form> - <Form>RefactoringRope/AddParameterDialog.ui</Form> - <Form>RefactoringRope/GetterSetterDialog.ui</Form> + <Form>RefactoringRope/MatchesDialog.ui</Form> <Form>RefactoringRope/MethodToMethodObjectDialog.ui</Form> <Form>RefactoringRope/MoveGlobalMethodDialog.ui</Form> - <Form>RefactoringRope/ConfigurationPage/AutoCompletionRopePage.ui</Form> - <Form>RefactoringRope/ConfigurationPage/CallTipsRopePage.ui</Form> + <Form>RefactoringRope/MoveMethodDialog.ui</Form> + <Form>RefactoringRope/MoveModuleDialog.ui</Form> + <Form>RefactoringRope/PreviewDialog.ui</Form> + <Form>RefactoringRope/RenameDialog.ui</Form> + <Form>RefactoringRope/RestructureDialog.ui</Form> + <Form>RefactoringRope/SearchDialog.ui</Form> + <Form>RefactoringRope/UseFunctionDialog.ui</Form> </Forms> <Translations> + <Translation>RefactoringRope/i18n/rope_cs.qm</Translation> + <Translation>RefactoringRope/i18n/rope_cs.ts</Translation> + <Translation>RefactoringRope/i18n/rope_de.qm</Translation> <Translation>RefactoringRope/i18n/rope_de.ts</Translation> + <Translation>RefactoringRope/i18n/rope_en.qm</Translation> + <Translation>RefactoringRope/i18n/rope_en.ts</Translation> <Translation>RefactoringRope/i18n/rope_es.qm</Translation> <Translation>RefactoringRope/i18n/rope_es.ts</Translation> - <Translation>RefactoringRope/i18n/rope_cs.ts</Translation> - <Translation>RefactoringRope/i18n/rope_cs.qm</Translation> + <Translation>RefactoringRope/i18n/rope_fr.qm</Translation> <Translation>RefactoringRope/i18n/rope_fr.ts</Translation> - <Translation>RefactoringRope/i18n/rope_de.qm</Translation> - <Translation>RefactoringRope/i18n/rope_fr.qm</Translation> + <Translation>RefactoringRope/i18n/rope_it.qm</Translation> + <Translation>RefactoringRope/i18n/rope_it.ts</Translation> + <Translation>RefactoringRope/i18n/rope_pt.qm</Translation> + <Translation>RefactoringRope/i18n/rope_pt.ts</Translation> + <Translation>RefactoringRope/i18n/rope_ru.qm</Translation> <Translation>RefactoringRope/i18n/rope_ru.ts</Translation> - <Translation>RefactoringRope/i18n/rope_en.ts</Translation> - <Translation>RefactoringRope/i18n/rope_en.qm</Translation> - <Translation>RefactoringRope/i18n/rope_it.ts</Translation> - <Translation>RefactoringRope/i18n/rope_it.qm</Translation> - <Translation>RefactoringRope/i18n/rope_ru.qm</Translation> - <Translation>RefactoringRope/i18n/rope_pt.ts</Translation> - <Translation>RefactoringRope/i18n/rope_pt.qm</Translation> </Translations> <Resources/> <Interfaces/> <Others> + <Other>.hgignore</Other> <Other>ChangeLog</Other> - <Other>PluginRope.e4p</Other> - <Other>.hgignore</Other> <Other>PKGLIST</Other> + <Other>PluginRefactoringRope.zip</Other> + <Other>PluginRope.e4p</Other> + <Other>RefactoringRope/ConfigurationPage/preferences-refactoring.png</Other> <Other>RefactoringRope/Documentation/LICENSE.GPL3</Other> - <Other>PluginRefactoringRope.zip</Other> <Other>RefactoringRope/Documentation/source</Other> - <Other>RefactoringRope/rope_py2/rope/docs</Other> <Other>RefactoringRope/rope_py2/rope/COPYING</Other> <Other>RefactoringRope/rope_py2/rope/PKG-INFO</Other> - <Other>RefactoringRope/rope_py3/rope/docs</Other> + <Other>RefactoringRope/rope_py2/rope/docs</Other> <Other>RefactoringRope/rope_py3/rope/COPYING</Other> <Other>RefactoringRope/rope_py3/rope/PKG-INFO</Other> - <Other>RefactoringRope/ConfigurationPage/preferences-refactoring.png</Other> + <Other>RefactoringRope/rope_py3/rope/docs</Other> </Others> <MainScript>PluginRefactoringRope.py</MainScript> <Vcs>