--- a/eric6.e4p Thu Feb 01 19:25:47 2018 +0100 +++ b/eric6.e4p Thu Feb 01 19:26:11 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,16 @@ <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/odict.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> @@ -2189,14 +2199,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 +2353,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>