Wed, 16 Nov 2022 09:51:03 +0100
Prepared release 10.2.0.
ChangeLog | file | annotate | diff | comparison | revisions | |
PluginFlask.epj | file | annotate | diff | comparison | revisions | |
PluginProjectFlask.zip | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Wed Nov 16 09:41:50 2022 +0100 +++ b/ChangeLog Wed Nov 16 09:51:03 2022 +0100 @@ -1,5 +1,9 @@ ChangeLog --------- +Version 10.2.0 +- resorted the import statements with isort +- removed direct access to the project pdata structure for eric 22.12 and newer + Version 10.1.0 - adapted the import statements to the new structure
--- a/PluginFlask.epj Wed Nov 16 09:41:50 2022 +0100 +++ b/PluginFlask.epj Wed Nov 16 09:51:03 2022 +0100 @@ -124,13 +124,16 @@ "ignoreDirectories": [ ".eric6project", ".ropeproject", - ".hg" + ".hg", + ".eric7project", + ".jedi" ], "ignoreFilePatterns": [ "Ui_*" ], "outputDirectory": "ProjectFlask/Documentation/source", "qtHelpEnabled": false, + "startDirectory": "", "useRecursion": true } },