eric6.e4p

branch
maintenance
changeset 7322
cd8ee889589f
parent 7286
7eb04391adf7
parent 7314
c32c24345ca7
child 7345
bc0ee7fadd03
--- a/eric6.e4p	Thu Oct 03 11:12:50 2019 +0200
+++ b/eric6.e4p	Fri Nov 01 16:11:27 2019 +0100
@@ -259,6 +259,7 @@
     <Source>eric6/MicroPython/MicroPythonSerialPort.py</Source>
     <Source>eric6/MicroPython/MicroPythonWidget.py</Source>
     <Source>eric6/MicroPython/MicrobitDevices.py</Source>
+    <Source>eric6/MicroPython/PyBoardDevices.py</Source>
     <Source>eric6/MicroPython/__init__.py</Source>
     <Source>eric6/MultiProject/AddProjectDialog.py</Source>
     <Source>eric6/MultiProject/MultiProject.py</Source>
@@ -297,6 +298,7 @@
     <Source>eric6/Plugins/AboutPlugin/AboutDialog.py</Source>
     <Source>eric6/Plugins/AboutPlugin/__init__.py</Source>
     <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/AnnotationsChecker.py</Source>
+    <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/AstUtilities.py</Source>
     <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.py</Source>
     <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py</Source>
     <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py</Source>
@@ -1196,7 +1198,9 @@
     <Source>eric6/UI/NumbersWidget.py</Source>
     <Source>eric6/UI/PixmapCache.py</Source>
     <Source>eric6/UI/Previewer.py</Source>
+    <Source>eric6/UI/Previewers/MarkdownExtensions.py</Source>
     <Source>eric6/UI/Previewers/PreviewerHTML.py</Source>
+    <Source>eric6/UI/Previewers/PreviewerHTMLStyles.py</Source>
     <Source>eric6/UI/Previewers/PreviewerQSS.py</Source>
     <Source>eric6/UI/Previewers/__init__.py</Source>
     <Source>eric6/UI/PythonAstViewer.py</Source>
@@ -1854,6 +1858,7 @@
     <Form>eric6/Preferences/ConfigurationPages/WebBrowserFlashCookieManagerPage.ui</Form>
     <Form>eric6/Preferences/ConfigurationPages/WebBrowserPage.ui</Form>
     <Form>eric6/Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui</Form>
+    <Form>eric6/Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui</Form>
     <Form>eric6/Preferences/MouseClickDialog.ui</Form>
     <Form>eric6/Preferences/ProgramsDialog.ui</Form>
     <Form>eric6/Preferences/ShortcutDialog.ui</Form>
@@ -2034,9 +2039,6 @@
     <Other>eric6/APIs/MicroPython/circuitpython.api</Other>
     <Other>eric6/APIs/MicroPython/microbit.api</Other>
     <Other>eric6/APIs/MicroPython/micropython.api</Other>
-    <Other>eric6/APIs/Python/zope-2.10.7.api</Other>
-    <Other>eric6/APIs/Python/zope-2.11.2.api</Other>
-    <Other>eric6/APIs/Python/zope-3.3.1.api</Other>
     <Other>eric6/APIs/Python3/PyQt4.bas</Other>
     <Other>eric6/APIs/Python3/PyQt5.bas</Other>
     <Other>eric6/APIs/Python3/PyQtChart.bas</Other>
@@ -2044,6 +2046,9 @@
     <Other>eric6/APIs/Python3/QScintilla2.bas</Other>
     <Other>eric6/APIs/Python3/eric6.api</Other>
     <Other>eric6/APIs/Python3/eric6.bas</Other>
+    <Other>eric6/APIs/Python/zope-2.10.7.api</Other>
+    <Other>eric6/APIs/Python/zope-2.11.2.api</Other>
+    <Other>eric6/APIs/Python/zope-3.3.1.api</Other>
     <Other>eric6/APIs/QSS/qss.api</Other>
     <Other>eric6/APIs/Ruby/Ruby-1.8.7.api</Other>
     <Other>eric6/APIs/Ruby/Ruby-1.8.7.bas</Other>

eric ide

mercurial