eric6.e4p

branch
maintenance
changeset 5948
6f958d5765f4
parent 5873
331a5ece2c32
child 5949
22657f04f332
--- a/eric6.e4p	Wed Nov 01 19:22:02 2017 +0100
+++ b/eric6.e4p	Fri Nov 03 12:10:16 2017 +0100
@@ -170,6 +170,8 @@
     <Source>E5Network/__init__.py</Source>
     <Source>E5Network/data/__init__.py</Source>
     <Source>E5Network/data/tld_rc.py</Source>
+    <Source>E5Utilities/E5Cache.py</Source>
+    <Source>E5Utilities/__init__.py</Source>
     <Source>E5XML/Config.py</Source>
     <Source>E5XML/DebuggerPropertiesReader.py</Source>
     <Source>E5XML/DebuggerPropertiesWriter.py</Source>
@@ -743,6 +745,7 @@
     <Source>Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.py</Source>
     <Source>Preferences/ConfigurationPages/EditorCalltipsPage.py</Source>
     <Source>Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.py</Source>
+    <Source>Preferences/ConfigurationPages/EditorDocViewerPage.py</Source>
     <Source>Preferences/ConfigurationPages/EditorExportersPage.py</Source>
     <Source>Preferences/ConfigurationPages/EditorFilePage.py</Source>
     <Source>Preferences/ConfigurationPages/EditorGeneralPage.py</Source>
@@ -1219,6 +1222,8 @@
     <Source>UI/BrowserModel.py</Source>
     <Source>UI/BrowserSortFilterProxyModel.py</Source>
     <Source>UI/ClearPrivateDataDialog.py</Source>
+    <Source>UI/CodeDocumentationViewer.py</Source>
+    <Source>UI/CodeDocumentationViewerTemplate.py</Source>
     <Source>UI/CompareDialog.py</Source>
     <Source>UI/Config.py</Source>
     <Source>UI/DeleteFilesConfirmationDialog.py</Source>
@@ -1242,6 +1247,8 @@
     <Source>UI/SymbolsWidget.py</Source>
     <Source>UI/UserInterface.py</Source>
     <Source>UI/__init__.py</Source>
+    <Source>UI/data/__init__.py</Source>
+    <Source>UI/data/codeDocumentationViewer_rc.py</Source>
     <Source>Utilities/AutoSaver.py</Source>
     <Source>Utilities/BackgroundClient.py</Source>
     <Source>Utilities/BackgroundService.py</Source>
@@ -1805,6 +1812,7 @@
     <Form>Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui</Form>
     <Form>Preferences/ConfigurationPages/EditorCalltipsPage.ui</Form>
     <Form>Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui</Form>
+    <Form>Preferences/ConfigurationPages/EditorDocViewerPage.ui</Form>
     <Form>Preferences/ConfigurationPages/EditorExportersPage.ui</Form>
     <Form>Preferences/ConfigurationPages/EditorFilePage.ui</Form>
     <Form>Preferences/ConfigurationPages/EditorGeneralPage.ui</Form>
@@ -2003,6 +2011,7 @@
     <Resource>Helpviewer/data/icons.qrc</Resource>
     <Resource>Helpviewer/data/javascript.qrc</Resource>
     <Resource>IconEditor/cursors/cursors.qrc</Resource>
+    <Resource>UI/data/codeDocumentationViewer.qrc</Resource>
     <Resource>WebBrowser/Bookmarks/DefaultBookmarks.qrc</Resource>
     <Resource>WebBrowser/OpenSearch/DefaultSearchEngines/DefaultSearchEngines.qrc</Resource>
     <Resource>WebBrowser/UserAgent/UserAgentDefaults.qrc</Resource>
@@ -2109,6 +2118,7 @@
     <Other>ThirdParty/Pygments/pygments/PKG-INFO</Other>
     <Other>ThirdParty/Send2Trash/LICENSE</Other>
     <Other>ThirdParty/enum/LICENSE</Other>
+    <Other>UI/data/documentViewerStyle.css</Other>
     <Other>WebBrowser/Bookmarks/DefaultBookmarks.xbel</Other>
     <Other>WebBrowser/OpenSearch/DefaultSearchEngines/Amazoncom.xml</Other>
     <Other>WebBrowser/OpenSearch/DefaultSearchEngines/Bing.xml</Other>

eric ide

mercurial