--- a/eric6.e4p Sat Dec 31 17:52:23 2016 +0100 +++ b/eric6.e4p Sun Jan 01 18:09:48 2017 +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) 2016 Detlev Offenbach, detlev@die-offenbachs.de --> +<!-- Copyright (C) 2017 Detlev Offenbach, detlev@die-offenbachs.de --> <Project version="5.1"> <Language>en_US</Language> <ProjectWordList>Dictionaries/words.dic</ProjectWordList> @@ -833,6 +833,7 @@ <Source>QScintilla/APIsManager.py</Source> <Source>QScintilla/Editor.py</Source> <Source>QScintilla/EditorAssembly.py</Source> + <Source>QScintilla/EditorButtonsWidget.py</Source> <Source>QScintilla/EditorMarkerMap.py</Source> <Source>QScintilla/Exporters/ExporterBase.py</Source> <Source>QScintilla/Exporters/ExporterHTML.py</Source> @@ -881,6 +882,9 @@ <Source>QScintilla/Lexers/LexerXML.py</Source> <Source>QScintilla/Lexers/LexerYAML.py</Source> <Source>QScintilla/Lexers/__init__.py</Source> + <Source>QScintilla/MarkupProviders/MarkdownProvider.py</Source> + <Source>QScintilla/MarkupProviders/MarkupBase.py</Source> + <Source>QScintilla/MarkupProviders/__init__.py</Source> <Source>QScintilla/MiniEditor.py</Source> <Source>QScintilla/Printer.py</Source> <Source>QScintilla/QsciScintillaCompat.py</Source>