eric6.e4p

branch
maintenance
changeset 7437
1148ca40ea36
parent 7362
028bf21bb5a2
parent 7432
f5488e9ab8c6
child 7503
b17672e6812d
--- a/eric6.e4p	Mon Feb 03 19:51:20 2020 +0100
+++ b/eric6.e4p	Sat Mar 07 11:11:07 2020 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE Project SYSTEM "Project-6.3.dtd">
 <!-- eric project file for project eric6 -->
-<!-- Copyright (C) 2019 Detlev Offenbach, detlev@die-offenbachs.de -->
+<!-- Copyright (C) 2020 Detlev Offenbach, detlev@die-offenbachs.de -->
 <Project version="6.3">
   <Language>en_US</Language>
   <ProjectWordList>Dictionaries/words.dic</ProjectWordList>
@@ -61,26 +61,33 @@
     <Source>eric6/DebugClients/Python/coverage/cmdline.py</Source>
     <Source>eric6/DebugClients/Python/coverage/collector.py</Source>
     <Source>eric6/DebugClients/Python/coverage/config.py</Source>
+    <Source>eric6/DebugClients/Python/coverage/context.py</Source>
     <Source>eric6/DebugClients/Python/coverage/control.py</Source>
     <Source>eric6/DebugClients/Python/coverage/data.py</Source>
     <Source>eric6/DebugClients/Python/coverage/debug.py</Source>
+    <Source>eric6/DebugClients/Python/coverage/disposition.py</Source>
     <Source>eric6/DebugClients/Python/coverage/env.py</Source>
     <Source>eric6/DebugClients/Python/coverage/execfile.py</Source>
     <Source>eric6/DebugClients/Python/coverage/files.py</Source>
     <Source>eric6/DebugClients/Python/coverage/html.py</Source>
+    <Source>eric6/DebugClients/Python/coverage/inorout.py</Source>
+    <Source>eric6/DebugClients/Python/coverage/jsonreport.py</Source>
     <Source>eric6/DebugClients/Python/coverage/misc.py</Source>
     <Source>eric6/DebugClients/Python/coverage/multiproc.py</Source>
+    <Source>eric6/DebugClients/Python/coverage/numbits.py</Source>
+    <Source>eric6/DebugClients/Python/coverage/optional.py</Source>
     <Source>eric6/DebugClients/Python/coverage/parser.py</Source>
     <Source>eric6/DebugClients/Python/coverage/phystokens.py</Source>
-    <Source>eric6/DebugClients/Python/coverage/pickle2json.py</Source>
     <Source>eric6/DebugClients/Python/coverage/plugin.py</Source>
     <Source>eric6/DebugClients/Python/coverage/plugin_support.py</Source>
     <Source>eric6/DebugClients/Python/coverage/python.py</Source>
     <Source>eric6/DebugClients/Python/coverage/pytracer.py</Source>
     <Source>eric6/DebugClients/Python/coverage/report.py</Source>
     <Source>eric6/DebugClients/Python/coverage/results.py</Source>
+    <Source>eric6/DebugClients/Python/coverage/sqldata.py</Source>
     <Source>eric6/DebugClients/Python/coverage/summary.py</Source>
     <Source>eric6/DebugClients/Python/coverage/templite.py</Source>
+    <Source>eric6/DebugClients/Python/coverage/tomlconfig.py</Source>
     <Source>eric6/DebugClients/Python/coverage/version.py</Source>
     <Source>eric6/DebugClients/Python/coverage/xmlreport.py</Source>
     <Source>eric6/DebugClients/Python/eric6dbgstub.py</Source>
@@ -720,6 +727,7 @@
     <Source>eric6/Preferences/ConfigurationPages/ViewmanagerPage.py</Source>
     <Source>eric6/Preferences/ConfigurationPages/WebBrowserAppearancePage.py</Source>
     <Source>eric6/Preferences/ConfigurationPages/WebBrowserFlashCookieManagerPage.py</Source>
+    <Source>eric6/Preferences/ConfigurationPages/WebBrowserInterfacePage.py</Source>
     <Source>eric6/Preferences/ConfigurationPages/WebBrowserPage.py</Source>
     <Source>eric6/Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.py</Source>
     <Source>eric6/Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py</Source>
@@ -1860,6 +1868,7 @@
     <Form>eric6/Preferences/ConfigurationPages/ViewmanagerPage.ui</Form>
     <Form>eric6/Preferences/ConfigurationPages/WebBrowserAppearancePage.ui</Form>
     <Form>eric6/Preferences/ConfigurationPages/WebBrowserFlashCookieManagerPage.ui</Form>
+    <Form>eric6/Preferences/ConfigurationPages/WebBrowserInterfacePage.ui</Form>
     <Form>eric6/Preferences/ConfigurationPages/WebBrowserPage.ui</Form>
     <Form>eric6/Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui</Form>
     <Form>eric6/Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui</Form>

eric ide

mercurial