eric6.e4p

branch
maintenance
changeset 6166
bace7fb85a01
parent 6050
25a4ddb25ca4
parent 6161
91456f5321b5
child 6206
a02b03b7bfec
--- a/eric6.e4p	Sun Feb 04 10:56:30 2018 +0100
+++ b/eric6.e4p	Fri Mar 02 19:35:16 2018 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE Project SYSTEM "Project-5.1.dtd">
 <!-- eric project file for project eric6 -->
-<!-- Copyright (C) 2017 Detlev Offenbach, detlev@die-offenbachs.de -->
+<!-- Copyright (C) 2018 Detlev Offenbach, detlev@die-offenbachs.de -->
 <Project version="5.1">
   <Language>en_US</Language>
   <ProjectWordList>Dictionaries/words.dic</ProjectWordList>
@@ -1083,6 +1083,15 @@
     <Source>ThirdParty/CharDet/chardet/universaldetector.py</Source>
     <Source>ThirdParty/CharDet/chardet/utf8prober.py</Source>
     <Source>ThirdParty/CharDet/chardet/version.py</Source>
+    <Source>ThirdParty/EditorConfig/__init__.py</Source>
+    <Source>ThirdParty/EditorConfig/editorconfig/__init__.py</Source>
+    <Source>ThirdParty/EditorConfig/editorconfig/compat.py</Source>
+    <Source>ThirdParty/EditorConfig/editorconfig/exceptions.py</Source>
+    <Source>ThirdParty/EditorConfig/editorconfig/fnmatch.py</Source>
+    <Source>ThirdParty/EditorConfig/editorconfig/handler.py</Source>
+    <Source>ThirdParty/EditorConfig/editorconfig/ini.py</Source>
+    <Source>ThirdParty/EditorConfig/editorconfig/main.py</Source>
+    <Source>ThirdParty/EditorConfig/editorconfig/versiontools.py</Source>
     <Source>ThirdParty/Jasy/__init__.py</Source>
     <Source>ThirdParty/Jasy/jasy/__init__.py</Source>
     <Source>ThirdParty/Jasy/jasy/core/Console.py</Source>
@@ -1436,6 +1445,7 @@
     <Source>WebBrowser/Download/DownloadAskActionDialog.py</Source>
     <Source>WebBrowser/Download/DownloadItem.py</Source>
     <Source>WebBrowser/Download/DownloadManager.py</Source>
+    <Source>WebBrowser/Download/DownloadManagerButton.py</Source>
     <Source>WebBrowser/Download/DownloadModel.py</Source>
     <Source>WebBrowser/Download/DownloadUtilities.py</Source>
     <Source>WebBrowser/Download/__init__.py</Source>
@@ -1462,6 +1472,7 @@
     <Source>WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/__init__.py</Source>
     <Source>WebBrowser/GreaseMonkey/GreaseMonkeyDownloader.py</Source>
     <Source>WebBrowser/GreaseMonkey/GreaseMonkeyJavaScript.py</Source>
+    <Source>WebBrowser/GreaseMonkey/GreaseMonkeyJsObject.py</Source>
     <Source>WebBrowser/GreaseMonkey/GreaseMonkeyManager.py</Source>
     <Source>WebBrowser/GreaseMonkey/GreaseMonkeyScript.py</Source>
     <Source>WebBrowser/GreaseMonkey/__init__.py</Source>
@@ -2189,14 +2200,14 @@
   </Resources>
   <Others>
     <Other>.hgignore</Other>
-    <Other>APIs/Python/zope-2.10.7.api</Other>
-    <Other>APIs/Python/zope-2.11.2.api</Other>
-    <Other>APIs/Python/zope-3.3.1.api</Other>
     <Other>APIs/Python3/PyQt4.bas</Other>
     <Other>APIs/Python3/PyQt5.bas</Other>
     <Other>APIs/Python3/QScintilla2.bas</Other>
     <Other>APIs/Python3/eric6.api</Other>
     <Other>APIs/Python3/eric6.bas</Other>
+    <Other>APIs/Python/zope-2.10.7.api</Other>
+    <Other>APIs/Python/zope-2.11.2.api</Other>
+    <Other>APIs/Python/zope-3.3.1.api</Other>
     <Other>APIs/QSS/qss.api</Other>
     <Other>APIs/Ruby/Ruby-1.8.7.api</Other>
     <Other>APIs/Ruby/Ruby-1.8.7.bas</Other>
@@ -2343,6 +2354,8 @@
     <Other>THANKS</Other>
     <Other>ThirdParty/CharDet/LICENSE</Other>
     <Other>ThirdParty/CharDet/README.rst</Other>
+    <Other>ThirdParty/EditorConfig/LICENSE.txt</Other>
+    <Other>ThirdParty/EditorConfig/README.rst</Other>
     <Other>ThirdParty/Jasy/jasy/license.md</Other>
     <Other>ThirdParty/Pygments/pygments/AUTHORS</Other>
     <Other>ThirdParty/Pygments/pygments/CHANGES</Other>

eric ide

mercurial