--- a/eric6.e4p Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6.e4p Mon Feb 01 10:38:16 2021 +0100 @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE Project SYSTEM "Project-6.3.dtd"> +<!DOCTYPE Project SYSTEM "Project-6.5.dtd"> <!-- eric project file for project eric6 --> -<!-- Copyright (C) 2020 Detlev Offenbach, detlev@die-offenbachs.de --> -<Project version="6.3"> +<!-- Copyright (C) 2021 Detlev Offenbach, detlev@die-offenbachs.de --> +<Project version="6.5"> <Language>en_US</Language> <ProjectWordList>Dictionaries/words.dic</ProjectWordList> <ProjectExcludeList>Dictionaries/excludes.dic</ProjectExcludeList> <Hash>df7daa8781250f7664e6ecaeaf1361fa2efd39ee</Hash> - <ProgLanguage mixed="1">Python3</ProgLanguage> + <ProgLanguage mixed="0">Python3</ProgLanguage> <ProjectType>PyQt5</ProjectType> - <Description>eric6 is an integrated development environment for the Python language. It uses the PyQt5 bindings and the QScintilla2 editor widget. It may be used with PyQt4 as well.</Description> + <Description>eric6 is an integrated development environment for the Python language. It uses the PyQt5 bindings and the QScintilla2 editor widget.</Description> <Version>6.x</Version> <Author>Detlev Offenbach</Author> <Email>detlev@die-offenbachs.de</Email> @@ -49,7 +49,12 @@ <Source>eric6/DebugClients/Python/DebugUtilities.py</Source> <Source>eric6/DebugClients/Python/DebugVariables.py</Source> <Source>eric6/DebugClients/Python/FlexCompleter.py</Source> + <Source>eric6/DebugClients/Python/ModuleLoader.py</Source> + <Source>eric6/DebugClients/Python/MultiProcessDebugExtension.py</Source> + <Source>eric6/DebugClients/Python/MultiprocessingExtension.py</Source> <Source>eric6/DebugClients/Python/PyProfile.py</Source> + <Source>eric6/DebugClients/Python/QProcessExtension.py</Source> + <Source>eric6/DebugClients/Python/SubprocessExtension.py</Source> <Source>eric6/DebugClients/Python/ThreadExtension.py</Source> <Source>eric6/DebugClients/Python/__init__.py</Source> <Source>eric6/DebugClients/Python/coverage/__init__.py</Source> @@ -133,6 +138,7 @@ <Source>eric6/E5Gui/E5Application.py</Source> <Source>eric6/E5Gui/E5ClickableLabel.py</Source> <Source>eric6/E5Gui/E5ComboBox.py</Source> + <Source>eric6/E5Gui/E5ComboSelectionDialog.py</Source> <Source>eric6/E5Gui/E5Completers.py</Source> <Source>eric6/E5Gui/E5ErrorMessage.py</Source> <Source>eric6/E5Gui/E5ErrorMessageFilterDialog.py</Source> @@ -180,7 +186,6 @@ <Source>eric6/E5Network/E5GoogleMail.py</Source> <Source>eric6/E5Network/E5GoogleMailHelpers.py</Source> <Source>eric6/E5Network/E5NetworkHeaderDetailsDialog.py</Source> - <Source>eric6/E5Network/E5NetworkIcon.py</Source> <Source>eric6/E5Network/E5NetworkProxyFactory.py</Source> <Source>eric6/E5Network/E5RFC6266.py</Source> <Source>eric6/E5Network/E5SslCertificateSelectionDialog.py</Source> @@ -325,6 +330,7 @@ <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/__init__.py</Source> <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py</Source> <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/MiscellaneousChecker.py</Source> + <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/MiscellaneousDefaults.py</Source> <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/__init__.py</Source> <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py</Source> <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Naming/NamingStyleChecker.py</Source> @@ -808,12 +814,20 @@ <Source>eric6/Project/SpellingPropertiesDialog.py</Source> <Source>eric6/Project/TranslationPropertiesDialog.py</Source> <Source>eric6/Project/UicCompilerOptionsDialog.py</Source> - <Source>eric6/Project/UicLoadUi.py</Source> + <Source>eric6/Project/UicLoadUi5.py</Source> + <Source>eric6/Project/UicLoadUi6.py</Source> <Source>eric6/Project/UserPropertiesDialog.py</Source> <Source>eric6/Project/__init__.py</Source> <Source>eric6/PyUnit/UnittestDialog.py</Source> <Source>eric6/PyUnit/__init__.py</Source> <Source>eric6/QScintilla/APIsManager.py</Source> + <Source>eric6/QScintilla/DocstringGenerator/BaseDocstringGenerator.py</Source> + <Source>eric6/QScintilla/DocstringGenerator/EricdocGenerator.py</Source> + <Source>eric6/QScintilla/DocstringGenerator/GoogledocGenerator.py</Source> + <Source>eric6/QScintilla/DocstringGenerator/NumpydocGenerator.py</Source> + <Source>eric6/QScintilla/DocstringGenerator/PyDocstringGenerator.py</Source> + <Source>eric6/QScintilla/DocstringGenerator/SphinxdocGenerator.py</Source> + <Source>eric6/QScintilla/DocstringGenerator/__init__.py</Source> <Source>eric6/QScintilla/Editor.py</Source> <Source>eric6/QScintilla/EditorAssembly.py</Source> <Source>eric6/QScintilla/EditorButtonsWidget.py</Source> @@ -946,16 +960,18 @@ <Source>eric6/ThirdParty/CharDet/chardet/jisfreq.py</Source> <Source>eric6/ThirdParty/CharDet/chardet/jpcntx.py</Source> <Source>eric6/ThirdParty/CharDet/chardet/langbulgarianmodel.py</Source> - <Source>eric6/ThirdParty/CharDet/chardet/langcyrillicmodel.py</Source> <Source>eric6/ThirdParty/CharDet/chardet/langgreekmodel.py</Source> <Source>eric6/ThirdParty/CharDet/chardet/langhebrewmodel.py</Source> <Source>eric6/ThirdParty/CharDet/chardet/langhungarianmodel.py</Source> + <Source>eric6/ThirdParty/CharDet/chardet/langrussianmodel.py</Source> <Source>eric6/ThirdParty/CharDet/chardet/langthaimodel.py</Source> <Source>eric6/ThirdParty/CharDet/chardet/langturkishmodel.py</Source> <Source>eric6/ThirdParty/CharDet/chardet/latin1prober.py</Source> <Source>eric6/ThirdParty/CharDet/chardet/mbcharsetprober.py</Source> <Source>eric6/ThirdParty/CharDet/chardet/mbcsgroupprober.py</Source> <Source>eric6/ThirdParty/CharDet/chardet/mbcssm.py</Source> + <Source>eric6/ThirdParty/CharDet/chardet/metadata/__init__.py</Source> + <Source>eric6/ThirdParty/CharDet/chardet/metadata/languages.py</Source> <Source>eric6/ThirdParty/CharDet/chardet/sbcharsetprober.py</Source> <Source>eric6/ThirdParty/CharDet/chardet/sbcsgroupprober.py</Source> <Source>eric6/ThirdParty/CharDet/chardet/sjisprober.py</Source> @@ -964,12 +980,13 @@ <Source>eric6/ThirdParty/CharDet/chardet/version.py</Source> <Source>eric6/ThirdParty/EditorConfig/__init__.py</Source> <Source>eric6/ThirdParty/EditorConfig/editorconfig/__init__.py</Source> + <Source>eric6/ThirdParty/EditorConfig/editorconfig/__main__.py</Source> <Source>eric6/ThirdParty/EditorConfig/editorconfig/compat.py</Source> <Source>eric6/ThirdParty/EditorConfig/editorconfig/exceptions.py</Source> <Source>eric6/ThirdParty/EditorConfig/editorconfig/fnmatch.py</Source> <Source>eric6/ThirdParty/EditorConfig/editorconfig/handler.py</Source> <Source>eric6/ThirdParty/EditorConfig/editorconfig/ini.py</Source> - <Source>eric6/ThirdParty/EditorConfig/editorconfig/main.py</Source> + <Source>eric6/ThirdParty/EditorConfig/editorconfig/version.py</Source> <Source>eric6/ThirdParty/EditorConfig/editorconfig/versiontools.py</Source> <Source>eric6/ThirdParty/Jasy/__init__.py</Source> <Source>eric6/ThirdParty/Jasy/jasy/__init__.py</Source> @@ -1636,6 +1653,7 @@ <Form>eric6/Debugger/StartRunDialog.ui</Form> <Form>eric6/Debugger/VariableDetailDialog.ui</Form> <Form>eric6/Debugger/VariablesFilterDialog.ui</Form> + <Form>eric6/E5Gui/E5ComboSelectionDialog.ui</Form> <Form>eric6/E5Gui/E5ErrorMessageFilterDialog.ui</Form> <Form>eric6/E5Gui/E5ListSelectionDialog.ui</Form> <Form>eric6/E5Gui/E5PlainTextDialog.ui</Form> @@ -1987,7 +2005,7 @@ <Form>eric6/UI/FindFileDialog.ui</Form> <Form>eric6/UI/FindFileNameDialog.ui</Form> <Form>eric6/UI/InstallInfoDialog.ui</Form> - <Form>eric6/UI/NotificationWidget.ui</Form> + <Form>eric6/UI/NotificationFrame.ui</Form> <Form>eric6/UI/NumbersWidget.ui</Form> <Form>eric6/UI/Previewers/PreviewerQSS.ui</Form> <Form>eric6/UI/PythonDisViewer.ui</Form> @@ -2262,6 +2280,7 @@ <Other>eric6/WebBrowser/UserAgent/UserAgentDefaults.xml</Other> <Other>eric6/WebBrowser/data/html/adblockPage.html</Other> <Other>eric6/WebBrowser/data/html/authenticationErrorPage.html</Other> + <Other>eric6/WebBrowser/data/html/ericErrorPage.html</Other> <Other>eric6/WebBrowser/data/html/speeddialPage.html</Other> <Other>eric6/WebBrowser/data/html/startPage.html</Other> <Other>eric6/WebBrowser/data/html/tabCrashPage.html</Other> @@ -2436,6 +2455,7 @@ </dict> </UicCompilerParameters> </UicCompiler> + <DocstringStyle>ericdoc</DocstringStyle> <Documentation> <DocumentationParams> <dict> @@ -2745,6 +2765,26 @@ <value> <bool>False</bool> </value> + <key> + <string>WhiteList</string> + </key> + <value> + <list> + <string>pylint</string> + <string>pyright</string> + <string>noqa</string> + <string>type:\s*ignore</string> + <string>fmt:\s*(on|off)</string> + <string>TODO</string> + <string>FIXME</string> + <string>WARNING</string> + <string>NOTE</string> + <string>TEST</string> + <string>DOCU</string> + <string>XXX</string> + <string>- </string> + </list> + </value> </dict> </value> <key>