Added a symbols viewer with capability to insert the selected symbol by double-clicking it.

Sat, 26 Jun 2010 13:34:06 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Jun 2010 13:34:06 +0200
changeset 365
0686ac00256e
parent 363
8bda0881a970
child 366
58f2122a5d6a

Added a symbols viewer with capability to insert the selected symbol by double-clicking it.

APIs/Python3/eric5.api file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric5.E5Network.E5NetworkMonitor.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.UI.SymbolsWidget.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.UI.UserInterface.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.ViewManager.ViewManager.html file | annotate | diff | comparison | revisions
Documentation/Source/index-eric5.UI.html file | annotate | diff | comparison | revisions
E5Network/E5NetworkMonitor.py file | annotate | diff | comparison | revisions
Preferences/ViewProfileDialog.py file | annotate | diff | comparison | revisions
Preferences/ViewProfileDialog.ui file | annotate | diff | comparison | revisions
Preferences/__init__.py file | annotate | diff | comparison | revisions
UI/SymbolsWidget.py file | annotate | diff | comparison | revisions
UI/SymbolsWidget.ui file | annotate | diff | comparison | revisions
UI/UserInterface.py file | annotate | diff | comparison | revisions
ViewManager/ViewManager.py file | annotate | diff | comparison | revisions
changelog file | annotate | diff | comparison | revisions
eric5.e4p file | annotate | diff | comparison | revisions
i18n/eric5_cs.ts file | annotate | diff | comparison | revisions
i18n/eric5_de.qm file | annotate | diff | comparison | revisions
i18n/eric5_de.ts file | annotate | diff | comparison | revisions
i18n/eric5_es.ts file | annotate | diff | comparison | revisions
i18n/eric5_fr.ts file | annotate | diff | comparison | revisions
i18n/eric5_it.ts file | annotate | diff | comparison | revisions
i18n/eric5_ru.ts file | annotate | diff | comparison | revisions
i18n/eric5_tr.ts file | annotate | diff | comparison | revisions
i18n/eric5_zh_CN.GB2312.ts file | annotate | diff | comparison | revisions
icons/default/symbols.png file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric5.api	Fri Jun 25 18:24:29 2010 +0200
+++ b/APIs/Python3/eric5.api	Sat Jun 26 13:34:06 2010 +0200
@@ -1294,8 +1294,8 @@
 eric5.E5Network.E5NetworkMonitor.E5NetworkMonitor?1(networkAccessManager, parent = None)
 eric5.E5Network.E5NetworkMonitor.E5NetworkRequest?1()
 eric5.E5Network.E5NetworkMonitor.E5RequestModel.columnCount?4(parent)
-eric5.E5Network.E5NetworkMonitor.E5RequestModel.data?4(index, role)
-eric5.E5Network.E5NetworkMonitor.E5RequestModel.headerData?4(section, orientation, role)
+eric5.E5Network.E5NetworkMonitor.E5RequestModel.data?4(index, role = Qt.DisplayRole)
+eric5.E5Network.E5NetworkMonitor.E5RequestModel.headerData?4(section, orientation, role = Qt.DisplayRole)
 eric5.E5Network.E5NetworkMonitor.E5RequestModel.removeRows?4(row, count, parent)
 eric5.E5Network.E5NetworkMonitor.E5RequestModel.rowCount?4(parent)
 eric5.E5Network.E5NetworkMonitor.E5RequestModel?1(networkAccessManager, parent = None)
@@ -5472,6 +5472,17 @@
 eric5.UI.SplashScreen.SplashScreen.clearMessage?4()
 eric5.UI.SplashScreen.SplashScreen.showMessage?4(msg)
 eric5.UI.SplashScreen.SplashScreen?1()
+eric5.UI.SymbolsWidget.SymbolsModel.columnCount?4(parent)
+eric5.UI.SymbolsWidget.SymbolsModel.data?4(index, role = Qt.DisplayRole)
+eric5.UI.SymbolsWidget.SymbolsModel.headerData?4(section, orientation, role = Qt.DisplayRole)
+eric5.UI.SymbolsWidget.SymbolsModel.rowCount?4(parent)
+eric5.UI.SymbolsWidget.SymbolsModel.setUnicode?4(u)
+eric5.UI.SymbolsWidget.SymbolsModel?1(parent = None)
+eric5.UI.SymbolsWidget.SymbolsWidget.insertSymbol?7
+eric5.UI.SymbolsWidget.SymbolsWidget.on_symbolSpinBox_editingFinished?4()
+eric5.UI.SymbolsWidget.SymbolsWidget.on_symbolsTable_activated?4(index)
+eric5.UI.SymbolsWidget.SymbolsWidget.on_unicodeButton_toggled?4(checked)
+eric5.UI.SymbolsWidget.SymbolsWidget?1(parent = None)
 eric5.UI.UserInterface.Redirector.flush?4()
 eric5.UI.UserInterface.Redirector.write?4(s)
 eric5.UI.UserInterface.Redirector?1(stderr)
@@ -5993,6 +6004,7 @@
 eric5.ViewManager.ViewManager.ViewManager.initSpellingToolbar?4(toolbarManager)
 eric5.ViewManager.ViewManager.ViewManager.initViewMenu?4()
 eric5.ViewManager.ViewManager.ViewManager.initViewToolbar?4(toolbarManager)
+eric5.ViewManager.ViewManager.ViewManager.insertSymbol?4(txt)
 eric5.ViewManager.ViewManager.ViewManager.isConnected?4()
 eric5.ViewManager.ViewManager.ViewManager.newEditor?4()
 eric5.ViewManager.ViewManager.ViewManager.newEditorView?4(fn, caller, filetype = "")
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Fri Jun 25 18:24:29 2010 +0200
+++ b/Documentation/Help/source.qhp	Sat Jun 26 13:34:06 2010 +0200
@@ -680,6 +680,7 @@
             <section title="eric5.UI.LogView" ref="eric5.UI.LogView.html" />
             <section title="eric5.UI.PixmapCache" ref="eric5.UI.PixmapCache.html" />
             <section title="eric5.UI.SplashScreen" ref="eric5.UI.SplashScreen.html" />
+            <section title="eric5.UI.SymbolsWidget" ref="eric5.UI.SymbolsWidget.html" />
             <section title="eric5.UI.UserInterface" ref="eric5.UI.UserInterface.html" />
           </section>
           <section title="eric5.Utilities" ref="index-eric5.Utilities.html">
@@ -747,80 +748,90 @@
     </toc>
     <keywords>
       <keyword name="eric5 (Package)" id="eric5 (Package)" ref="index-eric5.html" />
+      <keyword name="eric5-tray (Module)" id="eric5-tray (Module)" ref="eric5.eric5-tray.html" />
+      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-tray.html#createMainWidget" />
+      <keyword name="main" id="main" ref="eric5.eric5-tray.html#main" />
+      <keyword name="eric5-unittest (Module)" id="eric5-unittest (Module)" ref="eric5.eric5-unittest.html" />
+      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-unittest.html#createMainWidget" />
+      <keyword name="main" id="main" ref="eric5.eric5-unittest.html#main" />
+      <keyword name="eric5-sqlbrowser (Module)" id="eric5-sqlbrowser (Module)" ref="eric5.eric5-sqlbrowser.html" />
+      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-sqlbrowser.html#createMainWidget" />
+      <keyword name="main" id="main" ref="eric5.eric5-sqlbrowser.html#main" />
+      <keyword name="eric5-configure (Module)" id="eric5-configure (Module)" ref="eric5.eric5-configure.html" />
+      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-configure.html#createMainWidget" />
+      <keyword name="main" id="main" ref="eric5.eric5-configure.html#main" />
+      <keyword name="eric5-api (Module)" id="eric5-api (Module)" ref="eric5.eric5-api.html" />
+      <keyword name="main" id="main" ref="eric5.eric5-api.html#main" />
+      <keyword name="usage" id="usage" ref="eric5.eric5-api.html#usage" />
+      <keyword name="version" id="version" ref="eric5.eric5-api.html#version" />
+      <keyword name="eric5-doc (Module)" id="eric5-doc (Module)" ref="eric5.eric5-doc.html" />
+      <keyword name="main" id="main" ref="eric5.eric5-doc.html#main" />
+      <keyword name="usage" id="usage" ref="eric5.eric5-doc.html#usage" />
+      <keyword name="version" id="version" ref="eric5.eric5-doc.html#version" />
+      <keyword name="uninstall (Module)" id="uninstall (Module)" ref="eric5.uninstall.html" />
+      <keyword name="initGlobals" id="initGlobals" ref="eric5.uninstall.html#initGlobals" />
+      <keyword name="main" id="main" ref="eric5.uninstall.html#main" />
+      <keyword name="uninstallEric" id="uninstallEric" ref="eric5.uninstall.html#uninstallEric" />
+      <keyword name="usage" id="usage" ref="eric5.uninstall.html#usage" />
+      <keyword name="wrapperName" id="wrapperName" ref="eric5.uninstall.html#wrapperName" />
+      <keyword name="eric5 (Module)" id="eric5 (Module)" ref="eric5.eric5.html" />
+      <keyword name="excepthook" id="excepthook" ref="eric5.eric5.html#excepthook" />
+      <keyword name="handleSingleApplication" id="handleSingleApplication" ref="eric5.eric5.html#handleSingleApplication" />
+      <keyword name="main" id="main" ref="eric5.eric5.html#main" />
+      <keyword name="uiStartUp" id="uiStartUp" ref="eric5.eric5.html#uiStartUp" />
+      <keyword name="eric5-re (Module)" id="eric5-re (Module)" ref="eric5.eric5-re.html" />
+      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-re.html#createMainWidget" />
+      <keyword name="main" id="main" ref="eric5.eric5-re.html#main" />
+      <keyword name="eric5-webbrowser (Module)" id="eric5-webbrowser (Module)" ref="eric5.eric5-webbrowser.html" />
+      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-webbrowser.html#createMainWidget" />
+      <keyword name="main" id="main" ref="eric5.eric5-webbrowser.html#main" />
+      <keyword name="eric5-editor (Module)" id="eric5-editor (Module)" ref="eric5.eric5-editor.html" />
+      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-editor.html#createMainWidget" />
+      <keyword name="main" id="main" ref="eric5.eric5-editor.html#main" />
+      <keyword name="eric5config (Module)" id="eric5config (Module)" ref="eric5.eric5config.html" />
+      <keyword name="getConfig" id="getConfig" ref="eric5.eric5config.html#getConfig" />
+      <keyword name="eric5-uipreviewer (Module)" id="eric5-uipreviewer (Module)" ref="eric5.eric5-uipreviewer.html" />
+      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-uipreviewer.html#createMainWidget" />
+      <keyword name="main" id="main" ref="eric5.eric5-uipreviewer.html#main" />
+      <keyword name="eric5-iconeditor (Module)" id="eric5-iconeditor (Module)" ref="eric5.eric5-iconeditor.html" />
+      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-iconeditor.html#createMainWidget" />
+      <keyword name="main" id="main" ref="eric5.eric5-iconeditor.html#main" />
+      <keyword name="install-i18n (Module)" id="install-i18n (Module)" ref="eric5.install-i18n.html" />
+      <keyword name="getConfigDir" id="getConfigDir" ref="eric5.install-i18n.html#getConfigDir" />
+      <keyword name="installTranslations" id="installTranslations" ref="eric5.install-i18n.html#installTranslations" />
+      <keyword name="main" id="main" ref="eric5.install-i18n.html#main" />
+      <keyword name="usage" id="usage" ref="eric5.install-i18n.html#usage" />
+      <keyword name="patch_modpython (Module)" id="patch_modpython (Module)" ref="eric5.patch_modpython.html" />
+      <keyword name="initGlobals" id="initGlobals" ref="eric5.patch_modpython.html#initGlobals" />
+      <keyword name="main" id="main" ref="eric5.patch_modpython.html#main" />
+      <keyword name="usage" id="usage" ref="eric5.patch_modpython.html#usage" />
+      <keyword name="eric5-trpreviewer (Module)" id="eric5-trpreviewer (Module)" ref="eric5.eric5-trpreviewer.html" />
+      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-trpreviewer.html#createMainWidget" />
+      <keyword name="main" id="main" ref="eric5.eric5-trpreviewer.html#main" />
       <keyword name="compileUiFiles (Module)" id="compileUiFiles (Module)" ref="eric5.compileUiFiles.html" />
       <keyword name="compileUiDir" id="compileUiDir" ref="eric5.compileUiFiles.html#compileUiDir" />
       <keyword name="compileUiFiles" id="compileUiFiles" ref="eric5.compileUiFiles.html#compileUiFiles" />
       <keyword name="compile_ui" id="compile_ui" ref="eric5.compileUiFiles.html#compile_ui" />
       <keyword name="main" id="main" ref="eric5.compileUiFiles.html#main" />
       <keyword name="pyName" id="pyName" ref="eric5.compileUiFiles.html#pyName" />
-      <keyword name="eric5-api (Module)" id="eric5-api (Module)" ref="eric5.eric5-api.html" />
-      <keyword name="main" id="main" ref="eric5.eric5-api.html#main" />
-      <keyword name="usage" id="usage" ref="eric5.eric5-api.html#usage" />
-      <keyword name="version" id="version" ref="eric5.eric5-api.html#version" />
-      <keyword name="eric5-compare (Module)" id="eric5-compare (Module)" ref="eric5.eric5-compare.html" />
-      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-compare.html#createMainWidget" />
-      <keyword name="main" id="main" ref="eric5.eric5-compare.html#main" />
-      <keyword name="eric5-configure (Module)" id="eric5-configure (Module)" ref="eric5.eric5-configure.html" />
-      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-configure.html#createMainWidget" />
-      <keyword name="main" id="main" ref="eric5.eric5-configure.html#main" />
-      <keyword name="eric5-diff (Module)" id="eric5-diff (Module)" ref="eric5.eric5-diff.html" />
-      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-diff.html#createMainWidget" />
-      <keyword name="main" id="main" ref="eric5.eric5-diff.html#main" />
-      <keyword name="eric5-doc (Module)" id="eric5-doc (Module)" ref="eric5.eric5-doc.html" />
-      <keyword name="main" id="main" ref="eric5.eric5-doc.html#main" />
-      <keyword name="usage" id="usage" ref="eric5.eric5-doc.html#usage" />
-      <keyword name="version" id="version" ref="eric5.eric5-doc.html#version" />
-      <keyword name="eric5-editor (Module)" id="eric5-editor (Module)" ref="eric5.eric5-editor.html" />
-      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-editor.html#createMainWidget" />
-      <keyword name="main" id="main" ref="eric5.eric5-editor.html#main" />
-      <keyword name="eric5-iconeditor (Module)" id="eric5-iconeditor (Module)" ref="eric5.eric5-iconeditor.html" />
-      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-iconeditor.html#createMainWidget" />
-      <keyword name="main" id="main" ref="eric5.eric5-iconeditor.html#main" />
-      <keyword name="eric5-plugininstall (Module)" id="eric5-plugininstall (Module)" ref="eric5.eric5-plugininstall.html" />
-      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-plugininstall.html#createMainWidget" />
-      <keyword name="main" id="main" ref="eric5.eric5-plugininstall.html#main" />
-      <keyword name="eric5-pluginrepository (Module)" id="eric5-pluginrepository (Module)" ref="eric5.eric5-pluginrepository.html" />
-      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-pluginrepository.html#createMainWidget" />
-      <keyword name="main" id="main" ref="eric5.eric5-pluginrepository.html#main" />
+      <keyword name="patch_pyxml (Module)" id="patch_pyxml (Module)" ref="eric5.patch_pyxml.html" />
+      <keyword name="initGlobals" id="initGlobals" ref="eric5.patch_pyxml.html#initGlobals" />
+      <keyword name="isPatched" id="isPatched" ref="eric5.patch_pyxml.html#isPatched" />
+      <keyword name="main" id="main" ref="eric5.patch_pyxml.html#main" />
+      <keyword name="patchPyXML" id="patchPyXML" ref="eric5.patch_pyxml.html#patchPyXML" />
+      <keyword name="usage" id="usage" ref="eric5.patch_pyxml.html#usage" />
       <keyword name="eric5-pluginuninstall (Module)" id="eric5-pluginuninstall (Module)" ref="eric5.eric5-pluginuninstall.html" />
       <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-pluginuninstall.html#createMainWidget" />
       <keyword name="main" id="main" ref="eric5.eric5-pluginuninstall.html#main" />
+      <keyword name="eric5-plugininstall (Module)" id="eric5-plugininstall (Module)" ref="eric5.eric5-plugininstall.html" />
+      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-plugininstall.html#createMainWidget" />
+      <keyword name="main" id="main" ref="eric5.eric5-plugininstall.html#main" />
       <keyword name="eric5-qregexp (Module)" id="eric5-qregexp (Module)" ref="eric5.eric5-qregexp.html" />
       <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-qregexp.html#createMainWidget" />
       <keyword name="main" id="main" ref="eric5.eric5-qregexp.html#main" />
-      <keyword name="eric5-re (Module)" id="eric5-re (Module)" ref="eric5.eric5-re.html" />
-      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-re.html#createMainWidget" />
-      <keyword name="main" id="main" ref="eric5.eric5-re.html#main" />
-      <keyword name="eric5-sqlbrowser (Module)" id="eric5-sqlbrowser (Module)" ref="eric5.eric5-sqlbrowser.html" />
-      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-sqlbrowser.html#createMainWidget" />
-      <keyword name="main" id="main" ref="eric5.eric5-sqlbrowser.html#main" />
-      <keyword name="eric5-tray (Module)" id="eric5-tray (Module)" ref="eric5.eric5-tray.html" />
-      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-tray.html#createMainWidget" />
-      <keyword name="main" id="main" ref="eric5.eric5-tray.html#main" />
-      <keyword name="eric5-trpreviewer (Module)" id="eric5-trpreviewer (Module)" ref="eric5.eric5-trpreviewer.html" />
-      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-trpreviewer.html#createMainWidget" />
-      <keyword name="main" id="main" ref="eric5.eric5-trpreviewer.html#main" />
-      <keyword name="eric5-uipreviewer (Module)" id="eric5-uipreviewer (Module)" ref="eric5.eric5-uipreviewer.html" />
-      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-uipreviewer.html#createMainWidget" />
-      <keyword name="main" id="main" ref="eric5.eric5-uipreviewer.html#main" />
-      <keyword name="eric5-unittest (Module)" id="eric5-unittest (Module)" ref="eric5.eric5-unittest.html" />
-      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-unittest.html#createMainWidget" />
-      <keyword name="main" id="main" ref="eric5.eric5-unittest.html#main" />
-      <keyword name="eric5-webbrowser (Module)" id="eric5-webbrowser (Module)" ref="eric5.eric5-webbrowser.html" />
-      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-webbrowser.html#createMainWidget" />
-      <keyword name="main" id="main" ref="eric5.eric5-webbrowser.html#main" />
-      <keyword name="eric5 (Module)" id="eric5 (Module)" ref="eric5.eric5.html" />
-      <keyword name="excepthook" id="excepthook" ref="eric5.eric5.html#excepthook" />
-      <keyword name="handleSingleApplication" id="handleSingleApplication" ref="eric5.eric5.html#handleSingleApplication" />
-      <keyword name="main" id="main" ref="eric5.eric5.html#main" />
-      <keyword name="uiStartUp" id="uiStartUp" ref="eric5.eric5.html#uiStartUp" />
-      <keyword name="eric5config (Module)" id="eric5config (Module)" ref="eric5.eric5config.html" />
-      <keyword name="getConfig" id="getConfig" ref="eric5.eric5config.html#getConfig" />
-      <keyword name="install-i18n (Module)" id="install-i18n (Module)" ref="eric5.install-i18n.html" />
-      <keyword name="getConfigDir" id="getConfigDir" ref="eric5.install-i18n.html#getConfigDir" />
-      <keyword name="installTranslations" id="installTranslations" ref="eric5.install-i18n.html#installTranslations" />
-      <keyword name="main" id="main" ref="eric5.install-i18n.html#main" />
-      <keyword name="usage" id="usage" ref="eric5.install-i18n.html#usage" />
+      <keyword name="eric5-compare (Module)" id="eric5-compare (Module)" ref="eric5.eric5-compare.html" />
+      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-compare.html#createMainWidget" />
+      <keyword name="main" id="main" ref="eric5.eric5-compare.html#main" />
       <keyword name="install (Module)" id="install (Module)" ref="eric5.install.html" />
       <keyword name="cleanUp" id="cleanUp" ref="eric5.install.html#cleanUp" />
       <keyword name="compileUiDir" id="compileUiDir" ref="eric5.install.html#compileUiDir" />
@@ -839,130 +850,502 @@
       <keyword name="pyName" id="pyName" ref="eric5.install.html#pyName" />
       <keyword name="usage" id="usage" ref="eric5.install.html#usage" />
       <keyword name="wrapperName" id="wrapperName" ref="eric5.install.html#wrapperName" />
-      <keyword name="patch_modpython (Module)" id="patch_modpython (Module)" ref="eric5.patch_modpython.html" />
-      <keyword name="initGlobals" id="initGlobals" ref="eric5.patch_modpython.html#initGlobals" />
-      <keyword name="main" id="main" ref="eric5.patch_modpython.html#main" />
-      <keyword name="usage" id="usage" ref="eric5.patch_modpython.html#usage" />
-      <keyword name="patch_pyxml (Module)" id="patch_pyxml (Module)" ref="eric5.patch_pyxml.html" />
-      <keyword name="initGlobals" id="initGlobals" ref="eric5.patch_pyxml.html#initGlobals" />
-      <keyword name="isPatched" id="isPatched" ref="eric5.patch_pyxml.html#isPatched" />
-      <keyword name="main" id="main" ref="eric5.patch_pyxml.html#main" />
-      <keyword name="patchPyXML" id="patchPyXML" ref="eric5.patch_pyxml.html#patchPyXML" />
-      <keyword name="usage" id="usage" ref="eric5.patch_pyxml.html#usage" />
-      <keyword name="uninstall (Module)" id="uninstall (Module)" ref="eric5.uninstall.html" />
-      <keyword name="initGlobals" id="initGlobals" ref="eric5.uninstall.html#initGlobals" />
-      <keyword name="main" id="main" ref="eric5.uninstall.html#main" />
-      <keyword name="uninstallEric" id="uninstallEric" ref="eric5.uninstall.html#uninstallEric" />
-      <keyword name="usage" id="usage" ref="eric5.uninstall.html#usage" />
-      <keyword name="wrapperName" id="wrapperName" ref="eric5.uninstall.html#wrapperName" />
-      <keyword name="Cooperation (Package)" id="Cooperation (Package)" ref="index-eric5.Cooperation.html" />
-      <keyword name="ChatWidget (Module)" id="ChatWidget (Module)" ref="eric5.Cooperation.ChatWidget.html" />
-      <keyword name="ChatWidget" id="ChatWidget" ref="eric5.Cooperation.ChatWidget.html#ChatWidget" />
-      <keyword name="ChatWidget (Constructor)" id="ChatWidget (Constructor)" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__init__" />
-      <keyword name="ChatWidget.__banKickUser" id="ChatWidget.__banKickUser" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__banKickUser" />
-      <keyword name="ChatWidget.__banUser" id="ChatWidget.__banUser" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__banUser" />
-      <keyword name="ChatWidget.__clearChat" id="ChatWidget.__clearChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__clearChat" />
-      <keyword name="ChatWidget.__clearHostsHistory" id="ChatWidget.__clearHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__clearHostsHistory" />
-      <keyword name="ChatWidget.__copyAllChat" id="ChatWidget.__copyAllChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__copyAllChat" />
-      <keyword name="ChatWidget.__copyChat" id="ChatWidget.__copyChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__copyChat" />
-      <keyword name="ChatWidget.__cutAllChat" id="ChatWidget.__cutAllChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__cutAllChat" />
-      <keyword name="ChatWidget.__cutChat" id="ChatWidget.__cutChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__cutChat" />
-      <keyword name="ChatWidget.__editorCommandMessage" id="ChatWidget.__editorCommandMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__editorCommandMessage" />
-      <keyword name="ChatWidget.__getConnectionParameters" id="ChatWidget.__getConnectionParameters" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__getConnectionParameters" />
-      <keyword name="ChatWidget.__handleMessage" id="ChatWidget.__handleMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__handleMessage" />
-      <keyword name="ChatWidget.__initChatMenu" id="ChatWidget.__initChatMenu" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__initChatMenu" />
-      <keyword name="ChatWidget.__initUsersMenu" id="ChatWidget.__initUsersMenu" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__initUsersMenu" />
-      <keyword name="ChatWidget.__initialConnectionRefused" id="ChatWidget.__initialConnectionRefused" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__initialConnectionRefused" />
-      <keyword name="ChatWidget.__kickUser" id="ChatWidget.__kickUser" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__kickUser" />
-      <keyword name="ChatWidget.__loadHostsHistory" id="ChatWidget.__loadHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__loadHostsHistory" />
-      <keyword name="ChatWidget.__newParticipant" id="ChatWidget.__newParticipant" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__newParticipant" />
-      <keyword name="ChatWidget.__participantLeft" id="ChatWidget.__participantLeft" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__participantLeft" />
-      <keyword name="ChatWidget.__saveChat" id="ChatWidget.__saveChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__saveChat" />
-      <keyword name="ChatWidget.__saveHostsHistory" id="ChatWidget.__saveHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__saveHostsHistory" />
-      <keyword name="ChatWidget.__setConnected" id="ChatWidget.__setConnected" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__setConnected" />
-      <keyword name="ChatWidget.__setHostsHistory" id="ChatWidget.__setHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__setHostsHistory" />
-      <keyword name="ChatWidget.__showErrorMessage" id="ChatWidget.__showErrorMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__showErrorMessage" />
-      <keyword name="ChatWidget.appendMessage" id="ChatWidget.appendMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.appendMessage" />
-      <keyword name="ChatWidget.checkEditorActions" id="ChatWidget.checkEditorActions" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.checkEditorActions" />
-      <keyword name="ChatWidget.getClient" id="ChatWidget.getClient" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.getClient" />
-      <keyword name="ChatWidget.on_cancelEditButton_clicked" id="ChatWidget.on_cancelEditButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_cancelEditButton_clicked" />
-      <keyword name="ChatWidget.on_chatEdit_copyAvailable" id="ChatWidget.on_chatEdit_copyAvailable" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_chatEdit_copyAvailable" />
-      <keyword name="ChatWidget.on_chatEdit_customContextMenuRequested" id="ChatWidget.on_chatEdit_customContextMenuRequested" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_chatEdit_customContextMenuRequested" />
-      <keyword name="ChatWidget.on_clearHostsButton_clicked" id="ChatWidget.on_clearHostsButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_clearHostsButton_clicked" />
-      <keyword name="ChatWidget.on_connectButton_clicked" id="ChatWidget.on_connectButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_connectButton_clicked" />
-      <keyword name="ChatWidget.on_hostEdit_editTextChanged" id="ChatWidget.on_hostEdit_editTextChanged" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_hostEdit_editTextChanged" />
-      <keyword name="ChatWidget.on_sendEditButton_clicked" id="ChatWidget.on_sendEditButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_sendEditButton_clicked" />
-      <keyword name="ChatWidget.on_serverButton_clicked" id="ChatWidget.on_serverButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_serverButton_clicked" />
-      <keyword name="ChatWidget.on_shareButton_clicked" id="ChatWidget.on_shareButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_shareButton_clicked" />
-      <keyword name="ChatWidget.on_startEditButton_clicked" id="ChatWidget.on_startEditButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_startEditButton_clicked" />
-      <keyword name="ChatWidget.on_usersList_customContextMenuRequested" id="ChatWidget.on_usersList_customContextMenuRequested" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_usersList_customContextMenuRequested" />
-      <keyword name="ChatWidget.preferencesChanged" id="ChatWidget.preferencesChanged" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.preferencesChanged" />
-      <keyword name="Connection (Module)" id="Connection (Module)" ref="eric5.Cooperation.Connection.html" />
-      <keyword name="Connection" id="Connection" ref="eric5.Cooperation.Connection.html#Connection" />
-      <keyword name="Connection (Constructor)" id="Connection (Constructor)" ref="eric5.Cooperation.Connection.html#Connection.__init__" />
-      <keyword name="Connection.__dataLengthForCurrentDataType" id="Connection.__dataLengthForCurrentDataType" ref="eric5.Cooperation.Connection.html#Connection.__dataLengthForCurrentDataType" />
-      <keyword name="Connection.__disconnected" id="Connection.__disconnected" ref="eric5.Cooperation.Connection.html#Connection.__disconnected" />
-      <keyword name="Connection.__hasEnoughData" id="Connection.__hasEnoughData" ref="eric5.Cooperation.Connection.html#Connection.__hasEnoughData" />
-      <keyword name="Connection.__processData" id="Connection.__processData" ref="eric5.Cooperation.Connection.html#Connection.__processData" />
-      <keyword name="Connection.__processReadyRead" id="Connection.__processReadyRead" ref="eric5.Cooperation.Connection.html#Connection.__processReadyRead" />
-      <keyword name="Connection.__readDataIntoBuffer" id="Connection.__readDataIntoBuffer" ref="eric5.Cooperation.Connection.html#Connection.__readDataIntoBuffer" />
-      <keyword name="Connection.__readProtocolHeader" id="Connection.__readProtocolHeader" ref="eric5.Cooperation.Connection.html#Connection.__readProtocolHeader" />
-      <keyword name="Connection.__sendGreetingMessage" id="Connection.__sendGreetingMessage" ref="eric5.Cooperation.Connection.html#Connection.__sendGreetingMessage" />
-      <keyword name="Connection.__sendPing" id="Connection.__sendPing" ref="eric5.Cooperation.Connection.html#Connection.__sendPing" />
-      <keyword name="Connection.name" id="Connection.name" ref="eric5.Cooperation.Connection.html#Connection.name" />
-      <keyword name="Connection.sendEditorCommand" id="Connection.sendEditorCommand" ref="eric5.Cooperation.Connection.html#Connection.sendEditorCommand" />
-      <keyword name="Connection.sendGetParticipants" id="Connection.sendGetParticipants" ref="eric5.Cooperation.Connection.html#Connection.sendGetParticipants" />
-      <keyword name="Connection.sendMessage" id="Connection.sendMessage" ref="eric5.Cooperation.Connection.html#Connection.sendMessage" />
-      <keyword name="Connection.sendParticipants" id="Connection.sendParticipants" ref="eric5.Cooperation.Connection.html#Connection.sendParticipants" />
-      <keyword name="Connection.serverPort" id="Connection.serverPort" ref="eric5.Cooperation.Connection.html#Connection.serverPort" />
-      <keyword name="Connection.setGreetingMessage" id="Connection.setGreetingMessage" ref="eric5.Cooperation.Connection.html#Connection.setGreetingMessage" />
-      <keyword name="Connection.timerEvent" id="Connection.timerEvent" ref="eric5.Cooperation.Connection.html#Connection.timerEvent" />
-      <keyword name="CooperationClient (Module)" id="CooperationClient (Module)" ref="eric5.Cooperation.CooperationClient.html" />
-      <keyword name="CooperationClient" id="CooperationClient" ref="eric5.Cooperation.CooperationClient.html#CooperationClient" />
-      <keyword name="CooperationClient (Constructor)" id="CooperationClient (Constructor)" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__init__" />
-      <keyword name="CooperationClient.__connectionError" id="CooperationClient.__connectionError" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__connectionError" />
-      <keyword name="CooperationClient.__connectionRejected" id="CooperationClient.__connectionRejected" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__connectionRejected" />
-      <keyword name="CooperationClient.__disconnected" id="CooperationClient.__disconnected" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__disconnected" />
-      <keyword name="CooperationClient.__findConnections" id="CooperationClient.__findConnections" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__findConnections" />
-      <keyword name="CooperationClient.__getParticipants" id="CooperationClient.__getParticipants" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__getParticipants" />
-      <keyword name="CooperationClient.__newConnection" id="CooperationClient.__newConnection" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__newConnection" />
-      <keyword name="CooperationClient.__processParticipants" id="CooperationClient.__processParticipants" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__processParticipants" />
-      <keyword name="CooperationClient.__readyForUse" id="CooperationClient.__readyForUse" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__readyForUse" />
-      <keyword name="CooperationClient.banKickUser" id="CooperationClient.banKickUser" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.banKickUser" />
-      <keyword name="CooperationClient.banUser" id="CooperationClient.banUser" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.banUser" />
-      <keyword name="CooperationClient.connectToHost" id="CooperationClient.connectToHost" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.connectToHost" />
-      <keyword name="CooperationClient.disconnectConnections" id="CooperationClient.disconnectConnections" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.disconnectConnections" />
-      <keyword name="CooperationClient.hasConnection" id="CooperationClient.hasConnection" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.hasConnection" />
-      <keyword name="CooperationClient.hasConnections" id="CooperationClient.hasConnections" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.hasConnections" />
-      <keyword name="CooperationClient.kickUser" id="CooperationClient.kickUser" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.kickUser" />
-      <keyword name="CooperationClient.nickName" id="CooperationClient.nickName" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.nickName" />
-      <keyword name="CooperationClient.removeConnection" id="CooperationClient.removeConnection" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.removeConnection" />
-      <keyword name="CooperationClient.sendEditorCommand" id="CooperationClient.sendEditorCommand" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.sendEditorCommand" />
-      <keyword name="CooperationClient.sendMessage" id="CooperationClient.sendMessage" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.sendMessage" />
-      <keyword name="CooperationClient.server" id="CooperationClient.server" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.server" />
-      <keyword name="CooperationServer (Module)" id="CooperationServer (Module)" ref="eric5.Cooperation.CooperationServer.html" />
-      <keyword name="CooperationServer" id="CooperationServer" ref="eric5.Cooperation.CooperationServer.html#CooperationServer" />
-      <keyword name="CooperationServer (Constructor)" id="CooperationServer (Constructor)" ref="eric5.Cooperation.CooperationServer.html#CooperationServer.__init__" />
-      <keyword name="CooperationServer.incomingConnection" id="CooperationServer.incomingConnection" ref="eric5.Cooperation.CooperationServer.html#CooperationServer.incomingConnection" />
-      <keyword name="CooperationServer.startListening" id="CooperationServer.startListening" ref="eric5.Cooperation.CooperationServer.html#CooperationServer.startListening" />
+      <keyword name="eric5-pluginrepository (Module)" id="eric5-pluginrepository (Module)" ref="eric5.eric5-pluginrepository.html" />
+      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-pluginrepository.html#createMainWidget" />
+      <keyword name="main" id="main" ref="eric5.eric5-pluginrepository.html#main" />
+      <keyword name="eric5-diff (Module)" id="eric5-diff (Module)" ref="eric5.eric5-diff.html" />
+      <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5-diff.html#createMainWidget" />
+      <keyword name="main" id="main" ref="eric5.eric5-diff.html#main" />
+      <keyword name="IconEditor (Package)" id="IconEditor (Package)" ref="index-eric5.IconEditor.html" />
+      <keyword name="IconEditorPalette (Module)" id="IconEditorPalette (Module)" ref="eric5.IconEditor.IconEditorPalette.html" />
+      <keyword name="IconEditorPalette" id="IconEditorPalette" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette" />
+      <keyword name="IconEditorPalette (Constructor)" id="IconEditorPalette (Constructor)" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.__init__" />
+      <keyword name="IconEditorPalette.__alphaChanged" id="IconEditorPalette.__alphaChanged" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.__alphaChanged" />
+      <keyword name="IconEditorPalette.__selectColor" id="IconEditorPalette.__selectColor" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.__selectColor" />
+      <keyword name="IconEditorPalette.colorChanged" id="IconEditorPalette.colorChanged" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.colorChanged" />
+      <keyword name="IconEditorPalette.previewChanged" id="IconEditorPalette.previewChanged" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.previewChanged" />
+      <keyword name="IconSizeDialog (Module)" id="IconSizeDialog (Module)" ref="eric5.IconEditor.IconSizeDialog.html" />
+      <keyword name="IconSizeDialog" id="IconSizeDialog" ref="eric5.IconEditor.IconSizeDialog.html#IconSizeDialog" />
+      <keyword name="IconSizeDialog (Constructor)" id="IconSizeDialog (Constructor)" ref="eric5.IconEditor.IconSizeDialog.html#IconSizeDialog.__init__" />
+      <keyword name="IconSizeDialog.getData" id="IconSizeDialog.getData" ref="eric5.IconEditor.IconSizeDialog.html#IconSizeDialog.getData" />
+      <keyword name="IconEditorGrid (Module)" id="IconEditorGrid (Module)" ref="eric5.IconEditor.IconEditorGrid.html" />
+      <keyword name="IconEditCommand" id="IconEditCommand" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand" />
+      <keyword name="IconEditorGrid" id="IconEditorGrid" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid" />
+      <keyword name="IconEditCommand (Constructor)" id="IconEditCommand (Constructor)" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.__init__" />
+      <keyword name="IconEditCommand.redo" id="IconEditCommand.redo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.redo" />
+      <keyword name="IconEditCommand.setAfterImage" id="IconEditCommand.setAfterImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.setAfterImage" />
+      <keyword name="IconEditCommand.undo" id="IconEditCommand.undo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.undo" />
+      <keyword name="IconEditorGrid (Constructor)" id="IconEditorGrid (Constructor)" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__init__" />
+      <keyword name="IconEditorGrid.__checkClipboard" id="IconEditorGrid.__checkClipboard" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__checkClipboard" />
+      <keyword name="IconEditorGrid.__cleanChanged" id="IconEditorGrid.__cleanChanged" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__cleanChanged" />
+      <keyword name="IconEditorGrid.__clipboardImage" id="IconEditorGrid.__clipboardImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__clipboardImage" />
+      <keyword name="IconEditorGrid.__drawFlood" id="IconEditorGrid.__drawFlood" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__drawFlood" />
+      <keyword name="IconEditorGrid.__drawPasteRect" id="IconEditorGrid.__drawPasteRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__drawPasteRect" />
+      <keyword name="IconEditorGrid.__drawTool" id="IconEditorGrid.__drawTool" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__drawTool" />
+      <keyword name="IconEditorGrid.__getSelectionImage" id="IconEditorGrid.__getSelectionImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__getSelectionImage" />
+      <keyword name="IconEditorGrid.__imageCoordinates" id="IconEditorGrid.__imageCoordinates" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__imageCoordinates" />
+      <keyword name="IconEditorGrid.__initCursors" id="IconEditorGrid.__initCursors" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__initCursors" />
+      <keyword name="IconEditorGrid.__initUndoTexts" id="IconEditorGrid.__initUndoTexts" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__initUndoTexts" />
+      <keyword name="IconEditorGrid.__isMarked" id="IconEditorGrid.__isMarked" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__isMarked" />
+      <keyword name="IconEditorGrid.__pixelRect" id="IconEditorGrid.__pixelRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__pixelRect" />
+      <keyword name="IconEditorGrid.__setImagePixel" id="IconEditorGrid.__setImagePixel" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__setImagePixel" />
+      <keyword name="IconEditorGrid.__unMark" id="IconEditorGrid.__unMark" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__unMark" />
+      <keyword name="IconEditorGrid.__updateImageRect" id="IconEditorGrid.__updateImageRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__updateImageRect" />
+      <keyword name="IconEditorGrid.__updatePreviewPixmap" id="IconEditorGrid.__updatePreviewPixmap" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__updatePreviewPixmap" />
+      <keyword name="IconEditorGrid.__updateRect" id="IconEditorGrid.__updateRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__updateRect" />
+      <keyword name="IconEditorGrid.canPaste" id="IconEditorGrid.canPaste" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.canPaste" />
+      <keyword name="IconEditorGrid.canRedo" id="IconEditorGrid.canRedo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.canRedo" />
+      <keyword name="IconEditorGrid.canUndo" id="IconEditorGrid.canUndo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.canUndo" />
+      <keyword name="IconEditorGrid.editClear" id="IconEditorGrid.editClear" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editClear" />
+      <keyword name="IconEditorGrid.editCopy" id="IconEditorGrid.editCopy" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editCopy" />
+      <keyword name="IconEditorGrid.editCut" id="IconEditorGrid.editCut" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editCut" />
+      <keyword name="IconEditorGrid.editNew" id="IconEditorGrid.editNew" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editNew" />
+      <keyword name="IconEditorGrid.editPaste" id="IconEditorGrid.editPaste" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editPaste" />
+      <keyword name="IconEditorGrid.editPasteAsNew" id="IconEditorGrid.editPasteAsNew" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editPasteAsNew" />
+      <keyword name="IconEditorGrid.editRedo" id="IconEditorGrid.editRedo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editRedo" />
+      <keyword name="IconEditorGrid.editResize" id="IconEditorGrid.editResize" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editResize" />
+      <keyword name="IconEditorGrid.editSelectAll" id="IconEditorGrid.editSelectAll" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editSelectAll" />
+      <keyword name="IconEditorGrid.editUndo" id="IconEditorGrid.editUndo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editUndo" />
+      <keyword name="IconEditorGrid.grayScale" id="IconEditorGrid.grayScale" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.grayScale" />
+      <keyword name="IconEditorGrid.iconImage" id="IconEditorGrid.iconImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.iconImage" />
+      <keyword name="IconEditorGrid.iconSize" id="IconEditorGrid.iconSize" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.iconSize" />
+      <keyword name="IconEditorGrid.isDirty" id="IconEditorGrid.isDirty" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.isDirty" />
+      <keyword name="IconEditorGrid.isGridEnabled" id="IconEditorGrid.isGridEnabled" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.isGridEnabled" />
+      <keyword name="IconEditorGrid.isSelectionAvailable" id="IconEditorGrid.isSelectionAvailable" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.isSelectionAvailable" />
+      <keyword name="IconEditorGrid.mouseMoveEvent" id="IconEditorGrid.mouseMoveEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.mouseMoveEvent" />
+      <keyword name="IconEditorGrid.mousePressEvent" id="IconEditorGrid.mousePressEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.mousePressEvent" />
+      <keyword name="IconEditorGrid.mouseReleaseEvent" id="IconEditorGrid.mouseReleaseEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.mouseReleaseEvent" />
+      <keyword name="IconEditorGrid.paintEvent" id="IconEditorGrid.paintEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.paintEvent" />
+      <keyword name="IconEditorGrid.penColor" id="IconEditorGrid.penColor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.penColor" />
+      <keyword name="IconEditorGrid.previewPixmap" id="IconEditorGrid.previewPixmap" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.previewPixmap" />
+      <keyword name="IconEditorGrid.setDirty" id="IconEditorGrid.setDirty" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setDirty" />
+      <keyword name="IconEditorGrid.setGridEnabled" id="IconEditorGrid.setGridEnabled" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setGridEnabled" />
+      <keyword name="IconEditorGrid.setIconImage" id="IconEditorGrid.setIconImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setIconImage" />
+      <keyword name="IconEditorGrid.setPenColor" id="IconEditorGrid.setPenColor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setPenColor" />
+      <keyword name="IconEditorGrid.setTool" id="IconEditorGrid.setTool" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setTool" />
+      <keyword name="IconEditorGrid.setZoomFactor" id="IconEditorGrid.setZoomFactor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setZoomFactor" />
+      <keyword name="IconEditorGrid.shutdown" id="IconEditorGrid.shutdown" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.shutdown" />
+      <keyword name="IconEditorGrid.sizeHint" id="IconEditorGrid.sizeHint" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.sizeHint" />
+      <keyword name="IconEditorGrid.tool" id="IconEditorGrid.tool" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.tool" />
+      <keyword name="IconEditorGrid.zoomFactor" id="IconEditorGrid.zoomFactor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.zoomFactor" />
+      <keyword name="IconZoomDialog (Module)" id="IconZoomDialog (Module)" ref="eric5.IconEditor.IconZoomDialog.html" />
+      <keyword name="IconZoomDialog" id="IconZoomDialog" ref="eric5.IconEditor.IconZoomDialog.html#IconZoomDialog" />
+      <keyword name="IconZoomDialog (Constructor)" id="IconZoomDialog (Constructor)" ref="eric5.IconEditor.IconZoomDialog.html#IconZoomDialog.__init__" />
+      <keyword name="IconZoomDialog.getZoomFactor" id="IconZoomDialog.getZoomFactor" ref="eric5.IconEditor.IconZoomDialog.html#IconZoomDialog.getZoomFactor" />
+      <keyword name="IconEditorWindow (Module)" id="IconEditorWindow (Module)" ref="eric5.IconEditor.IconEditorWindow.html" />
+      <keyword name="IconEditorWindow" id="IconEditorWindow" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow" />
+      <keyword name="IconEditorWindow (Constructor)" id="IconEditorWindow (Constructor)" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__init__" />
+      <keyword name="IconEditorWindow.__about" id="IconEditorWindow.__about" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__about" />
+      <keyword name="IconEditorWindow.__aboutQt" id="IconEditorWindow.__aboutQt" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__aboutQt" />
+      <keyword name="IconEditorWindow.__checkActions" id="IconEditorWindow.__checkActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__checkActions" />
+      <keyword name="IconEditorWindow.__closeAll" id="IconEditorWindow.__closeAll" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__closeAll" />
+      <keyword name="IconEditorWindow.__createPaletteDock" id="IconEditorWindow.__createPaletteDock" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__createPaletteDock" />
+      <keyword name="IconEditorWindow.__createStatusBar" id="IconEditorWindow.__createStatusBar" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__createStatusBar" />
+      <keyword name="IconEditorWindow.__initActions" id="IconEditorWindow.__initActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initActions" />
+      <keyword name="IconEditorWindow.__initEditActions" id="IconEditorWindow.__initEditActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initEditActions" />
+      <keyword name="IconEditorWindow.__initFileActions" id="IconEditorWindow.__initFileActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initFileActions" />
+      <keyword name="IconEditorWindow.__initFileFilters" id="IconEditorWindow.__initFileFilters" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initFileFilters" />
+      <keyword name="IconEditorWindow.__initHelpActions" id="IconEditorWindow.__initHelpActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initHelpActions" />
+      <keyword name="IconEditorWindow.__initMenus" id="IconEditorWindow.__initMenus" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initMenus" />
+      <keyword name="IconEditorWindow.__initToolbars" id="IconEditorWindow.__initToolbars" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initToolbars" />
+      <keyword name="IconEditorWindow.__initToolsActions" id="IconEditorWindow.__initToolsActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initToolsActions" />
+      <keyword name="IconEditorWindow.__initViewActions" id="IconEditorWindow.__initViewActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initViewActions" />
+      <keyword name="IconEditorWindow.__loadIconFile" id="IconEditorWindow.__loadIconFile" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__loadIconFile" />
+      <keyword name="IconEditorWindow.__maybeSave" id="IconEditorWindow.__maybeSave" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__maybeSave" />
+      <keyword name="IconEditorWindow.__modificationChanged" id="IconEditorWindow.__modificationChanged" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__modificationChanged" />
+      <keyword name="IconEditorWindow.__newIcon" id="IconEditorWindow.__newIcon" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__newIcon" />
+      <keyword name="IconEditorWindow.__newWindow" id="IconEditorWindow.__newWindow" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__newWindow" />
+      <keyword name="IconEditorWindow.__openIcon" id="IconEditorWindow.__openIcon" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__openIcon" />
+      <keyword name="IconEditorWindow.__saveIcon" id="IconEditorWindow.__saveIcon" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__saveIcon" />
+      <keyword name="IconEditorWindow.__saveIconAs" id="IconEditorWindow.__saveIconAs" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__saveIconAs" />
+      <keyword name="IconEditorWindow.__saveIconFile" id="IconEditorWindow.__saveIconFile" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__saveIconFile" />
+      <keyword name="IconEditorWindow.__setCurrentFile" id="IconEditorWindow.__setCurrentFile" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__setCurrentFile" />
+      <keyword name="IconEditorWindow.__strippedName" id="IconEditorWindow.__strippedName" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__strippedName" />
+      <keyword name="IconEditorWindow.__updatePosition" id="IconEditorWindow.__updatePosition" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__updatePosition" />
+      <keyword name="IconEditorWindow.__updateSize" id="IconEditorWindow.__updateSize" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__updateSize" />
+      <keyword name="IconEditorWindow.__updateZoom" id="IconEditorWindow.__updateZoom" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__updateZoom" />
+      <keyword name="IconEditorWindow.__whatsThis" id="IconEditorWindow.__whatsThis" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__whatsThis" />
+      <keyword name="IconEditorWindow.__zoom" id="IconEditorWindow.__zoom" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoom" />
+      <keyword name="IconEditorWindow.__zoomIn" id="IconEditorWindow.__zoomIn" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoomIn" />
+      <keyword name="IconEditorWindow.__zoomOut" id="IconEditorWindow.__zoomOut" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoomOut" />
+      <keyword name="IconEditorWindow.__zoomReset" id="IconEditorWindow.__zoomReset" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoomReset" />
+      <keyword name="IconEditorWindow.closeEvent" id="IconEditorWindow.closeEvent" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.closeEvent" />
+      <keyword name="E5XML (Package)" id="E5XML (Package)" ref="index-eric5.E5XML.html" />
+      <keyword name="TemplatesWriter (Module)" id="TemplatesWriter (Module)" ref="eric5.E5XML.TemplatesWriter.html" />
+      <keyword name="TemplatesWriter" id="TemplatesWriter" ref="eric5.E5XML.TemplatesWriter.html#TemplatesWriter" />
+      <keyword name="TemplatesWriter (Constructor)" id="TemplatesWriter (Constructor)" ref="eric5.E5XML.TemplatesWriter.html#TemplatesWriter.__init__" />
+      <keyword name="TemplatesWriter.writeXML" id="TemplatesWriter.writeXML" ref="eric5.E5XML.TemplatesWriter.html#TemplatesWriter.writeXML" />
+      <keyword name="PluginRepositoryHandler (Module)" id="PluginRepositoryHandler (Module)" ref="eric5.E5XML.PluginRepositoryHandler.html" />
+      <keyword name="PluginRepositoryHandler" id="PluginRepositoryHandler" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler" />
+      <keyword name="PluginRepositoryHandler (Constructor)" id="PluginRepositoryHandler (Constructor)" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.__init__" />
+      <keyword name="PluginRepositoryHandler.endAuthor" id="PluginRepositoryHandler.endAuthor" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endAuthor" />
+      <keyword name="PluginRepositoryHandler.endDescription" id="PluginRepositoryHandler.endDescription" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endDescription" />
+      <keyword name="PluginRepositoryHandler.endFilename" id="PluginRepositoryHandler.endFilename" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endFilename" />
+      <keyword name="PluginRepositoryHandler.endName" id="PluginRepositoryHandler.endName" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endName" />
+      <keyword name="PluginRepositoryHandler.endPlugin" id="PluginRepositoryHandler.endPlugin" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endPlugin" />
+      <keyword name="PluginRepositoryHandler.endRepositoryUrl" id="PluginRepositoryHandler.endRepositoryUrl" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endRepositoryUrl" />
+      <keyword name="PluginRepositoryHandler.endShort" id="PluginRepositoryHandler.endShort" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endShort" />
+      <keyword name="PluginRepositoryHandler.endUrl" id="PluginRepositoryHandler.endUrl" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endUrl" />
+      <keyword name="PluginRepositoryHandler.endVersion" id="PluginRepositoryHandler.endVersion" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endVersion" />
+      <keyword name="PluginRepositoryHandler.getVersion" id="PluginRepositoryHandler.getVersion" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.getVersion" />
+      <keyword name="PluginRepositoryHandler.startDocumentPlugins" id="PluginRepositoryHandler.startDocumentPlugins" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.startDocumentPlugins" />
+      <keyword name="PluginRepositoryHandler.startPlugin" id="PluginRepositoryHandler.startPlugin" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.startPlugin" />
+      <keyword name="PluginRepositoryHandler.startPlugins" id="PluginRepositoryHandler.startPlugins" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.startPlugins" />
+      <keyword name="ShortcutsWriter (Module)" id="ShortcutsWriter (Module)" ref="eric5.E5XML.ShortcutsWriter.html" />
+      <keyword name="ShortcutsWriter" id="ShortcutsWriter" ref="eric5.E5XML.ShortcutsWriter.html#ShortcutsWriter" />
+      <keyword name="ShortcutsWriter (Constructor)" id="ShortcutsWriter (Constructor)" ref="eric5.E5XML.ShortcutsWriter.html#ShortcutsWriter.__init__" />
+      <keyword name="ShortcutsWriter.writeXML" id="ShortcutsWriter.writeXML" ref="eric5.E5XML.ShortcutsWriter.html#ShortcutsWriter.writeXML" />
+      <keyword name="UserProjectHandler (Module)" id="UserProjectHandler (Module)" ref="eric5.E5XML.UserProjectHandler.html" />
+      <keyword name="UserProjectHandler" id="UserProjectHandler" ref="eric5.E5XML.UserProjectHandler.html#UserProjectHandler" />
+      <keyword name="UserProjectHandler (Constructor)" id="UserProjectHandler (Constructor)" ref="eric5.E5XML.UserProjectHandler.html#UserProjectHandler.__init__" />
+      <keyword name="UserProjectHandler.endVcsType" id="UserProjectHandler.endVcsType" ref="eric5.E5XML.UserProjectHandler.html#UserProjectHandler.endVcsType" />
+      <keyword name="UserProjectHandler.getVersion" id="UserProjectHandler.getVersion" ref="eric5.E5XML.UserProjectHandler.html#UserProjectHandler.getVersion" />
+      <keyword name="UserProjectHandler.startDocumentProject" id="UserProjectHandler.startDocumentProject" ref="eric5.E5XML.UserProjectHandler.html#UserProjectHandler.startDocumentProject" />
+      <keyword name="UserProjectHandler.startUserProject" id="UserProjectHandler.startUserProject" ref="eric5.E5XML.UserProjectHandler.html#UserProjectHandler.startUserProject" />
+      <keyword name="UserProjectHandler.startVcsStatusMonitorInterval" id="UserProjectHandler.startVcsStatusMonitorInterval" ref="eric5.E5XML.UserProjectHandler.html#UserProjectHandler.startVcsStatusMonitorInterval" />
+      <keyword name="ProjectHandler (Module)" id="ProjectHandler (Module)" ref="eric5.E5XML.ProjectHandler.html" />
+      <keyword name="ProjectHandler" id="ProjectHandler" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler" />
+      <keyword name="ProjectHandler (Constructor)" id="ProjectHandler (Constructor)" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.__init__" />
+      <keyword name="ProjectHandler.__buildPath" id="ProjectHandler.__buildPath" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.__buildPath" />
+      <keyword name="ProjectHandler.endAuthor" id="ProjectHandler.endAuthor" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endAuthor" />
+      <keyword name="ProjectHandler.endCheckersParams" id="ProjectHandler.endCheckersParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endCheckersParams" />
+      <keyword name="ProjectHandler.endCxfreezeParams" id="ProjectHandler.endCxfreezeParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endCxfreezeParams" />
+      <keyword name="ProjectHandler.endDescription" id="ProjectHandler.endDescription" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endDescription" />
+      <keyword name="ProjectHandler.endDir" id="ProjectHandler.endDir" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endDir" />
+      <keyword name="ProjectHandler.endDocumentationParams" id="ProjectHandler.endDocumentationParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endDocumentationParams" />
+      <keyword name="ProjectHandler.endEmail" id="ProjectHandler.endEmail" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endEmail" />
+      <keyword name="ProjectHandler.endEric4ApiParams" id="ProjectHandler.endEric4ApiParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endEric4ApiParams" />
+      <keyword name="ProjectHandler.endEric4DocParams" id="ProjectHandler.endEric4DocParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endEric4DocParams" />
+      <keyword name="ProjectHandler.endForm" id="ProjectHandler.endForm" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endForm" />
+      <keyword name="ProjectHandler.endHash" id="ProjectHandler.endHash" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endHash" />
+      <keyword name="ProjectHandler.endInterface" id="ProjectHandler.endInterface" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endInterface" />
+      <keyword name="ProjectHandler.endLanguage" id="ProjectHandler.endLanguage" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endLanguage" />
+      <keyword name="ProjectHandler.endMainScript" id="ProjectHandler.endMainScript" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endMainScript" />
+      <keyword name="ProjectHandler.endName" id="ProjectHandler.endName" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endName" />
+      <keyword name="ProjectHandler.endOther" id="ProjectHandler.endOther" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endOther" />
+      <keyword name="ProjectHandler.endOtherToolsParams" id="ProjectHandler.endOtherToolsParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endOtherToolsParams" />
+      <keyword name="ProjectHandler.endPackagersParams" id="ProjectHandler.endPackagersParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endPackagersParams" />
+      <keyword name="ProjectHandler.endProgLanguage" id="ProjectHandler.endProgLanguage" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endProgLanguage" />
+      <keyword name="ProjectHandler.endProjectExcludeList" id="ProjectHandler.endProjectExcludeList" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endProjectExcludeList" />
+      <keyword name="ProjectHandler.endProjectType" id="ProjectHandler.endProjectType" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endProjectType" />
+      <keyword name="ProjectHandler.endProjectTypeSpecificData" id="ProjectHandler.endProjectTypeSpecificData" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endProjectTypeSpecificData" />
+      <keyword name="ProjectHandler.endProjectWordList" id="ProjectHandler.endProjectWordList" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endProjectWordList" />
+      <keyword name="ProjectHandler.endPyLintParams" id="ProjectHandler.endPyLintParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endPyLintParams" />
+      <keyword name="ProjectHandler.endResource" id="ProjectHandler.endResource" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endResource" />
+      <keyword name="ProjectHandler.endSource" id="ProjectHandler.endSource" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endSource" />
+      <keyword name="ProjectHandler.endTranslation" id="ProjectHandler.endTranslation" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endTranslation" />
+      <keyword name="ProjectHandler.endTranslationException" id="ProjectHandler.endTranslationException" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endTranslationException" />
+      <keyword name="ProjectHandler.endTranslationPattern" id="ProjectHandler.endTranslationPattern" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endTranslationPattern" />
+      <keyword name="ProjectHandler.endTranslationPrefix" id="ProjectHandler.endTranslationPrefix" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endTranslationPrefix" />
+      <keyword name="ProjectHandler.endTranslationsBinPath" id="ProjectHandler.endTranslationsBinPath" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endTranslationsBinPath" />
+      <keyword name="ProjectHandler.endUIType" id="ProjectHandler.endUIType" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endUIType" />
+      <keyword name="ProjectHandler.endVcsOptions" id="ProjectHandler.endVcsOptions" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endVcsOptions" />
+      <keyword name="ProjectHandler.endVcsOtherData" id="ProjectHandler.endVcsOtherData" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endVcsOtherData" />
+      <keyword name="ProjectHandler.endVcsType" id="ProjectHandler.endVcsType" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endVcsType" />
+      <keyword name="ProjectHandler.endVersion" id="ProjectHandler.endVersion" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endVersion" />
+      <keyword name="ProjectHandler.getVersion" id="ProjectHandler.getVersion" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.getVersion" />
+      <keyword name="ProjectHandler.startCheckersParams" id="ProjectHandler.startCheckersParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startCheckersParams" />
+      <keyword name="ProjectHandler.startCxfreezeParams" id="ProjectHandler.startCxfreezeParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startCxfreezeParams" />
+      <keyword name="ProjectHandler.startDocumentProject" id="ProjectHandler.startDocumentProject" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startDocumentProject" />
+      <keyword name="ProjectHandler.startDocumentationParams" id="ProjectHandler.startDocumentationParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startDocumentationParams" />
+      <keyword name="ProjectHandler.startEol" id="ProjectHandler.startEol" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startEol" />
+      <keyword name="ProjectHandler.startEric4ApiParams" id="ProjectHandler.startEric4ApiParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startEric4ApiParams" />
+      <keyword name="ProjectHandler.startEric4DocParams" id="ProjectHandler.startEric4DocParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startEric4DocParams" />
+      <keyword name="ProjectHandler.startFiletypeAssociation" id="ProjectHandler.startFiletypeAssociation" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startFiletypeAssociation" />
+      <keyword name="ProjectHandler.startForm" id="ProjectHandler.startForm" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startForm" />
+      <keyword name="ProjectHandler.startInterface" id="ProjectHandler.startInterface" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startInterface" />
+      <keyword name="ProjectHandler.startLexerAssociation" id="ProjectHandler.startLexerAssociation" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startLexerAssociation" />
+      <keyword name="ProjectHandler.startMainScript" id="ProjectHandler.startMainScript" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startMainScript" />
+      <keyword name="ProjectHandler.startOther" id="ProjectHandler.startOther" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startOther" />
+      <keyword name="ProjectHandler.startOtherToolsParams" id="ProjectHandler.startOtherToolsParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startOtherToolsParams" />
+      <keyword name="ProjectHandler.startPackagersParams" id="ProjectHandler.startPackagersParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startPackagersParams" />
+      <keyword name="ProjectHandler.startProgLanguage" id="ProjectHandler.startProgLanguage" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startProgLanguage" />
+      <keyword name="ProjectHandler.startProject" id="ProjectHandler.startProject" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startProject" />
+      <keyword name="ProjectHandler.startProjectTypeSpecificData" id="ProjectHandler.startProjectTypeSpecificData" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startProjectTypeSpecificData" />
+      <keyword name="ProjectHandler.startPyLintParams" id="ProjectHandler.startPyLintParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startPyLintParams" />
+      <keyword name="ProjectHandler.startResource" id="ProjectHandler.startResource" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startResource" />
+      <keyword name="ProjectHandler.startSource" id="ProjectHandler.startSource" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startSource" />
+      <keyword name="ProjectHandler.startTranslation" id="ProjectHandler.startTranslation" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startTranslation" />
+      <keyword name="ProjectHandler.startTranslationException" id="ProjectHandler.startTranslationException" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startTranslationException" />
+      <keyword name="ProjectHandler.startTranslationPrefix" id="ProjectHandler.startTranslationPrefix" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startTranslationPrefix" />
+      <keyword name="ProjectHandler.startTranslationsBinPath" id="ProjectHandler.startTranslationsBinPath" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startTranslationsBinPath" />
+      <keyword name="ProjectHandler.startVcsOptions" id="ProjectHandler.startVcsOptions" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startVcsOptions" />
+      <keyword name="ProjectHandler.startVcsOtherData" id="ProjectHandler.startVcsOtherData" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startVcsOtherData" />
+      <keyword name="DebuggerPropertiesHandler (Module)" id="DebuggerPropertiesHandler (Module)" ref="eric5.E5XML.DebuggerPropertiesHandler.html" />
+      <keyword name="DebuggerPropertiesHandler" id="DebuggerPropertiesHandler" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler" />
+      <keyword name="DebuggerPropertiesHandler (Constructor)" id="DebuggerPropertiesHandler (Constructor)" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.__init__" />
+      <keyword name="DebuggerPropertiesHandler.endConsoleDebugger" id="DebuggerPropertiesHandler.endConsoleDebugger" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endConsoleDebugger" />
+      <keyword name="DebuggerPropertiesHandler.endDebugClient" id="DebuggerPropertiesHandler.endDebugClient" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endDebugClient" />
+      <keyword name="DebuggerPropertiesHandler.endEnvironment" id="DebuggerPropertiesHandler.endEnvironment" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endEnvironment" />
+      <keyword name="DebuggerPropertiesHandler.endInterpreter" id="DebuggerPropertiesHandler.endInterpreter" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endInterpreter" />
+      <keyword name="DebuggerPropertiesHandler.endLocalPath" id="DebuggerPropertiesHandler.endLocalPath" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endLocalPath" />
+      <keyword name="DebuggerPropertiesHandler.endRemoteCommand" id="DebuggerPropertiesHandler.endRemoteCommand" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endRemoteCommand" />
+      <keyword name="DebuggerPropertiesHandler.endRemoteHost" id="DebuggerPropertiesHandler.endRemoteHost" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endRemoteHost" />
+      <keyword name="DebuggerPropertiesHandler.endRemotePath" id="DebuggerPropertiesHandler.endRemotePath" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endRemotePath" />
+      <keyword name="DebuggerPropertiesHandler.getVersion" id="DebuggerPropertiesHandler.getVersion" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.getVersion" />
+      <keyword name="DebuggerPropertiesHandler.startConsoleDebugger" id="DebuggerPropertiesHandler.startConsoleDebugger" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startConsoleDebugger" />
+      <keyword name="DebuggerPropertiesHandler.startDebuggerProperties" id="DebuggerPropertiesHandler.startDebuggerProperties" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startDebuggerProperties" />
+      <keyword name="DebuggerPropertiesHandler.startDocumentDebuggerProperties" id="DebuggerPropertiesHandler.startDocumentDebuggerProperties" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startDocumentDebuggerProperties" />
+      <keyword name="DebuggerPropertiesHandler.startEnvironment" id="DebuggerPropertiesHandler.startEnvironment" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startEnvironment" />
+      <keyword name="DebuggerPropertiesHandler.startNoencoding" id="DebuggerPropertiesHandler.startNoencoding" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startNoencoding" />
+      <keyword name="DebuggerPropertiesHandler.startPathTranslation" id="DebuggerPropertiesHandler.startPathTranslation" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startPathTranslation" />
+      <keyword name="DebuggerPropertiesHandler.startRedirect" id="DebuggerPropertiesHandler.startRedirect" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startRedirect" />
+      <keyword name="DebuggerPropertiesHandler.startRemoteDebugger" id="DebuggerPropertiesHandler.startRemoteDebugger" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startRemoteDebugger" />
+      <keyword name="TasksWriter (Module)" id="TasksWriter (Module)" ref="eric5.E5XML.TasksWriter.html" />
+      <keyword name="TasksWriter" id="TasksWriter" ref="eric5.E5XML.TasksWriter.html#TasksWriter" />
+      <keyword name="TasksWriter (Constructor)" id="TasksWriter (Constructor)" ref="eric5.E5XML.TasksWriter.html#TasksWriter.__init__" />
+      <keyword name="TasksWriter.writeXML" id="TasksWriter.writeXML" ref="eric5.E5XML.TasksWriter.html#TasksWriter.writeXML" />
+      <keyword name="UserProjectWriter (Module)" id="UserProjectWriter (Module)" ref="eric5.E5XML.UserProjectWriter.html" />
+      <keyword name="UserProjectWriter" id="UserProjectWriter" ref="eric5.E5XML.UserProjectWriter.html#UserProjectWriter" />
+      <keyword name="UserProjectWriter (Constructor)" id="UserProjectWriter (Constructor)" ref="eric5.E5XML.UserProjectWriter.html#UserProjectWriter.__init__" />
+      <keyword name="UserProjectWriter.writeXML" id="UserProjectWriter.writeXML" ref="eric5.E5XML.UserProjectWriter.html#UserProjectWriter.writeXML" />
+      <keyword name="TemplatesHandler (Module)" id="TemplatesHandler (Module)" ref="eric5.E5XML.TemplatesHandler.html" />
+      <keyword name="TemplatesHandler" id="TemplatesHandler" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler" />
+      <keyword name="TemplatesHandler (Constructor)" id="TemplatesHandler (Constructor)" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.__init__" />
+      <keyword name="TemplatesHandler.endTemplate" id="TemplatesHandler.endTemplate" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.endTemplate" />
+      <keyword name="TemplatesHandler.endTemplateDescription" id="TemplatesHandler.endTemplateDescription" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.endTemplateDescription" />
+      <keyword name="TemplatesHandler.endTemplateText" id="TemplatesHandler.endTemplateText" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.endTemplateText" />
+      <keyword name="TemplatesHandler.getVersion" id="TemplatesHandler.getVersion" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.getVersion" />
+      <keyword name="TemplatesHandler.startDocumentTemplates" id="TemplatesHandler.startDocumentTemplates" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.startDocumentTemplates" />
+      <keyword name="TemplatesHandler.startTemplate" id="TemplatesHandler.startTemplate" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.startTemplate" />
+      <keyword name="TemplatesHandler.startTemplateGroup" id="TemplatesHandler.startTemplateGroup" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.startTemplateGroup" />
+      <keyword name="TemplatesHandler.startTemplates" id="TemplatesHandler.startTemplates" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.startTemplates" />
+      <keyword name="XMLErrorHandler (Module)" id="XMLErrorHandler (Module)" ref="eric5.E5XML.XMLErrorHandler.html" />
+      <keyword name="XMLErrorHandler" id="XMLErrorHandler" ref="eric5.E5XML.XMLErrorHandler.html#XMLErrorHandler" />
+      <keyword name="XMLFatalParseError" id="XMLFatalParseError" ref="eric5.E5XML.XMLErrorHandler.html#XMLFatalParseError" />
+      <keyword name="XMLParseError" id="XMLParseError" ref="eric5.E5XML.XMLErrorHandler.html#XMLParseError" />
+      <keyword name="XMLErrorHandler (Constructor)" id="XMLErrorHandler (Constructor)" ref="eric5.E5XML.XMLErrorHandler.html#XMLErrorHandler.__init__" />
+      <keyword name="XMLErrorHandler.error" id="XMLErrorHandler.error" ref="eric5.E5XML.XMLErrorHandler.html#XMLErrorHandler.error" />
+      <keyword name="XMLErrorHandler.fatalError" id="XMLErrorHandler.fatalError" ref="eric5.E5XML.XMLErrorHandler.html#XMLErrorHandler.fatalError" />
+      <keyword name="XMLErrorHandler.getParseMessages" id="XMLErrorHandler.getParseMessages" ref="eric5.E5XML.XMLErrorHandler.html#XMLErrorHandler.getParseMessages" />
+      <keyword name="XMLErrorHandler.showParseMessages" id="XMLErrorHandler.showParseMessages" ref="eric5.E5XML.XMLErrorHandler.html#XMLErrorHandler.showParseMessages" />
+      <keyword name="XMLErrorHandler.warning" id="XMLErrorHandler.warning" ref="eric5.E5XML.XMLErrorHandler.html#XMLErrorHandler.warning" />
+      <keyword name="XMLHandlerBase (Module)" id="XMLHandlerBase (Module)" ref="eric5.E5XML.XMLHandlerBase.html" />
+      <keyword name="XMLHandlerBase" id="XMLHandlerBase" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase" />
+      <keyword name="XMLHandlerBase (Constructor)" id="XMLHandlerBase (Constructor)" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.__init__" />
+      <keyword name="XMLHandlerBase._prepareBasics" id="XMLHandlerBase._prepareBasics" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase._prepareBasics" />
+      <keyword name="XMLHandlerBase.characters" id="XMLHandlerBase.characters" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.characters" />
+      <keyword name="XMLHandlerBase.decodedNewLines" id="XMLHandlerBase.decodedNewLines" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.decodedNewLines" />
+      <keyword name="XMLHandlerBase.defaultEndElement" id="XMLHandlerBase.defaultEndElement" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.defaultEndElement" />
+      <keyword name="XMLHandlerBase.defaultStartElement" id="XMLHandlerBase.defaultStartElement" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.defaultStartElement" />
+      <keyword name="XMLHandlerBase.endBool" id="XMLHandlerBase.endBool" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endBool" />
+      <keyword name="XMLHandlerBase.endBytearray" id="XMLHandlerBase.endBytearray" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endBytearray" />
+      <keyword name="XMLHandlerBase.endBytes" id="XMLHandlerBase.endBytes" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endBytes" />
+      <keyword name="XMLHandlerBase.endComplex" id="XMLHandlerBase.endComplex" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endComplex" />
+      <keyword name="XMLHandlerBase.endDictionary" id="XMLHandlerBase.endDictionary" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endDictionary" />
+      <keyword name="XMLHandlerBase.endElement" id="XMLHandlerBase.endElement" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endElement" />
+      <keyword name="XMLHandlerBase.endFloat" id="XMLHandlerBase.endFloat" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endFloat" />
+      <keyword name="XMLHandlerBase.endFrozenset" id="XMLHandlerBase.endFrozenset" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endFrozenset" />
+      <keyword name="XMLHandlerBase.endInt" id="XMLHandlerBase.endInt" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endInt" />
+      <keyword name="XMLHandlerBase.endList" id="XMLHandlerBase.endList" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endList" />
+      <keyword name="XMLHandlerBase.endNone" id="XMLHandlerBase.endNone" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endNone" />
+      <keyword name="XMLHandlerBase.endPickle" id="XMLHandlerBase.endPickle" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endPickle" />
+      <keyword name="XMLHandlerBase.endSet" id="XMLHandlerBase.endSet" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endSet" />
+      <keyword name="XMLHandlerBase.endString" id="XMLHandlerBase.endString" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endString" />
+      <keyword name="XMLHandlerBase.endTuple" id="XMLHandlerBase.endTuple" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endTuple" />
+      <keyword name="XMLHandlerBase.startDictionary" id="XMLHandlerBase.startDictionary" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startDictionary" />
+      <keyword name="XMLHandlerBase.startDocument" id="XMLHandlerBase.startDocument" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startDocument" />
+      <keyword name="XMLHandlerBase.startElement" id="XMLHandlerBase.startElement" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startElement" />
+      <keyword name="XMLHandlerBase.startFrozenset" id="XMLHandlerBase.startFrozenset" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startFrozenset" />
+      <keyword name="XMLHandlerBase.startList" id="XMLHandlerBase.startList" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startList" />
+      <keyword name="XMLHandlerBase.startPickle" id="XMLHandlerBase.startPickle" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startPickle" />
+      <keyword name="XMLHandlerBase.startSet" id="XMLHandlerBase.startSet" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startSet" />
+      <keyword name="XMLHandlerBase.startTuple" id="XMLHandlerBase.startTuple" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startTuple" />
+      <keyword name="XMLHandlerBase.unescape" id="XMLHandlerBase.unescape" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.unescape" />
+      <keyword name="MultiProjectWriter (Module)" id="MultiProjectWriter (Module)" ref="eric5.E5XML.MultiProjectWriter.html" />
+      <keyword name="MultiProjectWriter" id="MultiProjectWriter" ref="eric5.E5XML.MultiProjectWriter.html#MultiProjectWriter" />
+      <keyword name="MultiProjectWriter (Constructor)" id="MultiProjectWriter (Constructor)" ref="eric5.E5XML.MultiProjectWriter.html#MultiProjectWriter.__init__" />
+      <keyword name="MultiProjectWriter.writeXML" id="MultiProjectWriter.writeXML" ref="eric5.E5XML.MultiProjectWriter.html#MultiProjectWriter.writeXML" />
+      <keyword name="MultiProjectHandler (Module)" id="MultiProjectHandler (Module)" ref="eric5.E5XML.MultiProjectHandler.html" />
+      <keyword name="MultiProjectHandler" id="MultiProjectHandler" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler" />
+      <keyword name="MultiProjectHandler (Constructor)" id="MultiProjectHandler (Constructor)" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.__init__" />
+      <keyword name="MultiProjectHandler.endDescription" id="MultiProjectHandler.endDescription" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.endDescription" />
+      <keyword name="MultiProjectHandler.endProject" id="MultiProjectHandler.endProject" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.endProject" />
+      <keyword name="MultiProjectHandler.endProjectDescription" id="MultiProjectHandler.endProjectDescription" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.endProjectDescription" />
+      <keyword name="MultiProjectHandler.endProjectFile" id="MultiProjectHandler.endProjectFile" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.endProjectFile" />
+      <keyword name="MultiProjectHandler.endProjectName" id="MultiProjectHandler.endProjectName" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.endProjectName" />
+      <keyword name="MultiProjectHandler.getVersion" id="MultiProjectHandler.getVersion" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.getVersion" />
+      <keyword name="MultiProjectHandler.startDocumentMultiProject" id="MultiProjectHandler.startDocumentMultiProject" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.startDocumentMultiProject" />
+      <keyword name="MultiProjectHandler.startMultiProject" id="MultiProjectHandler.startMultiProject" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.startMultiProject" />
+      <keyword name="MultiProjectHandler.startProject" id="MultiProjectHandler.startProject" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.startProject" />
+      <keyword name="DebuggerPropertiesWriter (Module)" id="DebuggerPropertiesWriter (Module)" ref="eric5.E5XML.DebuggerPropertiesWriter.html" />
+      <keyword name="DebuggerPropertiesWriter" id="DebuggerPropertiesWriter" ref="eric5.E5XML.DebuggerPropertiesWriter.html#DebuggerPropertiesWriter" />
+      <keyword name="DebuggerPropertiesWriter (Constructor)" id="DebuggerPropertiesWriter (Constructor)" ref="eric5.E5XML.DebuggerPropertiesWriter.html#DebuggerPropertiesWriter.__init__" />
+      <keyword name="DebuggerPropertiesWriter.writeXML" id="DebuggerPropertiesWriter.writeXML" ref="eric5.E5XML.DebuggerPropertiesWriter.html#DebuggerPropertiesWriter.writeXML" />
+      <keyword name="SessionHandler (Module)" id="SessionHandler (Module)" ref="eric5.E5XML.SessionHandler.html" />
+      <keyword name="SessionHandler" id="SessionHandler" ref="eric5.E5XML.SessionHandler.html#SessionHandler" />
+      <keyword name="SessionHandler (Constructor)" id="SessionHandler (Constructor)" ref="eric5.E5XML.SessionHandler.html#SessionHandler.__init__" />
+      <keyword name="SessionHandler.endBFilename" id="SessionHandler.endBFilename" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endBFilename" />
+      <keyword name="SessionHandler.endBookmark" id="SessionHandler.endBookmark" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endBookmark" />
+      <keyword name="SessionHandler.endBreakpoint" id="SessionHandler.endBreakpoint" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endBreakpoint" />
+      <keyword name="SessionHandler.endCommandLine" id="SessionHandler.endCommandLine" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endCommandLine" />
+      <keyword name="SessionHandler.endCondition" id="SessionHandler.endCondition" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endCondition" />
+      <keyword name="SessionHandler.endEnvironment" id="SessionHandler.endEnvironment" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endEnvironment" />
+      <keyword name="SessionHandler.endException" id="SessionHandler.endException" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endException" />
+      <keyword name="SessionHandler.endExceptions" id="SessionHandler.endExceptions" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endExceptions" />
+      <keyword name="SessionHandler.endFilename" id="SessionHandler.endFilename" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endFilename" />
+      <keyword name="SessionHandler.endIgnoredException" id="SessionHandler.endIgnoredException" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endIgnoredException" />
+      <keyword name="SessionHandler.endIgnoredExceptions" id="SessionHandler.endIgnoredExceptions" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endIgnoredExceptions" />
+      <keyword name="SessionHandler.endMultiProject" id="SessionHandler.endMultiProject" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endMultiProject" />
+      <keyword name="SessionHandler.endProject" id="SessionHandler.endProject" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endProject" />
+      <keyword name="SessionHandler.endSpecial" id="SessionHandler.endSpecial" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endSpecial" />
+      <keyword name="SessionHandler.endWatchexpression" id="SessionHandler.endWatchexpression" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endWatchexpression" />
+      <keyword name="SessionHandler.endWorkingDirectory" id="SessionHandler.endWorkingDirectory" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endWorkingDirectory" />
+      <keyword name="SessionHandler.getVersion" id="SessionHandler.getVersion" ref="eric5.E5XML.SessionHandler.html#SessionHandler.getVersion" />
+      <keyword name="SessionHandler.startAutoClearShell" id="SessionHandler.startAutoClearShell" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startAutoClearShell" />
+      <keyword name="SessionHandler.startAutoContinue" id="SessionHandler.startAutoContinue" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startAutoContinue" />
+      <keyword name="SessionHandler.startBookmark" id="SessionHandler.startBookmark" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startBookmark" />
+      <keyword name="SessionHandler.startBreakpoint" id="SessionHandler.startBreakpoint" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startBreakpoint" />
+      <keyword name="SessionHandler.startCount" id="SessionHandler.startCount" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startCount" />
+      <keyword name="SessionHandler.startDocumentSession" id="SessionHandler.startDocumentSession" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startDocumentSession" />
+      <keyword name="SessionHandler.startEnabled" id="SessionHandler.startEnabled" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startEnabled" />
+      <keyword name="SessionHandler.startExceptions" id="SessionHandler.startExceptions" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startExceptions" />
+      <keyword name="SessionHandler.startFilename" id="SessionHandler.startFilename" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startFilename" />
+      <keyword name="SessionHandler.startIgnoredExceptions" id="SessionHandler.startIgnoredExceptions" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startIgnoredExceptions" />
+      <keyword name="SessionHandler.startLinenumber" id="SessionHandler.startLinenumber" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startLinenumber" />
+      <keyword name="SessionHandler.startReportExceptions" id="SessionHandler.startReportExceptions" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startReportExceptions" />
+      <keyword name="SessionHandler.startSession" id="SessionHandler.startSession" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startSession" />
+      <keyword name="SessionHandler.startTemporary" id="SessionHandler.startTemporary" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startTemporary" />
+      <keyword name="SessionHandler.startTracePython" id="SessionHandler.startTracePython" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startTracePython" />
+      <keyword name="SessionHandler.startWatchexpression" id="SessionHandler.startWatchexpression" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startWatchexpression" />
+      <keyword name="ProjectWriter (Module)" id="ProjectWriter (Module)" ref="eric5.E5XML.ProjectWriter.html" />
+      <keyword name="ProjectWriter" id="ProjectWriter" ref="eric5.E5XML.ProjectWriter.html#ProjectWriter" />
+      <keyword name="ProjectWriter (Constructor)" id="ProjectWriter (Constructor)" ref="eric5.E5XML.ProjectWriter.html#ProjectWriter.__init__" />
+      <keyword name="ProjectWriter.writeXML" id="ProjectWriter.writeXML" ref="eric5.E5XML.ProjectWriter.html#ProjectWriter.writeXML" />
+      <keyword name="TasksHandler (Module)" id="TasksHandler (Module)" ref="eric5.E5XML.TasksHandler.html" />
+      <keyword name="TasksHandler" id="TasksHandler" ref="eric5.E5XML.TasksHandler.html#TasksHandler" />
+      <keyword name="TasksHandler (Constructor)" id="TasksHandler (Constructor)" ref="eric5.E5XML.TasksHandler.html#TasksHandler.__init__" />
+      <keyword name="TasksHandler.__buildPath" id="TasksHandler.__buildPath" ref="eric5.E5XML.TasksHandler.html#TasksHandler.__buildPath" />
+      <keyword name="TasksHandler.endCreated" id="TasksHandler.endCreated" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endCreated" />
+      <keyword name="TasksHandler.endDescription" id="TasksHandler.endDescription" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endDescription" />
+      <keyword name="TasksHandler.endDir" id="TasksHandler.endDir" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endDir" />
+      <keyword name="TasksHandler.endFilename" id="TasksHandler.endFilename" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endFilename" />
+      <keyword name="TasksHandler.endLinenumber" id="TasksHandler.endLinenumber" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endLinenumber" />
+      <keyword name="TasksHandler.endName" id="TasksHandler.endName" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endName" />
+      <keyword name="TasksHandler.endSummary" id="TasksHandler.endSummary" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endSummary" />
+      <keyword name="TasksHandler.endTask" id="TasksHandler.endTask" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endTask" />
+      <keyword name="TasksHandler.getVersion" id="TasksHandler.getVersion" ref="eric5.E5XML.TasksHandler.html#TasksHandler.getVersion" />
+      <keyword name="TasksHandler.startDocumentTasks" id="TasksHandler.startDocumentTasks" ref="eric5.E5XML.TasksHandler.html#TasksHandler.startDocumentTasks" />
+      <keyword name="TasksHandler.startFilename" id="TasksHandler.startFilename" ref="eric5.E5XML.TasksHandler.html#TasksHandler.startFilename" />
+      <keyword name="TasksHandler.startTask" id="TasksHandler.startTask" ref="eric5.E5XML.TasksHandler.html#TasksHandler.startTask" />
+      <keyword name="TasksHandler.startTasks" id="TasksHandler.startTasks" ref="eric5.E5XML.TasksHandler.html#TasksHandler.startTasks" />
+      <keyword name="HighlightingStylesHandler (Module)" id="HighlightingStylesHandler (Module)" ref="eric5.E5XML.HighlightingStylesHandler.html" />
+      <keyword name="HighlightingStylesHandler" id="HighlightingStylesHandler" ref="eric5.E5XML.HighlightingStylesHandler.html#HighlightingStylesHandler" />
+      <keyword name="HighlightingStylesHandler (Constructor)" id="HighlightingStylesHandler (Constructor)" ref="eric5.E5XML.HighlightingStylesHandler.html#HighlightingStylesHandler.__init__" />
+      <keyword name="HighlightingStylesHandler.getVersion" id="HighlightingStylesHandler.getVersion" ref="eric5.E5XML.HighlightingStylesHandler.html#HighlightingStylesHandler.getVersion" />
+      <keyword name="HighlightingStylesHandler.startDocumentHighlightingStyles" id="HighlightingStylesHandler.startDocumentHighlightingStyles" ref="eric5.E5XML.HighlightingStylesHandler.html#HighlightingStylesHandler.startDocumentHighlightingStyles" />
+      <keyword name="HighlightingStylesHandler.startHighlightingStyles" id="HighlightingStylesHandler.startHighlightingStyles" ref="eric5.E5XML.HighlightingStylesHandler.html#HighlightingStylesHandler.startHighlightingStyles" />
+      <keyword name="HighlightingStylesHandler.startLexer" id="HighlightingStylesHandler.startLexer" ref="eric5.E5XML.HighlightingStylesHandler.html#HighlightingStylesHandler.startLexer" />
+      <keyword name="HighlightingStylesHandler.startStyle" id="HighlightingStylesHandler.startStyle" ref="eric5.E5XML.HighlightingStylesHandler.html#HighlightingStylesHandler.startStyle" />
+      <keyword name="ShortcutsHandler (Module)" id="ShortcutsHandler (Module)" ref="eric5.E5XML.ShortcutsHandler.html" />
+      <keyword name="ShortcutsHandler" id="ShortcutsHandler" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler" />
+      <keyword name="ShortcutsHandler (Constructor)" id="ShortcutsHandler (Constructor)" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.__init__" />
+      <keyword name="ShortcutsHandler.endAccel" id="ShortcutsHandler.endAccel" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.endAccel" />
+      <keyword name="ShortcutsHandler.endAltAccel" id="ShortcutsHandler.endAltAccel" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.endAltAccel" />
+      <keyword name="ShortcutsHandler.endName" id="ShortcutsHandler.endName" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.endName" />
+      <keyword name="ShortcutsHandler.endShortcut" id="ShortcutsHandler.endShortcut" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.endShortcut" />
+      <keyword name="ShortcutsHandler.getShortcuts" id="ShortcutsHandler.getShortcuts" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.getShortcuts" />
+      <keyword name="ShortcutsHandler.getVersion" id="ShortcutsHandler.getVersion" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.getVersion" />
+      <keyword name="ShortcutsHandler.startDocumentShortcuts" id="ShortcutsHandler.startDocumentShortcuts" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.startDocumentShortcuts" />
+      <keyword name="ShortcutsHandler.startShortcut" id="ShortcutsHandler.startShortcut" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.startShortcut" />
+      <keyword name="ShortcutsHandler.startShortcuts" id="ShortcutsHandler.startShortcuts" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.startShortcuts" />
+      <keyword name="XMLEntityResolver (Module)" id="XMLEntityResolver (Module)" ref="eric5.E5XML.XMLEntityResolver.html" />
+      <keyword name="XMLEntityResolver" id="XMLEntityResolver" ref="eric5.E5XML.XMLEntityResolver.html#XMLEntityResolver" />
+      <keyword name="XMLEntityResolver.resolveEntity" id="XMLEntityResolver.resolveEntity" ref="eric5.E5XML.XMLEntityResolver.html#XMLEntityResolver.resolveEntity" />
+      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.E5XML.Config.html" />
+      <keyword name="XMLUtilities (Module)" id="XMLUtilities (Module)" ref="eric5.E5XML.XMLUtilities.html" />
+      <keyword name="make_parser" id="make_parser" ref="eric5.E5XML.XMLUtilities.html#make_parser" />
+      <keyword name="HighlightingStylesWriter (Module)" id="HighlightingStylesWriter (Module)" ref="eric5.E5XML.HighlightingStylesWriter.html" />
+      <keyword name="HighlightingStylesWriter" id="HighlightingStylesWriter" ref="eric5.E5XML.HighlightingStylesWriter.html#HighlightingStylesWriter" />
+      <keyword name="HighlightingStylesWriter (Constructor)" id="HighlightingStylesWriter (Constructor)" ref="eric5.E5XML.HighlightingStylesWriter.html#HighlightingStylesWriter.__init__" />
+      <keyword name="HighlightingStylesWriter.writeXML" id="HighlightingStylesWriter.writeXML" ref="eric5.E5XML.HighlightingStylesWriter.html#HighlightingStylesWriter.writeXML" />
+      <keyword name="XMLMessageDialog (Module)" id="XMLMessageDialog (Module)" ref="eric5.E5XML.XMLMessageDialog.html" />
+      <keyword name="XMLMessageDialog" id="XMLMessageDialog" ref="eric5.E5XML.XMLMessageDialog.html#XMLMessageDialog" />
+      <keyword name="XMLMessageDialog (Constructor)" id="XMLMessageDialog (Constructor)" ref="eric5.E5XML.XMLMessageDialog.html#XMLMessageDialog.__init__" />
+      <keyword name="XMLMessageDialog.__appendText" id="XMLMessageDialog.__appendText" ref="eric5.E5XML.XMLMessageDialog.html#XMLMessageDialog.__appendText" />
+      <keyword name="SessionWriter (Module)" id="SessionWriter (Module)" ref="eric5.E5XML.SessionWriter.html" />
+      <keyword name="SessionWriter" id="SessionWriter" ref="eric5.E5XML.SessionWriter.html#SessionWriter" />
+      <keyword name="SessionWriter (Constructor)" id="SessionWriter (Constructor)" ref="eric5.E5XML.SessionWriter.html#SessionWriter.__init__" />
+      <keyword name="SessionWriter.writeXML" id="SessionWriter.writeXML" ref="eric5.E5XML.SessionWriter.html#SessionWriter.writeXML" />
+      <keyword name="XMLWriterBase (Module)" id="XMLWriterBase (Module)" ref="eric5.E5XML.XMLWriterBase.html" />
+      <keyword name="XMLWriterBase" id="XMLWriterBase" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase" />
+      <keyword name="XMLWriterBase (Constructor)" id="XMLWriterBase (Constructor)" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase.__init__" />
+      <keyword name="XMLWriterBase._write" id="XMLWriterBase._write" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write" />
+      <keyword name="XMLWriterBase._writeBasics" id="XMLWriterBase._writeBasics" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._writeBasics" />
+      <keyword name="XMLWriterBase._write_bool" id="XMLWriterBase._write_bool" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_bool" />
+      <keyword name="XMLWriterBase._write_bytearray" id="XMLWriterBase._write_bytearray" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_bytearray" />
+      <keyword name="XMLWriterBase._write_bytes" id="XMLWriterBase._write_bytes" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_bytes" />
+      <keyword name="XMLWriterBase._write_complex" id="XMLWriterBase._write_complex" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_complex" />
+      <keyword name="XMLWriterBase._write_dictionary" id="XMLWriterBase._write_dictionary" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_dictionary" />
+      <keyword name="XMLWriterBase._write_float" id="XMLWriterBase._write_float" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_float" />
+      <keyword name="XMLWriterBase._write_frozenset" id="XMLWriterBase._write_frozenset" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_frozenset" />
+      <keyword name="XMLWriterBase._write_int" id="XMLWriterBase._write_int" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_int" />
+      <keyword name="XMLWriterBase._write_list" id="XMLWriterBase._write_list" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_list" />
+      <keyword name="XMLWriterBase._write_none" id="XMLWriterBase._write_none" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_none" />
+      <keyword name="XMLWriterBase._write_set" id="XMLWriterBase._write_set" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_set" />
+      <keyword name="XMLWriterBase._write_string" id="XMLWriterBase._write_string" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_string" />
+      <keyword name="XMLWriterBase._write_tuple" id="XMLWriterBase._write_tuple" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_tuple" />
+      <keyword name="XMLWriterBase._write_unimplemented" id="XMLWriterBase._write_unimplemented" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_unimplemented" />
+      <keyword name="XMLWriterBase.encodedNewLines" id="XMLWriterBase.encodedNewLines" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase.encodedNewLines" />
+      <keyword name="XMLWriterBase.escape" id="XMLWriterBase.escape" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase.escape" />
+      <keyword name="XMLWriterBase.writeXML" id="XMLWriterBase.writeXML" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase.writeXML" />
+      <keyword name="E5Graphics (Package)" id="E5Graphics (Package)" ref="index-eric5.E5Graphics.html" />
+      <keyword name="E5GraphicsView (Module)" id="E5GraphicsView (Module)" ref="eric5.E5Graphics.E5GraphicsView.html" />
+      <keyword name="E5GraphicsView" id="E5GraphicsView" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView" />
+      <keyword name="E5GraphicsView (Constructor)" id="E5GraphicsView (Constructor)" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.__init__" />
+      <keyword name="E5GraphicsView.__getDiagram" id="E5GraphicsView.__getDiagram" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.__getDiagram" />
+      <keyword name="E5GraphicsView._getDiagramRect" id="E5GraphicsView._getDiagramRect" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView._getDiagramRect" />
+      <keyword name="E5GraphicsView._getDiagramSize" id="E5GraphicsView._getDiagramSize" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView._getDiagramSize" />
+      <keyword name="E5GraphicsView.filteredItems" id="E5GraphicsView.filteredItems" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.filteredItems" />
+      <keyword name="E5GraphicsView.printDiagram" id="E5GraphicsView.printDiagram" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.printDiagram" />
+      <keyword name="E5GraphicsView.resizeScene" id="E5GraphicsView.resizeScene" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.resizeScene" />
+      <keyword name="E5GraphicsView.saveImage" id="E5GraphicsView.saveImage" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.saveImage" />
+      <keyword name="E5GraphicsView.setSceneSize" id="E5GraphicsView.setSceneSize" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.setSceneSize" />
+      <keyword name="E5GraphicsView.setZoom" id="E5GraphicsView.setZoom" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.setZoom" />
+      <keyword name="E5GraphicsView.zoom" id="E5GraphicsView.zoom" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoom" />
+      <keyword name="E5GraphicsView.zoomIn" id="E5GraphicsView.zoomIn" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoomIn" />
+      <keyword name="E5GraphicsView.zoomOut" id="E5GraphicsView.zoomOut" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoomOut" />
+      <keyword name="E5GraphicsView.zoomReset" id="E5GraphicsView.zoomReset" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoomReset" />
+      <keyword name="E5ArrowItem (Module)" id="E5ArrowItem (Module)" ref="eric5.E5Graphics.E5ArrowItem.html" />
+      <keyword name="E5ArrowItem" id="E5ArrowItem" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem" />
+      <keyword name="E5ArrowItem (Constructor)" id="E5ArrowItem (Constructor)" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.__init__" />
+      <keyword name="E5ArrowItem.boundingRect" id="E5ArrowItem.boundingRect" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.boundingRect" />
+      <keyword name="E5ArrowItem.paint" id="E5ArrowItem.paint" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.paint" />
+      <keyword name="E5ArrowItem.setEndPoint" id="E5ArrowItem.setEndPoint" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.setEndPoint" />
+      <keyword name="E5ArrowItem.setPoints" id="E5ArrowItem.setPoints" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.setPoints" />
+      <keyword name="E5ArrowItem.setStartPoint" id="E5ArrowItem.setStartPoint" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.setStartPoint" />
+      <keyword name="PyUnit (Package)" id="PyUnit (Package)" ref="index-eric5.PyUnit.html" />
+      <keyword name="UnittestDialog (Module)" id="UnittestDialog (Module)" ref="eric5.PyUnit.UnittestDialog.html" />
+      <keyword name="QtTestResult" id="QtTestResult" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult" />
+      <keyword name="UnittestDialog" id="UnittestDialog" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog" />
+      <keyword name="UnittestWindow" id="UnittestWindow" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow" />
+      <keyword name="QtTestResult (Constructor)" id="QtTestResult (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.__init__" />
+      <keyword name="QtTestResult.addError" id="QtTestResult.addError" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.addError" />
+      <keyword name="QtTestResult.addFailure" id="QtTestResult.addFailure" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.addFailure" />
+      <keyword name="QtTestResult.startTest" id="QtTestResult.startTest" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.startTest" />
+      <keyword name="QtTestResult.stopTest" id="QtTestResult.stopTest" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.stopTest" />
+      <keyword name="UnittestDialog (Constructor)" id="UnittestDialog (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__init__" />
+      <keyword name="UnittestDialog.__UTPrepared" id="UnittestDialog.__UTPrepared" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__UTPrepared" />
+      <keyword name="UnittestDialog.__setProgressColor" id="UnittestDialog.__setProgressColor" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__setProgressColor" />
+      <keyword name="UnittestDialog.__setRunningMode" id="UnittestDialog.__setRunningMode" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__setRunningMode" />
+      <keyword name="UnittestDialog.__setStoppedMode" id="UnittestDialog.__setStoppedMode" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__setStoppedMode" />
+      <keyword name="UnittestDialog.__showSource" id="UnittestDialog.__showSource" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__showSource" />
+      <keyword name="UnittestDialog.insertProg" id="UnittestDialog.insertProg" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.insertProg" />
+      <keyword name="UnittestDialog.insertTestName" id="UnittestDialog.insertTestName" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.insertTestName" />
+      <keyword name="UnittestDialog.on_buttonBox_clicked" id="UnittestDialog.on_buttonBox_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_buttonBox_clicked" />
+      <keyword name="UnittestDialog.on_errorsListWidget_currentTextChanged" id="UnittestDialog.on_errorsListWidget_currentTextChanged" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_errorsListWidget_currentTextChanged" />
+      <keyword name="UnittestDialog.on_errorsListWidget_itemDoubleClicked" id="UnittestDialog.on_errorsListWidget_itemDoubleClicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_errorsListWidget_itemDoubleClicked" />
+      <keyword name="UnittestDialog.on_fileDialogButton_clicked" id="UnittestDialog.on_fileDialogButton_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_fileDialogButton_clicked" />
+      <keyword name="UnittestDialog.on_startButton_clicked" id="UnittestDialog.on_startButton_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_startButton_clicked" />
+      <keyword name="UnittestDialog.on_stopButton_clicked" id="UnittestDialog.on_stopButton_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_stopButton_clicked" />
+      <keyword name="UnittestDialog.on_testsuiteComboBox_editTextChanged" id="UnittestDialog.on_testsuiteComboBox_editTextChanged" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_testsuiteComboBox_editTextChanged" />
+      <keyword name="UnittestDialog.testErrored" id="UnittestDialog.testErrored" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testErrored" />
+      <keyword name="UnittestDialog.testFailed" id="UnittestDialog.testFailed" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testFailed" />
+      <keyword name="UnittestDialog.testFinished" id="UnittestDialog.testFinished" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testFinished" />
+      <keyword name="UnittestDialog.testStarted" id="UnittestDialog.testStarted" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testStarted" />
+      <keyword name="UnittestWindow (Constructor)" id="UnittestWindow (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow.__init__" />
+      <keyword name="UnittestWindow.eventFilter" id="UnittestWindow.eventFilter" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow.eventFilter" />
       <keyword name="DataViews (Package)" id="DataViews (Package)" ref="index-eric5.DataViews.html" />
-      <keyword name="CodeMetrics (Module)" id="CodeMetrics (Module)" ref="eric5.DataViews.CodeMetrics.html" />
-      <keyword name="Parser" id="Parser" ref="eric5.DataViews.CodeMetrics.html#Parser" />
-      <keyword name="SourceStat" id="SourceStat" ref="eric5.DataViews.CodeMetrics.html#SourceStat" />
-      <keyword name="Token" id="Token" ref="eric5.DataViews.CodeMetrics.html#Token" />
-      <keyword name="analyze" id="analyze" ref="eric5.DataViews.CodeMetrics.html#analyze" />
-      <keyword name="main" id="main" ref="eric5.DataViews.CodeMetrics.html#main" />
-      <keyword name="summarize" id="summarize" ref="eric5.DataViews.CodeMetrics.html#summarize" />
-      <keyword name="Parser.__addToken" id="Parser.__addToken" ref="eric5.DataViews.CodeMetrics.html#Parser.__addToken" />
-      <keyword name="Parser.parse" id="Parser.parse" ref="eric5.DataViews.CodeMetrics.html#Parser.parse" />
-      <keyword name="SourceStat (Constructor)" id="SourceStat (Constructor)" ref="eric5.DataViews.CodeMetrics.html#SourceStat.__init__" />
-      <keyword name="SourceStat.dedent" id="SourceStat.dedent" ref="eric5.DataViews.CodeMetrics.html#SourceStat.dedent" />
-      <keyword name="SourceStat.dump" id="SourceStat.dump" ref="eric5.DataViews.CodeMetrics.html#SourceStat.dump" />
-      <keyword name="SourceStat.getCounter" id="SourceStat.getCounter" ref="eric5.DataViews.CodeMetrics.html#SourceStat.getCounter" />
-      <keyword name="SourceStat.inc" id="SourceStat.inc" ref="eric5.DataViews.CodeMetrics.html#SourceStat.inc" />
-      <keyword name="SourceStat.indent" id="SourceStat.indent" ref="eric5.DataViews.CodeMetrics.html#SourceStat.indent" />
-      <keyword name="SourceStat.push" id="SourceStat.push" ref="eric5.DataViews.CodeMetrics.html#SourceStat.push" />
-      <keyword name="Token (Constructor)" id="Token (Constructor)" ref="eric5.DataViews.CodeMetrics.html#Token.__init__" />
       <keyword name="CodeMetricsDialog (Module)" id="CodeMetricsDialog (Module)" ref="eric5.DataViews.CodeMetricsDialog.html" />
       <keyword name="CodeMetricsDialog" id="CodeMetricsDialog" ref="eric5.DataViews.CodeMetricsDialog.html#CodeMetricsDialog" />
       <keyword name="CodeMetricsDialog (Constructor)" id="CodeMetricsDialog (Constructor)" ref="eric5.DataViews.CodeMetricsDialog.html#CodeMetricsDialog.__init__" />
@@ -977,21 +1360,6 @@
       <keyword name="CodeMetricsDialog.__showContextMenu" id="CodeMetricsDialog.__showContextMenu" ref="eric5.DataViews.CodeMetricsDialog.html#CodeMetricsDialog.__showContextMenu" />
       <keyword name="CodeMetricsDialog.on_buttonBox_clicked" id="CodeMetricsDialog.on_buttonBox_clicked" ref="eric5.DataViews.CodeMetricsDialog.html#CodeMetricsDialog.on_buttonBox_clicked" />
       <keyword name="CodeMetricsDialog.start" id="CodeMetricsDialog.start" ref="eric5.DataViews.CodeMetricsDialog.html#CodeMetricsDialog.start" />
-      <keyword name="PyCoverageDialog (Module)" id="PyCoverageDialog (Module)" ref="eric5.DataViews.PyCoverageDialog.html" />
-      <keyword name="PyCoverageDialog" id="PyCoverageDialog" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog" />
-      <keyword name="PyCoverageDialog (Constructor)" id="PyCoverageDialog (Constructor)" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__init__" />
-      <keyword name="PyCoverageDialog.__annotate" id="PyCoverageDialog.__annotate" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__annotate" />
-      <keyword name="PyCoverageDialog.__annotateAll" id="PyCoverageDialog.__annotateAll" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__annotateAll" />
-      <keyword name="PyCoverageDialog.__createResultItem" id="PyCoverageDialog.__createResultItem" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__createResultItem" />
-      <keyword name="PyCoverageDialog.__deleteAnnotated" id="PyCoverageDialog.__deleteAnnotated" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__deleteAnnotated" />
-      <keyword name="PyCoverageDialog.__erase" id="PyCoverageDialog.__erase" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__erase" />
-      <keyword name="PyCoverageDialog.__finish" id="PyCoverageDialog.__finish" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__finish" />
-      <keyword name="PyCoverageDialog.__format_lines" id="PyCoverageDialog.__format_lines" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__format_lines" />
-      <keyword name="PyCoverageDialog.__showContextMenu" id="PyCoverageDialog.__showContextMenu" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__showContextMenu" />
-      <keyword name="PyCoverageDialog.on_buttonBox_clicked" id="PyCoverageDialog.on_buttonBox_clicked" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.on_buttonBox_clicked" />
-      <keyword name="PyCoverageDialog.on_reloadButton_clicked" id="PyCoverageDialog.on_reloadButton_clicked" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.on_reloadButton_clicked" />
-      <keyword name="PyCoverageDialog.start" id="PyCoverageDialog.start" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.start" />
-      <keyword name="PyCoverageDialog.stringify" id="PyCoverageDialog.stringify" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.stringify" />
       <keyword name="PyProfileDialog (Module)" id="PyProfileDialog (Module)" ref="eric5.DataViews.PyProfileDialog.html" />
       <keyword name="ProfileTreeWidgetItem" id="ProfileTreeWidgetItem" ref="eric5.DataViews.PyProfileDialog.html#ProfileTreeWidgetItem" />
       <keyword name="PyProfileDialog" id="PyProfileDialog" ref="eric5.DataViews.PyProfileDialog.html#PyProfileDialog" />
@@ -1011,63 +1379,536 @@
       <keyword name="PyProfileDialog.__unfinish" id="PyProfileDialog.__unfinish" ref="eric5.DataViews.PyProfileDialog.html#PyProfileDialog.__unfinish" />
       <keyword name="PyProfileDialog.on_buttonBox_clicked" id="PyProfileDialog.on_buttonBox_clicked" ref="eric5.DataViews.PyProfileDialog.html#PyProfileDialog.on_buttonBox_clicked" />
       <keyword name="PyProfileDialog.start" id="PyProfileDialog.start" ref="eric5.DataViews.PyProfileDialog.html#PyProfileDialog.start" />
+      <keyword name="PyCoverageDialog (Module)" id="PyCoverageDialog (Module)" ref="eric5.DataViews.PyCoverageDialog.html" />
+      <keyword name="PyCoverageDialog" id="PyCoverageDialog" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog" />
+      <keyword name="PyCoverageDialog (Constructor)" id="PyCoverageDialog (Constructor)" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__init__" />
+      <keyword name="PyCoverageDialog.__annotate" id="PyCoverageDialog.__annotate" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__annotate" />
+      <keyword name="PyCoverageDialog.__annotateAll" id="PyCoverageDialog.__annotateAll" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__annotateAll" />
+      <keyword name="PyCoverageDialog.__createResultItem" id="PyCoverageDialog.__createResultItem" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__createResultItem" />
+      <keyword name="PyCoverageDialog.__deleteAnnotated" id="PyCoverageDialog.__deleteAnnotated" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__deleteAnnotated" />
+      <keyword name="PyCoverageDialog.__erase" id="PyCoverageDialog.__erase" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__erase" />
+      <keyword name="PyCoverageDialog.__finish" id="PyCoverageDialog.__finish" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__finish" />
+      <keyword name="PyCoverageDialog.__format_lines" id="PyCoverageDialog.__format_lines" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__format_lines" />
+      <keyword name="PyCoverageDialog.__showContextMenu" id="PyCoverageDialog.__showContextMenu" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__showContextMenu" />
+      <keyword name="PyCoverageDialog.on_buttonBox_clicked" id="PyCoverageDialog.on_buttonBox_clicked" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.on_buttonBox_clicked" />
+      <keyword name="PyCoverageDialog.on_reloadButton_clicked" id="PyCoverageDialog.on_reloadButton_clicked" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.on_reloadButton_clicked" />
+      <keyword name="PyCoverageDialog.start" id="PyCoverageDialog.start" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.start" />
+      <keyword name="PyCoverageDialog.stringify" id="PyCoverageDialog.stringify" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.stringify" />
+      <keyword name="CodeMetrics (Module)" id="CodeMetrics (Module)" ref="eric5.DataViews.CodeMetrics.html" />
+      <keyword name="Parser" id="Parser" ref="eric5.DataViews.CodeMetrics.html#Parser" />
+      <keyword name="SourceStat" id="SourceStat" ref="eric5.DataViews.CodeMetrics.html#SourceStat" />
+      <keyword name="Token" id="Token" ref="eric5.DataViews.CodeMetrics.html#Token" />
+      <keyword name="analyze" id="analyze" ref="eric5.DataViews.CodeMetrics.html#analyze" />
+      <keyword name="main" id="main" ref="eric5.DataViews.CodeMetrics.html#main" />
+      <keyword name="summarize" id="summarize" ref="eric5.DataViews.CodeMetrics.html#summarize" />
+      <keyword name="Parser.__addToken" id="Parser.__addToken" ref="eric5.DataViews.CodeMetrics.html#Parser.__addToken" />
+      <keyword name="Parser.parse" id="Parser.parse" ref="eric5.DataViews.CodeMetrics.html#Parser.parse" />
+      <keyword name="SourceStat (Constructor)" id="SourceStat (Constructor)" ref="eric5.DataViews.CodeMetrics.html#SourceStat.__init__" />
+      <keyword name="SourceStat.dedent" id="SourceStat.dedent" ref="eric5.DataViews.CodeMetrics.html#SourceStat.dedent" />
+      <keyword name="SourceStat.dump" id="SourceStat.dump" ref="eric5.DataViews.CodeMetrics.html#SourceStat.dump" />
+      <keyword name="SourceStat.getCounter" id="SourceStat.getCounter" ref="eric5.DataViews.CodeMetrics.html#SourceStat.getCounter" />
+      <keyword name="SourceStat.inc" id="SourceStat.inc" ref="eric5.DataViews.CodeMetrics.html#SourceStat.inc" />
+      <keyword name="SourceStat.indent" id="SourceStat.indent" ref="eric5.DataViews.CodeMetrics.html#SourceStat.indent" />
+      <keyword name="SourceStat.push" id="SourceStat.push" ref="eric5.DataViews.CodeMetrics.html#SourceStat.push" />
+      <keyword name="Token (Constructor)" id="Token (Constructor)" ref="eric5.DataViews.CodeMetrics.html#Token.__init__" />
+      <keyword name="PluginManager (Package)" id="PluginManager (Package)" ref="index-eric5.PluginManager.html" />
+      <keyword name="PluginManager (Module)" id="PluginManager (Module)" ref="eric5.PluginManager.PluginManager.html" />
+      <keyword name="PluginManager" id="PluginManager" ref="eric5.PluginManager.PluginManager.html#PluginManager" />
+      <keyword name="PluginManager (Constructor)" id="PluginManager (Constructor)" ref="eric5.PluginManager.PluginManager.html#PluginManager.__init__" />
+      <keyword name="PluginManager.__canActivatePlugin" id="PluginManager.__canActivatePlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.__canActivatePlugin" />
+      <keyword name="PluginManager.__canDeactivatePlugin" id="PluginManager.__canDeactivatePlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.__canDeactivatePlugin" />
+      <keyword name="PluginManager.__checkPluginsDownloadDirectory" id="PluginManager.__checkPluginsDownloadDirectory" ref="eric5.PluginManager.PluginManager.html#PluginManager.__checkPluginsDownloadDirectory" />
+      <keyword name="PluginManager.__getShortInfo" id="PluginManager.__getShortInfo" ref="eric5.PluginManager.PluginManager.html#PluginManager.__getShortInfo" />
+      <keyword name="PluginManager.__insertPluginsPaths" id="PluginManager.__insertPluginsPaths" ref="eric5.PluginManager.PluginManager.html#PluginManager.__insertPluginsPaths" />
+      <keyword name="PluginManager.__loadPlugins" id="PluginManager.__loadPlugins" ref="eric5.PluginManager.PluginManager.html#PluginManager.__loadPlugins" />
+      <keyword name="PluginManager.__pluginDirectoriesExist" id="PluginManager.__pluginDirectoriesExist" ref="eric5.PluginManager.PluginManager.html#PluginManager.__pluginDirectoriesExist" />
+      <keyword name="PluginManager.__pluginModulesExist" id="PluginManager.__pluginModulesExist" ref="eric5.PluginManager.PluginManager.html#PluginManager.__pluginModulesExist" />
+      <keyword name="PluginManager.activatePlugin" id="PluginManager.activatePlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.activatePlugin" />
+      <keyword name="PluginManager.activatePlugins" id="PluginManager.activatePlugins" ref="eric5.PluginManager.PluginManager.html#PluginManager.activatePlugins" />
+      <keyword name="PluginManager.deactivatePlugin" id="PluginManager.deactivatePlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.deactivatePlugin" />
+      <keyword name="PluginManager.deactivateVcsPlugins" id="PluginManager.deactivateVcsPlugins" ref="eric5.PluginManager.PluginManager.html#PluginManager.deactivateVcsPlugins" />
+      <keyword name="PluginManager.finalizeSetup" id="PluginManager.finalizeSetup" ref="eric5.PluginManager.PluginManager.html#PluginManager.finalizeSetup" />
+      <keyword name="PluginManager.getPluginApiFiles" id="PluginManager.getPluginApiFiles" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginApiFiles" />
+      <keyword name="PluginManager.getPluginConfigData" id="PluginManager.getPluginConfigData" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginConfigData" />
+      <keyword name="PluginManager.getPluginDetails" id="PluginManager.getPluginDetails" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginDetails" />
+      <keyword name="PluginManager.getPluginDir" id="PluginManager.getPluginDir" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginDir" />
+      <keyword name="PluginManager.getPluginDisplayStrings" id="PluginManager.getPluginDisplayStrings" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginDisplayStrings" />
+      <keyword name="PluginManager.getPluginExeDisplayData" id="PluginManager.getPluginExeDisplayData" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginExeDisplayData" />
+      <keyword name="PluginManager.getPluginInfos" id="PluginManager.getPluginInfos" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginInfos" />
+      <keyword name="PluginManager.getPluginModules" id="PluginManager.getPluginModules" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginModules" />
+      <keyword name="PluginManager.getPluginObject" id="PluginManager.getPluginObject" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginObject" />
+      <keyword name="PluginManager.getPluginPreviewPixmap" id="PluginManager.getPluginPreviewPixmap" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginPreviewPixmap" />
+      <keyword name="PluginManager.getVcsSystemIndicators" id="PluginManager.getVcsSystemIndicators" ref="eric5.PluginManager.PluginManager.html#PluginManager.getVcsSystemIndicators" />
+      <keyword name="PluginManager.initOnDemandPlugin" id="PluginManager.initOnDemandPlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.initOnDemandPlugin" />
+      <keyword name="PluginManager.initOnDemandPlugins" id="PluginManager.initOnDemandPlugins" ref="eric5.PluginManager.PluginManager.html#PluginManager.initOnDemandPlugins" />
+      <keyword name="PluginManager.isPluginActive" id="PluginManager.isPluginActive" ref="eric5.PluginManager.PluginManager.html#PluginManager.isPluginActive" />
+      <keyword name="PluginManager.isPluginLoaded" id="PluginManager.isPluginLoaded" ref="eric5.PluginManager.PluginManager.html#PluginManager.isPluginLoaded" />
+      <keyword name="PluginManager.isValidPluginName" id="PluginManager.isValidPluginName" ref="eric5.PluginManager.PluginManager.html#PluginManager.isValidPluginName" />
+      <keyword name="PluginManager.loadPlugin" id="PluginManager.loadPlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.loadPlugin" />
+      <keyword name="PluginManager.preferencesChanged" id="PluginManager.preferencesChanged" ref="eric5.PluginManager.PluginManager.html#PluginManager.preferencesChanged" />
+      <keyword name="PluginManager.removePluginFromSysModules" id="PluginManager.removePluginFromSysModules" ref="eric5.PluginManager.PluginManager.html#PluginManager.removePluginFromSysModules" />
+      <keyword name="PluginManager.shutdown" id="PluginManager.shutdown" ref="eric5.PluginManager.PluginManager.html#PluginManager.shutdown" />
+      <keyword name="PluginManager.unloadPlugin" id="PluginManager.unloadPlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.unloadPlugin" />
+      <keyword name="PluginInstallDialog (Module)" id="PluginInstallDialog (Module)" ref="eric5.PluginManager.PluginInstallDialog.html" />
+      <keyword name="PluginInstallDialog" id="PluginInstallDialog" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallDialog" />
+      <keyword name="PluginInstallWidget" id="PluginInstallWidget" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget" />
+      <keyword name="PluginInstallWindow" id="PluginInstallWindow" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWindow" />
+      <keyword name="PluginInstallDialog (Constructor)" id="PluginInstallDialog (Constructor)" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallDialog.__init__" />
+      <keyword name="PluginInstallDialog.restartNeeded" id="PluginInstallDialog.restartNeeded" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallDialog.restartNeeded" />
+      <keyword name="PluginInstallWidget (Constructor)" id="PluginInstallWidget (Constructor)" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__init__" />
+      <keyword name="PluginInstallWidget.__createArchivesList" id="PluginInstallWidget.__createArchivesList" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__createArchivesList" />
+      <keyword name="PluginInstallWidget.__installPlugin" id="PluginInstallWidget.__installPlugin" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__installPlugin" />
+      <keyword name="PluginInstallWidget.__installPlugins" id="PluginInstallWidget.__installPlugins" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__installPlugins" />
+      <keyword name="PluginInstallWidget.__makedirs" id="PluginInstallWidget.__makedirs" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__makedirs" />
+      <keyword name="PluginInstallWidget.__rollback" id="PluginInstallWidget.__rollback" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__rollback" />
+      <keyword name="PluginInstallWidget.__selectPage" id="PluginInstallWidget.__selectPage" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__selectPage" />
+      <keyword name="PluginInstallWidget.__uninstallPackage" id="PluginInstallWidget.__uninstallPackage" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__uninstallPackage" />
+      <keyword name="PluginInstallWidget.on_addArchivesButton_clicked" id="PluginInstallWidget.on_addArchivesButton_clicked" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_addArchivesButton_clicked" />
+      <keyword name="PluginInstallWidget.on_archivesList_itemSelectionChanged" id="PluginInstallWidget.on_archivesList_itemSelectionChanged" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_archivesList_itemSelectionChanged" />
+      <keyword name="PluginInstallWidget.on_buttonBox_clicked" id="PluginInstallWidget.on_buttonBox_clicked" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_buttonBox_clicked" />
+      <keyword name="PluginInstallWidget.on_removeArchivesButton_clicked" id="PluginInstallWidget.on_removeArchivesButton_clicked" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_removeArchivesButton_clicked" />
+      <keyword name="PluginInstallWidget.restartNeeded" id="PluginInstallWidget.restartNeeded" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.restartNeeded" />
+      <keyword name="PluginInstallWindow (Constructor)" id="PluginInstallWindow (Constructor)" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWindow.__init__" />
+      <keyword name="PluginRepositoryDialog (Module)" id="PluginRepositoryDialog (Module)" ref="eric5.PluginManager.PluginRepositoryDialog.html" />
+      <keyword name="PluginRepositoryDialog" id="PluginRepositoryDialog" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog" />
+      <keyword name="PluginRepositoryWidget" id="PluginRepositoryWidget" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget" />
+      <keyword name="PluginRepositoryWindow" id="PluginRepositoryWindow" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWindow" />
+      <keyword name="PluginRepositoryDialog (Constructor)" id="PluginRepositoryDialog (Constructor)" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog.__init__" />
+      <keyword name="PluginRepositoryDialog.__closeAndInstall" id="PluginRepositoryDialog.__closeAndInstall" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog.__closeAndInstall" />
+      <keyword name="PluginRepositoryDialog.getDownloadedPlugins" id="PluginRepositoryDialog.getDownloadedPlugins" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog.getDownloadedPlugins" />
+      <keyword name="PluginRepositoryWidget (Constructor)" id="PluginRepositoryWidget (Constructor)" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__init__" />
+      <keyword name="PluginRepositoryWidget.__downloadCancel" id="PluginRepositoryWidget.__downloadCancel" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadCancel" />
+      <keyword name="PluginRepositoryWidget.__downloadFile" id="PluginRepositoryWidget.__downloadFile" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadFile" />
+      <keyword name="PluginRepositoryWidget.__downloadFileDone" id="PluginRepositoryWidget.__downloadFileDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadFileDone" />
+      <keyword name="PluginRepositoryWidget.__downloadPlugin" id="PluginRepositoryWidget.__downloadPlugin" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPlugin" />
+      <keyword name="PluginRepositoryWidget.__downloadPluginDone" id="PluginRepositoryWidget.__downloadPluginDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPluginDone" />
+      <keyword name="PluginRepositoryWidget.__downloadPlugins" id="PluginRepositoryWidget.__downloadPlugins" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPlugins" />
+      <keyword name="PluginRepositoryWidget.__downloadPluginsDone" id="PluginRepositoryWidget.__downloadPluginsDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPluginsDone" />
+      <keyword name="PluginRepositoryWidget.__downloadProgress" id="PluginRepositoryWidget.__downloadProgress" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadProgress" />
+      <keyword name="PluginRepositoryWidget.__downloadRepositoryFileDone" id="PluginRepositoryWidget.__downloadRepositoryFileDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadRepositoryFileDone" />
+      <keyword name="PluginRepositoryWidget.__formatDescription" id="PluginRepositoryWidget.__formatDescription" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__formatDescription" />
+      <keyword name="PluginRepositoryWidget.__isUpToDate" id="PluginRepositoryWidget.__isUpToDate" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__isUpToDate" />
+      <keyword name="PluginRepositoryWidget.__populateList" id="PluginRepositoryWidget.__populateList" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__populateList" />
+      <keyword name="PluginRepositoryWidget.__resortRepositoryList" id="PluginRepositoryWidget.__resortRepositoryList" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__resortRepositoryList" />
+      <keyword name="PluginRepositoryWidget.__selectedItems" id="PluginRepositoryWidget.__selectedItems" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__selectedItems" />
+      <keyword name="PluginRepositoryWidget.__sslErrors" id="PluginRepositoryWidget.__sslErrors" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__sslErrors" />
+      <keyword name="PluginRepositoryWidget.__updateList" id="PluginRepositoryWidget.__updateList" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__updateList" />
+      <keyword name="PluginRepositoryWidget.addEntry" id="PluginRepositoryWidget.addEntry" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.addEntry" />
+      <keyword name="PluginRepositoryWidget.getDownloadedPlugins" id="PluginRepositoryWidget.getDownloadedPlugins" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.getDownloadedPlugins" />
+      <keyword name="PluginRepositoryWidget.on_buttonBox_clicked" id="PluginRepositoryWidget.on_buttonBox_clicked" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.on_buttonBox_clicked" />
+      <keyword name="PluginRepositoryWidget.on_repositoryList_currentItemChanged" id="PluginRepositoryWidget.on_repositoryList_currentItemChanged" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.on_repositoryList_currentItemChanged" />
+      <keyword name="PluginRepositoryWidget.on_repositoryList_itemSelectionChanged" id="PluginRepositoryWidget.on_repositoryList_itemSelectionChanged" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.on_repositoryList_itemSelectionChanged" />
+      <keyword name="PluginRepositoryWindow (Constructor)" id="PluginRepositoryWindow (Constructor)" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWindow.__init__" />
+      <keyword name="PluginRepositoryWindow.__startPluginInstall" id="PluginRepositoryWindow.__startPluginInstall" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWindow.__startPluginInstall" />
+      <keyword name="PluginInfoDialog (Module)" id="PluginInfoDialog (Module)" ref="eric5.PluginManager.PluginInfoDialog.html" />
+      <keyword name="PluginInfoDialog" id="PluginInfoDialog" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog" />
+      <keyword name="PluginInfoDialog (Constructor)" id="PluginInfoDialog (Constructor)" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__init__" />
+      <keyword name="PluginInfoDialog.__activatePlugin" id="PluginInfoDialog.__activatePlugin" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__activatePlugin" />
+      <keyword name="PluginInfoDialog.__createEntry" id="PluginInfoDialog.__createEntry" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__createEntry" />
+      <keyword name="PluginInfoDialog.__deactivatePlugin" id="PluginInfoDialog.__deactivatePlugin" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__deactivatePlugin" />
+      <keyword name="PluginInfoDialog.__populateList" id="PluginInfoDialog.__populateList" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__populateList" />
+      <keyword name="PluginInfoDialog.__showContextMenu" id="PluginInfoDialog.__showContextMenu" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__showContextMenu" />
+      <keyword name="PluginInfoDialog.__showDetails" id="PluginInfoDialog.__showDetails" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__showDetails" />
+      <keyword name="PluginInfoDialog.on_pluginList_itemActivated" id="PluginInfoDialog.on_pluginList_itemActivated" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.on_pluginList_itemActivated" />
+      <keyword name="PluginUninstallDialog (Module)" id="PluginUninstallDialog (Module)" ref="eric5.PluginManager.PluginUninstallDialog.html" />
+      <keyword name="PluginUninstallDialog" id="PluginUninstallDialog" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallDialog" />
+      <keyword name="PluginUninstallWidget" id="PluginUninstallWidget" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget" />
+      <keyword name="PluginUninstallWindow" id="PluginUninstallWindow" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWindow" />
+      <keyword name="PluginUninstallDialog (Constructor)" id="PluginUninstallDialog (Constructor)" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallDialog.__init__" />
+      <keyword name="PluginUninstallWidget (Constructor)" id="PluginUninstallWidget (Constructor)" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.__init__" />
+      <keyword name="PluginUninstallWidget.__uninstallPlugin" id="PluginUninstallWidget.__uninstallPlugin" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.__uninstallPlugin" />
+      <keyword name="PluginUninstallWidget.on_buttonBox_accepted" id="PluginUninstallWidget.on_buttonBox_accepted" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.on_buttonBox_accepted" />
+      <keyword name="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" id="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" />
+      <keyword name="PluginUninstallWindow (Constructor)" id="PluginUninstallWindow (Constructor)" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWindow.__init__" />
+      <keyword name="PluginExceptions (Module)" id="PluginExceptions (Module)" ref="eric5.PluginManager.PluginExceptions.html" />
+      <keyword name="PluginActivationError" id="PluginActivationError" ref="eric5.PluginManager.PluginExceptions.html#PluginActivationError" />
+      <keyword name="PluginClassFormatError" id="PluginClassFormatError" ref="eric5.PluginManager.PluginExceptions.html#PluginClassFormatError" />
+      <keyword name="PluginError" id="PluginError" ref="eric5.PluginManager.PluginExceptions.html#PluginError" />
+      <keyword name="PluginLoadError" id="PluginLoadError" ref="eric5.PluginManager.PluginExceptions.html#PluginLoadError" />
+      <keyword name="PluginModuleFormatError" id="PluginModuleFormatError" ref="eric5.PluginManager.PluginExceptions.html#PluginModuleFormatError" />
+      <keyword name="PluginModulesError" id="PluginModulesError" ref="eric5.PluginManager.PluginExceptions.html#PluginModulesError" />
+      <keyword name="PluginPathError" id="PluginPathError" ref="eric5.PluginManager.PluginExceptions.html#PluginPathError" />
+      <keyword name="PluginActivationError (Constructor)" id="PluginActivationError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginActivationError.__init__" />
+      <keyword name="PluginClassFormatError (Constructor)" id="PluginClassFormatError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginClassFormatError.__init__" />
+      <keyword name="PluginError (Constructor)" id="PluginError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginError.__init__" />
+      <keyword name="PluginError.__repr__" id="PluginError.__repr__" ref="eric5.PluginManager.PluginExceptions.html#PluginError.__repr__" />
+      <keyword name="PluginError.__str__" id="PluginError.__str__" ref="eric5.PluginManager.PluginExceptions.html#PluginError.__str__" />
+      <keyword name="PluginLoadError (Constructor)" id="PluginLoadError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginLoadError.__init__" />
+      <keyword name="PluginModuleFormatError (Constructor)" id="PluginModuleFormatError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginModuleFormatError.__init__" />
+      <keyword name="PluginModulesError (Constructor)" id="PluginModulesError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginModulesError.__init__" />
+      <keyword name="PluginPathError (Constructor)" id="PluginPathError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginPathError.__init__" />
+      <keyword name="PluginDetailsDialog (Module)" id="PluginDetailsDialog (Module)" ref="eric5.PluginManager.PluginDetailsDialog.html" />
+      <keyword name="PluginDetailsDialog" id="PluginDetailsDialog" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog" />
+      <keyword name="PluginDetailsDialog (Constructor)" id="PluginDetailsDialog (Constructor)" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog.__init__" />
+      <keyword name="PluginDetailsDialog.on_activeCheckBox_clicked" id="PluginDetailsDialog.on_activeCheckBox_clicked" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog.on_activeCheckBox_clicked" />
+      <keyword name="PluginDetailsDialog.on_autoactivateCheckBox_clicked" id="PluginDetailsDialog.on_autoactivateCheckBox_clicked" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog.on_autoactivateCheckBox_clicked" />
       <keyword name="DebugClients (Package)" id="DebugClients (Package)" ref="index-eric5.DebugClients.html" />
+      <keyword name="MultiProject (Package)" id="MultiProject (Package)" ref="index-eric5.MultiProject.html" />
+      <keyword name="MultiProject (Module)" id="MultiProject (Module)" ref="eric5.MultiProject.MultiProject.html" />
+      <keyword name="MultiProject" id="MultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject" />
+      <keyword name="MultiProject (Constructor)" id="MultiProject (Constructor)" ref="eric5.MultiProject.MultiProject.html#MultiProject.__init__" />
+      <keyword name="MultiProject.__checkFilesExist" id="MultiProject.__checkFilesExist" ref="eric5.MultiProject.MultiProject.html#MultiProject.__checkFilesExist" />
+      <keyword name="MultiProject.__clearRecent" id="MultiProject.__clearRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__clearRecent" />
+      <keyword name="MultiProject.__initData" id="MultiProject.__initData" ref="eric5.MultiProject.MultiProject.html#MultiProject.__initData" />
+      <keyword name="MultiProject.__loadRecent" id="MultiProject.__loadRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__loadRecent" />
+      <keyword name="MultiProject.__openMasterProject" id="MultiProject.__openMasterProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.__openMasterProject" />
+      <keyword name="MultiProject.__openRecent" id="MultiProject.__openRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__openRecent" />
+      <keyword name="MultiProject.__readMultiProject" id="MultiProject.__readMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.__readMultiProject" />
+      <keyword name="MultiProject.__readXMLMultiProject" id="MultiProject.__readXMLMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.__readXMLMultiProject" />
+      <keyword name="MultiProject.__saveRecent" id="MultiProject.__saveRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__saveRecent" />
+      <keyword name="MultiProject.__showContextMenuRecent" id="MultiProject.__showContextMenuRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__showContextMenuRecent" />
+      <keyword name="MultiProject.__showMenu" id="MultiProject.__showMenu" ref="eric5.MultiProject.MultiProject.html#MultiProject.__showMenu" />
+      <keyword name="MultiProject.__showProperties" id="MultiProject.__showProperties" ref="eric5.MultiProject.MultiProject.html#MultiProject.__showProperties" />
+      <keyword name="MultiProject.__syncRecent" id="MultiProject.__syncRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__syncRecent" />
+      <keyword name="MultiProject.__writeMultiProject" id="MultiProject.__writeMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.__writeMultiProject" />
+      <keyword name="MultiProject.__writeXMLMultiProject" id="MultiProject.__writeXMLMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.__writeXMLMultiProject" />
+      <keyword name="MultiProject.addE5Actions" id="MultiProject.addE5Actions" ref="eric5.MultiProject.MultiProject.html#MultiProject.addE5Actions" />
+      <keyword name="MultiProject.addProject" id="MultiProject.addProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.addProject" />
+      <keyword name="MultiProject.changeProjectProperties" id="MultiProject.changeProjectProperties" ref="eric5.MultiProject.MultiProject.html#MultiProject.changeProjectProperties" />
+      <keyword name="MultiProject.checkDirty" id="MultiProject.checkDirty" ref="eric5.MultiProject.MultiProject.html#MultiProject.checkDirty" />
+      <keyword name="MultiProject.closeMultiProject" id="MultiProject.closeMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.closeMultiProject" />
+      <keyword name="MultiProject.getActions" id="MultiProject.getActions" ref="eric5.MultiProject.MultiProject.html#MultiProject.getActions" />
+      <keyword name="MultiProject.getDependantProjectFiles" id="MultiProject.getDependantProjectFiles" ref="eric5.MultiProject.MultiProject.html#MultiProject.getDependantProjectFiles" />
+      <keyword name="MultiProject.getMasterProjectFile" id="MultiProject.getMasterProjectFile" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMasterProjectFile" />
+      <keyword name="MultiProject.getMenu" id="MultiProject.getMenu" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMenu" />
+      <keyword name="MultiProject.getMostRecent" id="MultiProject.getMostRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMostRecent" />
+      <keyword name="MultiProject.getMultiProjectFile" id="MultiProject.getMultiProjectFile" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMultiProjectFile" />
+      <keyword name="MultiProject.getMultiProjectPath" id="MultiProject.getMultiProjectPath" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMultiProjectPath" />
+      <keyword name="MultiProject.getProject" id="MultiProject.getProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.getProject" />
+      <keyword name="MultiProject.getProjects" id="MultiProject.getProjects" ref="eric5.MultiProject.MultiProject.html#MultiProject.getProjects" />
+      <keyword name="MultiProject.initActions" id="MultiProject.initActions" ref="eric5.MultiProject.MultiProject.html#MultiProject.initActions" />
+      <keyword name="MultiProject.initMenu" id="MultiProject.initMenu" ref="eric5.MultiProject.MultiProject.html#MultiProject.initMenu" />
+      <keyword name="MultiProject.initToolbar" id="MultiProject.initToolbar" ref="eric5.MultiProject.MultiProject.html#MultiProject.initToolbar" />
+      <keyword name="MultiProject.isDirty" id="MultiProject.isDirty" ref="eric5.MultiProject.MultiProject.html#MultiProject.isDirty" />
+      <keyword name="MultiProject.isOpen" id="MultiProject.isOpen" ref="eric5.MultiProject.MultiProject.html#MultiProject.isOpen" />
+      <keyword name="MultiProject.newMultiProject" id="MultiProject.newMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.newMultiProject" />
+      <keyword name="MultiProject.openMultiProject" id="MultiProject.openMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.openMultiProject" />
+      <keyword name="MultiProject.openProject" id="MultiProject.openProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.openProject" />
+      <keyword name="MultiProject.removeE5Actions" id="MultiProject.removeE5Actions" ref="eric5.MultiProject.MultiProject.html#MultiProject.removeE5Actions" />
+      <keyword name="MultiProject.removeProject" id="MultiProject.removeProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.removeProject" />
+      <keyword name="MultiProject.saveMultiProject" id="MultiProject.saveMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.saveMultiProject" />
+      <keyword name="MultiProject.saveMultiProjectAs" id="MultiProject.saveMultiProjectAs" ref="eric5.MultiProject.MultiProject.html#MultiProject.saveMultiProjectAs" />
+      <keyword name="MultiProject.setDirty" id="MultiProject.setDirty" ref="eric5.MultiProject.MultiProject.html#MultiProject.setDirty" />
+      <keyword name="AddProjectDialog (Module)" id="AddProjectDialog (Module)" ref="eric5.MultiProject.AddProjectDialog.html" />
+      <keyword name="AddProjectDialog" id="AddProjectDialog" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog" />
+      <keyword name="AddProjectDialog (Constructor)" id="AddProjectDialog (Constructor)" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.__init__" />
+      <keyword name="AddProjectDialog.__updateUi" id="AddProjectDialog.__updateUi" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.__updateUi" />
+      <keyword name="AddProjectDialog.getData" id="AddProjectDialog.getData" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.getData" />
+      <keyword name="AddProjectDialog.on_fileButton_clicked" id="AddProjectDialog.on_fileButton_clicked" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.on_fileButton_clicked" />
+      <keyword name="AddProjectDialog.on_filenameEdit_textChanged" id="AddProjectDialog.on_filenameEdit_textChanged" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.on_filenameEdit_textChanged" />
+      <keyword name="AddProjectDialog.on_nameEdit_textChanged" id="AddProjectDialog.on_nameEdit_textChanged" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.on_nameEdit_textChanged" />
+      <keyword name="MultiProjectBrowser (Module)" id="MultiProjectBrowser (Module)" ref="eric5.MultiProject.MultiProjectBrowser.html" />
+      <keyword name="MultiProjectBrowser" id="MultiProjectBrowser" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser" />
+      <keyword name="MultiProjectBrowser (Constructor)" id="MultiProjectBrowser (Constructor)" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__init__" />
+      <keyword name="MultiProjectBrowser.__addProject" id="MultiProjectBrowser.__addProject" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__addProject" />
+      <keyword name="MultiProjectBrowser.__configure" id="MultiProjectBrowser.__configure" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__configure" />
+      <keyword name="MultiProjectBrowser.__contextMenuRequested" id="MultiProjectBrowser.__contextMenuRequested" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__contextMenuRequested" />
+      <keyword name="MultiProjectBrowser.__createPopupMenu" id="MultiProjectBrowser.__createPopupMenu" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__createPopupMenu" />
+      <keyword name="MultiProjectBrowser.__findProjectItem" id="MultiProjectBrowser.__findProjectItem" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__findProjectItem" />
+      <keyword name="MultiProjectBrowser.__multiProjectClosed" id="MultiProjectBrowser.__multiProjectClosed" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__multiProjectClosed" />
+      <keyword name="MultiProjectBrowser.__multiProjectOpened" id="MultiProjectBrowser.__multiProjectOpened" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__multiProjectOpened" />
+      <keyword name="MultiProjectBrowser.__newMultiProject" id="MultiProjectBrowser.__newMultiProject" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__newMultiProject" />
+      <keyword name="MultiProjectBrowser.__openItem" id="MultiProjectBrowser.__openItem" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__openItem" />
+      <keyword name="MultiProjectBrowser.__projectAdded" id="MultiProjectBrowser.__projectAdded" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectAdded" />
+      <keyword name="MultiProjectBrowser.__projectDataChanged" id="MultiProjectBrowser.__projectDataChanged" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectDataChanged" />
+      <keyword name="MultiProjectBrowser.__projectOpened" id="MultiProjectBrowser.__projectOpened" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectOpened" />
+      <keyword name="MultiProjectBrowser.__projectRemoved" id="MultiProjectBrowser.__projectRemoved" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectRemoved" />
+      <keyword name="MultiProjectBrowser.__removeProject" id="MultiProjectBrowser.__removeProject" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__removeProject" />
+      <keyword name="MultiProjectBrowser.__setItemData" id="MultiProjectBrowser.__setItemData" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__setItemData" />
+      <keyword name="MultiProjectBrowser.__showProjectProperties" id="MultiProjectBrowser.__showProjectProperties" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__showProjectProperties" />
+      <keyword name="PropertiesDialog (Module)" id="PropertiesDialog (Module)" ref="eric5.MultiProject.PropertiesDialog.html" />
+      <keyword name="PropertiesDialog" id="PropertiesDialog" ref="eric5.MultiProject.PropertiesDialog.html#PropertiesDialog" />
+      <keyword name="PropertiesDialog (Constructor)" id="PropertiesDialog (Constructor)" ref="eric5.MultiProject.PropertiesDialog.html#PropertiesDialog.__init__" />
+      <keyword name="PropertiesDialog.storeData" id="PropertiesDialog.storeData" ref="eric5.MultiProject.PropertiesDialog.html#PropertiesDialog.storeData" />
+      <keyword name="Graphics (Package)" id="Graphics (Package)" ref="index-eric5.Graphics.html" />
+      <keyword name="PackageDiagram (Module)" id="PackageDiagram (Module)" ref="eric5.Graphics.PackageDiagram.html" />
+      <keyword name="PackageDiagram" id="PackageDiagram" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram" />
+      <keyword name="PackageDiagram (Constructor)" id="PackageDiagram (Constructor)" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__init__" />
+      <keyword name="PackageDiagram.__addExternalClass" id="PackageDiagram.__addExternalClass" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__addExternalClass" />
+      <keyword name="PackageDiagram.__addLocalClass" id="PackageDiagram.__addLocalClass" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__addLocalClass" />
+      <keyword name="PackageDiagram.__arrangeClasses" id="PackageDiagram.__arrangeClasses" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__arrangeClasses" />
+      <keyword name="PackageDiagram.__buildClasses" id="PackageDiagram.__buildClasses" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__buildClasses" />
+      <keyword name="PackageDiagram.__buildModulesDict" id="PackageDiagram.__buildModulesDict" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__buildModulesDict" />
+      <keyword name="PackageDiagram.__createAssociations" id="PackageDiagram.__createAssociations" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__createAssociations" />
+      <keyword name="PackageDiagram.__getCurrentShape" id="PackageDiagram.__getCurrentShape" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__getCurrentShape" />
+      <keyword name="PackageDiagram.relayout" id="PackageDiagram.relayout" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.relayout" />
+      <keyword name="PackageDiagram.show" id="PackageDiagram.show" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.show" />
+      <keyword name="UMLClassDiagram (Module)" id="UMLClassDiagram (Module)" ref="eric5.Graphics.UMLClassDiagram.html" />
+      <keyword name="UMLClassDiagram" id="UMLClassDiagram" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram" />
+      <keyword name="UMLClassDiagram (Constructor)" id="UMLClassDiagram (Constructor)" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__init__" />
+      <keyword name="UMLClassDiagram.__addExternalClass" id="UMLClassDiagram.__addExternalClass" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__addExternalClass" />
+      <keyword name="UMLClassDiagram.__addLocalClass" id="UMLClassDiagram.__addLocalClass" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__addLocalClass" />
+      <keyword name="UMLClassDiagram.__arrangeClasses" id="UMLClassDiagram.__arrangeClasses" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__arrangeClasses" />
+      <keyword name="UMLClassDiagram.__buildClasses" id="UMLClassDiagram.__buildClasses" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__buildClasses" />
+      <keyword name="UMLClassDiagram.__createAssociations" id="UMLClassDiagram.__createAssociations" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__createAssociations" />
+      <keyword name="UMLClassDiagram.__getCurrentShape" id="UMLClassDiagram.__getCurrentShape" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__getCurrentShape" />
+      <keyword name="UMLClassDiagram.relayout" id="UMLClassDiagram.relayout" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.relayout" />
+      <keyword name="UMLClassDiagram.show" id="UMLClassDiagram.show" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.show" />
+      <keyword name="ApplicationDiagram (Module)" id="ApplicationDiagram (Module)" ref="eric5.Graphics.ApplicationDiagram.html" />
+      <keyword name="ApplicationDiagram" id="ApplicationDiagram" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram" />
+      <keyword name="ApplicationDiagram (Constructor)" id="ApplicationDiagram (Constructor)" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__init__" />
+      <keyword name="ApplicationDiagram.__addPackage" id="ApplicationDiagram.__addPackage" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__addPackage" />
+      <keyword name="ApplicationDiagram.__buildModulesDict" id="ApplicationDiagram.__buildModulesDict" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__buildModulesDict" />
+      <keyword name="ApplicationDiagram.__buildPackages" id="ApplicationDiagram.__buildPackages" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__buildPackages" />
+      <keyword name="ApplicationDiagram.__createAssociations" id="ApplicationDiagram.__createAssociations" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__createAssociations" />
+      <keyword name="ApplicationDiagram.relayout" id="ApplicationDiagram.relayout" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.relayout" />
+      <keyword name="ApplicationDiagram.show" id="ApplicationDiagram.show" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.show" />
+      <keyword name="SvgDiagram (Module)" id="SvgDiagram (Module)" ref="eric5.Graphics.SvgDiagram.html" />
+      <keyword name="SvgDiagram" id="SvgDiagram" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram" />
+      <keyword name="SvgDiagram (Constructor)" id="SvgDiagram (Constructor)" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__init__" />
+      <keyword name="SvgDiagram.__adjustScrollBar" id="SvgDiagram.__adjustScrollBar" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__adjustScrollBar" />
+      <keyword name="SvgDiagram.__doZoom" id="SvgDiagram.__doZoom" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__doZoom" />
+      <keyword name="SvgDiagram.__initActions" id="SvgDiagram.__initActions" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__initActions" />
+      <keyword name="SvgDiagram.__initContextMenu" id="SvgDiagram.__initContextMenu" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__initContextMenu" />
+      <keyword name="SvgDiagram.__initToolBars" id="SvgDiagram.__initToolBars" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__initToolBars" />
+      <keyword name="SvgDiagram.__print" id="SvgDiagram.__print" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__print" />
+      <keyword name="SvgDiagram.__printDiagram" id="SvgDiagram.__printDiagram" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__printDiagram" />
+      <keyword name="SvgDiagram.__printPreviewDiagram" id="SvgDiagram.__printPreviewDiagram" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__printPreviewDiagram" />
+      <keyword name="SvgDiagram.__showContextMenu" id="SvgDiagram.__showContextMenu" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__showContextMenu" />
+      <keyword name="SvgDiagram.__zoom" id="SvgDiagram.__zoom" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoom" />
+      <keyword name="SvgDiagram.__zoomIn" id="SvgDiagram.__zoomIn" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoomIn" />
+      <keyword name="SvgDiagram.__zoomOut" id="SvgDiagram.__zoomOut" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoomOut" />
+      <keyword name="SvgDiagram.__zoomReset" id="SvgDiagram.__zoomReset" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoomReset" />
+      <keyword name="SvgDiagram.getDiagramName" id="SvgDiagram.getDiagramName" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.getDiagramName" />
+      <keyword name="PixmapDiagram (Module)" id="PixmapDiagram (Module)" ref="eric5.Graphics.PixmapDiagram.html" />
+      <keyword name="PixmapDiagram" id="PixmapDiagram" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram" />
+      <keyword name="PixmapDiagram (Constructor)" id="PixmapDiagram (Constructor)" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__init__" />
+      <keyword name="PixmapDiagram.__adjustScrollBar" id="PixmapDiagram.__adjustScrollBar" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__adjustScrollBar" />
+      <keyword name="PixmapDiagram.__doZoom" id="PixmapDiagram.__doZoom" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__doZoom" />
+      <keyword name="PixmapDiagram.__initActions" id="PixmapDiagram.__initActions" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__initActions" />
+      <keyword name="PixmapDiagram.__initContextMenu" id="PixmapDiagram.__initContextMenu" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__initContextMenu" />
+      <keyword name="PixmapDiagram.__initToolBars" id="PixmapDiagram.__initToolBars" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__initToolBars" />
+      <keyword name="PixmapDiagram.__print" id="PixmapDiagram.__print" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__print" />
+      <keyword name="PixmapDiagram.__printDiagram" id="PixmapDiagram.__printDiagram" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__printDiagram" />
+      <keyword name="PixmapDiagram.__printPreviewDiagram" id="PixmapDiagram.__printPreviewDiagram" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__printPreviewDiagram" />
+      <keyword name="PixmapDiagram.__showContextMenu" id="PixmapDiagram.__showContextMenu" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__showContextMenu" />
+      <keyword name="PixmapDiagram.__showPixmap" id="PixmapDiagram.__showPixmap" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__showPixmap" />
+      <keyword name="PixmapDiagram.__zoom" id="PixmapDiagram.__zoom" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoom" />
+      <keyword name="PixmapDiagram.__zoomIn" id="PixmapDiagram.__zoomIn" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoomIn" />
+      <keyword name="PixmapDiagram.__zoomOut" id="PixmapDiagram.__zoomOut" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoomOut" />
+      <keyword name="PixmapDiagram.__zoomReset" id="PixmapDiagram.__zoomReset" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoomReset" />
+      <keyword name="PixmapDiagram.getDiagramName" id="PixmapDiagram.getDiagramName" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.getDiagramName" />
+      <keyword name="PixmapDiagram.getStatus" id="PixmapDiagram.getStatus" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.getStatus" />
+      <keyword name="UMLItem (Module)" id="UMLItem (Module)" ref="eric5.Graphics.UMLItem.html" />
+      <keyword name="UMLItem" id="UMLItem" ref="eric5.Graphics.UMLItem.html#UMLItem" />
+      <keyword name="UMLItem (Constructor)" id="UMLItem (Constructor)" ref="eric5.Graphics.UMLItem.html#UMLItem.__init__" />
+      <keyword name="UMLItem.addAssociation" id="UMLItem.addAssociation" ref="eric5.Graphics.UMLItem.html#UMLItem.addAssociation" />
+      <keyword name="UMLItem.adjustAssociations" id="UMLItem.adjustAssociations" ref="eric5.Graphics.UMLItem.html#UMLItem.adjustAssociations" />
+      <keyword name="UMLItem.itemChange" id="UMLItem.itemChange" ref="eric5.Graphics.UMLItem.html#UMLItem.itemChange" />
+      <keyword name="UMLItem.moveBy" id="UMLItem.moveBy" ref="eric5.Graphics.UMLItem.html#UMLItem.moveBy" />
+      <keyword name="UMLItem.paint" id="UMLItem.paint" ref="eric5.Graphics.UMLItem.html#UMLItem.paint" />
+      <keyword name="UMLItem.removeAssociation" id="UMLItem.removeAssociation" ref="eric5.Graphics.UMLItem.html#UMLItem.removeAssociation" />
+      <keyword name="UMLItem.removeAssociations" id="UMLItem.removeAssociations" ref="eric5.Graphics.UMLItem.html#UMLItem.removeAssociations" />
+      <keyword name="UMLItem.setPos" id="UMLItem.setPos" ref="eric5.Graphics.UMLItem.html#UMLItem.setPos" />
+      <keyword name="UMLItem.setSize" id="UMLItem.setSize" ref="eric5.Graphics.UMLItem.html#UMLItem.setSize" />
+      <keyword name="UMLSceneSizeDialog (Module)" id="UMLSceneSizeDialog (Module)" ref="eric5.Graphics.UMLSceneSizeDialog.html" />
+      <keyword name="UMLSceneSizeDialog" id="UMLSceneSizeDialog" ref="eric5.Graphics.UMLSceneSizeDialog.html#UMLSceneSizeDialog" />
+      <keyword name="UMLSceneSizeDialog (Constructor)" id="UMLSceneSizeDialog (Constructor)" ref="eric5.Graphics.UMLSceneSizeDialog.html#UMLSceneSizeDialog.__init__" />
+      <keyword name="UMLSceneSizeDialog.getData" id="UMLSceneSizeDialog.getData" ref="eric5.Graphics.UMLSceneSizeDialog.html#UMLSceneSizeDialog.getData" />
+      <keyword name="ImportsDiagram (Module)" id="ImportsDiagram (Module)" ref="eric5.Graphics.ImportsDiagram.html" />
+      <keyword name="ImportsDiagram" id="ImportsDiagram" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram" />
+      <keyword name="ImportsDiagram (Constructor)" id="ImportsDiagram (Constructor)" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__init__" />
+      <keyword name="ImportsDiagram.__addModule" id="ImportsDiagram.__addModule" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__addModule" />
+      <keyword name="ImportsDiagram.__buildImports" id="ImportsDiagram.__buildImports" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__buildImports" />
+      <keyword name="ImportsDiagram.__buildModulesDict" id="ImportsDiagram.__buildModulesDict" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__buildModulesDict" />
+      <keyword name="ImportsDiagram.__createAssociations" id="ImportsDiagram.__createAssociations" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__createAssociations" />
+      <keyword name="ImportsDiagram.relayout" id="ImportsDiagram.relayout" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.relayout" />
+      <keyword name="ImportsDiagram.show" id="ImportsDiagram.show" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.show" />
+      <keyword name="AssociationItem (Module)" id="AssociationItem (Module)" ref="eric5.Graphics.AssociationItem.html" />
+      <keyword name="AssociationItem" id="AssociationItem" ref="eric5.Graphics.AssociationItem.html#AssociationItem" />
+      <keyword name="AssociationItem (Constructor)" id="AssociationItem (Constructor)" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__init__" />
+      <keyword name="AssociationItem.__calculateEndingPoints_center" id="AssociationItem.__calculateEndingPoints_center" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__calculateEndingPoints_center" />
+      <keyword name="AssociationItem.__calculateEndingPoints_rectangle" id="AssociationItem.__calculateEndingPoints_rectangle" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__calculateEndingPoints_rectangle" />
+      <keyword name="AssociationItem.__findIntersection" id="AssociationItem.__findIntersection" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__findIntersection" />
+      <keyword name="AssociationItem.__findPointRegion" id="AssociationItem.__findPointRegion" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__findPointRegion" />
+      <keyword name="AssociationItem.__findRectIntersectionPoint" id="AssociationItem.__findRectIntersectionPoint" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__findRectIntersectionPoint" />
+      <keyword name="AssociationItem.__mapRectFromItem" id="AssociationItem.__mapRectFromItem" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__mapRectFromItem" />
+      <keyword name="AssociationItem.__updateEndPoint" id="AssociationItem.__updateEndPoint" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__updateEndPoint" />
+      <keyword name="AssociationItem.unassociate" id="AssociationItem.unassociate" ref="eric5.Graphics.AssociationItem.html#AssociationItem.unassociate" />
+      <keyword name="AssociationItem.widgetMoved" id="AssociationItem.widgetMoved" ref="eric5.Graphics.AssociationItem.html#AssociationItem.widgetMoved" />
+      <keyword name="ModuleItem (Module)" id="ModuleItem (Module)" ref="eric5.Graphics.ModuleItem.html" />
+      <keyword name="ModuleItem" id="ModuleItem" ref="eric5.Graphics.ModuleItem.html#ModuleItem" />
+      <keyword name="ModuleModel" id="ModuleModel" ref="eric5.Graphics.ModuleItem.html#ModuleModel" />
+      <keyword name="ModuleItem (Constructor)" id="ModuleItem (Constructor)" ref="eric5.Graphics.ModuleItem.html#ModuleItem.__init__" />
+      <keyword name="ModuleItem.__calculateSize" id="ModuleItem.__calculateSize" ref="eric5.Graphics.ModuleItem.html#ModuleItem.__calculateSize" />
+      <keyword name="ModuleItem.__createTexts" id="ModuleItem.__createTexts" ref="eric5.Graphics.ModuleItem.html#ModuleItem.__createTexts" />
+      <keyword name="ModuleItem.paint" id="ModuleItem.paint" ref="eric5.Graphics.ModuleItem.html#ModuleItem.paint" />
+      <keyword name="ModuleItem.setModel" id="ModuleItem.setModel" ref="eric5.Graphics.ModuleItem.html#ModuleItem.setModel" />
+      <keyword name="ModuleModel (Constructor)" id="ModuleModel (Constructor)" ref="eric5.Graphics.ModuleItem.html#ModuleModel.__init__" />
+      <keyword name="ModuleModel.addClass" id="ModuleModel.addClass" ref="eric5.Graphics.ModuleItem.html#ModuleModel.addClass" />
+      <keyword name="ModuleModel.getClasses" id="ModuleModel.getClasses" ref="eric5.Graphics.ModuleItem.html#ModuleModel.getClasses" />
+      <keyword name="ModuleModel.getName" id="ModuleModel.getName" ref="eric5.Graphics.ModuleItem.html#ModuleModel.getName" />
+      <keyword name="UMLDialog (Module)" id="UMLDialog (Module)" ref="eric5.Graphics.UMLDialog.html" />
+      <keyword name="UMLDialog" id="UMLDialog" ref="eric5.Graphics.UMLDialog.html#UMLDialog" />
+      <keyword name="UMLDialog (Constructor)" id="UMLDialog (Constructor)" ref="eric5.Graphics.UMLDialog.html#UMLDialog.__init__" />
+      <keyword name="ClassItem (Module)" id="ClassItem (Module)" ref="eric5.Graphics.ClassItem.html" />
+      <keyword name="ClassItem" id="ClassItem" ref="eric5.Graphics.ClassItem.html#ClassItem" />
+      <keyword name="ClassModel" id="ClassModel" ref="eric5.Graphics.ClassItem.html#ClassModel" />
+      <keyword name="ClassItem (Constructor)" id="ClassItem (Constructor)" ref="eric5.Graphics.ClassItem.html#ClassItem.__init__" />
+      <keyword name="ClassItem.__calculateSize" id="ClassItem.__calculateSize" ref="eric5.Graphics.ClassItem.html#ClassItem.__calculateSize" />
+      <keyword name="ClassItem.__createTexts" id="ClassItem.__createTexts" ref="eric5.Graphics.ClassItem.html#ClassItem.__createTexts" />
+      <keyword name="ClassItem.isExternal" id="ClassItem.isExternal" ref="eric5.Graphics.ClassItem.html#ClassItem.isExternal" />
+      <keyword name="ClassItem.paint" id="ClassItem.paint" ref="eric5.Graphics.ClassItem.html#ClassItem.paint" />
+      <keyword name="ClassItem.setModel" id="ClassItem.setModel" ref="eric5.Graphics.ClassItem.html#ClassItem.setModel" />
+      <keyword name="ClassModel (Constructor)" id="ClassModel (Constructor)" ref="eric5.Graphics.ClassItem.html#ClassModel.__init__" />
+      <keyword name="ClassModel.addAttribute" id="ClassModel.addAttribute" ref="eric5.Graphics.ClassItem.html#ClassModel.addAttribute" />
+      <keyword name="ClassModel.addMethod" id="ClassModel.addMethod" ref="eric5.Graphics.ClassItem.html#ClassModel.addMethod" />
+      <keyword name="ClassModel.getAttributes" id="ClassModel.getAttributes" ref="eric5.Graphics.ClassItem.html#ClassModel.getAttributes" />
+      <keyword name="ClassModel.getMethods" id="ClassModel.getMethods" ref="eric5.Graphics.ClassItem.html#ClassModel.getMethods" />
+      <keyword name="ClassModel.getName" id="ClassModel.getName" ref="eric5.Graphics.ClassItem.html#ClassModel.getName" />
+      <keyword name="PackageItem (Module)" id="PackageItem (Module)" ref="eric5.Graphics.PackageItem.html" />
+      <keyword name="PackageItem" id="PackageItem" ref="eric5.Graphics.PackageItem.html#PackageItem" />
+      <keyword name="PackageModel" id="PackageModel" ref="eric5.Graphics.PackageItem.html#PackageModel" />
+      <keyword name="PackageItem (Constructor)" id="PackageItem (Constructor)" ref="eric5.Graphics.PackageItem.html#PackageItem.__init__" />
+      <keyword name="PackageItem.__calculateSize" id="PackageItem.__calculateSize" ref="eric5.Graphics.PackageItem.html#PackageItem.__calculateSize" />
+      <keyword name="PackageItem.__createTexts" id="PackageItem.__createTexts" ref="eric5.Graphics.PackageItem.html#PackageItem.__createTexts" />
+      <keyword name="PackageItem.paint" id="PackageItem.paint" ref="eric5.Graphics.PackageItem.html#PackageItem.paint" />
+      <keyword name="PackageItem.setModel" id="PackageItem.setModel" ref="eric5.Graphics.PackageItem.html#PackageItem.setModel" />
+      <keyword name="PackageModel (Constructor)" id="PackageModel (Constructor)" ref="eric5.Graphics.PackageItem.html#PackageModel.__init__" />
+      <keyword name="PackageModel.addModule" id="PackageModel.addModule" ref="eric5.Graphics.PackageItem.html#PackageModel.addModule" />
+      <keyword name="PackageModel.getModules" id="PackageModel.getModules" ref="eric5.Graphics.PackageItem.html#PackageModel.getModules" />
+      <keyword name="PackageModel.getName" id="PackageModel.getName" ref="eric5.Graphics.PackageItem.html#PackageModel.getName" />
+      <keyword name="GraphicsUtilities (Module)" id="GraphicsUtilities (Module)" ref="eric5.Graphics.GraphicsUtilities.html" />
+      <keyword name="RecursionError" id="RecursionError" ref="eric5.Graphics.GraphicsUtilities.html#RecursionError" />
+      <keyword name="_buildChildrenLists" id="_buildChildrenLists" ref="eric5.Graphics.GraphicsUtilities.html#_buildChildrenLists" />
+      <keyword name="sort" id="sort" ref="eric5.Graphics.GraphicsUtilities.html#sort" />
+      <keyword name="ZoomDialog (Module)" id="ZoomDialog (Module)" ref="eric5.Graphics.ZoomDialog.html" />
+      <keyword name="ZoomDialog" id="ZoomDialog" ref="eric5.Graphics.ZoomDialog.html#ZoomDialog" />
+      <keyword name="ZoomDialog (Constructor)" id="ZoomDialog (Constructor)" ref="eric5.Graphics.ZoomDialog.html#ZoomDialog.__init__" />
+      <keyword name="ZoomDialog.getZoomSize" id="ZoomDialog.getZoomSize" ref="eric5.Graphics.ZoomDialog.html#ZoomDialog.getZoomSize" />
+      <keyword name="UMLGraphicsView (Module)" id="UMLGraphicsView (Module)" ref="eric5.Graphics.UMLGraphicsView.html" />
+      <keyword name="UMLGraphicsView" id="UMLGraphicsView" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView" />
+      <keyword name="UMLGraphicsView (Constructor)" id="UMLGraphicsView (Constructor)" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__init__" />
+      <keyword name="UMLGraphicsView.__alignShapes" id="UMLGraphicsView.__alignShapes" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__alignShapes" />
+      <keyword name="UMLGraphicsView.__checkSizeActions" id="UMLGraphicsView.__checkSizeActions" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__checkSizeActions" />
+      <keyword name="UMLGraphicsView.__decHeight" id="UMLGraphicsView.__decHeight" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__decHeight" />
+      <keyword name="UMLGraphicsView.__decWidth" id="UMLGraphicsView.__decWidth" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__decWidth" />
+      <keyword name="UMLGraphicsView.__deleteShape" id="UMLGraphicsView.__deleteShape" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__deleteShape" />
+      <keyword name="UMLGraphicsView.__incHeight" id="UMLGraphicsView.__incHeight" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__incHeight" />
+      <keyword name="UMLGraphicsView.__incWidth" id="UMLGraphicsView.__incWidth" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__incWidth" />
+      <keyword name="UMLGraphicsView.__initActions" id="UMLGraphicsView.__initActions" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__initActions" />
+      <keyword name="UMLGraphicsView.__printDiagram" id="UMLGraphicsView.__printDiagram" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__printDiagram" />
+      <keyword name="UMLGraphicsView.__printPreviewDiagram" id="UMLGraphicsView.__printPreviewDiagram" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__printPreviewDiagram" />
+      <keyword name="UMLGraphicsView.__relayout" id="UMLGraphicsView.__relayout" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__relayout" />
+      <keyword name="UMLGraphicsView.__saveImage" id="UMLGraphicsView.__saveImage" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__saveImage" />
+      <keyword name="UMLGraphicsView.__sceneChanged" id="UMLGraphicsView.__sceneChanged" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__sceneChanged" />
+      <keyword name="UMLGraphicsView.__setSize" id="UMLGraphicsView.__setSize" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__setSize" />
+      <keyword name="UMLGraphicsView.__zoom" id="UMLGraphicsView.__zoom" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__zoom" />
+      <keyword name="UMLGraphicsView.filteredItems" id="UMLGraphicsView.filteredItems" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.filteredItems" />
+      <keyword name="UMLGraphicsView.initToolBar" id="UMLGraphicsView.initToolBar" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.initToolBar" />
+      <keyword name="UMLGraphicsView.selectItem" id="UMLGraphicsView.selectItem" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.selectItem" />
+      <keyword name="UMLGraphicsView.selectItems" id="UMLGraphicsView.selectItems" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.selectItems" />
+      <keyword name="UMLGraphicsView.setDiagramName" id="UMLGraphicsView.setDiagramName" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.setDiagramName" />
+      <keyword name="E5Network (Package)" id="E5Network (Package)" ref="index-eric5.E5Network.html" />
+      <keyword name="E5NetworkHeaderDetailsDialog (Module)" id="E5NetworkHeaderDetailsDialog (Module)" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html" />
+      <keyword name="E5NetworkHeaderDetailsDialog" id="E5NetworkHeaderDetailsDialog" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html#E5NetworkHeaderDetailsDialog" />
+      <keyword name="E5NetworkHeaderDetailsDialog (Constructor)" id="E5NetworkHeaderDetailsDialog (Constructor)" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html#E5NetworkHeaderDetailsDialog.__init__" />
+      <keyword name="E5NetworkHeaderDetailsDialog.setData" id="E5NetworkHeaderDetailsDialog.setData" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html#E5NetworkHeaderDetailsDialog.setData" />
+      <keyword name="E5NetworkProxyFactory (Module)" id="E5NetworkProxyFactory (Module)" ref="eric5.E5Network.E5NetworkProxyFactory.html" />
+      <keyword name="E5NetworkProxyFactory" id="E5NetworkProxyFactory" ref="eric5.E5Network.E5NetworkProxyFactory.html#E5NetworkProxyFactory" />
+      <keyword name="proxyAuthenticationRequired" id="proxyAuthenticationRequired" ref="eric5.E5Network.E5NetworkProxyFactory.html#proxyAuthenticationRequired" />
+      <keyword name="schemeFromProxyType" id="schemeFromProxyType" ref="eric5.E5Network.E5NetworkProxyFactory.html#schemeFromProxyType" />
+      <keyword name="E5NetworkProxyFactory (Constructor)" id="E5NetworkProxyFactory (Constructor)" ref="eric5.E5Network.E5NetworkProxyFactory.html#E5NetworkProxyFactory.__init__" />
+      <keyword name="E5NetworkProxyFactory.queryProxy" id="E5NetworkProxyFactory.queryProxy" ref="eric5.E5Network.E5NetworkProxyFactory.html#E5NetworkProxyFactory.queryProxy" />
+      <keyword name="E5NetworkMonitor (Module)" id="E5NetworkMonitor (Module)" ref="eric5.E5Network.E5NetworkMonitor.html" />
+      <keyword name="E5NetworkMonitor" id="E5NetworkMonitor" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor" />
+      <keyword name="E5NetworkRequest" id="E5NetworkRequest" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkRequest" />
+      <keyword name="E5RequestModel" id="E5RequestModel" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel" />
+      <keyword name="E5NetworkMonitor (Constructor)" id="E5NetworkMonitor (Constructor)" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.__init__" />
+      <keyword name="E5NetworkMonitor.__currentChanged" id="E5NetworkMonitor.__currentChanged" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.__currentChanged" />
+      <keyword name="E5NetworkMonitor.__showHeaderDetails" id="E5NetworkMonitor.__showHeaderDetails" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.__showHeaderDetails" />
+      <keyword name="E5NetworkMonitor.closeEvent" id="E5NetworkMonitor.closeEvent" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.closeEvent" />
+      <keyword name="E5NetworkMonitor.closeMonitor" id="E5NetworkMonitor.closeMonitor" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.closeMonitor" />
+      <keyword name="E5NetworkMonitor.instance" id="E5NetworkMonitor.instance" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.instance" />
+      <keyword name="E5NetworkMonitor.reject" id="E5NetworkMonitor.reject" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.reject" />
+      <keyword name="E5NetworkRequest (Constructor)" id="E5NetworkRequest (Constructor)" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkRequest.__init__" />
+      <keyword name="E5RequestModel (Constructor)" id="E5RequestModel (Constructor)" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__init__" />
+      <keyword name="E5RequestModel.__addReply" id="E5RequestModel.__addReply" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__addReply" />
+      <keyword name="E5RequestModel.__addRequest" id="E5RequestModel.__addRequest" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__addRequest" />
+      <keyword name="E5RequestModel.__requestCreated" id="E5RequestModel.__requestCreated" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__requestCreated" />
+      <keyword name="E5RequestModel.columnCount" id="E5RequestModel.columnCount" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.columnCount" />
+      <keyword name="E5RequestModel.data" id="E5RequestModel.data" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.data" />
+      <keyword name="E5RequestModel.headerData" id="E5RequestModel.headerData" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.headerData" />
+      <keyword name="E5RequestModel.removeRows" id="E5RequestModel.removeRows" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.removeRows" />
+      <keyword name="E5RequestModel.rowCount" id="E5RequestModel.rowCount" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.rowCount" />
       <keyword name="Debugger (Package)" id="Debugger (Package)" ref="index-eric5.Debugger.html" />
-      <keyword name="BreakPointModel (Module)" id="BreakPointModel (Module)" ref="eric5.Debugger.BreakPointModel.html" />
-      <keyword name="BreakPointModel" id="BreakPointModel" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel" />
-      <keyword name="BreakPointModel (Constructor)" id="BreakPointModel (Constructor)" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.__init__" />
-      <keyword name="BreakPointModel.addBreakPoint" id="BreakPointModel.addBreakPoint" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.addBreakPoint" />
-      <keyword name="BreakPointModel.columnCount" id="BreakPointModel.columnCount" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.columnCount" />
-      <keyword name="BreakPointModel.data" id="BreakPointModel.data" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.data" />
-      <keyword name="BreakPointModel.deleteAll" id="BreakPointModel.deleteAll" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.deleteAll" />
-      <keyword name="BreakPointModel.deleteBreakPointByIndex" id="BreakPointModel.deleteBreakPointByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.deleteBreakPointByIndex" />
-      <keyword name="BreakPointModel.deleteBreakPoints" id="BreakPointModel.deleteBreakPoints" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.deleteBreakPoints" />
-      <keyword name="BreakPointModel.flags" id="BreakPointModel.flags" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.flags" />
-      <keyword name="BreakPointModel.getBreakPointByIndex" id="BreakPointModel.getBreakPointByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.getBreakPointByIndex" />
-      <keyword name="BreakPointModel.getBreakPointIndex" id="BreakPointModel.getBreakPointIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.getBreakPointIndex" />
-      <keyword name="BreakPointModel.hasChildren" id="BreakPointModel.hasChildren" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.hasChildren" />
-      <keyword name="BreakPointModel.headerData" id="BreakPointModel.headerData" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.headerData" />
-      <keyword name="BreakPointModel.index" id="BreakPointModel.index" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.index" />
-      <keyword name="BreakPointModel.isBreakPointTemporaryByIndex" id="BreakPointModel.isBreakPointTemporaryByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.isBreakPointTemporaryByIndex" />
-      <keyword name="BreakPointModel.parent" id="BreakPointModel.parent" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.parent" />
-      <keyword name="BreakPointModel.rowCount" id="BreakPointModel.rowCount" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.rowCount" />
-      <keyword name="BreakPointModel.setBreakPointByIndex" id="BreakPointModel.setBreakPointByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.setBreakPointByIndex" />
-      <keyword name="BreakPointModel.setBreakPointEnabledByIndex" id="BreakPointModel.setBreakPointEnabledByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.setBreakPointEnabledByIndex" />
-      <keyword name="BreakPointViewer (Module)" id="BreakPointViewer (Module)" ref="eric5.Debugger.BreakPointViewer.html" />
-      <keyword name="BreakPointViewer" id="BreakPointViewer" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer" />
-      <keyword name="BreakPointViewer (Constructor)" id="BreakPointViewer (Constructor)" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__init__" />
-      <keyword name="BreakPointViewer.__addBreak" id="BreakPointViewer.__addBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__addBreak" />
-      <keyword name="BreakPointViewer.__clearSelection" id="BreakPointViewer.__clearSelection" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__clearSelection" />
-      <keyword name="BreakPointViewer.__configure" id="BreakPointViewer.__configure" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__configure" />
-      <keyword name="BreakPointViewer.__createPopupMenus" id="BreakPointViewer.__createPopupMenus" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__createPopupMenus" />
-      <keyword name="BreakPointViewer.__deleteAllBreaks" id="BreakPointViewer.__deleteAllBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__deleteAllBreaks" />
-      <keyword name="BreakPointViewer.__deleteBreak" id="BreakPointViewer.__deleteBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__deleteBreak" />
-      <keyword name="BreakPointViewer.__deleteSelectedBreaks" id="BreakPointViewer.__deleteSelectedBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__deleteSelectedBreaks" />
-      <keyword name="BreakPointViewer.__disableAllBreaks" id="BreakPointViewer.__disableAllBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__disableAllBreaks" />
-      <keyword name="BreakPointViewer.__disableBreak" id="BreakPointViewer.__disableBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__disableBreak" />
-      <keyword name="BreakPointViewer.__disableSelectedBreaks" id="BreakPointViewer.__disableSelectedBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__disableSelectedBreaks" />
-      <keyword name="BreakPointViewer.__doubleClicked" id="BreakPointViewer.__doubleClicked" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__doubleClicked" />
-      <keyword name="BreakPointViewer.__editBreak" id="BreakPointViewer.__editBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__editBreak" />
-      <keyword name="BreakPointViewer.__editBreakpoint" id="BreakPointViewer.__editBreakpoint" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__editBreakpoint" />
-      <keyword name="BreakPointViewer.__enableAllBreaks" id="BreakPointViewer.__enableAllBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__enableAllBreaks" />
-      <keyword name="BreakPointViewer.__enableBreak" id="BreakPointViewer.__enableBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__enableBreak" />
-      <keyword name="BreakPointViewer.__enableSelectedBreaks" id="BreakPointViewer.__enableSelectedBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__enableSelectedBreaks" />
-      <keyword name="BreakPointViewer.__fromSourceIndex" id="BreakPointViewer.__fromSourceIndex" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__fromSourceIndex" />
-      <keyword name="BreakPointViewer.__getSelectedItemsCount" id="BreakPointViewer.__getSelectedItemsCount" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__getSelectedItemsCount" />
-      <keyword name="BreakPointViewer.__layoutDisplay" id="BreakPointViewer.__layoutDisplay" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__layoutDisplay" />
-      <keyword name="BreakPointViewer.__resizeColumns" id="BreakPointViewer.__resizeColumns" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__resizeColumns" />
-      <keyword name="BreakPointViewer.__resort" id="BreakPointViewer.__resort" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__resort" />
-      <keyword name="BreakPointViewer.__setBpEnabled" id="BreakPointViewer.__setBpEnabled" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__setBpEnabled" />
-      <keyword name="BreakPointViewer.__setRowSelected" id="BreakPointViewer.__setRowSelected" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__setRowSelected" />
-      <keyword name="BreakPointViewer.__showBackMenu" id="BreakPointViewer.__showBackMenu" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__showBackMenu" />
-      <keyword name="BreakPointViewer.__showContextMenu" id="BreakPointViewer.__showContextMenu" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__showContextMenu" />
-      <keyword name="BreakPointViewer.__showSource" id="BreakPointViewer.__showSource" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__showSource" />
-      <keyword name="BreakPointViewer.__toSourceIndex" id="BreakPointViewer.__toSourceIndex" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__toSourceIndex" />
-      <keyword name="BreakPointViewer.handleResetUI" id="BreakPointViewer.handleResetUI" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.handleResetUI" />
-      <keyword name="BreakPointViewer.highlightBreakpoint" id="BreakPointViewer.highlightBreakpoint" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.highlightBreakpoint" />
-      <keyword name="BreakPointViewer.setModel" id="BreakPointViewer.setModel" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.setModel" />
-      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Debugger.Config.html" />
-      <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.Debugger.DebugClientCapabilities.html" />
+      <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.Debugger.DebugProtocol.html" />
+      <keyword name="DebugUI (Module)" id="DebugUI (Module)" ref="eric5.Debugger.DebugUI.html" />
+      <keyword name="DebugUI" id="DebugUI" ref="eric5.Debugger.DebugUI.html#DebugUI" />
+      <keyword name="DebugUI (Constructor)" id="DebugUI (Constructor)" ref="eric5.Debugger.DebugUI.html#DebugUI.__init__" />
+      <keyword name="DebugUI.__breakpointSelected" id="DebugUI.__breakpointSelected" ref="eric5.Debugger.DebugUI.html#DebugUI.__breakpointSelected" />
+      <keyword name="DebugUI.__checkActions" id="DebugUI.__checkActions" ref="eric5.Debugger.DebugUI.html#DebugUI.__checkActions" />
+      <keyword name="DebugUI.__clearBreakpoints" id="DebugUI.__clearBreakpoints" ref="eric5.Debugger.DebugUI.html#DebugUI.__clearBreakpoints" />
+      <keyword name="DebugUI.__clientBreakConditionError" id="DebugUI.__clientBreakConditionError" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientBreakConditionError" />
+      <keyword name="DebugUI.__clientException" id="DebugUI.__clientException" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientException" />
+      <keyword name="DebugUI.__clientExit" id="DebugUI.__clientExit" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientExit" />
+      <keyword name="DebugUI.__clientGone" id="DebugUI.__clientGone" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientGone" />
+      <keyword name="DebugUI.__clientLine" id="DebugUI.__clientLine" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientLine" />
+      <keyword name="DebugUI.__clientSyntaxError" id="DebugUI.__clientSyntaxError" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientSyntaxError" />
+      <keyword name="DebugUI.__clientThreadSet" id="DebugUI.__clientThreadSet" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientThreadSet" />
+      <keyword name="DebugUI.__clientVariable" id="DebugUI.__clientVariable" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientVariable" />
+      <keyword name="DebugUI.__clientVariables" id="DebugUI.__clientVariables" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientVariables" />
+      <keyword name="DebugUI.__clientWatchConditionError" id="DebugUI.__clientWatchConditionError" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientWatchConditionError" />
+      <keyword name="DebugUI.__compileChangedProjectFiles" id="DebugUI.__compileChangedProjectFiles" ref="eric5.Debugger.DebugUI.html#DebugUI.__compileChangedProjectFiles" />
+      <keyword name="DebugUI.__configureExceptionsFilter" id="DebugUI.__configureExceptionsFilter" ref="eric5.Debugger.DebugUI.html#DebugUI.__configureExceptionsFilter" />
+      <keyword name="DebugUI.__configureIgnoredExceptions" id="DebugUI.__configureIgnoredExceptions" ref="eric5.Debugger.DebugUI.html#DebugUI.__configureIgnoredExceptions" />
+      <keyword name="DebugUI.__configureVariablesFilters" id="DebugUI.__configureVariablesFilters" ref="eric5.Debugger.DebugUI.html#DebugUI.__configureVariablesFilters" />
+      <keyword name="DebugUI.__continue" id="DebugUI.__continue" ref="eric5.Debugger.DebugUI.html#DebugUI.__continue" />
+      <keyword name="DebugUI.__coverageProject" id="DebugUI.__coverageProject" ref="eric5.Debugger.DebugUI.html#DebugUI.__coverageProject" />
+      <keyword name="DebugUI.__coverageScript" id="DebugUI.__coverageScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__coverageScript" />
+      <keyword name="DebugUI.__cursorChanged" id="DebugUI.__cursorChanged" ref="eric5.Debugger.DebugUI.html#DebugUI.__cursorChanged" />
+      <keyword name="DebugUI.__debugProject" id="DebugUI.__debugProject" ref="eric5.Debugger.DebugUI.html#DebugUI.__debugProject" />
+      <keyword name="DebugUI.__debugScript" id="DebugUI.__debugScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__debugScript" />
+      <keyword name="DebugUI.__doCoverage" id="DebugUI.__doCoverage" ref="eric5.Debugger.DebugUI.html#DebugUI.__doCoverage" />
+      <keyword name="DebugUI.__doDebug" id="DebugUI.__doDebug" ref="eric5.Debugger.DebugUI.html#DebugUI.__doDebug" />
+      <keyword name="DebugUI.__doProfile" id="DebugUI.__doProfile" ref="eric5.Debugger.DebugUI.html#DebugUI.__doProfile" />
+      <keyword name="DebugUI.__doRestart" id="DebugUI.__doRestart" ref="eric5.Debugger.DebugUI.html#DebugUI.__doRestart" />
+      <keyword name="DebugUI.__doRun" id="DebugUI.__doRun" ref="eric5.Debugger.DebugUI.html#DebugUI.__doRun" />
+      <keyword name="DebugUI.__editBreakpoint" id="DebugUI.__editBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__editBreakpoint" />
+      <keyword name="DebugUI.__editorOpened" id="DebugUI.__editorOpened" ref="eric5.Debugger.DebugUI.html#DebugUI.__editorOpened" />
+      <keyword name="DebugUI.__enterRemote" id="DebugUI.__enterRemote" ref="eric5.Debugger.DebugUI.html#DebugUI.__enterRemote" />
+      <keyword name="DebugUI.__eval" id="DebugUI.__eval" ref="eric5.Debugger.DebugUI.html#DebugUI.__eval" />
+      <keyword name="DebugUI.__exec" id="DebugUI.__exec" ref="eric5.Debugger.DebugUI.html#DebugUI.__exec" />
+      <keyword name="DebugUI.__getClientVariables" id="DebugUI.__getClientVariables" ref="eric5.Debugger.DebugUI.html#DebugUI.__getClientVariables" />
+      <keyword name="DebugUI.__getThreadList" id="DebugUI.__getThreadList" ref="eric5.Debugger.DebugUI.html#DebugUI.__getThreadList" />
+      <keyword name="DebugUI.__lastEditorClosed" id="DebugUI.__lastEditorClosed" ref="eric5.Debugger.DebugUI.html#DebugUI.__lastEditorClosed" />
+      <keyword name="DebugUI.__nextBreakpoint" id="DebugUI.__nextBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__nextBreakpoint" />
+      <keyword name="DebugUI.__passiveDebugStarted" id="DebugUI.__passiveDebugStarted" ref="eric5.Debugger.DebugUI.html#DebugUI.__passiveDebugStarted" />
+      <keyword name="DebugUI.__previousBreakpoint" id="DebugUI.__previousBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__previousBreakpoint" />
+      <keyword name="DebugUI.__profileProject" id="DebugUI.__profileProject" ref="eric5.Debugger.DebugUI.html#DebugUI.__profileProject" />
+      <keyword name="DebugUI.__profileScript" id="DebugUI.__profileScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__profileScript" />
+      <keyword name="DebugUI.__projectClosed" id="DebugUI.__projectClosed" ref="eric5.Debugger.DebugUI.html#DebugUI.__projectClosed" />
+      <keyword name="DebugUI.__projectOpened" id="DebugUI.__projectOpened" ref="eric5.Debugger.DebugUI.html#DebugUI.__projectOpened" />
+      <keyword name="DebugUI.__projectSessionLoaded" id="DebugUI.__projectSessionLoaded" ref="eric5.Debugger.DebugUI.html#DebugUI.__projectSessionLoaded" />
+      <keyword name="DebugUI.__resetUI" id="DebugUI.__resetUI" ref="eric5.Debugger.DebugUI.html#DebugUI.__resetUI" />
+      <keyword name="DebugUI.__runProject" id="DebugUI.__runProject" ref="eric5.Debugger.DebugUI.html#DebugUI.__runProject" />
+      <keyword name="DebugUI.__runScript" id="DebugUI.__runScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__runScript" />
+      <keyword name="DebugUI.__runToCursor" id="DebugUI.__runToCursor" ref="eric5.Debugger.DebugUI.html#DebugUI.__runToCursor" />
+      <keyword name="DebugUI.__showBreakpointsMenu" id="DebugUI.__showBreakpointsMenu" ref="eric5.Debugger.DebugUI.html#DebugUI.__showBreakpointsMenu" />
+      <keyword name="DebugUI.__showDebugMenu" id="DebugUI.__showDebugMenu" ref="eric5.Debugger.DebugUI.html#DebugUI.__showDebugMenu" />
+      <keyword name="DebugUI.__specialContinue" id="DebugUI.__specialContinue" ref="eric5.Debugger.DebugUI.html#DebugUI.__specialContinue" />
+      <keyword name="DebugUI.__step" id="DebugUI.__step" ref="eric5.Debugger.DebugUI.html#DebugUI.__step" />
+      <keyword name="DebugUI.__stepOut" id="DebugUI.__stepOut" ref="eric5.Debugger.DebugUI.html#DebugUI.__stepOut" />
+      <keyword name="DebugUI.__stepOver" id="DebugUI.__stepOver" ref="eric5.Debugger.DebugUI.html#DebugUI.__stepOver" />
+      <keyword name="DebugUI.__stepQuit" id="DebugUI.__stepQuit" ref="eric5.Debugger.DebugUI.html#DebugUI.__stepQuit" />
+      <keyword name="DebugUI.__stopScript" id="DebugUI.__stopScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__stopScript" />
+      <keyword name="DebugUI.__toggleBreakpoint" id="DebugUI.__toggleBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__toggleBreakpoint" />
+      <keyword name="DebugUI.getActions" id="DebugUI.getActions" ref="eric5.Debugger.DebugUI.html#DebugUI.getActions" />
+      <keyword name="DebugUI.initActions" id="DebugUI.initActions" ref="eric5.Debugger.DebugUI.html#DebugUI.initActions" />
+      <keyword name="DebugUI.initMenus" id="DebugUI.initMenus" ref="eric5.Debugger.DebugUI.html#DebugUI.initMenus" />
+      <keyword name="DebugUI.initToolbars" id="DebugUI.initToolbars" ref="eric5.Debugger.DebugUI.html#DebugUI.initToolbars" />
+      <keyword name="DebugUI.setArgvHistory" id="DebugUI.setArgvHistory" ref="eric5.Debugger.DebugUI.html#DebugUI.setArgvHistory" />
+      <keyword name="DebugUI.setAutoClearShell" id="DebugUI.setAutoClearShell" ref="eric5.Debugger.DebugUI.html#DebugUI.setAutoClearShell" />
+      <keyword name="DebugUI.setAutoContinue" id="DebugUI.setAutoContinue" ref="eric5.Debugger.DebugUI.html#DebugUI.setAutoContinue" />
+      <keyword name="DebugUI.setEnvHistory" id="DebugUI.setEnvHistory" ref="eric5.Debugger.DebugUI.html#DebugUI.setEnvHistory" />
+      <keyword name="DebugUI.setExcIgnoreList" id="DebugUI.setExcIgnoreList" ref="eric5.Debugger.DebugUI.html#DebugUI.setExcIgnoreList" />
+      <keyword name="DebugUI.setExcList" id="DebugUI.setExcList" ref="eric5.Debugger.DebugUI.html#DebugUI.setExcList" />
+      <keyword name="DebugUI.setExceptionReporting" id="DebugUI.setExceptionReporting" ref="eric5.Debugger.DebugUI.html#DebugUI.setExceptionReporting" />
+      <keyword name="DebugUI.setTracePython" id="DebugUI.setTracePython" ref="eric5.Debugger.DebugUI.html#DebugUI.setTracePython" />
+      <keyword name="DebugUI.setWdHistory" id="DebugUI.setWdHistory" ref="eric5.Debugger.DebugUI.html#DebugUI.setWdHistory" />
+      <keyword name="DebugUI.shutdown" id="DebugUI.shutdown" ref="eric5.Debugger.DebugUI.html#DebugUI.shutdown" />
+      <keyword name="DebugUI.shutdownServer" id="DebugUI.shutdownServer" ref="eric5.Debugger.DebugUI.html#DebugUI.shutdownServer" />
+      <keyword name="DebugUI.variablesFilter" id="DebugUI.variablesFilter" ref="eric5.Debugger.DebugUI.html#DebugUI.variablesFilter" />
       <keyword name="DebuggerInterfaceNone (Module)" id="DebuggerInterfaceNone (Module)" ref="eric5.Debugger.DebuggerInterfaceNone.html" />
       <keyword name="DebuggerInterfaceNone" id="DebuggerInterfaceNone" ref="eric5.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone" />
       <keyword name="getRegistryData" id="getRegistryData" ref="eric5.Debugger.DebuggerInterfaceNone.html#getRegistryData" />
@@ -1110,6 +1951,116 @@
       <keyword name="DebuggerInterfaceNone.shutdown" id="DebuggerInterfaceNone.shutdown" ref="eric5.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.shutdown" />
       <keyword name="DebuggerInterfaceNone.startRemote" id="DebuggerInterfaceNone.startRemote" ref="eric5.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.startRemote" />
       <keyword name="DebuggerInterfaceNone.startRemoteForProject" id="DebuggerInterfaceNone.startRemoteForProject" ref="eric5.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.startRemoteForProject" />
+      <keyword name="WatchPointViewer (Module)" id="WatchPointViewer (Module)" ref="eric5.Debugger.WatchPointViewer.html" />
+      <keyword name="WatchPointViewer" id="WatchPointViewer" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer" />
+      <keyword name="WatchPointViewer (Constructor)" id="WatchPointViewer (Constructor)" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__init__" />
+      <keyword name="WatchPointViewer.__addWatchPoint" id="WatchPointViewer.__addWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__addWatchPoint" />
+      <keyword name="WatchPointViewer.__clearSelection" id="WatchPointViewer.__clearSelection" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__clearSelection" />
+      <keyword name="WatchPointViewer.__configure" id="WatchPointViewer.__configure" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__configure" />
+      <keyword name="WatchPointViewer.__createPopupMenus" id="WatchPointViewer.__createPopupMenus" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__createPopupMenus" />
+      <keyword name="WatchPointViewer.__deleteAllWatchPoints" id="WatchPointViewer.__deleteAllWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__deleteAllWatchPoints" />
+      <keyword name="WatchPointViewer.__deleteSelectedWatchPoints" id="WatchPointViewer.__deleteSelectedWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__deleteSelectedWatchPoints" />
+      <keyword name="WatchPointViewer.__deleteWatchPoint" id="WatchPointViewer.__deleteWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__deleteWatchPoint" />
+      <keyword name="WatchPointViewer.__disableAllWatchPoints" id="WatchPointViewer.__disableAllWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__disableAllWatchPoints" />
+      <keyword name="WatchPointViewer.__disableSelectedWatchPoints" id="WatchPointViewer.__disableSelectedWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__disableSelectedWatchPoints" />
+      <keyword name="WatchPointViewer.__disableWatchPoint" id="WatchPointViewer.__disableWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__disableWatchPoint" />
+      <keyword name="WatchPointViewer.__doEditWatchPoint" id="WatchPointViewer.__doEditWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__doEditWatchPoint" />
+      <keyword name="WatchPointViewer.__doubleClicked" id="WatchPointViewer.__doubleClicked" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__doubleClicked" />
+      <keyword name="WatchPointViewer.__editWatchPoint" id="WatchPointViewer.__editWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__editWatchPoint" />
+      <keyword name="WatchPointViewer.__enableAllWatchPoints" id="WatchPointViewer.__enableAllWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__enableAllWatchPoints" />
+      <keyword name="WatchPointViewer.__enableSelectedWatchPoints" id="WatchPointViewer.__enableSelectedWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__enableSelectedWatchPoints" />
+      <keyword name="WatchPointViewer.__enableWatchPoint" id="WatchPointViewer.__enableWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__enableWatchPoint" />
+      <keyword name="WatchPointViewer.__findDuplicates" id="WatchPointViewer.__findDuplicates" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__findDuplicates" />
+      <keyword name="WatchPointViewer.__fromSourceIndex" id="WatchPointViewer.__fromSourceIndex" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__fromSourceIndex" />
+      <keyword name="WatchPointViewer.__getSelectedItemsCount" id="WatchPointViewer.__getSelectedItemsCount" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__getSelectedItemsCount" />
+      <keyword name="WatchPointViewer.__layoutDisplay" id="WatchPointViewer.__layoutDisplay" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__layoutDisplay" />
+      <keyword name="WatchPointViewer.__resizeColumns" id="WatchPointViewer.__resizeColumns" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__resizeColumns" />
+      <keyword name="WatchPointViewer.__resort" id="WatchPointViewer.__resort" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__resort" />
+      <keyword name="WatchPointViewer.__setRowSelected" id="WatchPointViewer.__setRowSelected" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__setRowSelected" />
+      <keyword name="WatchPointViewer.__setWpEnabled" id="WatchPointViewer.__setWpEnabled" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__setWpEnabled" />
+      <keyword name="WatchPointViewer.__showBackMenu" id="WatchPointViewer.__showBackMenu" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__showBackMenu" />
+      <keyword name="WatchPointViewer.__showContextMenu" id="WatchPointViewer.__showContextMenu" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__showContextMenu" />
+      <keyword name="WatchPointViewer.__toSourceIndex" id="WatchPointViewer.__toSourceIndex" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__toSourceIndex" />
+      <keyword name="WatchPointViewer.setModel" id="WatchPointViewer.setModel" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.setModel" />
+      <keyword name="StartDialog (Module)" id="StartDialog (Module)" ref="eric5.Debugger.StartDialog.html" />
+      <keyword name="StartDialog" id="StartDialog" ref="eric5.Debugger.StartDialog.html#StartDialog" />
+      <keyword name="StartDialog (Constructor)" id="StartDialog (Constructor)" ref="eric5.Debugger.StartDialog.html#StartDialog.__init__" />
+      <keyword name="StartDialog.__clearHistories" id="StartDialog.__clearHistories" ref="eric5.Debugger.StartDialog.html#StartDialog.__clearHistories" />
+      <keyword name="StartDialog.getCoverageData" id="StartDialog.getCoverageData" ref="eric5.Debugger.StartDialog.html#StartDialog.getCoverageData" />
+      <keyword name="StartDialog.getData" id="StartDialog.getData" ref="eric5.Debugger.StartDialog.html#StartDialog.getData" />
+      <keyword name="StartDialog.getDebugData" id="StartDialog.getDebugData" ref="eric5.Debugger.StartDialog.html#StartDialog.getDebugData" />
+      <keyword name="StartDialog.getProfilingData" id="StartDialog.getProfilingData" ref="eric5.Debugger.StartDialog.html#StartDialog.getProfilingData" />
+      <keyword name="StartDialog.getRunData" id="StartDialog.getRunData" ref="eric5.Debugger.StartDialog.html#StartDialog.getRunData" />
+      <keyword name="StartDialog.on_buttonBox_clicked" id="StartDialog.on_buttonBox_clicked" ref="eric5.Debugger.StartDialog.html#StartDialog.on_buttonBox_clicked" />
+      <keyword name="StartDialog.on_dirButton_clicked" id="StartDialog.on_dirButton_clicked" ref="eric5.Debugger.StartDialog.html#StartDialog.on_dirButton_clicked" />
+      <keyword name="StartDialog.on_modFuncCombo_editTextChanged" id="StartDialog.on_modFuncCombo_editTextChanged" ref="eric5.Debugger.StartDialog.html#StartDialog.on_modFuncCombo_editTextChanged" />
+      <keyword name="DebuggerInterfacePython3 (Module)" id="DebuggerInterfacePython3 (Module)" ref="eric5.Debugger.DebuggerInterfacePython3.html" />
+      <keyword name="DebuggerInterfacePython3" id="DebuggerInterfacePython3" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3" />
+      <keyword name="getRegistryData" id="getRegistryData" ref="eric5.Debugger.DebuggerInterfacePython3.html#getRegistryData" />
+      <keyword name="DebuggerInterfacePython3 (Constructor)" id="DebuggerInterfacePython3 (Constructor)" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.__init__" />
+      <keyword name="DebuggerInterfacePython3.__askForkTo" id="DebuggerInterfacePython3.__askForkTo" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.__askForkTo" />
+      <keyword name="DebuggerInterfacePython3.__identityTranslation" id="DebuggerInterfacePython3.__identityTranslation" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.__identityTranslation" />
+      <keyword name="DebuggerInterfacePython3.__parseClientLine" id="DebuggerInterfacePython3.__parseClientLine" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.__parseClientLine" />
+      <keyword name="DebuggerInterfacePython3.__remoteTranslation" id="DebuggerInterfacePython3.__remoteTranslation" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.__remoteTranslation" />
+      <keyword name="DebuggerInterfacePython3.__sendCommand" id="DebuggerInterfacePython3.__sendCommand" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.__sendCommand" />
+      <keyword name="DebuggerInterfacePython3.__startProcess" id="DebuggerInterfacePython3.__startProcess" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.__startProcess" />
+      <keyword name="DebuggerInterfacePython3.flush" id="DebuggerInterfacePython3.flush" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.flush" />
+      <keyword name="DebuggerInterfacePython3.getClientCapabilities" id="DebuggerInterfacePython3.getClientCapabilities" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.getClientCapabilities" />
+      <keyword name="DebuggerInterfacePython3.isConnected" id="DebuggerInterfacePython3.isConnected" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.isConnected" />
+      <keyword name="DebuggerInterfacePython3.newConnection" id="DebuggerInterfacePython3.newConnection" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.newConnection" />
+      <keyword name="DebuggerInterfacePython3.remoteBanner" id="DebuggerInterfacePython3.remoteBanner" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteBanner" />
+      <keyword name="DebuggerInterfacePython3.remoteBreakpoint" id="DebuggerInterfacePython3.remoteBreakpoint" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteBreakpoint" />
+      <keyword name="DebuggerInterfacePython3.remoteBreakpointEnable" id="DebuggerInterfacePython3.remoteBreakpointEnable" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteBreakpointEnable" />
+      <keyword name="DebuggerInterfacePython3.remoteBreakpointIgnore" id="DebuggerInterfacePython3.remoteBreakpointIgnore" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteBreakpointIgnore" />
+      <keyword name="DebuggerInterfacePython3.remoteCapabilities" id="DebuggerInterfacePython3.remoteCapabilities" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteCapabilities" />
+      <keyword name="DebuggerInterfacePython3.remoteClientSetFilter" id="DebuggerInterfacePython3.remoteClientSetFilter" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteClientSetFilter" />
+      <keyword name="DebuggerInterfacePython3.remoteClientVariable" id="DebuggerInterfacePython3.remoteClientVariable" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteClientVariable" />
+      <keyword name="DebuggerInterfacePython3.remoteClientVariables" id="DebuggerInterfacePython3.remoteClientVariables" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteClientVariables" />
+      <keyword name="DebuggerInterfacePython3.remoteCompletion" id="DebuggerInterfacePython3.remoteCompletion" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteCompletion" />
+      <keyword name="DebuggerInterfacePython3.remoteContinue" id="DebuggerInterfacePython3.remoteContinue" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteContinue" />
+      <keyword name="DebuggerInterfacePython3.remoteCoverage" id="DebuggerInterfacePython3.remoteCoverage" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteCoverage" />
+      <keyword name="DebuggerInterfacePython3.remoteEnvironment" id="DebuggerInterfacePython3.remoteEnvironment" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteEnvironment" />
+      <keyword name="DebuggerInterfacePython3.remoteEval" id="DebuggerInterfacePython3.remoteEval" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteEval" />
+      <keyword name="DebuggerInterfacePython3.remoteExec" id="DebuggerInterfacePython3.remoteExec" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteExec" />
+      <keyword name="DebuggerInterfacePython3.remoteLoad" id="DebuggerInterfacePython3.remoteLoad" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteLoad" />
+      <keyword name="DebuggerInterfacePython3.remoteProfile" id="DebuggerInterfacePython3.remoteProfile" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteProfile" />
+      <keyword name="DebuggerInterfacePython3.remoteRawInput" id="DebuggerInterfacePython3.remoteRawInput" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteRawInput" />
+      <keyword name="DebuggerInterfacePython3.remoteRun" id="DebuggerInterfacePython3.remoteRun" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteRun" />
+      <keyword name="DebuggerInterfacePython3.remoteSetThread" id="DebuggerInterfacePython3.remoteSetThread" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteSetThread" />
+      <keyword name="DebuggerInterfacePython3.remoteStatement" id="DebuggerInterfacePython3.remoteStatement" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteStatement" />
+      <keyword name="DebuggerInterfacePython3.remoteStep" id="DebuggerInterfacePython3.remoteStep" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteStep" />
+      <keyword name="DebuggerInterfacePython3.remoteStepOut" id="DebuggerInterfacePython3.remoteStepOut" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteStepOut" />
+      <keyword name="DebuggerInterfacePython3.remoteStepOver" id="DebuggerInterfacePython3.remoteStepOver" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteStepOver" />
+      <keyword name="DebuggerInterfacePython3.remoteStepQuit" id="DebuggerInterfacePython3.remoteStepQuit" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteStepQuit" />
+      <keyword name="DebuggerInterfacePython3.remoteThreadList" id="DebuggerInterfacePython3.remoteThreadList" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteThreadList" />
+      <keyword name="DebuggerInterfacePython3.remoteUTPrepare" id="DebuggerInterfacePython3.remoteUTPrepare" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteUTPrepare" />
+      <keyword name="DebuggerInterfacePython3.remoteUTRun" id="DebuggerInterfacePython3.remoteUTRun" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteUTRun" />
+      <keyword name="DebuggerInterfacePython3.remoteUTStop" id="DebuggerInterfacePython3.remoteUTStop" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteUTStop" />
+      <keyword name="DebuggerInterfacePython3.remoteWatchpoint" id="DebuggerInterfacePython3.remoteWatchpoint" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteWatchpoint" />
+      <keyword name="DebuggerInterfacePython3.remoteWatchpointEnable" id="DebuggerInterfacePython3.remoteWatchpointEnable" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteWatchpointEnable" />
+      <keyword name="DebuggerInterfacePython3.remoteWatchpointIgnore" id="DebuggerInterfacePython3.remoteWatchpointIgnore" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteWatchpointIgnore" />
+      <keyword name="DebuggerInterfacePython3.shutdown" id="DebuggerInterfacePython3.shutdown" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.shutdown" />
+      <keyword name="DebuggerInterfacePython3.startRemote" id="DebuggerInterfacePython3.startRemote" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.startRemote" />
+      <keyword name="DebuggerInterfacePython3.startRemoteForProject" id="DebuggerInterfacePython3.startRemoteForProject" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.startRemoteForProject" />
+      <keyword name="WatchPointModel (Module)" id="WatchPointModel (Module)" ref="eric5.Debugger.WatchPointModel.html" />
+      <keyword name="WatchPointModel" id="WatchPointModel" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel" />
+      <keyword name="WatchPointModel (Constructor)" id="WatchPointModel (Constructor)" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.__init__" />
+      <keyword name="WatchPointModel.addWatchPoint" id="WatchPointModel.addWatchPoint" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.addWatchPoint" />
+      <keyword name="WatchPointModel.columnCount" id="WatchPointModel.columnCount" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.columnCount" />
+      <keyword name="WatchPointModel.data" id="WatchPointModel.data" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.data" />
+      <keyword name="WatchPointModel.deleteAll" id="WatchPointModel.deleteAll" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.deleteAll" />
+      <keyword name="WatchPointModel.deleteWatchPointByIndex" id="WatchPointModel.deleteWatchPointByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.deleteWatchPointByIndex" />
+      <keyword name="WatchPointModel.deleteWatchPoints" id="WatchPointModel.deleteWatchPoints" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.deleteWatchPoints" />
+      <keyword name="WatchPointModel.flags" id="WatchPointModel.flags" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.flags" />
+      <keyword name="WatchPointModel.getWatchPointByIndex" id="WatchPointModel.getWatchPointByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.getWatchPointByIndex" />
+      <keyword name="WatchPointModel.getWatchPointIndex" id="WatchPointModel.getWatchPointIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.getWatchPointIndex" />
+      <keyword name="WatchPointModel.hasChildren" id="WatchPointModel.hasChildren" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.hasChildren" />
+      <keyword name="WatchPointModel.headerData" id="WatchPointModel.headerData" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.headerData" />
+      <keyword name="WatchPointModel.index" id="WatchPointModel.index" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.index" />
+      <keyword name="WatchPointModel.parent" id="WatchPointModel.parent" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.parent" />
+      <keyword name="WatchPointModel.rowCount" id="WatchPointModel.rowCount" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.rowCount" />
+      <keyword name="WatchPointModel.setWatchPointByIndex" id="WatchPointModel.setWatchPointByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.setWatchPointByIndex" />
+      <keyword name="WatchPointModel.setWatchPointEnabledByIndex" id="WatchPointModel.setWatchPointEnabledByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.setWatchPointEnabledByIndex" />
       <keyword name="DebuggerInterfacePython (Module)" id="DebuggerInterfacePython (Module)" ref="eric5.Debugger.DebuggerInterfacePython.html" />
       <keyword name="DebuggerInterfacePython" id="DebuggerInterfacePython" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython" />
       <keyword name="getRegistryData" id="getRegistryData" ref="eric5.Debugger.DebuggerInterfacePython.html#getRegistryData" />
@@ -1158,102 +2109,6 @@
       <keyword name="DebuggerInterfacePython.shutdown" id="DebuggerInterfacePython.shutdown" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.shutdown" />
       <keyword name="DebuggerInterfacePython.startRemote" id="DebuggerInterfacePython.startRemote" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.startRemote" />
       <keyword name="DebuggerInterfacePython.startRemoteForProject" id="DebuggerInterfacePython.startRemoteForProject" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.startRemoteForProject" />
-      <keyword name="DebuggerInterfacePython3 (Module)" id="DebuggerInterfacePython3 (Module)" ref="eric5.Debugger.DebuggerInterfacePython3.html" />
-      <keyword name="DebuggerInterfacePython3" id="DebuggerInterfacePython3" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3" />
-      <keyword name="getRegistryData" id="getRegistryData" ref="eric5.Debugger.DebuggerInterfacePython3.html#getRegistryData" />
-      <keyword name="DebuggerInterfacePython3 (Constructor)" id="DebuggerInterfacePython3 (Constructor)" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.__init__" />
-      <keyword name="DebuggerInterfacePython3.__askForkTo" id="DebuggerInterfacePython3.__askForkTo" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.__askForkTo" />
-      <keyword name="DebuggerInterfacePython3.__identityTranslation" id="DebuggerInterfacePython3.__identityTranslation" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.__identityTranslation" />
-      <keyword name="DebuggerInterfacePython3.__parseClientLine" id="DebuggerInterfacePython3.__parseClientLine" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.__parseClientLine" />
-      <keyword name="DebuggerInterfacePython3.__remoteTranslation" id="DebuggerInterfacePython3.__remoteTranslation" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.__remoteTranslation" />
-      <keyword name="DebuggerInterfacePython3.__sendCommand" id="DebuggerInterfacePython3.__sendCommand" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.__sendCommand" />
-      <keyword name="DebuggerInterfacePython3.__startProcess" id="DebuggerInterfacePython3.__startProcess" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.__startProcess" />
-      <keyword name="DebuggerInterfacePython3.flush" id="DebuggerInterfacePython3.flush" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.flush" />
-      <keyword name="DebuggerInterfacePython3.getClientCapabilities" id="DebuggerInterfacePython3.getClientCapabilities" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.getClientCapabilities" />
-      <keyword name="DebuggerInterfacePython3.isConnected" id="DebuggerInterfacePython3.isConnected" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.isConnected" />
-      <keyword name="DebuggerInterfacePython3.newConnection" id="DebuggerInterfacePython3.newConnection" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.newConnection" />
-      <keyword name="DebuggerInterfacePython3.remoteBanner" id="DebuggerInterfacePython3.remoteBanner" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteBanner" />
-      <keyword name="DebuggerInterfacePython3.remoteBreakpoint" id="DebuggerInterfacePython3.remoteBreakpoint" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteBreakpoint" />
-      <keyword name="DebuggerInterfacePython3.remoteBreakpointEnable" id="DebuggerInterfacePython3.remoteBreakpointEnable" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteBreakpointEnable" />
-      <keyword name="DebuggerInterfacePython3.remoteBreakpointIgnore" id="DebuggerInterfacePython3.remoteBreakpointIgnore" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteBreakpointIgnore" />
-      <keyword name="DebuggerInterfacePython3.remoteCapabilities" id="DebuggerInterfacePython3.remoteCapabilities" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteCapabilities" />
-      <keyword name="DebuggerInterfacePython3.remoteClientSetFilter" id="DebuggerInterfacePython3.remoteClientSetFilter" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteClientSetFilter" />
-      <keyword name="DebuggerInterfacePython3.remoteClientVariable" id="DebuggerInterfacePython3.remoteClientVariable" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteClientVariable" />
-      <keyword name="DebuggerInterfacePython3.remoteClientVariables" id="DebuggerInterfacePython3.remoteClientVariables" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteClientVariables" />
-      <keyword name="DebuggerInterfacePython3.remoteCompletion" id="DebuggerInterfacePython3.remoteCompletion" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteCompletion" />
-      <keyword name="DebuggerInterfacePython3.remoteContinue" id="DebuggerInterfacePython3.remoteContinue" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteContinue" />
-      <keyword name="DebuggerInterfacePython3.remoteCoverage" id="DebuggerInterfacePython3.remoteCoverage" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteCoverage" />
-      <keyword name="DebuggerInterfacePython3.remoteEnvironment" id="DebuggerInterfacePython3.remoteEnvironment" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteEnvironment" />
-      <keyword name="DebuggerInterfacePython3.remoteEval" id="DebuggerInterfacePython3.remoteEval" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteEval" />
-      <keyword name="DebuggerInterfacePython3.remoteExec" id="DebuggerInterfacePython3.remoteExec" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteExec" />
-      <keyword name="DebuggerInterfacePython3.remoteLoad" id="DebuggerInterfacePython3.remoteLoad" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteLoad" />
-      <keyword name="DebuggerInterfacePython3.remoteProfile" id="DebuggerInterfacePython3.remoteProfile" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteProfile" />
-      <keyword name="DebuggerInterfacePython3.remoteRawInput" id="DebuggerInterfacePython3.remoteRawInput" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteRawInput" />
-      <keyword name="DebuggerInterfacePython3.remoteRun" id="DebuggerInterfacePython3.remoteRun" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteRun" />
-      <keyword name="DebuggerInterfacePython3.remoteSetThread" id="DebuggerInterfacePython3.remoteSetThread" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteSetThread" />
-      <keyword name="DebuggerInterfacePython3.remoteStatement" id="DebuggerInterfacePython3.remoteStatement" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteStatement" />
-      <keyword name="DebuggerInterfacePython3.remoteStep" id="DebuggerInterfacePython3.remoteStep" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteStep" />
-      <keyword name="DebuggerInterfacePython3.remoteStepOut" id="DebuggerInterfacePython3.remoteStepOut" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteStepOut" />
-      <keyword name="DebuggerInterfacePython3.remoteStepOver" id="DebuggerInterfacePython3.remoteStepOver" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteStepOver" />
-      <keyword name="DebuggerInterfacePython3.remoteStepQuit" id="DebuggerInterfacePython3.remoteStepQuit" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteStepQuit" />
-      <keyword name="DebuggerInterfacePython3.remoteThreadList" id="DebuggerInterfacePython3.remoteThreadList" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteThreadList" />
-      <keyword name="DebuggerInterfacePython3.remoteUTPrepare" id="DebuggerInterfacePython3.remoteUTPrepare" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteUTPrepare" />
-      <keyword name="DebuggerInterfacePython3.remoteUTRun" id="DebuggerInterfacePython3.remoteUTRun" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteUTRun" />
-      <keyword name="DebuggerInterfacePython3.remoteUTStop" id="DebuggerInterfacePython3.remoteUTStop" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteUTStop" />
-      <keyword name="DebuggerInterfacePython3.remoteWatchpoint" id="DebuggerInterfacePython3.remoteWatchpoint" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteWatchpoint" />
-      <keyword name="DebuggerInterfacePython3.remoteWatchpointEnable" id="DebuggerInterfacePython3.remoteWatchpointEnable" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteWatchpointEnable" />
-      <keyword name="DebuggerInterfacePython3.remoteWatchpointIgnore" id="DebuggerInterfacePython3.remoteWatchpointIgnore" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.remoteWatchpointIgnore" />
-      <keyword name="DebuggerInterfacePython3.shutdown" id="DebuggerInterfacePython3.shutdown" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.shutdown" />
-      <keyword name="DebuggerInterfacePython3.startRemote" id="DebuggerInterfacePython3.startRemote" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.startRemote" />
-      <keyword name="DebuggerInterfacePython3.startRemoteForProject" id="DebuggerInterfacePython3.startRemoteForProject" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.startRemoteForProject" />
-      <keyword name="DebuggerInterfaceRuby (Module)" id="DebuggerInterfaceRuby (Module)" ref="eric5.Debugger.DebuggerInterfaceRuby.html" />
-      <keyword name="DebuggerInterfaceRuby" id="DebuggerInterfaceRuby" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby" />
-      <keyword name="getRegistryData" id="getRegistryData" ref="eric5.Debugger.DebuggerInterfaceRuby.html#getRegistryData" />
-      <keyword name="DebuggerInterfaceRuby (Constructor)" id="DebuggerInterfaceRuby (Constructor)" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__init__" />
-      <keyword name="DebuggerInterfaceRuby.__identityTranslation" id="DebuggerInterfaceRuby.__identityTranslation" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__identityTranslation" />
-      <keyword name="DebuggerInterfaceRuby.__parseClientLine" id="DebuggerInterfaceRuby.__parseClientLine" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__parseClientLine" />
-      <keyword name="DebuggerInterfaceRuby.__remoteTranslation" id="DebuggerInterfaceRuby.__remoteTranslation" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__remoteTranslation" />
-      <keyword name="DebuggerInterfaceRuby.__sendCommand" id="DebuggerInterfaceRuby.__sendCommand" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__sendCommand" />
-      <keyword name="DebuggerInterfaceRuby.__startProcess" id="DebuggerInterfaceRuby.__startProcess" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__startProcess" />
-      <keyword name="DebuggerInterfaceRuby.flush" id="DebuggerInterfaceRuby.flush" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.flush" />
-      <keyword name="DebuggerInterfaceRuby.getClientCapabilities" id="DebuggerInterfaceRuby.getClientCapabilities" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.getClientCapabilities" />
-      <keyword name="DebuggerInterfaceRuby.isConnected" id="DebuggerInterfaceRuby.isConnected" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.isConnected" />
-      <keyword name="DebuggerInterfaceRuby.newConnection" id="DebuggerInterfaceRuby.newConnection" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.newConnection" />
-      <keyword name="DebuggerInterfaceRuby.remoteBanner" id="DebuggerInterfaceRuby.remoteBanner" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBanner" />
-      <keyword name="DebuggerInterfaceRuby.remoteBreakpoint" id="DebuggerInterfaceRuby.remoteBreakpoint" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBreakpoint" />
-      <keyword name="DebuggerInterfaceRuby.remoteBreakpointEnable" id="DebuggerInterfaceRuby.remoteBreakpointEnable" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBreakpointEnable" />
-      <keyword name="DebuggerInterfaceRuby.remoteBreakpointIgnore" id="DebuggerInterfaceRuby.remoteBreakpointIgnore" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBreakpointIgnore" />
-      <keyword name="DebuggerInterfaceRuby.remoteCapabilities" id="DebuggerInterfaceRuby.remoteCapabilities" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteCapabilities" />
-      <keyword name="DebuggerInterfaceRuby.remoteClientSetFilter" id="DebuggerInterfaceRuby.remoteClientSetFilter" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteClientSetFilter" />
-      <keyword name="DebuggerInterfaceRuby.remoteClientVariable" id="DebuggerInterfaceRuby.remoteClientVariable" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteClientVariable" />
-      <keyword name="DebuggerInterfaceRuby.remoteClientVariables" id="DebuggerInterfaceRuby.remoteClientVariables" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteClientVariables" />
-      <keyword name="DebuggerInterfaceRuby.remoteCompletion" id="DebuggerInterfaceRuby.remoteCompletion" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteCompletion" />
-      <keyword name="DebuggerInterfaceRuby.remoteContinue" id="DebuggerInterfaceRuby.remoteContinue" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteContinue" />
-      <keyword name="DebuggerInterfaceRuby.remoteCoverage" id="DebuggerInterfaceRuby.remoteCoverage" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteCoverage" />
-      <keyword name="DebuggerInterfaceRuby.remoteEnvironment" id="DebuggerInterfaceRuby.remoteEnvironment" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteEnvironment" />
-      <keyword name="DebuggerInterfaceRuby.remoteEval" id="DebuggerInterfaceRuby.remoteEval" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteEval" />
-      <keyword name="DebuggerInterfaceRuby.remoteExec" id="DebuggerInterfaceRuby.remoteExec" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteExec" />
-      <keyword name="DebuggerInterfaceRuby.remoteLoad" id="DebuggerInterfaceRuby.remoteLoad" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteLoad" />
-      <keyword name="DebuggerInterfaceRuby.remoteProfile" id="DebuggerInterfaceRuby.remoteProfile" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteProfile" />
-      <keyword name="DebuggerInterfaceRuby.remoteRawInput" id="DebuggerInterfaceRuby.remoteRawInput" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteRawInput" />
-      <keyword name="DebuggerInterfaceRuby.remoteRun" id="DebuggerInterfaceRuby.remoteRun" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteRun" />
-      <keyword name="DebuggerInterfaceRuby.remoteSetThread" id="DebuggerInterfaceRuby.remoteSetThread" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteSetThread" />
-      <keyword name="DebuggerInterfaceRuby.remoteStatement" id="DebuggerInterfaceRuby.remoteStatement" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStatement" />
-      <keyword name="DebuggerInterfaceRuby.remoteStep" id="DebuggerInterfaceRuby.remoteStep" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStep" />
-      <keyword name="DebuggerInterfaceRuby.remoteStepOut" id="DebuggerInterfaceRuby.remoteStepOut" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStepOut" />
-      <keyword name="DebuggerInterfaceRuby.remoteStepOver" id="DebuggerInterfaceRuby.remoteStepOver" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStepOver" />
-      <keyword name="DebuggerInterfaceRuby.remoteStepQuit" id="DebuggerInterfaceRuby.remoteStepQuit" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStepQuit" />
-      <keyword name="DebuggerInterfaceRuby.remoteThreadList" id="DebuggerInterfaceRuby.remoteThreadList" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteThreadList" />
-      <keyword name="DebuggerInterfaceRuby.remoteUTPrepare" id="DebuggerInterfaceRuby.remoteUTPrepare" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteUTPrepare" />
-      <keyword name="DebuggerInterfaceRuby.remoteUTRun" id="DebuggerInterfaceRuby.remoteUTRun" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteUTRun" />
-      <keyword name="DebuggerInterfaceRuby.remoteUTStop" id="DebuggerInterfaceRuby.remoteUTStop" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteUTStop" />
-      <keyword name="DebuggerInterfaceRuby.remoteWatchpoint" id="DebuggerInterfaceRuby.remoteWatchpoint" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteWatchpoint" />
-      <keyword name="DebuggerInterfaceRuby.remoteWatchpointEnable" id="DebuggerInterfaceRuby.remoteWatchpointEnable" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteWatchpointEnable" />
-      <keyword name="DebuggerInterfaceRuby.remoteWatchpointIgnore" id="DebuggerInterfaceRuby.remoteWatchpointIgnore" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteWatchpointIgnore" />
-      <keyword name="DebuggerInterfaceRuby.shutdown" id="DebuggerInterfaceRuby.shutdown" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.shutdown" />
-      <keyword name="DebuggerInterfaceRuby.startRemote" id="DebuggerInterfaceRuby.startRemote" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.startRemote" />
-      <keyword name="DebuggerInterfaceRuby.startRemoteForProject" id="DebuggerInterfaceRuby.startRemoteForProject" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.startRemoteForProject" />
-      <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.Debugger.DebugProtocol.html" />
       <keyword name="DebugServer (Module)" id="DebugServer (Module)" ref="eric5.Debugger.DebugServer.html" />
       <keyword name="DebugServer" id="DebugServer" ref="eric5.Debugger.DebugServer.html#DebugServer" />
       <keyword name="DebugServer (Constructor)" id="DebugServer (Constructor)" ref="eric5.Debugger.DebugServer.html#DebugServer.__init__" />
@@ -1345,82 +2200,142 @@
       <keyword name="DebugServer.remoteUTStop" id="DebugServer.remoteUTStop" ref="eric5.Debugger.DebugServer.html#DebugServer.remoteUTStop" />
       <keyword name="DebugServer.shutdownServer" id="DebugServer.shutdownServer" ref="eric5.Debugger.DebugServer.html#DebugServer.shutdownServer" />
       <keyword name="DebugServer.startClient" id="DebugServer.startClient" ref="eric5.Debugger.DebugServer.html#DebugServer.startClient" />
-      <keyword name="DebugUI (Module)" id="DebugUI (Module)" ref="eric5.Debugger.DebugUI.html" />
-      <keyword name="DebugUI" id="DebugUI" ref="eric5.Debugger.DebugUI.html#DebugUI" />
-      <keyword name="DebugUI (Constructor)" id="DebugUI (Constructor)" ref="eric5.Debugger.DebugUI.html#DebugUI.__init__" />
-      <keyword name="DebugUI.__breakpointSelected" id="DebugUI.__breakpointSelected" ref="eric5.Debugger.DebugUI.html#DebugUI.__breakpointSelected" />
-      <keyword name="DebugUI.__checkActions" id="DebugUI.__checkActions" ref="eric5.Debugger.DebugUI.html#DebugUI.__checkActions" />
-      <keyword name="DebugUI.__clearBreakpoints" id="DebugUI.__clearBreakpoints" ref="eric5.Debugger.DebugUI.html#DebugUI.__clearBreakpoints" />
-      <keyword name="DebugUI.__clientBreakConditionError" id="DebugUI.__clientBreakConditionError" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientBreakConditionError" />
-      <keyword name="DebugUI.__clientException" id="DebugUI.__clientException" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientException" />
-      <keyword name="DebugUI.__clientExit" id="DebugUI.__clientExit" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientExit" />
-      <keyword name="DebugUI.__clientGone" id="DebugUI.__clientGone" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientGone" />
-      <keyword name="DebugUI.__clientLine" id="DebugUI.__clientLine" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientLine" />
-      <keyword name="DebugUI.__clientSyntaxError" id="DebugUI.__clientSyntaxError" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientSyntaxError" />
-      <keyword name="DebugUI.__clientThreadSet" id="DebugUI.__clientThreadSet" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientThreadSet" />
-      <keyword name="DebugUI.__clientVariable" id="DebugUI.__clientVariable" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientVariable" />
-      <keyword name="DebugUI.__clientVariables" id="DebugUI.__clientVariables" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientVariables" />
-      <keyword name="DebugUI.__clientWatchConditionError" id="DebugUI.__clientWatchConditionError" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientWatchConditionError" />
-      <keyword name="DebugUI.__compileChangedProjectFiles" id="DebugUI.__compileChangedProjectFiles" ref="eric5.Debugger.DebugUI.html#DebugUI.__compileChangedProjectFiles" />
-      <keyword name="DebugUI.__configureExceptionsFilter" id="DebugUI.__configureExceptionsFilter" ref="eric5.Debugger.DebugUI.html#DebugUI.__configureExceptionsFilter" />
-      <keyword name="DebugUI.__configureIgnoredExceptions" id="DebugUI.__configureIgnoredExceptions" ref="eric5.Debugger.DebugUI.html#DebugUI.__configureIgnoredExceptions" />
-      <keyword name="DebugUI.__configureVariablesFilters" id="DebugUI.__configureVariablesFilters" ref="eric5.Debugger.DebugUI.html#DebugUI.__configureVariablesFilters" />
-      <keyword name="DebugUI.__continue" id="DebugUI.__continue" ref="eric5.Debugger.DebugUI.html#DebugUI.__continue" />
-      <keyword name="DebugUI.__coverageProject" id="DebugUI.__coverageProject" ref="eric5.Debugger.DebugUI.html#DebugUI.__coverageProject" />
-      <keyword name="DebugUI.__coverageScript" id="DebugUI.__coverageScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__coverageScript" />
-      <keyword name="DebugUI.__cursorChanged" id="DebugUI.__cursorChanged" ref="eric5.Debugger.DebugUI.html#DebugUI.__cursorChanged" />
-      <keyword name="DebugUI.__debugProject" id="DebugUI.__debugProject" ref="eric5.Debugger.DebugUI.html#DebugUI.__debugProject" />
-      <keyword name="DebugUI.__debugScript" id="DebugUI.__debugScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__debugScript" />
-      <keyword name="DebugUI.__doCoverage" id="DebugUI.__doCoverage" ref="eric5.Debugger.DebugUI.html#DebugUI.__doCoverage" />
-      <keyword name="DebugUI.__doDebug" id="DebugUI.__doDebug" ref="eric5.Debugger.DebugUI.html#DebugUI.__doDebug" />
-      <keyword name="DebugUI.__doProfile" id="DebugUI.__doProfile" ref="eric5.Debugger.DebugUI.html#DebugUI.__doProfile" />
-      <keyword name="DebugUI.__doRestart" id="DebugUI.__doRestart" ref="eric5.Debugger.DebugUI.html#DebugUI.__doRestart" />
-      <keyword name="DebugUI.__doRun" id="DebugUI.__doRun" ref="eric5.Debugger.DebugUI.html#DebugUI.__doRun" />
-      <keyword name="DebugUI.__editBreakpoint" id="DebugUI.__editBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__editBreakpoint" />
-      <keyword name="DebugUI.__editorOpened" id="DebugUI.__editorOpened" ref="eric5.Debugger.DebugUI.html#DebugUI.__editorOpened" />
-      <keyword name="DebugUI.__enterRemote" id="DebugUI.__enterRemote" ref="eric5.Debugger.DebugUI.html#DebugUI.__enterRemote" />
-      <keyword name="DebugUI.__eval" id="DebugUI.__eval" ref="eric5.Debugger.DebugUI.html#DebugUI.__eval" />
-      <keyword name="DebugUI.__exec" id="DebugUI.__exec" ref="eric5.Debugger.DebugUI.html#DebugUI.__exec" />
-      <keyword name="DebugUI.__getClientVariables" id="DebugUI.__getClientVariables" ref="eric5.Debugger.DebugUI.html#DebugUI.__getClientVariables" />
-      <keyword name="DebugUI.__getThreadList" id="DebugUI.__getThreadList" ref="eric5.Debugger.DebugUI.html#DebugUI.__getThreadList" />
-      <keyword name="DebugUI.__lastEditorClosed" id="DebugUI.__lastEditorClosed" ref="eric5.Debugger.DebugUI.html#DebugUI.__lastEditorClosed" />
-      <keyword name="DebugUI.__nextBreakpoint" id="DebugUI.__nextBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__nextBreakpoint" />
-      <keyword name="DebugUI.__passiveDebugStarted" id="DebugUI.__passiveDebugStarted" ref="eric5.Debugger.DebugUI.html#DebugUI.__passiveDebugStarted" />
-      <keyword name="DebugUI.__previousBreakpoint" id="DebugUI.__previousBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__previousBreakpoint" />
-      <keyword name="DebugUI.__profileProject" id="DebugUI.__profileProject" ref="eric5.Debugger.DebugUI.html#DebugUI.__profileProject" />
-      <keyword name="DebugUI.__profileScript" id="DebugUI.__profileScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__profileScript" />
-      <keyword name="DebugUI.__projectClosed" id="DebugUI.__projectClosed" ref="eric5.Debugger.DebugUI.html#DebugUI.__projectClosed" />
-      <keyword name="DebugUI.__projectOpened" id="DebugUI.__projectOpened" ref="eric5.Debugger.DebugUI.html#DebugUI.__projectOpened" />
-      <keyword name="DebugUI.__projectSessionLoaded" id="DebugUI.__projectSessionLoaded" ref="eric5.Debugger.DebugUI.html#DebugUI.__projectSessionLoaded" />
-      <keyword name="DebugUI.__resetUI" id="DebugUI.__resetUI" ref="eric5.Debugger.DebugUI.html#DebugUI.__resetUI" />
-      <keyword name="DebugUI.__runProject" id="DebugUI.__runProject" ref="eric5.Debugger.DebugUI.html#DebugUI.__runProject" />
-      <keyword name="DebugUI.__runScript" id="DebugUI.__runScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__runScript" />
-      <keyword name="DebugUI.__runToCursor" id="DebugUI.__runToCursor" ref="eric5.Debugger.DebugUI.html#DebugUI.__runToCursor" />
-      <keyword name="DebugUI.__showBreakpointsMenu" id="DebugUI.__showBreakpointsMenu" ref="eric5.Debugger.DebugUI.html#DebugUI.__showBreakpointsMenu" />
-      <keyword name="DebugUI.__showDebugMenu" id="DebugUI.__showDebugMenu" ref="eric5.Debugger.DebugUI.html#DebugUI.__showDebugMenu" />
-      <keyword name="DebugUI.__specialContinue" id="DebugUI.__specialContinue" ref="eric5.Debugger.DebugUI.html#DebugUI.__specialContinue" />
-      <keyword name="DebugUI.__step" id="DebugUI.__step" ref="eric5.Debugger.DebugUI.html#DebugUI.__step" />
-      <keyword name="DebugUI.__stepOut" id="DebugUI.__stepOut" ref="eric5.Debugger.DebugUI.html#DebugUI.__stepOut" />
-      <keyword name="DebugUI.__stepOver" id="DebugUI.__stepOver" ref="eric5.Debugger.DebugUI.html#DebugUI.__stepOver" />
-      <keyword name="DebugUI.__stepQuit" id="DebugUI.__stepQuit" ref="eric5.Debugger.DebugUI.html#DebugUI.__stepQuit" />
-      <keyword name="DebugUI.__stopScript" id="DebugUI.__stopScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__stopScript" />
-      <keyword name="DebugUI.__toggleBreakpoint" id="DebugUI.__toggleBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__toggleBreakpoint" />
-      <keyword name="DebugUI.getActions" id="DebugUI.getActions" ref="eric5.Debugger.DebugUI.html#DebugUI.getActions" />
-      <keyword name="DebugUI.initActions" id="DebugUI.initActions" ref="eric5.Debugger.DebugUI.html#DebugUI.initActions" />
-      <keyword name="DebugUI.initMenus" id="DebugUI.initMenus" ref="eric5.Debugger.DebugUI.html#DebugUI.initMenus" />
-      <keyword name="DebugUI.initToolbars" id="DebugUI.initToolbars" ref="eric5.Debugger.DebugUI.html#DebugUI.initToolbars" />
-      <keyword name="DebugUI.setArgvHistory" id="DebugUI.setArgvHistory" ref="eric5.Debugger.DebugUI.html#DebugUI.setArgvHistory" />
-      <keyword name="DebugUI.setAutoClearShell" id="DebugUI.setAutoClearShell" ref="eric5.Debugger.DebugUI.html#DebugUI.setAutoClearShell" />
-      <keyword name="DebugUI.setAutoContinue" id="DebugUI.setAutoContinue" ref="eric5.Debugger.DebugUI.html#DebugUI.setAutoContinue" />
-      <keyword name="DebugUI.setEnvHistory" id="DebugUI.setEnvHistory" ref="eric5.Debugger.DebugUI.html#DebugUI.setEnvHistory" />
-      <keyword name="DebugUI.setExcIgnoreList" id="DebugUI.setExcIgnoreList" ref="eric5.Debugger.DebugUI.html#DebugUI.setExcIgnoreList" />
-      <keyword name="DebugUI.setExcList" id="DebugUI.setExcList" ref="eric5.Debugger.DebugUI.html#DebugUI.setExcList" />
-      <keyword name="DebugUI.setExceptionReporting" id="DebugUI.setExceptionReporting" ref="eric5.Debugger.DebugUI.html#DebugUI.setExceptionReporting" />
-      <keyword name="DebugUI.setTracePython" id="DebugUI.setTracePython" ref="eric5.Debugger.DebugUI.html#DebugUI.setTracePython" />
-      <keyword name="DebugUI.setWdHistory" id="DebugUI.setWdHistory" ref="eric5.Debugger.DebugUI.html#DebugUI.setWdHistory" />
-      <keyword name="DebugUI.shutdown" id="DebugUI.shutdown" ref="eric5.Debugger.DebugUI.html#DebugUI.shutdown" />
-      <keyword name="DebugUI.shutdownServer" id="DebugUI.shutdownServer" ref="eric5.Debugger.DebugUI.html#DebugUI.shutdownServer" />
-      <keyword name="DebugUI.variablesFilter" id="DebugUI.variablesFilter" ref="eric5.Debugger.DebugUI.html#DebugUI.variablesFilter" />
+      <keyword name="BreakPointViewer (Module)" id="BreakPointViewer (Module)" ref="eric5.Debugger.BreakPointViewer.html" />
+      <keyword name="BreakPointViewer" id="BreakPointViewer" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer" />
+      <keyword name="BreakPointViewer (Constructor)" id="BreakPointViewer (Constructor)" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__init__" />
+      <keyword name="BreakPointViewer.__addBreak" id="BreakPointViewer.__addBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__addBreak" />
+      <keyword name="BreakPointViewer.__clearSelection" id="BreakPointViewer.__clearSelection" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__clearSelection" />
+      <keyword name="BreakPointViewer.__configure" id="BreakPointViewer.__configure" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__configure" />
+      <keyword name="BreakPointViewer.__createPopupMenus" id="BreakPointViewer.__createPopupMenus" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__createPopupMenus" />
+      <keyword name="BreakPointViewer.__deleteAllBreaks" id="BreakPointViewer.__deleteAllBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__deleteAllBreaks" />
+      <keyword name="BreakPointViewer.__deleteBreak" id="BreakPointViewer.__deleteBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__deleteBreak" />
+      <keyword name="BreakPointViewer.__deleteSelectedBreaks" id="BreakPointViewer.__deleteSelectedBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__deleteSelectedBreaks" />
+      <keyword name="BreakPointViewer.__disableAllBreaks" id="BreakPointViewer.__disableAllBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__disableAllBreaks" />
+      <keyword name="BreakPointViewer.__disableBreak" id="BreakPointViewer.__disableBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__disableBreak" />
+      <keyword name="BreakPointViewer.__disableSelectedBreaks" id="BreakPointViewer.__disableSelectedBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__disableSelectedBreaks" />
+      <keyword name="BreakPointViewer.__doubleClicked" id="BreakPointViewer.__doubleClicked" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__doubleClicked" />
+      <keyword name="BreakPointViewer.__editBreak" id="BreakPointViewer.__editBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__editBreak" />
+      <keyword name="BreakPointViewer.__editBreakpoint" id="BreakPointViewer.__editBreakpoint" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__editBreakpoint" />
+      <keyword name="BreakPointViewer.__enableAllBreaks" id="BreakPointViewer.__enableAllBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__enableAllBreaks" />
+      <keyword name="BreakPointViewer.__enableBreak" id="BreakPointViewer.__enableBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__enableBreak" />
+      <keyword name="BreakPointViewer.__enableSelectedBreaks" id="BreakPointViewer.__enableSelectedBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__enableSelectedBreaks" />
+      <keyword name="BreakPointViewer.__fromSourceIndex" id="BreakPointViewer.__fromSourceIndex" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__fromSourceIndex" />
+      <keyword name="BreakPointViewer.__getSelectedItemsCount" id="BreakPointViewer.__getSelectedItemsCount" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__getSelectedItemsCount" />
+      <keyword name="BreakPointViewer.__layoutDisplay" id="BreakPointViewer.__layoutDisplay" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__layoutDisplay" />
+      <keyword name="BreakPointViewer.__resizeColumns" id="BreakPointViewer.__resizeColumns" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__resizeColumns" />
+      <keyword name="BreakPointViewer.__resort" id="BreakPointViewer.__resort" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__resort" />
+      <keyword name="BreakPointViewer.__setBpEnabled" id="BreakPointViewer.__setBpEnabled" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__setBpEnabled" />
+      <keyword name="BreakPointViewer.__setRowSelected" id="BreakPointViewer.__setRowSelected" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__setRowSelected" />
+      <keyword name="BreakPointViewer.__showBackMenu" id="BreakPointViewer.__showBackMenu" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__showBackMenu" />
+      <keyword name="BreakPointViewer.__showContextMenu" id="BreakPointViewer.__showContextMenu" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__showContextMenu" />
+      <keyword name="BreakPointViewer.__showSource" id="BreakPointViewer.__showSource" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__showSource" />
+      <keyword name="BreakPointViewer.__toSourceIndex" id="BreakPointViewer.__toSourceIndex" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__toSourceIndex" />
+      <keyword name="BreakPointViewer.handleResetUI" id="BreakPointViewer.handleResetUI" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.handleResetUI" />
+      <keyword name="BreakPointViewer.highlightBreakpoint" id="BreakPointViewer.highlightBreakpoint" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.highlightBreakpoint" />
+      <keyword name="BreakPointViewer.setModel" id="BreakPointViewer.setModel" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.setModel" />
+      <keyword name="DebuggerInterfaceRuby (Module)" id="DebuggerInterfaceRuby (Module)" ref="eric5.Debugger.DebuggerInterfaceRuby.html" />
+      <keyword name="DebuggerInterfaceRuby" id="DebuggerInterfaceRuby" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby" />
+      <keyword name="getRegistryData" id="getRegistryData" ref="eric5.Debugger.DebuggerInterfaceRuby.html#getRegistryData" />
+      <keyword name="DebuggerInterfaceRuby (Constructor)" id="DebuggerInterfaceRuby (Constructor)" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__init__" />
+      <keyword name="DebuggerInterfaceRuby.__identityTranslation" id="DebuggerInterfaceRuby.__identityTranslation" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__identityTranslation" />
+      <keyword name="DebuggerInterfaceRuby.__parseClientLine" id="DebuggerInterfaceRuby.__parseClientLine" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__parseClientLine" />
+      <keyword name="DebuggerInterfaceRuby.__remoteTranslation" id="DebuggerInterfaceRuby.__remoteTranslation" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__remoteTranslation" />
+      <keyword name="DebuggerInterfaceRuby.__sendCommand" id="DebuggerInterfaceRuby.__sendCommand" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__sendCommand" />
+      <keyword name="DebuggerInterfaceRuby.__startProcess" id="DebuggerInterfaceRuby.__startProcess" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__startProcess" />
+      <keyword name="DebuggerInterfaceRuby.flush" id="DebuggerInterfaceRuby.flush" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.flush" />
+      <keyword name="DebuggerInterfaceRuby.getClientCapabilities" id="DebuggerInterfaceRuby.getClientCapabilities" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.getClientCapabilities" />
+      <keyword name="DebuggerInterfaceRuby.isConnected" id="DebuggerInterfaceRuby.isConnected" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.isConnected" />
+      <keyword name="DebuggerInterfaceRuby.newConnection" id="DebuggerInterfaceRuby.newConnection" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.newConnection" />
+      <keyword name="DebuggerInterfaceRuby.remoteBanner" id="DebuggerInterfaceRuby.remoteBanner" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBanner" />
+      <keyword name="DebuggerInterfaceRuby.remoteBreakpoint" id="DebuggerInterfaceRuby.remoteBreakpoint" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBreakpoint" />
+      <keyword name="DebuggerInterfaceRuby.remoteBreakpointEnable" id="DebuggerInterfaceRuby.remoteBreakpointEnable" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBreakpointEnable" />
+      <keyword name="DebuggerInterfaceRuby.remoteBreakpointIgnore" id="DebuggerInterfaceRuby.remoteBreakpointIgnore" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBreakpointIgnore" />
+      <keyword name="DebuggerInterfaceRuby.remoteCapabilities" id="DebuggerInterfaceRuby.remoteCapabilities" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteCapabilities" />
+      <keyword name="DebuggerInterfaceRuby.remoteClientSetFilter" id="DebuggerInterfaceRuby.remoteClientSetFilter" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteClientSetFilter" />
+      <keyword name="DebuggerInterfaceRuby.remoteClientVariable" id="DebuggerInterfaceRuby.remoteClientVariable" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteClientVariable" />
+      <keyword name="DebuggerInterfaceRuby.remoteClientVariables" id="DebuggerInterfaceRuby.remoteClientVariables" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteClientVariables" />
+      <keyword name="DebuggerInterfaceRuby.remoteCompletion" id="DebuggerInterfaceRuby.remoteCompletion" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteCompletion" />
+      <keyword name="DebuggerInterfaceRuby.remoteContinue" id="DebuggerInterfaceRuby.remoteContinue" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteContinue" />
+      <keyword name="DebuggerInterfaceRuby.remoteCoverage" id="DebuggerInterfaceRuby.remoteCoverage" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteCoverage" />
+      <keyword name="DebuggerInterfaceRuby.remoteEnvironment" id="DebuggerInterfaceRuby.remoteEnvironment" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteEnvironment" />
+      <keyword name="DebuggerInterfaceRuby.remoteEval" id="DebuggerInterfaceRuby.remoteEval" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteEval" />
+      <keyword name="DebuggerInterfaceRuby.remoteExec" id="DebuggerInterfaceRuby.remoteExec" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteExec" />
+      <keyword name="DebuggerInterfaceRuby.remoteLoad" id="DebuggerInterfaceRuby.remoteLoad" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteLoad" />
+      <keyword name="DebuggerInterfaceRuby.remoteProfile" id="DebuggerInterfaceRuby.remoteProfile" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteProfile" />
+      <keyword name="DebuggerInterfaceRuby.remoteRawInput" id="DebuggerInterfaceRuby.remoteRawInput" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteRawInput" />
+      <keyword name="DebuggerInterfaceRuby.remoteRun" id="DebuggerInterfaceRuby.remoteRun" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteRun" />
+      <keyword name="DebuggerInterfaceRuby.remoteSetThread" id="DebuggerInterfaceRuby.remoteSetThread" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteSetThread" />
+      <keyword name="DebuggerInterfaceRuby.remoteStatement" id="DebuggerInterfaceRuby.remoteStatement" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStatement" />
+      <keyword name="DebuggerInterfaceRuby.remoteStep" id="DebuggerInterfaceRuby.remoteStep" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStep" />
+      <keyword name="DebuggerInterfaceRuby.remoteStepOut" id="DebuggerInterfaceRuby.remoteStepOut" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStepOut" />
+      <keyword name="DebuggerInterfaceRuby.remoteStepOver" id="DebuggerInterfaceRuby.remoteStepOver" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStepOver" />
+      <keyword name="DebuggerInterfaceRuby.remoteStepQuit" id="DebuggerInterfaceRuby.remoteStepQuit" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStepQuit" />
+      <keyword name="DebuggerInterfaceRuby.remoteThreadList" id="DebuggerInterfaceRuby.remoteThreadList" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteThreadList" />
+      <keyword name="DebuggerInterfaceRuby.remoteUTPrepare" id="DebuggerInterfaceRuby.remoteUTPrepare" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteUTPrepare" />
+      <keyword name="DebuggerInterfaceRuby.remoteUTRun" id="DebuggerInterfaceRuby.remoteUTRun" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteUTRun" />
+      <keyword name="DebuggerInterfaceRuby.remoteUTStop" id="DebuggerInterfaceRuby.remoteUTStop" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteUTStop" />
+      <keyword name="DebuggerInterfaceRuby.remoteWatchpoint" id="DebuggerInterfaceRuby.remoteWatchpoint" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteWatchpoint" />
+      <keyword name="DebuggerInterfaceRuby.remoteWatchpointEnable" id="DebuggerInterfaceRuby.remoteWatchpointEnable" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteWatchpointEnable" />
+      <keyword name="DebuggerInterfaceRuby.remoteWatchpointIgnore" id="DebuggerInterfaceRuby.remoteWatchpointIgnore" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteWatchpointIgnore" />
+      <keyword name="DebuggerInterfaceRuby.shutdown" id="DebuggerInterfaceRuby.shutdown" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.shutdown" />
+      <keyword name="DebuggerInterfaceRuby.startRemote" id="DebuggerInterfaceRuby.startRemote" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.startRemote" />
+      <keyword name="DebuggerInterfaceRuby.startRemoteForProject" id="DebuggerInterfaceRuby.startRemoteForProject" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.startRemoteForProject" />
+      <keyword name="BreakPointModel (Module)" id="BreakPointModel (Module)" ref="eric5.Debugger.BreakPointModel.html" />
+      <keyword name="BreakPointModel" id="BreakPointModel" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel" />
+      <keyword name="BreakPointModel (Constructor)" id="BreakPointModel (Constructor)" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.__init__" />
+      <keyword name="BreakPointModel.addBreakPoint" id="BreakPointModel.addBreakPoint" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.addBreakPoint" />
+      <keyword name="BreakPointModel.columnCount" id="BreakPointModel.columnCount" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.columnCount" />
+      <keyword name="BreakPointModel.data" id="BreakPointModel.data" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.data" />
+      <keyword name="BreakPointModel.deleteAll" id="BreakPointModel.deleteAll" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.deleteAll" />
+      <keyword name="BreakPointModel.deleteBreakPointByIndex" id="BreakPointModel.deleteBreakPointByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.deleteBreakPointByIndex" />
+      <keyword name="BreakPointModel.deleteBreakPoints" id="BreakPointModel.deleteBreakPoints" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.deleteBreakPoints" />
+      <keyword name="BreakPointModel.flags" id="BreakPointModel.flags" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.flags" />
+      <keyword name="BreakPointModel.getBreakPointByIndex" id="BreakPointModel.getBreakPointByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.getBreakPointByIndex" />
+      <keyword name="BreakPointModel.getBreakPointIndex" id="BreakPointModel.getBreakPointIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.getBreakPointIndex" />
+      <keyword name="BreakPointModel.hasChildren" id="BreakPointModel.hasChildren" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.hasChildren" />
+      <keyword name="BreakPointModel.headerData" id="BreakPointModel.headerData" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.headerData" />
+      <keyword name="BreakPointModel.index" id="BreakPointModel.index" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.index" />
+      <keyword name="BreakPointModel.isBreakPointTemporaryByIndex" id="BreakPointModel.isBreakPointTemporaryByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.isBreakPointTemporaryByIndex" />
+      <keyword name="BreakPointModel.parent" id="BreakPointModel.parent" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.parent" />
+      <keyword name="BreakPointModel.rowCount" id="BreakPointModel.rowCount" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.rowCount" />
+      <keyword name="BreakPointModel.setBreakPointByIndex" id="BreakPointModel.setBreakPointByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.setBreakPointByIndex" />
+      <keyword name="BreakPointModel.setBreakPointEnabledByIndex" id="BreakPointModel.setBreakPointEnabledByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.setBreakPointEnabledByIndex" />
+      <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.Debugger.DebugClientCapabilities.html" />
+      <keyword name="ExceptionsFilterDialog (Module)" id="ExceptionsFilterDialog (Module)" ref="eric5.Debugger.ExceptionsFilterDialog.html" />
+      <keyword name="ExceptionsFilterDialog" id="ExceptionsFilterDialog" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog" />
+      <keyword name="ExceptionsFilterDialog (Constructor)" id="ExceptionsFilterDialog (Constructor)" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.__init__" />
+      <keyword name="ExceptionsFilterDialog.getExceptionsList" id="ExceptionsFilterDialog.getExceptionsList" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.getExceptionsList" />
+      <keyword name="ExceptionsFilterDialog.on_addButton_clicked" id="ExceptionsFilterDialog.on_addButton_clicked" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_addButton_clicked" />
+      <keyword name="ExceptionsFilterDialog.on_deleteAllButton_clicked" id="ExceptionsFilterDialog.on_deleteAllButton_clicked" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_deleteAllButton_clicked" />
+      <keyword name="ExceptionsFilterDialog.on_deleteButton_clicked" id="ExceptionsFilterDialog.on_deleteButton_clicked" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_deleteButton_clicked" />
+      <keyword name="ExceptionsFilterDialog.on_exceptionEdit_textChanged" id="ExceptionsFilterDialog.on_exceptionEdit_textChanged" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_exceptionEdit_textChanged" />
+      <keyword name="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" id="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" />
+      <keyword name="EditBreakpointDialog (Module)" id="EditBreakpointDialog (Module)" ref="eric5.Debugger.EditBreakpointDialog.html" />
+      <keyword name="EditBreakpointDialog" id="EditBreakpointDialog" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog" />
+      <keyword name="EditBreakpointDialog (Constructor)" id="EditBreakpointDialog (Constructor)" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.__init__" />
+      <keyword name="EditBreakpointDialog.getAddData" id="EditBreakpointDialog.getAddData" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.getAddData" />
+      <keyword name="EditBreakpointDialog.getData" id="EditBreakpointDialog.getData" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.getData" />
+      <keyword name="EditBreakpointDialog.on_fileButton_clicked" id="EditBreakpointDialog.on_fileButton_clicked" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.on_fileButton_clicked" />
+      <keyword name="EditBreakpointDialog.on_filenameCombo_editTextChanged" id="EditBreakpointDialog.on_filenameCombo_editTextChanged" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.on_filenameCombo_editTextChanged" />
+      <keyword name="VariableDetailDialog (Module)" id="VariableDetailDialog (Module)" ref="eric5.Debugger.VariableDetailDialog.html" />
+      <keyword name="VariableDetailDialog" id="VariableDetailDialog" ref="eric5.Debugger.VariableDetailDialog.html#VariableDetailDialog" />
+      <keyword name="VariableDetailDialog (Constructor)" id="VariableDetailDialog (Constructor)" ref="eric5.Debugger.VariableDetailDialog.html#VariableDetailDialog.__init__" />
+      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Debugger.Config.html" />
+      <keyword name="ExceptionLogger (Module)" id="ExceptionLogger (Module)" ref="eric5.Debugger.ExceptionLogger.html" />
+      <keyword name="ExceptionLogger" id="ExceptionLogger" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger" />
+      <keyword name="ExceptionLogger (Constructor)" id="ExceptionLogger (Constructor)" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__init__" />
+      <keyword name="ExceptionLogger.__configure" id="ExceptionLogger.__configure" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__configure" />
+      <keyword name="ExceptionLogger.__itemDoubleClicked" id="ExceptionLogger.__itemDoubleClicked" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__itemDoubleClicked" />
+      <keyword name="ExceptionLogger.__openSource" id="ExceptionLogger.__openSource" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__openSource" />
+      <keyword name="ExceptionLogger.__showContextMenu" id="ExceptionLogger.__showContextMenu" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__showContextMenu" />
+      <keyword name="ExceptionLogger.addException" id="ExceptionLogger.addException" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.addException" />
+      <keyword name="ExceptionLogger.debuggingStarted" id="ExceptionLogger.debuggingStarted" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.debuggingStarted" />
+      <keyword name="VariablesFilterDialog (Module)" id="VariablesFilterDialog (Module)" ref="eric5.Debugger.VariablesFilterDialog.html" />
+      <keyword name="VariablesFilterDialog" id="VariablesFilterDialog" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog" />
+      <keyword name="VariablesFilterDialog (Constructor)" id="VariablesFilterDialog (Constructor)" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.__init__" />
+      <keyword name="VariablesFilterDialog.getSelection" id="VariablesFilterDialog.getSelection" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.getSelection" />
+      <keyword name="VariablesFilterDialog.on_buttonBox_clicked" id="VariablesFilterDialog.on_buttonBox_clicked" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.on_buttonBox_clicked" />
+      <keyword name="VariablesFilterDialog.setSelection" id="VariablesFilterDialog.setSelection" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.setSelection" />
       <keyword name="DebugViewer (Module)" id="DebugViewer (Module)" ref="eric5.Debugger.DebugViewer.html" />
       <keyword name="DebugViewer" id="DebugViewer" ref="eric5.Debugger.DebugViewer.html#DebugViewer" />
       <keyword name="DebugViewer (Constructor)" id="DebugViewer (Constructor)" ref="eric5.Debugger.DebugViewer.html#DebugViewer.__init__" />
@@ -1442,57 +2357,6 @@
       <keyword name="DebugViewer.showVariable" id="DebugViewer.showVariable" ref="eric5.Debugger.DebugViewer.html#DebugViewer.showVariable" />
       <keyword name="DebugViewer.showVariables" id="DebugViewer.showVariables" ref="eric5.Debugger.DebugViewer.html#DebugViewer.showVariables" />
       <keyword name="DebugViewer.showVariablesTab" id="DebugViewer.showVariablesTab" ref="eric5.Debugger.DebugViewer.html#DebugViewer.showVariablesTab" />
-      <keyword name="EditBreakpointDialog (Module)" id="EditBreakpointDialog (Module)" ref="eric5.Debugger.EditBreakpointDialog.html" />
-      <keyword name="EditBreakpointDialog" id="EditBreakpointDialog" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog" />
-      <keyword name="EditBreakpointDialog (Constructor)" id="EditBreakpointDialog (Constructor)" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.__init__" />
-      <keyword name="EditBreakpointDialog.getAddData" id="EditBreakpointDialog.getAddData" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.getAddData" />
-      <keyword name="EditBreakpointDialog.getData" id="EditBreakpointDialog.getData" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.getData" />
-      <keyword name="EditBreakpointDialog.on_fileButton_clicked" id="EditBreakpointDialog.on_fileButton_clicked" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.on_fileButton_clicked" />
-      <keyword name="EditBreakpointDialog.on_filenameCombo_editTextChanged" id="EditBreakpointDialog.on_filenameCombo_editTextChanged" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.on_filenameCombo_editTextChanged" />
-      <keyword name="EditWatchpointDialog (Module)" id="EditWatchpointDialog (Module)" ref="eric5.Debugger.EditWatchpointDialog.html" />
-      <keyword name="EditWatchpointDialog" id="EditWatchpointDialog" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog" />
-      <keyword name="EditWatchpointDialog (Constructor)" id="EditWatchpointDialog (Constructor)" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog.__init__" />
-      <keyword name="EditWatchpointDialog.__textChanged" id="EditWatchpointDialog.__textChanged" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog.__textChanged" />
-      <keyword name="EditWatchpointDialog.getData" id="EditWatchpointDialog.getData" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog.getData" />
-      <keyword name="ExceptionLogger (Module)" id="ExceptionLogger (Module)" ref="eric5.Debugger.ExceptionLogger.html" />
-      <keyword name="ExceptionLogger" id="ExceptionLogger" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger" />
-      <keyword name="ExceptionLogger (Constructor)" id="ExceptionLogger (Constructor)" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__init__" />
-      <keyword name="ExceptionLogger.__configure" id="ExceptionLogger.__configure" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__configure" />
-      <keyword name="ExceptionLogger.__itemDoubleClicked" id="ExceptionLogger.__itemDoubleClicked" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__itemDoubleClicked" />
-      <keyword name="ExceptionLogger.__openSource" id="ExceptionLogger.__openSource" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__openSource" />
-      <keyword name="ExceptionLogger.__showContextMenu" id="ExceptionLogger.__showContextMenu" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__showContextMenu" />
-      <keyword name="ExceptionLogger.addException" id="ExceptionLogger.addException" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.addException" />
-      <keyword name="ExceptionLogger.debuggingStarted" id="ExceptionLogger.debuggingStarted" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.debuggingStarted" />
-      <keyword name="ExceptionsFilterDialog (Module)" id="ExceptionsFilterDialog (Module)" ref="eric5.Debugger.ExceptionsFilterDialog.html" />
-      <keyword name="ExceptionsFilterDialog" id="ExceptionsFilterDialog" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog" />
-      <keyword name="ExceptionsFilterDialog (Constructor)" id="ExceptionsFilterDialog (Constructor)" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.__init__" />
-      <keyword name="ExceptionsFilterDialog.getExceptionsList" id="ExceptionsFilterDialog.getExceptionsList" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.getExceptionsList" />
-      <keyword name="ExceptionsFilterDialog.on_addButton_clicked" id="ExceptionsFilterDialog.on_addButton_clicked" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_addButton_clicked" />
-      <keyword name="ExceptionsFilterDialog.on_deleteAllButton_clicked" id="ExceptionsFilterDialog.on_deleteAllButton_clicked" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_deleteAllButton_clicked" />
-      <keyword name="ExceptionsFilterDialog.on_deleteButton_clicked" id="ExceptionsFilterDialog.on_deleteButton_clicked" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_deleteButton_clicked" />
-      <keyword name="ExceptionsFilterDialog.on_exceptionEdit_textChanged" id="ExceptionsFilterDialog.on_exceptionEdit_textChanged" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_exceptionEdit_textChanged" />
-      <keyword name="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" id="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" />
-      <keyword name="StartDialog (Module)" id="StartDialog (Module)" ref="eric5.Debugger.StartDialog.html" />
-      <keyword name="StartDialog" id="StartDialog" ref="eric5.Debugger.StartDialog.html#StartDialog" />
-      <keyword name="StartDialog (Constructor)" id="StartDialog (Constructor)" ref="eric5.Debugger.StartDialog.html#StartDialog.__init__" />
-      <keyword name="StartDialog.__clearHistories" id="StartDialog.__clearHistories" ref="eric5.Debugger.StartDialog.html#StartDialog.__clearHistories" />
-      <keyword name="StartDialog.getCoverageData" id="StartDialog.getCoverageData" ref="eric5.Debugger.StartDialog.html#StartDialog.getCoverageData" />
-      <keyword name="StartDialog.getData" id="StartDialog.getData" ref="eric5.Debugger.StartDialog.html#StartDialog.getData" />
-      <keyword name="StartDialog.getDebugData" id="StartDialog.getDebugData" ref="eric5.Debugger.StartDialog.html#StartDialog.getDebugData" />
-      <keyword name="StartDialog.getProfilingData" id="StartDialog.getProfilingData" ref="eric5.Debugger.StartDialog.html#StartDialog.getProfilingData" />
-      <keyword name="StartDialog.getRunData" id="StartDialog.getRunData" ref="eric5.Debugger.StartDialog.html#StartDialog.getRunData" />
-      <keyword name="StartDialog.on_buttonBox_clicked" id="StartDialog.on_buttonBox_clicked" ref="eric5.Debugger.StartDialog.html#StartDialog.on_buttonBox_clicked" />
-      <keyword name="StartDialog.on_dirButton_clicked" id="StartDialog.on_dirButton_clicked" ref="eric5.Debugger.StartDialog.html#StartDialog.on_dirButton_clicked" />
-      <keyword name="StartDialog.on_modFuncCombo_editTextChanged" id="StartDialog.on_modFuncCombo_editTextChanged" ref="eric5.Debugger.StartDialog.html#StartDialog.on_modFuncCombo_editTextChanged" />
-      <keyword name="VariableDetailDialog (Module)" id="VariableDetailDialog (Module)" ref="eric5.Debugger.VariableDetailDialog.html" />
-      <keyword name="VariableDetailDialog" id="VariableDetailDialog" ref="eric5.Debugger.VariableDetailDialog.html#VariableDetailDialog" />
-      <keyword name="VariableDetailDialog (Constructor)" id="VariableDetailDialog (Constructor)" ref="eric5.Debugger.VariableDetailDialog.html#VariableDetailDialog.__init__" />
-      <keyword name="VariablesFilterDialog (Module)" id="VariablesFilterDialog (Module)" ref="eric5.Debugger.VariablesFilterDialog.html" />
-      <keyword name="VariablesFilterDialog" id="VariablesFilterDialog" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog" />
-      <keyword name="VariablesFilterDialog (Constructor)" id="VariablesFilterDialog (Constructor)" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.__init__" />
-      <keyword name="VariablesFilterDialog.getSelection" id="VariablesFilterDialog.getSelection" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.getSelection" />
-      <keyword name="VariablesFilterDialog.on_buttonBox_clicked" id="VariablesFilterDialog.on_buttonBox_clicked" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.on_buttonBox_clicked" />
-      <keyword name="VariablesFilterDialog.setSelection" id="VariablesFilterDialog.setSelection" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.setSelection" />
       <keyword name="VariablesViewer (Module)" id="VariablesViewer (Module)" ref="eric5.Debugger.VariablesViewer.html" />
       <keyword name="ArrayElementVarItem" id="ArrayElementVarItem" ref="eric5.Debugger.VariablesViewer.html#ArrayElementVarItem" />
       <keyword name="SpecialArrayElementVarItem" id="SpecialArrayElementVarItem" ref="eric5.Debugger.VariablesViewer.html#SpecialArrayElementVarItem" />
@@ -1533,975 +2397,294 @@
       <keyword name="VariablesViewer.mouseDoubleClickEvent" id="VariablesViewer.mouseDoubleClickEvent" ref="eric5.Debugger.VariablesViewer.html#VariablesViewer.mouseDoubleClickEvent" />
       <keyword name="VariablesViewer.showVariable" id="VariablesViewer.showVariable" ref="eric5.Debugger.VariablesViewer.html#VariablesViewer.showVariable" />
       <keyword name="VariablesViewer.showVariables" id="VariablesViewer.showVariables" ref="eric5.Debugger.VariablesViewer.html#VariablesViewer.showVariables" />
-      <keyword name="WatchPointModel (Module)" id="WatchPointModel (Module)" ref="eric5.Debugger.WatchPointModel.html" />
-      <keyword name="WatchPointModel" id="WatchPointModel" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel" />
-      <keyword name="WatchPointModel (Constructor)" id="WatchPointModel (Constructor)" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.__init__" />
-      <keyword name="WatchPointModel.addWatchPoint" id="WatchPointModel.addWatchPoint" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.addWatchPoint" />
-      <keyword name="WatchPointModel.columnCount" id="WatchPointModel.columnCount" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.columnCount" />
-      <keyword name="WatchPointModel.data" id="WatchPointModel.data" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.data" />
-      <keyword name="WatchPointModel.deleteAll" id="WatchPointModel.deleteAll" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.deleteAll" />
-      <keyword name="WatchPointModel.deleteWatchPointByIndex" id="WatchPointModel.deleteWatchPointByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.deleteWatchPointByIndex" />
-      <keyword name="WatchPointModel.deleteWatchPoints" id="WatchPointModel.deleteWatchPoints" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.deleteWatchPoints" />
-      <keyword name="WatchPointModel.flags" id="WatchPointModel.flags" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.flags" />
-      <keyword name="WatchPointModel.getWatchPointByIndex" id="WatchPointModel.getWatchPointByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.getWatchPointByIndex" />
-      <keyword name="WatchPointModel.getWatchPointIndex" id="WatchPointModel.getWatchPointIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.getWatchPointIndex" />
-      <keyword name="WatchPointModel.hasChildren" id="WatchPointModel.hasChildren" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.hasChildren" />
-      <keyword name="WatchPointModel.headerData" id="WatchPointModel.headerData" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.headerData" />
-      <keyword name="WatchPointModel.index" id="WatchPointModel.index" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.index" />
-      <keyword name="WatchPointModel.parent" id="WatchPointModel.parent" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.parent" />
-      <keyword name="WatchPointModel.rowCount" id="WatchPointModel.rowCount" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.rowCount" />
-      <keyword name="WatchPointModel.setWatchPointByIndex" id="WatchPointModel.setWatchPointByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.setWatchPointByIndex" />
-      <keyword name="WatchPointModel.setWatchPointEnabledByIndex" id="WatchPointModel.setWatchPointEnabledByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.setWatchPointEnabledByIndex" />
-      <keyword name="WatchPointViewer (Module)" id="WatchPointViewer (Module)" ref="eric5.Debugger.WatchPointViewer.html" />
-      <keyword name="WatchPointViewer" id="WatchPointViewer" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer" />
-      <keyword name="WatchPointViewer (Constructor)" id="WatchPointViewer (Constructor)" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__init__" />
-      <keyword name="WatchPointViewer.__addWatchPoint" id="WatchPointViewer.__addWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__addWatchPoint" />
-      <keyword name="WatchPointViewer.__clearSelection" id="WatchPointViewer.__clearSelection" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__clearSelection" />
-      <keyword name="WatchPointViewer.__configure" id="WatchPointViewer.__configure" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__configure" />
-      <keyword name="WatchPointViewer.__createPopupMenus" id="WatchPointViewer.__createPopupMenus" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__createPopupMenus" />
-      <keyword name="WatchPointViewer.__deleteAllWatchPoints" id="WatchPointViewer.__deleteAllWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__deleteAllWatchPoints" />
-      <keyword name="WatchPointViewer.__deleteSelectedWatchPoints" id="WatchPointViewer.__deleteSelectedWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__deleteSelectedWatchPoints" />
-      <keyword name="WatchPointViewer.__deleteWatchPoint" id="WatchPointViewer.__deleteWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__deleteWatchPoint" />
-      <keyword name="WatchPointViewer.__disableAllWatchPoints" id="WatchPointViewer.__disableAllWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__disableAllWatchPoints" />
-      <keyword name="WatchPointViewer.__disableSelectedWatchPoints" id="WatchPointViewer.__disableSelectedWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__disableSelectedWatchPoints" />
-      <keyword name="WatchPointViewer.__disableWatchPoint" id="WatchPointViewer.__disableWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__disableWatchPoint" />
-      <keyword name="WatchPointViewer.__doEditWatchPoint" id="WatchPointViewer.__doEditWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__doEditWatchPoint" />
-      <keyword name="WatchPointViewer.__doubleClicked" id="WatchPointViewer.__doubleClicked" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__doubleClicked" />
-      <keyword name="WatchPointViewer.__editWatchPoint" id="WatchPointViewer.__editWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__editWatchPoint" />
-      <keyword name="WatchPointViewer.__enableAllWatchPoints" id="WatchPointViewer.__enableAllWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__enableAllWatchPoints" />
-      <keyword name="WatchPointViewer.__enableSelectedWatchPoints" id="WatchPointViewer.__enableSelectedWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__enableSelectedWatchPoints" />
-      <keyword name="WatchPointViewer.__enableWatchPoint" id="WatchPointViewer.__enableWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__enableWatchPoint" />
-      <keyword name="WatchPointViewer.__findDuplicates" id="WatchPointViewer.__findDuplicates" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__findDuplicates" />
-      <keyword name="WatchPointViewer.__fromSourceIndex" id="WatchPointViewer.__fromSourceIndex" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__fromSourceIndex" />
-      <keyword name="WatchPointViewer.__getSelectedItemsCount" id="WatchPointViewer.__getSelectedItemsCount" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__getSelectedItemsCount" />
-      <keyword name="WatchPointViewer.__layoutDisplay" id="WatchPointViewer.__layoutDisplay" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__layoutDisplay" />
-      <keyword name="WatchPointViewer.__resizeColumns" id="WatchPointViewer.__resizeColumns" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__resizeColumns" />
-      <keyword name="WatchPointViewer.__resort" id="WatchPointViewer.__resort" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__resort" />
-      <keyword name="WatchPointViewer.__setRowSelected" id="WatchPointViewer.__setRowSelected" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__setRowSelected" />
-      <keyword name="WatchPointViewer.__setWpEnabled" id="WatchPointViewer.__setWpEnabled" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__setWpEnabled" />
-      <keyword name="WatchPointViewer.__showBackMenu" id="WatchPointViewer.__showBackMenu" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__showBackMenu" />
-      <keyword name="WatchPointViewer.__showContextMenu" id="WatchPointViewer.__showContextMenu" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__showContextMenu" />
-      <keyword name="WatchPointViewer.__toSourceIndex" id="WatchPointViewer.__toSourceIndex" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__toSourceIndex" />
-      <keyword name="WatchPointViewer.setModel" id="WatchPointViewer.setModel" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.setModel" />
-      <keyword name="DocumentationTools (Package)" id="DocumentationTools (Package)" ref="index-eric5.DocumentationTools.html" />
-      <keyword name="APIGenerator (Module)" id="APIGenerator (Module)" ref="eric5.DocumentationTools.APIGenerator.html" />
-      <keyword name="APIGenerator" id="APIGenerator" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator" />
-      <keyword name="APIGenerator (Constructor)" id="APIGenerator (Constructor)" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__init__" />
-      <keyword name="APIGenerator.__addClassVariablesAPI" id="APIGenerator.__addClassVariablesAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addClassVariablesAPI" />
-      <keyword name="APIGenerator.__addClassesAPI" id="APIGenerator.__addClassesAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addClassesAPI" />
-      <keyword name="APIGenerator.__addFunctionsAPI" id="APIGenerator.__addFunctionsAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addFunctionsAPI" />
-      <keyword name="APIGenerator.__addGlobalsAPI" id="APIGenerator.__addGlobalsAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addGlobalsAPI" />
-      <keyword name="APIGenerator.__addMethodsAPI" id="APIGenerator.__addMethodsAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addMethodsAPI" />
-      <keyword name="APIGenerator.__isPrivate" id="APIGenerator.__isPrivate" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__isPrivate" />
-      <keyword name="APIGenerator.genAPI" id="APIGenerator.genAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.genAPI" />
-      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.DocumentationTools.Config.html" />
-      <keyword name="IndexGenerator (Module)" id="IndexGenerator (Module)" ref="eric5.DocumentationTools.IndexGenerator.html" />
-      <keyword name="IndexGenerator" id="IndexGenerator" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator" />
-      <keyword name="IndexGenerator (Constructor)" id="IndexGenerator (Constructor)" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.__init__" />
-      <keyword name="IndexGenerator.__writeIndex" id="IndexGenerator.__writeIndex" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.__writeIndex" />
-      <keyword name="IndexGenerator.remember" id="IndexGenerator.remember" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.remember" />
-      <keyword name="IndexGenerator.writeIndices" id="IndexGenerator.writeIndices" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.writeIndices" />
-      <keyword name="ModuleDocumentor (Module)" id="ModuleDocumentor (Module)" ref="eric5.DocumentationTools.ModuleDocumentor.html" />
-      <keyword name="ModuleDocument" id="ModuleDocument" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument" />
-      <keyword name="TagError" id="TagError" ref="eric5.DocumentationTools.ModuleDocumentor.html#TagError" />
-      <keyword name="ModuleDocument (Constructor)" id="ModuleDocument (Constructor)" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__init__" />
-      <keyword name="ModuleDocument.__checkDeprecated" id="ModuleDocument.__checkDeprecated" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__checkDeprecated" />
-      <keyword name="ModuleDocument.__formatCrossReferenceEntry" id="ModuleDocument.__formatCrossReferenceEntry" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__formatCrossReferenceEntry" />
-      <keyword name="ModuleDocument.__formatDescription" id="ModuleDocument.__formatDescription" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__formatDescription" />
-      <keyword name="ModuleDocument.__genClassListSection" id="ModuleDocument.__genClassListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genClassListSection" />
-      <keyword name="ModuleDocument.__genClassesSection" id="ModuleDocument.__genClassesSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genClassesSection" />
-      <keyword name="ModuleDocument.__genDescriptionListSection" id="ModuleDocument.__genDescriptionListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genDescriptionListSection" />
-      <keyword name="ModuleDocument.__genFunctionListSection" id="ModuleDocument.__genFunctionListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genFunctionListSection" />
-      <keyword name="ModuleDocument.__genFunctionsSection" id="ModuleDocument.__genFunctionsSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genFunctionsSection" />
-      <keyword name="ModuleDocument.__genGlobalsListSection" id="ModuleDocument.__genGlobalsListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genGlobalsListSection" />
-      <keyword name="ModuleDocument.__genListSection" id="ModuleDocument.__genListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genListSection" />
-      <keyword name="ModuleDocument.__genMethodSection" id="ModuleDocument.__genMethodSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genMethodSection" />
-      <keyword name="ModuleDocument.__genMethodsListSection" id="ModuleDocument.__genMethodsListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genMethodsListSection" />
-      <keyword name="ModuleDocument.__genModuleSection" id="ModuleDocument.__genModuleSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genModuleSection" />
-      <keyword name="ModuleDocument.__genParagraphs" id="ModuleDocument.__genParagraphs" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genParagraphs" />
-      <keyword name="ModuleDocument.__genParamDescriptionListSection" id="ModuleDocument.__genParamDescriptionListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genParamDescriptionListSection" />
-      <keyword name="ModuleDocument.__genRbModulesClassesListSection" id="ModuleDocument.__genRbModulesClassesListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesClassesListSection" />
-      <keyword name="ModuleDocument.__genRbModulesClassesSection" id="ModuleDocument.__genRbModulesClassesSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesClassesSection" />
-      <keyword name="ModuleDocument.__genRbModulesListSection" id="ModuleDocument.__genRbModulesListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesListSection" />
-      <keyword name="ModuleDocument.__genRbModulesSection" id="ModuleDocument.__genRbModulesSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesSection" />
-      <keyword name="ModuleDocument.__genSeeListSection" id="ModuleDocument.__genSeeListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genSeeListSection" />
-      <keyword name="ModuleDocument.__getShortDescription" id="ModuleDocument.__getShortDescription" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__getShortDescription" />
-      <keyword name="ModuleDocument.__processInlineTags" id="ModuleDocument.__processInlineTags" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__processInlineTags" />
-      <keyword name="ModuleDocument.description" id="ModuleDocument.description" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.description" />
-      <keyword name="ModuleDocument.genDocument" id="ModuleDocument.genDocument" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.genDocument" />
-      <keyword name="ModuleDocument.getQtHelpKeywords" id="ModuleDocument.getQtHelpKeywords" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.getQtHelpKeywords" />
-      <keyword name="ModuleDocument.isEmpty" id="ModuleDocument.isEmpty" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.isEmpty" />
-      <keyword name="ModuleDocument.name" id="ModuleDocument.name" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.name" />
-      <keyword name="ModuleDocument.shortDescription" id="ModuleDocument.shortDescription" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.shortDescription" />
-      <keyword name="QtHelpGenerator (Module)" id="QtHelpGenerator (Module)" ref="eric5.DocumentationTools.QtHelpGenerator.html" />
-      <keyword name="QtHelpGenerator" id="QtHelpGenerator" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator" />
-      <keyword name="QtHelpGenerator (Constructor)" id="QtHelpGenerator (Constructor)" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.__init__" />
-      <keyword name="QtHelpGenerator.__convertEol" id="QtHelpGenerator.__convertEol" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.__convertEol" />
-      <keyword name="QtHelpGenerator.__generateSections" id="QtHelpGenerator.__generateSections" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.__generateSections" />
-      <keyword name="QtHelpGenerator.generateFiles" id="QtHelpGenerator.generateFiles" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.generateFiles" />
-      <keyword name="QtHelpGenerator.remember" id="QtHelpGenerator.remember" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.remember" />
-      <keyword name="TemplatesListsStyle (Module)" id="TemplatesListsStyle (Module)" ref="eric5.DocumentationTools.TemplatesListsStyle.html" />
-      <keyword name="TemplatesListsStyleCSS (Module)" id="TemplatesListsStyleCSS (Module)" ref="eric5.DocumentationTools.TemplatesListsStyleCSS.html" />
-      <keyword name="E5Graphics (Package)" id="E5Graphics (Package)" ref="index-eric5.E5Graphics.html" />
-      <keyword name="E5ArrowItem (Module)" id="E5ArrowItem (Module)" ref="eric5.E5Graphics.E5ArrowItem.html" />
-      <keyword name="E5ArrowItem" id="E5ArrowItem" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem" />
-      <keyword name="E5ArrowItem (Constructor)" id="E5ArrowItem (Constructor)" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.__init__" />
-      <keyword name="E5ArrowItem.boundingRect" id="E5ArrowItem.boundingRect" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.boundingRect" />
-      <keyword name="E5ArrowItem.paint" id="E5ArrowItem.paint" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.paint" />
-      <keyword name="E5ArrowItem.setEndPoint" id="E5ArrowItem.setEndPoint" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.setEndPoint" />
-      <keyword name="E5ArrowItem.setPoints" id="E5ArrowItem.setPoints" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.setPoints" />
-      <keyword name="E5ArrowItem.setStartPoint" id="E5ArrowItem.setStartPoint" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.setStartPoint" />
-      <keyword name="E5GraphicsView (Module)" id="E5GraphicsView (Module)" ref="eric5.E5Graphics.E5GraphicsView.html" />
-      <keyword name="E5GraphicsView" id="E5GraphicsView" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView" />
-      <keyword name="E5GraphicsView (Constructor)" id="E5GraphicsView (Constructor)" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.__init__" />
-      <keyword name="E5GraphicsView.__getDiagram" id="E5GraphicsView.__getDiagram" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.__getDiagram" />
-      <keyword name="E5GraphicsView._getDiagramRect" id="E5GraphicsView._getDiagramRect" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView._getDiagramRect" />
-      <keyword name="E5GraphicsView._getDiagramSize" id="E5GraphicsView._getDiagramSize" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView._getDiagramSize" />
-      <keyword name="E5GraphicsView.filteredItems" id="E5GraphicsView.filteredItems" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.filteredItems" />
-      <keyword name="E5GraphicsView.printDiagram" id="E5GraphicsView.printDiagram" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.printDiagram" />
-      <keyword name="E5GraphicsView.resizeScene" id="E5GraphicsView.resizeScene" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.resizeScene" />
-      <keyword name="E5GraphicsView.saveImage" id="E5GraphicsView.saveImage" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.saveImage" />
-      <keyword name="E5GraphicsView.setSceneSize" id="E5GraphicsView.setSceneSize" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.setSceneSize" />
-      <keyword name="E5GraphicsView.setZoom" id="E5GraphicsView.setZoom" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.setZoom" />
-      <keyword name="E5GraphicsView.zoom" id="E5GraphicsView.zoom" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoom" />
-      <keyword name="E5GraphicsView.zoomIn" id="E5GraphicsView.zoomIn" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoomIn" />
-      <keyword name="E5GraphicsView.zoomOut" id="E5GraphicsView.zoomOut" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoomOut" />
-      <keyword name="E5GraphicsView.zoomReset" id="E5GraphicsView.zoomReset" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoomReset" />
-      <keyword name="E5Gui (Package)" id="E5Gui (Package)" ref="index-eric5.E5Gui.html" />
-      <keyword name="E5Action (Module)" id="E5Action (Module)" ref="eric5.E5Gui.E5Action.html" />
-      <keyword name="ArgumentsError" id="ArgumentsError" ref="eric5.E5Gui.E5Action.html#ArgumentsError" />
-      <keyword name="E5Action" id="E5Action" ref="eric5.E5Gui.E5Action.html#E5Action" />
-      <keyword name="addActions" id="addActions" ref="eric5.E5Gui.E5Action.html#addActions" />
-      <keyword name="createActionGroup" id="createActionGroup" ref="eric5.E5Gui.E5Action.html#createActionGroup" />
-      <keyword name="ArgumentsError (Constructor)" id="ArgumentsError (Constructor)" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__init__" />
-      <keyword name="ArgumentsError.__repr__" id="ArgumentsError.__repr__" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__repr__" />
-      <keyword name="ArgumentsError.__str__" id="ArgumentsError.__str__" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__str__" />
-      <keyword name="E5Action (Constructor)" id="E5Action (Constructor)" ref="eric5.E5Gui.E5Action.html#E5Action.__init__" />
-      <keyword name="E5Action.__ammendToolTip" id="E5Action.__ammendToolTip" ref="eric5.E5Gui.E5Action.html#E5Action.__ammendToolTip" />
-      <keyword name="E5Action.alternateShortcut" id="E5Action.alternateShortcut" ref="eric5.E5Gui.E5Action.html#E5Action.alternateShortcut" />
-      <keyword name="E5Action.setAlternateShortcut" id="E5Action.setAlternateShortcut" ref="eric5.E5Gui.E5Action.html#E5Action.setAlternateShortcut" />
-      <keyword name="E5Action.setShortcut" id="E5Action.setShortcut" ref="eric5.E5Gui.E5Action.html#E5Action.setShortcut" />
-      <keyword name="E5Action.setShortcuts" id="E5Action.setShortcuts" ref="eric5.E5Gui.E5Action.html#E5Action.setShortcuts" />
-      <keyword name="E5Application (Module)" id="E5Application (Module)" ref="eric5.E5Gui.E5Application.html" />
-      <keyword name="E5Application" id="E5Application" ref="eric5.E5Gui.E5Application.html#E5Application" />
-      <keyword name="E5Application (Constructor)" id="E5Application (Constructor)" ref="eric5.E5Gui.E5Application.html#E5Application.__init__" />
-      <keyword name="E5Application.getObject" id="E5Application.getObject" ref="eric5.E5Gui.E5Application.html#E5Application.getObject" />
-      <keyword name="E5Application.getPluginObject" id="E5Application.getPluginObject" ref="eric5.E5Gui.E5Application.html#E5Application.getPluginObject" />
-      <keyword name="E5Application.getPluginObjectType" id="E5Application.getPluginObjectType" ref="eric5.E5Gui.E5Application.html#E5Application.getPluginObjectType" />
-      <keyword name="E5Application.getPluginObjects" id="E5Application.getPluginObjects" ref="eric5.E5Gui.E5Application.html#E5Application.getPluginObjects" />
-      <keyword name="E5Application.registerObject" id="E5Application.registerObject" ref="eric5.E5Gui.E5Application.html#E5Application.registerObject" />
-      <keyword name="E5Application.registerPluginObject" id="E5Application.registerPluginObject" ref="eric5.E5Gui.E5Application.html#E5Application.registerPluginObject" />
-      <keyword name="E5Application.unregisterPluginObject" id="E5Application.unregisterPluginObject" ref="eric5.E5Gui.E5Application.html#E5Application.unregisterPluginObject" />
-      <keyword name="E5Completers (Module)" id="E5Completers (Module)" ref="eric5.E5Gui.E5Completers.html" />
-      <keyword name="E5DirCompleter" id="E5DirCompleter" ref="eric5.E5Gui.E5Completers.html#E5DirCompleter" />
-      <keyword name="E5FileCompleter" id="E5FileCompleter" ref="eric5.E5Gui.E5Completers.html#E5FileCompleter" />
-      <keyword name="E5StringListCompleter" id="E5StringListCompleter" ref="eric5.E5Gui.E5Completers.html#E5StringListCompleter" />
-      <keyword name="E5DirCompleter (Constructor)" id="E5DirCompleter (Constructor)" ref="eric5.E5Gui.E5Completers.html#E5DirCompleter.__init__" />
-      <keyword name="E5FileCompleter (Constructor)" id="E5FileCompleter (Constructor)" ref="eric5.E5Gui.E5Completers.html#E5FileCompleter.__init__" />
-      <keyword name="E5StringListCompleter (Constructor)" id="E5StringListCompleter (Constructor)" ref="eric5.E5Gui.E5Completers.html#E5StringListCompleter.__init__" />
-      <keyword name="E5Led (Module)" id="E5Led (Module)" ref="eric5.E5Gui.E5Led.html" />
-      <keyword name="E5Led" id="E5Led" ref="eric5.E5Gui.E5Led.html#E5Led" />
-      <keyword name="E5Led (Constructor)" id="E5Led (Constructor)" ref="eric5.E5Gui.E5Led.html#E5Led.__init__" />
-      <keyword name="E5Led.__getBestRoundSize" id="E5Led.__getBestRoundSize" ref="eric5.E5Gui.E5Led.html#E5Led.__getBestRoundSize" />
-      <keyword name="E5Led.__paintRectangular" id="E5Led.__paintRectangular" ref="eric5.E5Gui.E5Led.html#E5Led.__paintRectangular" />
-      <keyword name="E5Led.__paintRound" id="E5Led.__paintRound" ref="eric5.E5Gui.E5Led.html#E5Led.__paintRound" />
-      <keyword name="E5Led.color" id="E5Led.color" ref="eric5.E5Gui.E5Led.html#E5Led.color" />
-      <keyword name="E5Led.darkFactor" id="E5Led.darkFactor" ref="eric5.E5Gui.E5Led.html#E5Led.darkFactor" />
-      <keyword name="E5Led.isFramed" id="E5Led.isFramed" ref="eric5.E5Gui.E5Led.html#E5Led.isFramed" />
-      <keyword name="E5Led.isOn" id="E5Led.isOn" ref="eric5.E5Gui.E5Led.html#E5Led.isOn" />
-      <keyword name="E5Led.minimumSizeHint" id="E5Led.minimumSizeHint" ref="eric5.E5Gui.E5Led.html#E5Led.minimumSizeHint" />
-      <keyword name="E5Led.off" id="E5Led.off" ref="eric5.E5Gui.E5Led.html#E5Led.off" />
-      <keyword name="E5Led.on" id="E5Led.on" ref="eric5.E5Gui.E5Led.html#E5Led.on" />
-      <keyword name="E5Led.paintEvent" id="E5Led.paintEvent" ref="eric5.E5Gui.E5Led.html#E5Led.paintEvent" />
-      <keyword name="E5Led.ratio" id="E5Led.ratio" ref="eric5.E5Gui.E5Led.html#E5Led.ratio" />
-      <keyword name="E5Led.setColor" id="E5Led.setColor" ref="eric5.E5Gui.E5Led.html#E5Led.setColor" />
-      <keyword name="E5Led.setDarkFactor" id="E5Led.setDarkFactor" ref="eric5.E5Gui.E5Led.html#E5Led.setDarkFactor" />
-      <keyword name="E5Led.setFramed" id="E5Led.setFramed" ref="eric5.E5Gui.E5Led.html#E5Led.setFramed" />
-      <keyword name="E5Led.setOn" id="E5Led.setOn" ref="eric5.E5Gui.E5Led.html#E5Led.setOn" />
-      <keyword name="E5Led.setRatio" id="E5Led.setRatio" ref="eric5.E5Gui.E5Led.html#E5Led.setRatio" />
-      <keyword name="E5Led.setShape" id="E5Led.setShape" ref="eric5.E5Gui.E5Led.html#E5Led.setShape" />
-      <keyword name="E5Led.shape" id="E5Led.shape" ref="eric5.E5Gui.E5Led.html#E5Led.shape" />
-      <keyword name="E5Led.sizeHint" id="E5Led.sizeHint" ref="eric5.E5Gui.E5Led.html#E5Led.sizeHint" />
-      <keyword name="E5Led.toggle" id="E5Led.toggle" ref="eric5.E5Gui.E5Led.html#E5Led.toggle" />
-      <keyword name="E5LineEdit (Module)" id="E5LineEdit (Module)" ref="eric5.E5Gui.E5LineEdit.html" />
-      <keyword name="E5LineEdit" id="E5LineEdit" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit" />
-      <keyword name="E5LineEdit (Constructor)" id="E5LineEdit (Constructor)" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.__init__" />
-      <keyword name="E5LineEdit.inactiveText" id="E5LineEdit.inactiveText" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.inactiveText" />
-      <keyword name="E5LineEdit.paintEvent" id="E5LineEdit.paintEvent" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.paintEvent" />
-      <keyword name="E5LineEdit.setInactiveText" id="E5LineEdit.setInactiveText" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.setInactiveText" />
-      <keyword name="E5ListView (Module)" id="E5ListView (Module)" ref="eric5.E5Gui.E5ListView.html" />
-      <keyword name="E5ListView" id="E5ListView" ref="eric5.E5Gui.E5ListView.html#E5ListView" />
-      <keyword name="E5ListView.keyPressEvent" id="E5ListView.keyPressEvent" ref="eric5.E5Gui.E5ListView.html#E5ListView.keyPressEvent" />
-      <keyword name="E5ListView.removeAll" id="E5ListView.removeAll" ref="eric5.E5Gui.E5ListView.html#E5ListView.removeAll" />
-      <keyword name="E5ListView.removeSelected" id="E5ListView.removeSelected" ref="eric5.E5Gui.E5ListView.html#E5ListView.removeSelected" />
-      <keyword name="E5ModelMenu (Module)" id="E5ModelMenu (Module)" ref="eric5.E5Gui.E5ModelMenu.html" />
-      <keyword name="E5ModelMenu" id="E5ModelMenu" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu" />
-      <keyword name="E5ModelMenu (Constructor)" id="E5ModelMenu (Constructor)" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__init__" />
-      <keyword name="E5ModelMenu.__aboutToShow" id="E5ModelMenu.__aboutToShow" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__aboutToShow" />
-      <keyword name="E5ModelMenu.__actionTriggered" id="E5ModelMenu.__actionTriggered" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__actionTriggered" />
-      <keyword name="E5ModelMenu.__makeAction" id="E5ModelMenu.__makeAction" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__makeAction" />
-      <keyword name="E5ModelMenu.createBaseMenu" id="E5ModelMenu.createBaseMenu" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.createBaseMenu" />
-      <keyword name="E5ModelMenu.createMenu" id="E5ModelMenu.createMenu" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.createMenu" />
-      <keyword name="E5ModelMenu.dragEnterEvent" id="E5ModelMenu.dragEnterEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.dragEnterEvent" />
-      <keyword name="E5ModelMenu.dropEvent" id="E5ModelMenu.dropEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.dropEvent" />
-      <keyword name="E5ModelMenu.firstSeparator" id="E5ModelMenu.firstSeparator" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.firstSeparator" />
-      <keyword name="E5ModelMenu.index" id="E5ModelMenu.index" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.index" />
-      <keyword name="E5ModelMenu.makeAction" id="E5ModelMenu.makeAction" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.makeAction" />
-      <keyword name="E5ModelMenu.maxRows" id="E5ModelMenu.maxRows" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.maxRows" />
-      <keyword name="E5ModelMenu.model" id="E5ModelMenu.model" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.model" />
-      <keyword name="E5ModelMenu.mouseMoveEvent" id="E5ModelMenu.mouseMoveEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.mouseMoveEvent" />
-      <keyword name="E5ModelMenu.mousePressEvent" id="E5ModelMenu.mousePressEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.mousePressEvent" />
-      <keyword name="E5ModelMenu.mouseReleaseEvent" id="E5ModelMenu.mouseReleaseEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.mouseReleaseEvent" />
-      <keyword name="E5ModelMenu.postPopulated" id="E5ModelMenu.postPopulated" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.postPopulated" />
-      <keyword name="E5ModelMenu.prePopulated" id="E5ModelMenu.prePopulated" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.prePopulated" />
-      <keyword name="E5ModelMenu.removeEntry" id="E5ModelMenu.removeEntry" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.removeEntry" />
-      <keyword name="E5ModelMenu.resetFlags" id="E5ModelMenu.resetFlags" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.resetFlags" />
-      <keyword name="E5ModelMenu.rootIndex" id="E5ModelMenu.rootIndex" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.rootIndex" />
-      <keyword name="E5ModelMenu.separatorRole" id="E5ModelMenu.separatorRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.separatorRole" />
-      <keyword name="E5ModelMenu.setFirstSeparator" id="E5ModelMenu.setFirstSeparator" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setFirstSeparator" />
-      <keyword name="E5ModelMenu.setMaxRows" id="E5ModelMenu.setMaxRows" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setMaxRows" />
-      <keyword name="E5ModelMenu.setModel" id="E5ModelMenu.setModel" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setModel" />
-      <keyword name="E5ModelMenu.setRootIndex" id="E5ModelMenu.setRootIndex" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setRootIndex" />
-      <keyword name="E5ModelMenu.setSeparatorRole" id="E5ModelMenu.setSeparatorRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setSeparatorRole" />
-      <keyword name="E5ModelMenu.setStatusBarTextRole" id="E5ModelMenu.setStatusBarTextRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setStatusBarTextRole" />
-      <keyword name="E5ModelMenu.statusBarTextRole" id="E5ModelMenu.statusBarTextRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.statusBarTextRole" />
-      <keyword name="E5ModelToolBar (Module)" id="E5ModelToolBar (Module)" ref="eric5.E5Gui.E5ModelToolBar.html" />
-      <keyword name="E5ModelToolBar" id="E5ModelToolBar" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar" />
-      <keyword name="E5ModelToolBar (Constructor)" id="E5ModelToolBar (Constructor)" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.__init__" />
-      <keyword name="E5ModelToolBar._build" id="E5ModelToolBar._build" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar._build" />
-      <keyword name="E5ModelToolBar._createMenu" id="E5ModelToolBar._createMenu" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar._createMenu" />
-      <keyword name="E5ModelToolBar.dragEnterEvent" id="E5ModelToolBar.dragEnterEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.dragEnterEvent" />
-      <keyword name="E5ModelToolBar.dropEvent" id="E5ModelToolBar.dropEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.dropEvent" />
-      <keyword name="E5ModelToolBar.eventFilter" id="E5ModelToolBar.eventFilter" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.eventFilter" />
-      <keyword name="E5ModelToolBar.hideEvent" id="E5ModelToolBar.hideEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.hideEvent" />
-      <keyword name="E5ModelToolBar.index" id="E5ModelToolBar.index" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.index" />
-      <keyword name="E5ModelToolBar.model" id="E5ModelToolBar.model" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.model" />
-      <keyword name="E5ModelToolBar.mouseMoveEvent" id="E5ModelToolBar.mouseMoveEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.mouseMoveEvent" />
-      <keyword name="E5ModelToolBar.resetFlags" id="E5ModelToolBar.resetFlags" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.resetFlags" />
-      <keyword name="E5ModelToolBar.rootIndex" id="E5ModelToolBar.rootIndex" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.rootIndex" />
-      <keyword name="E5ModelToolBar.setModel" id="E5ModelToolBar.setModel" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.setModel" />
-      <keyword name="E5ModelToolBar.setRootIndex" id="E5ModelToolBar.setRootIndex" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.setRootIndex" />
-      <keyword name="E5ModelToolBar.showEvent" id="E5ModelToolBar.showEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.showEvent" />
-      <keyword name="E5SideBar (Module)" id="E5SideBar (Module)" ref="eric5.E5Gui.E5SideBar.html" />
-      <keyword name="E5SideBar" id="E5SideBar" ref="eric5.E5Gui.E5SideBar.html#E5SideBar" />
-      <keyword name="E5SideBar (Constructor)" id="E5SideBar (Constructor)" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.__init__" />
-      <keyword name="E5SideBar.__appFocusChanged" id="E5SideBar.__appFocusChanged" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.__appFocusChanged" />
-      <keyword name="E5SideBar.__autoHideToggled" id="E5SideBar.__autoHideToggled" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.__autoHideToggled" />
-      <keyword name="E5SideBar.addTab" id="E5SideBar.addTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.addTab" />
-      <keyword name="E5SideBar.clear" id="E5SideBar.clear" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.clear" />
-      <keyword name="E5SideBar.count" id="E5SideBar.count" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.count" />
-      <keyword name="E5SideBar.currentIndex" id="E5SideBar.currentIndex" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.currentIndex" />
-      <keyword name="E5SideBar.currentWidget" id="E5SideBar.currentWidget" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.currentWidget" />
-      <keyword name="E5SideBar.enterEvent" id="E5SideBar.enterEvent" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.enterEvent" />
-      <keyword name="E5SideBar.eventFilter" id="E5SideBar.eventFilter" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.eventFilter" />
-      <keyword name="E5SideBar.expand" id="E5SideBar.expand" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.expand" />
-      <keyword name="E5SideBar.indexOf" id="E5SideBar.indexOf" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.indexOf" />
-      <keyword name="E5SideBar.insertTab" id="E5SideBar.insertTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.insertTab" />
-      <keyword name="E5SideBar.isAutoHiding" id="E5SideBar.isAutoHiding" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.isAutoHiding" />
-      <keyword name="E5SideBar.isMinimized" id="E5SideBar.isMinimized" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.isMinimized" />
-      <keyword name="E5SideBar.isTabEnabled" id="E5SideBar.isTabEnabled" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.isTabEnabled" />
-      <keyword name="E5SideBar.leaveEvent" id="E5SideBar.leaveEvent" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.leaveEvent" />
-      <keyword name="E5SideBar.nextTab" id="E5SideBar.nextTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.nextTab" />
-      <keyword name="E5SideBar.orientation" id="E5SideBar.orientation" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.orientation" />
-      <keyword name="E5SideBar.prevTab" id="E5SideBar.prevTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.prevTab" />
-      <keyword name="E5SideBar.removeTab" id="E5SideBar.removeTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.removeTab" />
-      <keyword name="E5SideBar.restoreState" id="E5SideBar.restoreState" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.restoreState" />
-      <keyword name="E5SideBar.saveState" id="E5SideBar.saveState" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.saveState" />
-      <keyword name="E5SideBar.setCurrentIndex" id="E5SideBar.setCurrentIndex" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setCurrentIndex" />
-      <keyword name="E5SideBar.setCurrentWidget" id="E5SideBar.setCurrentWidget" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setCurrentWidget" />
-      <keyword name="E5SideBar.setOrientation" id="E5SideBar.setOrientation" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setOrientation" />
-      <keyword name="E5SideBar.setSplitter" id="E5SideBar.setSplitter" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setSplitter" />
-      <keyword name="E5SideBar.setTabEnabled" id="E5SideBar.setTabEnabled" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabEnabled" />
-      <keyword name="E5SideBar.setTabIcon" id="E5SideBar.setTabIcon" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabIcon" />
-      <keyword name="E5SideBar.setTabText" id="E5SideBar.setTabText" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabText" />
-      <keyword name="E5SideBar.setTabToolTip" id="E5SideBar.setTabToolTip" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabToolTip" />
-      <keyword name="E5SideBar.setTabWhatsThis" id="E5SideBar.setTabWhatsThis" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabWhatsThis" />
-      <keyword name="E5SideBar.shrink" id="E5SideBar.shrink" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.shrink" />
-      <keyword name="E5SideBar.tabIcon" id="E5SideBar.tabIcon" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabIcon" />
-      <keyword name="E5SideBar.tabText" id="E5SideBar.tabText" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabText" />
-      <keyword name="E5SideBar.tabToolTip" id="E5SideBar.tabToolTip" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabToolTip" />
-      <keyword name="E5SideBar.tabWhatsThis" id="E5SideBar.tabWhatsThis" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabWhatsThis" />
-      <keyword name="E5SideBar.widget" id="E5SideBar.widget" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.widget" />
-      <keyword name="E5SingleApplication (Module)" id="E5SingleApplication (Module)" ref="eric5.E5Gui.E5SingleApplication.html" />
-      <keyword name="E5SingleApplicationClient" id="E5SingleApplicationClient" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient" />
-      <keyword name="E5SingleApplicationServer" id="E5SingleApplicationServer" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer" />
-      <keyword name="E5SingleApplicationClient (Constructor)" id="E5SingleApplicationClient (Constructor)" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__init__" />
-      <keyword name="E5SingleApplicationClient.__openFile" id="E5SingleApplicationClient.__openFile" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__openFile" />
-      <keyword name="E5SingleApplicationClient.__openProject" id="E5SingleApplicationClient.__openProject" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__openProject" />
-      <keyword name="E5SingleApplicationClient.__sendArguments" id="E5SingleApplicationClient.__sendArguments" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__sendArguments" />
-      <keyword name="E5SingleApplicationClient.processArgs" id="E5SingleApplicationClient.processArgs" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.processArgs" />
-      <keyword name="E5SingleApplicationServer (Constructor)" id="E5SingleApplicationServer (Constructor)" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__init__" />
-      <keyword name="E5SingleApplicationServer.__saArguments" id="E5SingleApplicationServer.__saArguments" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__saArguments" />
-      <keyword name="E5SingleApplicationServer.__saOpenFile" id="E5SingleApplicationServer.__saOpenFile" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__saOpenFile" />
-      <keyword name="E5SingleApplicationServer.__saOpenProject" id="E5SingleApplicationServer.__saOpenProject" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__saOpenProject" />
-      <keyword name="E5SingleApplicationServer.handleCommand" id="E5SingleApplicationServer.handleCommand" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.handleCommand" />
-      <keyword name="E5SqueezeLabels (Module)" id="E5SqueezeLabels (Module)" ref="eric5.E5Gui.E5SqueezeLabels.html" />
-      <keyword name="E5SqueezeLabel" id="E5SqueezeLabel" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel" />
-      <keyword name="E5SqueezeLabelPath" id="E5SqueezeLabelPath" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath" />
-      <keyword name="E5SqueezeLabel (Constructor)" id="E5SqueezeLabel (Constructor)" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel.__init__" />
-      <keyword name="E5SqueezeLabel.paintEvent" id="E5SqueezeLabel.paintEvent" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel.paintEvent" />
-      <keyword name="E5SqueezeLabel.setText" id="E5SqueezeLabel.setText" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel.setText" />
-      <keyword name="E5SqueezeLabelPath (Constructor)" id="E5SqueezeLabelPath (Constructor)" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.__init__" />
-      <keyword name="E5SqueezeLabelPath.length" id="E5SqueezeLabelPath.length" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.length" />
-      <keyword name="E5SqueezeLabelPath.paintEvent" id="E5SqueezeLabelPath.paintEvent" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.paintEvent" />
-      <keyword name="E5SqueezeLabelPath.setPath" id="E5SqueezeLabelPath.setPath" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.setPath" />
-      <keyword name="E5SqueezeLabelPath.setSurrounding" id="E5SqueezeLabelPath.setSurrounding" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.setSurrounding" />
-      <keyword name="E5SqueezeLabelPath.setTextPath" id="E5SqueezeLabelPath.setTextPath" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.setTextPath" />
-      <keyword name="E5TableView (Module)" id="E5TableView (Module)" ref="eric5.E5Gui.E5TableView.html" />
-      <keyword name="E5TableView" id="E5TableView" ref="eric5.E5Gui.E5TableView.html#E5TableView" />
-      <keyword name="E5TableView.keyPressEvent" id="E5TableView.keyPressEvent" ref="eric5.E5Gui.E5TableView.html#E5TableView.keyPressEvent" />
-      <keyword name="E5TableView.removeAll" id="E5TableView.removeAll" ref="eric5.E5Gui.E5TableView.html#E5TableView.removeAll" />
-      <keyword name="E5TableView.removeSelected" id="E5TableView.removeSelected" ref="eric5.E5Gui.E5TableView.html#E5TableView.removeSelected" />
-      <keyword name="E5TabWidget (Module)" id="E5TabWidget (Module)" ref="eric5.E5Gui.E5TabWidget.html" />
-      <keyword name="E5DnDTabBar" id="E5DnDTabBar" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar" />
-      <keyword name="E5TabWidget" id="E5TabWidget" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget" />
-      <keyword name="E5WheelTabBar" id="E5WheelTabBar" ref="eric5.E5Gui.E5TabWidget.html#E5WheelTabBar" />
-      <keyword name="E5DnDTabBar (Constructor)" id="E5DnDTabBar (Constructor)" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.__init__" />
-      <keyword name="E5DnDTabBar.dragEnterEvent" id="E5DnDTabBar.dragEnterEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.dragEnterEvent" />
-      <keyword name="E5DnDTabBar.dropEvent" id="E5DnDTabBar.dropEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.dropEvent" />
-      <keyword name="E5DnDTabBar.mouseMoveEvent" id="E5DnDTabBar.mouseMoveEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.mouseMoveEvent" />
-      <keyword name="E5DnDTabBar.mousePressEvent" id="E5DnDTabBar.mousePressEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.mousePressEvent" />
-      <keyword name="E5TabWidget (Constructor)" id="E5TabWidget (Constructor)" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__init__" />
-      <keyword name="E5TabWidget.__currentChanged" id="E5TabWidget.__currentChanged" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__currentChanged" />
-      <keyword name="E5TabWidget.__freeSide" id="E5TabWidget.__freeSide" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__freeSide" />
-      <keyword name="E5TabWidget.__handleTabCustomContextMenuRequested" id="E5TabWidget.__handleTabCustomContextMenuRequested" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__handleTabCustomContextMenuRequested" />
-      <keyword name="E5TabWidget.animationLabel" id="E5TabWidget.animationLabel" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.animationLabel" />
-      <keyword name="E5TabWidget.moveTab" id="E5TabWidget.moveTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.moveTab" />
-      <keyword name="E5TabWidget.nextTab" id="E5TabWidget.nextTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.nextTab" />
-      <keyword name="E5TabWidget.prevTab" id="E5TabWidget.prevTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.prevTab" />
-      <keyword name="E5TabWidget.resetAnimation" id="E5TabWidget.resetAnimation" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.resetAnimation" />
-      <keyword name="E5TabWidget.selectTab" id="E5TabWidget.selectTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.selectTab" />
-      <keyword name="E5TabWidget.setTabContextMenuPolicy" id="E5TabWidget.setTabContextMenuPolicy" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.setTabContextMenuPolicy" />
-      <keyword name="E5TabWidget.switchTab" id="E5TabWidget.switchTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.switchTab" />
-      <keyword name="E5WheelTabBar (Constructor)" id="E5WheelTabBar (Constructor)" ref="eric5.E5Gui.E5TabWidget.html#E5WheelTabBar.__init__" />
-      <keyword name="E5WheelTabBar.wheelEvent" id="E5WheelTabBar.wheelEvent" ref="eric5.E5Gui.E5TabWidget.html#E5WheelTabBar.wheelEvent" />
-      <keyword name="E5ToolBarDialog (Module)" id="E5ToolBarDialog (Module)" ref="eric5.E5Gui.E5ToolBarDialog.html" />
-      <keyword name="E5ToolBarDialog" id="E5ToolBarDialog" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog" />
-      <keyword name="E5ToolBarItem" id="E5ToolBarItem" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarItem" />
-      <keyword name="E5ToolBarDialog (Constructor)" id="E5ToolBarDialog (Constructor)" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__init__" />
-      <keyword name="E5ToolBarDialog.__resetCurrentToolbar" id="E5ToolBarDialog.__resetCurrentToolbar" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__resetCurrentToolbar" />
-      <keyword name="E5ToolBarDialog.__restoreCurrentToolbar" id="E5ToolBarDialog.__restoreCurrentToolbar" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__restoreCurrentToolbar" />
-      <keyword name="E5ToolBarDialog.__restoreCurrentToolbarToDefault" id="E5ToolBarDialog.__restoreCurrentToolbarToDefault" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__restoreCurrentToolbarToDefault" />
-      <keyword name="E5ToolBarDialog.__saveToolBars" id="E5ToolBarDialog.__saveToolBars" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__saveToolBars" />
-      <keyword name="E5ToolBarDialog.__setupButtons" id="E5ToolBarDialog.__setupButtons" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__setupButtons" />
-      <keyword name="E5ToolBarDialog.__toolbarComboBox_currentIndexChanged" id="E5ToolBarDialog.__toolbarComboBox_currentIndexChanged" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__toolbarComboBox_currentIndexChanged" />
-      <keyword name="E5ToolBarDialog.on_actionsTree_currentItemChanged" id="E5ToolBarDialog.on_actionsTree_currentItemChanged" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_actionsTree_currentItemChanged" />
-      <keyword name="E5ToolBarDialog.on_buttonBox_clicked" id="E5ToolBarDialog.on_buttonBox_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_buttonBox_clicked" />
-      <keyword name="E5ToolBarDialog.on_downButton_clicked" id="E5ToolBarDialog.on_downButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_downButton_clicked" />
-      <keyword name="E5ToolBarDialog.on_leftButton_clicked" id="E5ToolBarDialog.on_leftButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_leftButton_clicked" />
-      <keyword name="E5ToolBarDialog.on_newButton_clicked" id="E5ToolBarDialog.on_newButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_newButton_clicked" />
-      <keyword name="E5ToolBarDialog.on_removeButton_clicked" id="E5ToolBarDialog.on_removeButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_removeButton_clicked" />
-      <keyword name="E5ToolBarDialog.on_renameButton_clicked" id="E5ToolBarDialog.on_renameButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_renameButton_clicked" />
-      <keyword name="E5ToolBarDialog.on_rightButton_clicked" id="E5ToolBarDialog.on_rightButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_rightButton_clicked" />
-      <keyword name="E5ToolBarDialog.on_toolbarActionsList_currentItemChanged" id="E5ToolBarDialog.on_toolbarActionsList_currentItemChanged" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_toolbarActionsList_currentItemChanged" />
-      <keyword name="E5ToolBarDialog.on_upButton_clicked" id="E5ToolBarDialog.on_upButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_upButton_clicked" />
-      <keyword name="E5ToolBarItem (Constructor)" id="E5ToolBarItem (Constructor)" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarItem.__init__" />
-      <keyword name="E5ToolBarManager (Module)" id="E5ToolBarManager (Module)" ref="eric5.E5Gui.E5ToolBarManager.html" />
-      <keyword name="E5ToolBarManager" id="E5ToolBarManager" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager" />
-      <keyword name="E5ToolBarManager (Constructor)" id="E5ToolBarManager (Constructor)" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__init__" />
-      <keyword name="E5ToolBarManager.__findAction" id="E5ToolBarManager.__findAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__findAction" />
-      <keyword name="E5ToolBarManager.__findDefaultToolBar" id="E5ToolBarManager.__findDefaultToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__findDefaultToolBar" />
-      <keyword name="E5ToolBarManager.__toolBarByName" id="E5ToolBarManager.__toolBarByName" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__toolBarByName" />
-      <keyword name="E5ToolBarManager.actionById" id="E5ToolBarManager.actionById" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.actionById" />
-      <keyword name="E5ToolBarManager.addAction" id="E5ToolBarManager.addAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.addAction" />
-      <keyword name="E5ToolBarManager.addToolBar" id="E5ToolBarManager.addToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.addToolBar" />
-      <keyword name="E5ToolBarManager.categories" id="E5ToolBarManager.categories" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.categories" />
-      <keyword name="E5ToolBarManager.categoryActions" id="E5ToolBarManager.categoryActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.categoryActions" />
-      <keyword name="E5ToolBarManager.createToolBar" id="E5ToolBarManager.createToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.createToolBar" />
-      <keyword name="E5ToolBarManager.defaultToolBarActions" id="E5ToolBarManager.defaultToolBarActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.defaultToolBarActions" />
-      <keyword name="E5ToolBarManager.defaultToolBars" id="E5ToolBarManager.defaultToolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.defaultToolBars" />
-      <keyword name="E5ToolBarManager.deleteToolBar" id="E5ToolBarManager.deleteToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.deleteToolBar" />
-      <keyword name="E5ToolBarManager.isDefaultToolBar" id="E5ToolBarManager.isDefaultToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.isDefaultToolBar" />
-      <keyword name="E5ToolBarManager.isWidgetAction" id="E5ToolBarManager.isWidgetAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.isWidgetAction" />
-      <keyword name="E5ToolBarManager.mainWindow" id="E5ToolBarManager.mainWindow" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.mainWindow" />
-      <keyword name="E5ToolBarManager.removeAction" id="E5ToolBarManager.removeAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.removeAction" />
-      <keyword name="E5ToolBarManager.removeToolBar" id="E5ToolBarManager.removeToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.removeToolBar" />
-      <keyword name="E5ToolBarManager.removeWidgetActions" id="E5ToolBarManager.removeWidgetActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.removeWidgetActions" />
-      <keyword name="E5ToolBarManager.renameToolBar" id="E5ToolBarManager.renameToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.renameToolBar" />
-      <keyword name="E5ToolBarManager.resetAllToolBars" id="E5ToolBarManager.resetAllToolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.resetAllToolBars" />
-      <keyword name="E5ToolBarManager.resetToolBar" id="E5ToolBarManager.resetToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.resetToolBar" />
-      <keyword name="E5ToolBarManager.restoreState" id="E5ToolBarManager.restoreState" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.restoreState" />
-      <keyword name="E5ToolBarManager.saveState" id="E5ToolBarManager.saveState" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.saveState" />
-      <keyword name="E5ToolBarManager.setMainWindow" id="E5ToolBarManager.setMainWindow" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.setMainWindow" />
-      <keyword name="E5ToolBarManager.setToolBar" id="E5ToolBarManager.setToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.setToolBar" />
-      <keyword name="E5ToolBarManager.setToolBars" id="E5ToolBarManager.setToolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.setToolBars" />
-      <keyword name="E5ToolBarManager.toolBarActions" id="E5ToolBarManager.toolBarActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarActions" />
-      <keyword name="E5ToolBarManager.toolBarById" id="E5ToolBarManager.toolBarById" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarById" />
-      <keyword name="E5ToolBarManager.toolBarWidgetAction" id="E5ToolBarManager.toolBarWidgetAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarWidgetAction" />
-      <keyword name="E5ToolBarManager.toolBars" id="E5ToolBarManager.toolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBars" />
-      <keyword name="E5ToolBarManager.toolBarsActions" id="E5ToolBarManager.toolBarsActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarsActions" />
-      <keyword name="E5ToolBox (Module)" id="E5ToolBox (Module)" ref="eric5.E5Gui.E5ToolBox.html" />
-      <keyword name="E5HorizontalToolBox" id="E5HorizontalToolBox" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox" />
-      <keyword name="E5VerticalToolBox" id="E5VerticalToolBox" ref="eric5.E5Gui.E5ToolBox.html#E5VerticalToolBox" />
-      <keyword name="E5HorizontalToolBox (Constructor)" id="E5HorizontalToolBox (Constructor)" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.__init__" />
-      <keyword name="E5HorizontalToolBox.addItem" id="E5HorizontalToolBox.addItem" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.addItem" />
-      <keyword name="E5HorizontalToolBox.insertItem" id="E5HorizontalToolBox.insertItem" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.insertItem" />
-      <keyword name="E5HorizontalToolBox.setItemEnabled" id="E5HorizontalToolBox.setItemEnabled" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.setItemEnabled" />
-      <keyword name="E5HorizontalToolBox.setItemToolTip" id="E5HorizontalToolBox.setItemToolTip" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.setItemToolTip" />
-      <keyword name="E5VerticalToolBox (Constructor)" id="E5VerticalToolBox (Constructor)" ref="eric5.E5Gui.E5ToolBox.html#E5VerticalToolBox.__init__" />
-      <keyword name="E5VerticalToolBox.wheelEvent" id="E5VerticalToolBox.wheelEvent" ref="eric5.E5Gui.E5ToolBox.html#E5VerticalToolBox.wheelEvent" />
-      <keyword name="E5TreeSortFilterProxyModel (Module)" id="E5TreeSortFilterProxyModel (Module)" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html" />
-      <keyword name="E5TreeSortFilterProxyModel" id="E5TreeSortFilterProxyModel" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel" />
-      <keyword name="E5TreeSortFilterProxyModel (Constructor)" id="E5TreeSortFilterProxyModel (Constructor)" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel.__init__" />
-      <keyword name="E5TreeSortFilterProxyModel.filterAcceptsRow" id="E5TreeSortFilterProxyModel.filterAcceptsRow" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel.filterAcceptsRow" />
-      <keyword name="E5TreeSortFilterProxyModel.hasChildren" id="E5TreeSortFilterProxyModel.hasChildren" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel.hasChildren" />
-      <keyword name="E5TreeView (Module)" id="E5TreeView (Module)" ref="eric5.E5Gui.E5TreeView.html" />
-      <keyword name="E5TreeView" id="E5TreeView" ref="eric5.E5Gui.E5TreeView.html#E5TreeView" />
-      <keyword name="E5TreeView.keyPressEvent" id="E5TreeView.keyPressEvent" ref="eric5.E5Gui.E5TreeView.html#E5TreeView.keyPressEvent" />
-      <keyword name="E5TreeView.removeAll" id="E5TreeView.removeAll" ref="eric5.E5Gui.E5TreeView.html#E5TreeView.removeAll" />
-      <keyword name="E5TreeView.removeSelected" id="E5TreeView.removeSelected" ref="eric5.E5Gui.E5TreeView.html#E5TreeView.removeSelected" />
-      <keyword name="E5Network (Package)" id="E5Network (Package)" ref="index-eric5.E5Network.html" />
-      <keyword name="E5NetworkHeaderDetailsDialog (Module)" id="E5NetworkHeaderDetailsDialog (Module)" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html" />
-      <keyword name="E5NetworkHeaderDetailsDialog" id="E5NetworkHeaderDetailsDialog" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html#E5NetworkHeaderDetailsDialog" />
-      <keyword name="E5NetworkHeaderDetailsDialog (Constructor)" id="E5NetworkHeaderDetailsDialog (Constructor)" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html#E5NetworkHeaderDetailsDialog.__init__" />
-      <keyword name="E5NetworkHeaderDetailsDialog.setData" id="E5NetworkHeaderDetailsDialog.setData" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html#E5NetworkHeaderDetailsDialog.setData" />
-      <keyword name="E5NetworkMonitor (Module)" id="E5NetworkMonitor (Module)" ref="eric5.E5Network.E5NetworkMonitor.html" />
-      <keyword name="E5NetworkMonitor" id="E5NetworkMonitor" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor" />
-      <keyword name="E5NetworkRequest" id="E5NetworkRequest" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkRequest" />
-      <keyword name="E5RequestModel" id="E5RequestModel" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel" />
-      <keyword name="E5NetworkMonitor (Constructor)" id="E5NetworkMonitor (Constructor)" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.__init__" />
-      <keyword name="E5NetworkMonitor.__currentChanged" id="E5NetworkMonitor.__currentChanged" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.__currentChanged" />
-      <keyword name="E5NetworkMonitor.__showHeaderDetails" id="E5NetworkMonitor.__showHeaderDetails" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.__showHeaderDetails" />
-      <keyword name="E5NetworkMonitor.closeEvent" id="E5NetworkMonitor.closeEvent" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.closeEvent" />
-      <keyword name="E5NetworkMonitor.closeMonitor" id="E5NetworkMonitor.closeMonitor" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.closeMonitor" />
-      <keyword name="E5NetworkMonitor.instance" id="E5NetworkMonitor.instance" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.instance" />
-      <keyword name="E5NetworkMonitor.reject" id="E5NetworkMonitor.reject" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.reject" />
-      <keyword name="E5NetworkRequest (Constructor)" id="E5NetworkRequest (Constructor)" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkRequest.__init__" />
-      <keyword name="E5RequestModel (Constructor)" id="E5RequestModel (Constructor)" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__init__" />
-      <keyword name="E5RequestModel.__addReply" id="E5RequestModel.__addReply" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__addReply" />
-      <keyword name="E5RequestModel.__addRequest" id="E5RequestModel.__addRequest" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__addRequest" />
-      <keyword name="E5RequestModel.__requestCreated" id="E5RequestModel.__requestCreated" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__requestCreated" />
-      <keyword name="E5RequestModel.columnCount" id="E5RequestModel.columnCount" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.columnCount" />
-      <keyword name="E5RequestModel.data" id="E5RequestModel.data" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.data" />
-      <keyword name="E5RequestModel.headerData" id="E5RequestModel.headerData" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.headerData" />
-      <keyword name="E5RequestModel.removeRows" id="E5RequestModel.removeRows" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.removeRows" />
-      <keyword name="E5RequestModel.rowCount" id="E5RequestModel.rowCount" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.rowCount" />
-      <keyword name="E5NetworkProxyFactory (Module)" id="E5NetworkProxyFactory (Module)" ref="eric5.E5Network.E5NetworkProxyFactory.html" />
-      <keyword name="E5NetworkProxyFactory" id="E5NetworkProxyFactory" ref="eric5.E5Network.E5NetworkProxyFactory.html#E5NetworkProxyFactory" />
-      <keyword name="proxyAuthenticationRequired" id="proxyAuthenticationRequired" ref="eric5.E5Network.E5NetworkProxyFactory.html#proxyAuthenticationRequired" />
-      <keyword name="schemeFromProxyType" id="schemeFromProxyType" ref="eric5.E5Network.E5NetworkProxyFactory.html#schemeFromProxyType" />
-      <keyword name="E5NetworkProxyFactory (Constructor)" id="E5NetworkProxyFactory (Constructor)" ref="eric5.E5Network.E5NetworkProxyFactory.html#E5NetworkProxyFactory.__init__" />
-      <keyword name="E5NetworkProxyFactory.queryProxy" id="E5NetworkProxyFactory.queryProxy" ref="eric5.E5Network.E5NetworkProxyFactory.html#E5NetworkProxyFactory.queryProxy" />
-      <keyword name="E5XML (Package)" id="E5XML (Package)" ref="index-eric5.E5XML.html" />
-      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.E5XML.Config.html" />
-      <keyword name="DebuggerPropertiesHandler (Module)" id="DebuggerPropertiesHandler (Module)" ref="eric5.E5XML.DebuggerPropertiesHandler.html" />
-      <keyword name="DebuggerPropertiesHandler" id="DebuggerPropertiesHandler" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler" />
-      <keyword name="DebuggerPropertiesHandler (Constructor)" id="DebuggerPropertiesHandler (Constructor)" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.__init__" />
-      <keyword name="DebuggerPropertiesHandler.endConsoleDebugger" id="DebuggerPropertiesHandler.endConsoleDebugger" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endConsoleDebugger" />
-      <keyword name="DebuggerPropertiesHandler.endDebugClient" id="DebuggerPropertiesHandler.endDebugClient" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endDebugClient" />
-      <keyword name="DebuggerPropertiesHandler.endEnvironment" id="DebuggerPropertiesHandler.endEnvironment" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endEnvironment" />
-      <keyword name="DebuggerPropertiesHandler.endInterpreter" id="DebuggerPropertiesHandler.endInterpreter" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endInterpreter" />
-      <keyword name="DebuggerPropertiesHandler.endLocalPath" id="DebuggerPropertiesHandler.endLocalPath" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endLocalPath" />
-      <keyword name="DebuggerPropertiesHandler.endRemoteCommand" id="DebuggerPropertiesHandler.endRemoteCommand" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endRemoteCommand" />
-      <keyword name="DebuggerPropertiesHandler.endRemoteHost" id="DebuggerPropertiesHandler.endRemoteHost" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endRemoteHost" />
-      <keyword name="DebuggerPropertiesHandler.endRemotePath" id="DebuggerPropertiesHandler.endRemotePath" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.endRemotePath" />
-      <keyword name="DebuggerPropertiesHandler.getVersion" id="DebuggerPropertiesHandler.getVersion" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.getVersion" />
-      <keyword name="DebuggerPropertiesHandler.startConsoleDebugger" id="DebuggerPropertiesHandler.startConsoleDebugger" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startConsoleDebugger" />
-      <keyword name="DebuggerPropertiesHandler.startDebuggerProperties" id="DebuggerPropertiesHandler.startDebuggerProperties" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startDebuggerProperties" />
-      <keyword name="DebuggerPropertiesHandler.startDocumentDebuggerProperties" id="DebuggerPropertiesHandler.startDocumentDebuggerProperties" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startDocumentDebuggerProperties" />
-      <keyword name="DebuggerPropertiesHandler.startEnvironment" id="DebuggerPropertiesHandler.startEnvironment" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startEnvironment" />
-      <keyword name="DebuggerPropertiesHandler.startNoencoding" id="DebuggerPropertiesHandler.startNoencoding" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startNoencoding" />
-      <keyword name="DebuggerPropertiesHandler.startPathTranslation" id="DebuggerPropertiesHandler.startPathTranslation" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startPathTranslation" />
-      <keyword name="DebuggerPropertiesHandler.startRedirect" id="DebuggerPropertiesHandler.startRedirect" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startRedirect" />
-      <keyword name="DebuggerPropertiesHandler.startRemoteDebugger" id="DebuggerPropertiesHandler.startRemoteDebugger" ref="eric5.E5XML.DebuggerPropertiesHandler.html#DebuggerPropertiesHandler.startRemoteDebugger" />
-      <keyword name="DebuggerPropertiesWriter (Module)" id="DebuggerPropertiesWriter (Module)" ref="eric5.E5XML.DebuggerPropertiesWriter.html" />
-      <keyword name="DebuggerPropertiesWriter" id="DebuggerPropertiesWriter" ref="eric5.E5XML.DebuggerPropertiesWriter.html#DebuggerPropertiesWriter" />
-      <keyword name="DebuggerPropertiesWriter (Constructor)" id="DebuggerPropertiesWriter (Constructor)" ref="eric5.E5XML.DebuggerPropertiesWriter.html#DebuggerPropertiesWriter.__init__" />
-      <keyword name="DebuggerPropertiesWriter.writeXML" id="DebuggerPropertiesWriter.writeXML" ref="eric5.E5XML.DebuggerPropertiesWriter.html#DebuggerPropertiesWriter.writeXML" />
-      <keyword name="HighlightingStylesHandler (Module)" id="HighlightingStylesHandler (Module)" ref="eric5.E5XML.HighlightingStylesHandler.html" />
-      <keyword name="HighlightingStylesHandler" id="HighlightingStylesHandler" ref="eric5.E5XML.HighlightingStylesHandler.html#HighlightingStylesHandler" />
-      <keyword name="HighlightingStylesHandler (Constructor)" id="HighlightingStylesHandler (Constructor)" ref="eric5.E5XML.HighlightingStylesHandler.html#HighlightingStylesHandler.__init__" />
-      <keyword name="HighlightingStylesHandler.getVersion" id="HighlightingStylesHandler.getVersion" ref="eric5.E5XML.HighlightingStylesHandler.html#HighlightingStylesHandler.getVersion" />
-      <keyword name="HighlightingStylesHandler.startDocumentHighlightingStyles" id="HighlightingStylesHandler.startDocumentHighlightingStyles" ref="eric5.E5XML.HighlightingStylesHandler.html#HighlightingStylesHandler.startDocumentHighlightingStyles" />
-      <keyword name="HighlightingStylesHandler.startHighlightingStyles" id="HighlightingStylesHandler.startHighlightingStyles" ref="eric5.E5XML.HighlightingStylesHandler.html#HighlightingStylesHandler.startHighlightingStyles" />
-      <keyword name="HighlightingStylesHandler.startLexer" id="HighlightingStylesHandler.startLexer" ref="eric5.E5XML.HighlightingStylesHandler.html#HighlightingStylesHandler.startLexer" />
-      <keyword name="HighlightingStylesHandler.startStyle" id="HighlightingStylesHandler.startStyle" ref="eric5.E5XML.HighlightingStylesHandler.html#HighlightingStylesHandler.startStyle" />
-      <keyword name="HighlightingStylesWriter (Module)" id="HighlightingStylesWriter (Module)" ref="eric5.E5XML.HighlightingStylesWriter.html" />
-      <keyword name="HighlightingStylesWriter" id="HighlightingStylesWriter" ref="eric5.E5XML.HighlightingStylesWriter.html#HighlightingStylesWriter" />
-      <keyword name="HighlightingStylesWriter (Constructor)" id="HighlightingStylesWriter (Constructor)" ref="eric5.E5XML.HighlightingStylesWriter.html#HighlightingStylesWriter.__init__" />
-      <keyword name="HighlightingStylesWriter.writeXML" id="HighlightingStylesWriter.writeXML" ref="eric5.E5XML.HighlightingStylesWriter.html#HighlightingStylesWriter.writeXML" />
-      <keyword name="MultiProjectHandler (Module)" id="MultiProjectHandler (Module)" ref="eric5.E5XML.MultiProjectHandler.html" />
-      <keyword name="MultiProjectHandler" id="MultiProjectHandler" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler" />
-      <keyword name="MultiProjectHandler (Constructor)" id="MultiProjectHandler (Constructor)" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.__init__" />
-      <keyword name="MultiProjectHandler.endDescription" id="MultiProjectHandler.endDescription" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.endDescription" />
-      <keyword name="MultiProjectHandler.endProject" id="MultiProjectHandler.endProject" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.endProject" />
-      <keyword name="MultiProjectHandler.endProjectDescription" id="MultiProjectHandler.endProjectDescription" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.endProjectDescription" />
-      <keyword name="MultiProjectHandler.endProjectFile" id="MultiProjectHandler.endProjectFile" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.endProjectFile" />
-      <keyword name="MultiProjectHandler.endProjectName" id="MultiProjectHandler.endProjectName" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.endProjectName" />
-      <keyword name="MultiProjectHandler.getVersion" id="MultiProjectHandler.getVersion" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.getVersion" />
-      <keyword name="MultiProjectHandler.startDocumentMultiProject" id="MultiProjectHandler.startDocumentMultiProject" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.startDocumentMultiProject" />
-      <keyword name="MultiProjectHandler.startMultiProject" id="MultiProjectHandler.startMultiProject" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.startMultiProject" />
-      <keyword name="MultiProjectHandler.startProject" id="MultiProjectHandler.startProject" ref="eric5.E5XML.MultiProjectHandler.html#MultiProjectHandler.startProject" />
-      <keyword name="MultiProjectWriter (Module)" id="MultiProjectWriter (Module)" ref="eric5.E5XML.MultiProjectWriter.html" />
-      <keyword name="MultiProjectWriter" id="MultiProjectWriter" ref="eric5.E5XML.MultiProjectWriter.html#MultiProjectWriter" />
-      <keyword name="MultiProjectWriter (Constructor)" id="MultiProjectWriter (Constructor)" ref="eric5.E5XML.MultiProjectWriter.html#MultiProjectWriter.__init__" />
-      <keyword name="MultiProjectWriter.writeXML" id="MultiProjectWriter.writeXML" ref="eric5.E5XML.MultiProjectWriter.html#MultiProjectWriter.writeXML" />
-      <keyword name="PluginRepositoryHandler (Module)" id="PluginRepositoryHandler (Module)" ref="eric5.E5XML.PluginRepositoryHandler.html" />
-      <keyword name="PluginRepositoryHandler" id="PluginRepositoryHandler" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler" />
-      <keyword name="PluginRepositoryHandler (Constructor)" id="PluginRepositoryHandler (Constructor)" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.__init__" />
-      <keyword name="PluginRepositoryHandler.endAuthor" id="PluginRepositoryHandler.endAuthor" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endAuthor" />
-      <keyword name="PluginRepositoryHandler.endDescription" id="PluginRepositoryHandler.endDescription" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endDescription" />
-      <keyword name="PluginRepositoryHandler.endFilename" id="PluginRepositoryHandler.endFilename" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endFilename" />
-      <keyword name="PluginRepositoryHandler.endName" id="PluginRepositoryHandler.endName" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endName" />
-      <keyword name="PluginRepositoryHandler.endPlugin" id="PluginRepositoryHandler.endPlugin" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endPlugin" />
-      <keyword name="PluginRepositoryHandler.endRepositoryUrl" id="PluginRepositoryHandler.endRepositoryUrl" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endRepositoryUrl" />
-      <keyword name="PluginRepositoryHandler.endShort" id="PluginRepositoryHandler.endShort" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endShort" />
-      <keyword name="PluginRepositoryHandler.endUrl" id="PluginRepositoryHandler.endUrl" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endUrl" />
-      <keyword name="PluginRepositoryHandler.endVersion" id="PluginRepositoryHandler.endVersion" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.endVersion" />
-      <keyword name="PluginRepositoryHandler.getVersion" id="PluginRepositoryHandler.getVersion" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.getVersion" />
-      <keyword name="PluginRepositoryHandler.startDocumentPlugins" id="PluginRepositoryHandler.startDocumentPlugins" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.startDocumentPlugins" />
-      <keyword name="PluginRepositoryHandler.startPlugin" id="PluginRepositoryHandler.startPlugin" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.startPlugin" />
-      <keyword name="PluginRepositoryHandler.startPlugins" id="PluginRepositoryHandler.startPlugins" ref="eric5.E5XML.PluginRepositoryHandler.html#PluginRepositoryHandler.startPlugins" />
-      <keyword name="ProjectHandler (Module)" id="ProjectHandler (Module)" ref="eric5.E5XML.ProjectHandler.html" />
-      <keyword name="ProjectHandler" id="ProjectHandler" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler" />
-      <keyword name="ProjectHandler (Constructor)" id="ProjectHandler (Constructor)" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.__init__" />
-      <keyword name="ProjectHandler.__buildPath" id="ProjectHandler.__buildPath" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.__buildPath" />
-      <keyword name="ProjectHandler.endAuthor" id="ProjectHandler.endAuthor" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endAuthor" />
-      <keyword name="ProjectHandler.endCheckersParams" id="ProjectHandler.endCheckersParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endCheckersParams" />
-      <keyword name="ProjectHandler.endCxfreezeParams" id="ProjectHandler.endCxfreezeParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endCxfreezeParams" />
-      <keyword name="ProjectHandler.endDescription" id="ProjectHandler.endDescription" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endDescription" />
-      <keyword name="ProjectHandler.endDir" id="ProjectHandler.endDir" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endDir" />
-      <keyword name="ProjectHandler.endDocumentationParams" id="ProjectHandler.endDocumentationParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endDocumentationParams" />
-      <keyword name="ProjectHandler.endEmail" id="ProjectHandler.endEmail" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endEmail" />
-      <keyword name="ProjectHandler.endEric4ApiParams" id="ProjectHandler.endEric4ApiParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endEric4ApiParams" />
-      <keyword name="ProjectHandler.endEric4DocParams" id="ProjectHandler.endEric4DocParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endEric4DocParams" />
-      <keyword name="ProjectHandler.endForm" id="ProjectHandler.endForm" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endForm" />
-      <keyword name="ProjectHandler.endHash" id="ProjectHandler.endHash" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endHash" />
-      <keyword name="ProjectHandler.endInterface" id="ProjectHandler.endInterface" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endInterface" />
-      <keyword name="ProjectHandler.endLanguage" id="ProjectHandler.endLanguage" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endLanguage" />
-      <keyword name="ProjectHandler.endMainScript" id="ProjectHandler.endMainScript" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endMainScript" />
-      <keyword name="ProjectHandler.endName" id="ProjectHandler.endName" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endName" />
-      <keyword name="ProjectHandler.endOther" id="ProjectHandler.endOther" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endOther" />
-      <keyword name="ProjectHandler.endOtherToolsParams" id="ProjectHandler.endOtherToolsParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endOtherToolsParams" />
-      <keyword name="ProjectHandler.endPackagersParams" id="ProjectHandler.endPackagersParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endPackagersParams" />
-      <keyword name="ProjectHandler.endProgLanguage" id="ProjectHandler.endProgLanguage" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endProgLanguage" />
-      <keyword name="ProjectHandler.endProjectExcludeList" id="ProjectHandler.endProjectExcludeList" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endProjectExcludeList" />
-      <keyword name="ProjectHandler.endProjectType" id="ProjectHandler.endProjectType" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endProjectType" />
-      <keyword name="ProjectHandler.endProjectTypeSpecificData" id="ProjectHandler.endProjectTypeSpecificData" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endProjectTypeSpecificData" />
-      <keyword name="ProjectHandler.endProjectWordList" id="ProjectHandler.endProjectWordList" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endProjectWordList" />
-      <keyword name="ProjectHandler.endPyLintParams" id="ProjectHandler.endPyLintParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endPyLintParams" />
-      <keyword name="ProjectHandler.endResource" id="ProjectHandler.endResource" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endResource" />
-      <keyword name="ProjectHandler.endSource" id="ProjectHandler.endSource" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endSource" />
-      <keyword name="ProjectHandler.endTranslation" id="ProjectHandler.endTranslation" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endTranslation" />
-      <keyword name="ProjectHandler.endTranslationException" id="ProjectHandler.endTranslationException" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endTranslationException" />
-      <keyword name="ProjectHandler.endTranslationPattern" id="ProjectHandler.endTranslationPattern" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endTranslationPattern" />
-      <keyword name="ProjectHandler.endTranslationPrefix" id="ProjectHandler.endTranslationPrefix" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endTranslationPrefix" />
-      <keyword name="ProjectHandler.endTranslationsBinPath" id="ProjectHandler.endTranslationsBinPath" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endTranslationsBinPath" />
-      <keyword name="ProjectHandler.endUIType" id="ProjectHandler.endUIType" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endUIType" />
-      <keyword name="ProjectHandler.endVcsOptions" id="ProjectHandler.endVcsOptions" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endVcsOptions" />
-      <keyword name="ProjectHandler.endVcsOtherData" id="ProjectHandler.endVcsOtherData" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endVcsOtherData" />
-      <keyword name="ProjectHandler.endVcsType" id="ProjectHandler.endVcsType" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endVcsType" />
-      <keyword name="ProjectHandler.endVersion" id="ProjectHandler.endVersion" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.endVersion" />
-      <keyword name="ProjectHandler.getVersion" id="ProjectHandler.getVersion" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.getVersion" />
-      <keyword name="ProjectHandler.startCheckersParams" id="ProjectHandler.startCheckersParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startCheckersParams" />
-      <keyword name="ProjectHandler.startCxfreezeParams" id="ProjectHandler.startCxfreezeParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startCxfreezeParams" />
-      <keyword name="ProjectHandler.startDocumentProject" id="ProjectHandler.startDocumentProject" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startDocumentProject" />
-      <keyword name="ProjectHandler.startDocumentationParams" id="ProjectHandler.startDocumentationParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startDocumentationParams" />
-      <keyword name="ProjectHandler.startEol" id="ProjectHandler.startEol" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startEol" />
-      <keyword name="ProjectHandler.startEric4ApiParams" id="ProjectHandler.startEric4ApiParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startEric4ApiParams" />
-      <keyword name="ProjectHandler.startEric4DocParams" id="ProjectHandler.startEric4DocParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startEric4DocParams" />
-      <keyword name="ProjectHandler.startFiletypeAssociation" id="ProjectHandler.startFiletypeAssociation" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startFiletypeAssociation" />
-      <keyword name="ProjectHandler.startForm" id="ProjectHandler.startForm" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startForm" />
-      <keyword name="ProjectHandler.startInterface" id="ProjectHandler.startInterface" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startInterface" />
-      <keyword name="ProjectHandler.startLexerAssociation" id="ProjectHandler.startLexerAssociation" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startLexerAssociation" />
-      <keyword name="ProjectHandler.startMainScript" id="ProjectHandler.startMainScript" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startMainScript" />
-      <keyword name="ProjectHandler.startOther" id="ProjectHandler.startOther" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startOther" />
-      <keyword name="ProjectHandler.startOtherToolsParams" id="ProjectHandler.startOtherToolsParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startOtherToolsParams" />
-      <keyword name="ProjectHandler.startPackagersParams" id="ProjectHandler.startPackagersParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startPackagersParams" />
-      <keyword name="ProjectHandler.startProgLanguage" id="ProjectHandler.startProgLanguage" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startProgLanguage" />
-      <keyword name="ProjectHandler.startProject" id="ProjectHandler.startProject" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startProject" />
-      <keyword name="ProjectHandler.startProjectTypeSpecificData" id="ProjectHandler.startProjectTypeSpecificData" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startProjectTypeSpecificData" />
-      <keyword name="ProjectHandler.startPyLintParams" id="ProjectHandler.startPyLintParams" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startPyLintParams" />
-      <keyword name="ProjectHandler.startResource" id="ProjectHandler.startResource" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startResource" />
-      <keyword name="ProjectHandler.startSource" id="ProjectHandler.startSource" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startSource" />
-      <keyword name="ProjectHandler.startTranslation" id="ProjectHandler.startTranslation" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startTranslation" />
-      <keyword name="ProjectHandler.startTranslationException" id="ProjectHandler.startTranslationException" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startTranslationException" />
-      <keyword name="ProjectHandler.startTranslationPrefix" id="ProjectHandler.startTranslationPrefix" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startTranslationPrefix" />
-      <keyword name="ProjectHandler.startTranslationsBinPath" id="ProjectHandler.startTranslationsBinPath" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startTranslationsBinPath" />
-      <keyword name="ProjectHandler.startVcsOptions" id="ProjectHandler.startVcsOptions" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startVcsOptions" />
-      <keyword name="ProjectHandler.startVcsOtherData" id="ProjectHandler.startVcsOtherData" ref="eric5.E5XML.ProjectHandler.html#ProjectHandler.startVcsOtherData" />
-      <keyword name="ProjectWriter (Module)" id="ProjectWriter (Module)" ref="eric5.E5XML.ProjectWriter.html" />
-      <keyword name="ProjectWriter" id="ProjectWriter" ref="eric5.E5XML.ProjectWriter.html#ProjectWriter" />
-      <keyword name="ProjectWriter (Constructor)" id="ProjectWriter (Constructor)" ref="eric5.E5XML.ProjectWriter.html#ProjectWriter.__init__" />
-      <keyword name="ProjectWriter.writeXML" id="ProjectWriter.writeXML" ref="eric5.E5XML.ProjectWriter.html#ProjectWriter.writeXML" />
-      <keyword name="SessionHandler (Module)" id="SessionHandler (Module)" ref="eric5.E5XML.SessionHandler.html" />
-      <keyword name="SessionHandler" id="SessionHandler" ref="eric5.E5XML.SessionHandler.html#SessionHandler" />
-      <keyword name="SessionHandler (Constructor)" id="SessionHandler (Constructor)" ref="eric5.E5XML.SessionHandler.html#SessionHandler.__init__" />
-      <keyword name="SessionHandler.endBFilename" id="SessionHandler.endBFilename" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endBFilename" />
-      <keyword name="SessionHandler.endBookmark" id="SessionHandler.endBookmark" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endBookmark" />
-      <keyword name="SessionHandler.endBreakpoint" id="SessionHandler.endBreakpoint" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endBreakpoint" />
-      <keyword name="SessionHandler.endCommandLine" id="SessionHandler.endCommandLine" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endCommandLine" />
-      <keyword name="SessionHandler.endCondition" id="SessionHandler.endCondition" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endCondition" />
-      <keyword name="SessionHandler.endEnvironment" id="SessionHandler.endEnvironment" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endEnvironment" />
-      <keyword name="SessionHandler.endException" id="SessionHandler.endException" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endException" />
-      <keyword name="SessionHandler.endExceptions" id="SessionHandler.endExceptions" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endExceptions" />
-      <keyword name="SessionHandler.endFilename" id="SessionHandler.endFilename" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endFilename" />
-      <keyword name="SessionHandler.endIgnoredException" id="SessionHandler.endIgnoredException" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endIgnoredException" />
-      <keyword name="SessionHandler.endIgnoredExceptions" id="SessionHandler.endIgnoredExceptions" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endIgnoredExceptions" />
-      <keyword name="SessionHandler.endMultiProject" id="SessionHandler.endMultiProject" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endMultiProject" />
-      <keyword name="SessionHandler.endProject" id="SessionHandler.endProject" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endProject" />
-      <keyword name="SessionHandler.endSpecial" id="SessionHandler.endSpecial" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endSpecial" />
-      <keyword name="SessionHandler.endWatchexpression" id="SessionHandler.endWatchexpression" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endWatchexpression" />
-      <keyword name="SessionHandler.endWorkingDirectory" id="SessionHandler.endWorkingDirectory" ref="eric5.E5XML.SessionHandler.html#SessionHandler.endWorkingDirectory" />
-      <keyword name="SessionHandler.getVersion" id="SessionHandler.getVersion" ref="eric5.E5XML.SessionHandler.html#SessionHandler.getVersion" />
-      <keyword name="SessionHandler.startAutoClearShell" id="SessionHandler.startAutoClearShell" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startAutoClearShell" />
-      <keyword name="SessionHandler.startAutoContinue" id="SessionHandler.startAutoContinue" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startAutoContinue" />
-      <keyword name="SessionHandler.startBookmark" id="SessionHandler.startBookmark" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startBookmark" />
-      <keyword name="SessionHandler.startBreakpoint" id="SessionHandler.startBreakpoint" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startBreakpoint" />
-      <keyword name="SessionHandler.startCount" id="SessionHandler.startCount" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startCount" />
-      <keyword name="SessionHandler.startDocumentSession" id="SessionHandler.startDocumentSession" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startDocumentSession" />
-      <keyword name="SessionHandler.startEnabled" id="SessionHandler.startEnabled" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startEnabled" />
-      <keyword name="SessionHandler.startExceptions" id="SessionHandler.startExceptions" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startExceptions" />
-      <keyword name="SessionHandler.startFilename" id="SessionHandler.startFilename" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startFilename" />
-      <keyword name="SessionHandler.startIgnoredExceptions" id="SessionHandler.startIgnoredExceptions" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startIgnoredExceptions" />
-      <keyword name="SessionHandler.startLinenumber" id="SessionHandler.startLinenumber" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startLinenumber" />
-      <keyword name="SessionHandler.startReportExceptions" id="SessionHandler.startReportExceptions" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startReportExceptions" />
-      <keyword name="SessionHandler.startSession" id="SessionHandler.startSession" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startSession" />
-      <keyword name="SessionHandler.startTemporary" id="SessionHandler.startTemporary" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startTemporary" />
-      <keyword name="SessionHandler.startTracePython" id="SessionHandler.startTracePython" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startTracePython" />
-      <keyword name="SessionHandler.startWatchexpression" id="SessionHandler.startWatchexpression" ref="eric5.E5XML.SessionHandler.html#SessionHandler.startWatchexpression" />
-      <keyword name="SessionWriter (Module)" id="SessionWriter (Module)" ref="eric5.E5XML.SessionWriter.html" />
-      <keyword name="SessionWriter" id="SessionWriter" ref="eric5.E5XML.SessionWriter.html#SessionWriter" />
-      <keyword name="SessionWriter (Constructor)" id="SessionWriter (Constructor)" ref="eric5.E5XML.SessionWriter.html#SessionWriter.__init__" />
-      <keyword name="SessionWriter.writeXML" id="SessionWriter.writeXML" ref="eric5.E5XML.SessionWriter.html#SessionWriter.writeXML" />
-      <keyword name="ShortcutsHandler (Module)" id="ShortcutsHandler (Module)" ref="eric5.E5XML.ShortcutsHandler.html" />
-      <keyword name="ShortcutsHandler" id="ShortcutsHandler" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler" />
-      <keyword name="ShortcutsHandler (Constructor)" id="ShortcutsHandler (Constructor)" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.__init__" />
-      <keyword name="ShortcutsHandler.endAccel" id="ShortcutsHandler.endAccel" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.endAccel" />
-      <keyword name="ShortcutsHandler.endAltAccel" id="ShortcutsHandler.endAltAccel" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.endAltAccel" />
-      <keyword name="ShortcutsHandler.endName" id="ShortcutsHandler.endName" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.endName" />
-      <keyword name="ShortcutsHandler.endShortcut" id="ShortcutsHandler.endShortcut" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.endShortcut" />
-      <keyword name="ShortcutsHandler.getShortcuts" id="ShortcutsHandler.getShortcuts" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.getShortcuts" />
-      <keyword name="ShortcutsHandler.getVersion" id="ShortcutsHandler.getVersion" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.getVersion" />
-      <keyword name="ShortcutsHandler.startDocumentShortcuts" id="ShortcutsHandler.startDocumentShortcuts" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.startDocumentShortcuts" />
-      <keyword name="ShortcutsHandler.startShortcut" id="ShortcutsHandler.startShortcut" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.startShortcut" />
-      <keyword name="ShortcutsHandler.startShortcuts" id="ShortcutsHandler.startShortcuts" ref="eric5.E5XML.ShortcutsHandler.html#ShortcutsHandler.startShortcuts" />
-      <keyword name="ShortcutsWriter (Module)" id="ShortcutsWriter (Module)" ref="eric5.E5XML.ShortcutsWriter.html" />
-      <keyword name="ShortcutsWriter" id="ShortcutsWriter" ref="eric5.E5XML.ShortcutsWriter.html#ShortcutsWriter" />
-      <keyword name="ShortcutsWriter (Constructor)" id="ShortcutsWriter (Constructor)" ref="eric5.E5XML.ShortcutsWriter.html#ShortcutsWriter.__init__" />
-      <keyword name="ShortcutsWriter.writeXML" id="ShortcutsWriter.writeXML" ref="eric5.E5XML.ShortcutsWriter.html#ShortcutsWriter.writeXML" />
-      <keyword name="TasksHandler (Module)" id="TasksHandler (Module)" ref="eric5.E5XML.TasksHandler.html" />
-      <keyword name="TasksHandler" id="TasksHandler" ref="eric5.E5XML.TasksHandler.html#TasksHandler" />
-      <keyword name="TasksHandler (Constructor)" id="TasksHandler (Constructor)" ref="eric5.E5XML.TasksHandler.html#TasksHandler.__init__" />
-      <keyword name="TasksHandler.__buildPath" id="TasksHandler.__buildPath" ref="eric5.E5XML.TasksHandler.html#TasksHandler.__buildPath" />
-      <keyword name="TasksHandler.endCreated" id="TasksHandler.endCreated" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endCreated" />
-      <keyword name="TasksHandler.endDescription" id="TasksHandler.endDescription" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endDescription" />
-      <keyword name="TasksHandler.endDir" id="TasksHandler.endDir" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endDir" />
-      <keyword name="TasksHandler.endFilename" id="TasksHandler.endFilename" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endFilename" />
-      <keyword name="TasksHandler.endLinenumber" id="TasksHandler.endLinenumber" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endLinenumber" />
-      <keyword name="TasksHandler.endName" id="TasksHandler.endName" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endName" />
-      <keyword name="TasksHandler.endSummary" id="TasksHandler.endSummary" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endSummary" />
-      <keyword name="TasksHandler.endTask" id="TasksHandler.endTask" ref="eric5.E5XML.TasksHandler.html#TasksHandler.endTask" />
-      <keyword name="TasksHandler.getVersion" id="TasksHandler.getVersion" ref="eric5.E5XML.TasksHandler.html#TasksHandler.getVersion" />
-      <keyword name="TasksHandler.startDocumentTasks" id="TasksHandler.startDocumentTasks" ref="eric5.E5XML.TasksHandler.html#TasksHandler.startDocumentTasks" />
-      <keyword name="TasksHandler.startFilename" id="TasksHandler.startFilename" ref="eric5.E5XML.TasksHandler.html#TasksHandler.startFilename" />
-      <keyword name="TasksHandler.startTask" id="TasksHandler.startTask" ref="eric5.E5XML.TasksHandler.html#TasksHandler.startTask" />
-      <keyword name="TasksHandler.startTasks" id="TasksHandler.startTasks" ref="eric5.E5XML.TasksHandler.html#TasksHandler.startTasks" />
-      <keyword name="TasksWriter (Module)" id="TasksWriter (Module)" ref="eric5.E5XML.TasksWriter.html" />
-      <keyword name="TasksWriter" id="TasksWriter" ref="eric5.E5XML.TasksWriter.html#TasksWriter" />
-      <keyword name="TasksWriter (Constructor)" id="TasksWriter (Constructor)" ref="eric5.E5XML.TasksWriter.html#TasksWriter.__init__" />
-      <keyword name="TasksWriter.writeXML" id="TasksWriter.writeXML" ref="eric5.E5XML.TasksWriter.html#TasksWriter.writeXML" />
-      <keyword name="TemplatesHandler (Module)" id="TemplatesHandler (Module)" ref="eric5.E5XML.TemplatesHandler.html" />
-      <keyword name="TemplatesHandler" id="TemplatesHandler" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler" />
-      <keyword name="TemplatesHandler (Constructor)" id="TemplatesHandler (Constructor)" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.__init__" />
-      <keyword name="TemplatesHandler.endTemplate" id="TemplatesHandler.endTemplate" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.endTemplate" />
-      <keyword name="TemplatesHandler.endTemplateDescription" id="TemplatesHandler.endTemplateDescription" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.endTemplateDescription" />
-      <keyword name="TemplatesHandler.endTemplateText" id="TemplatesHandler.endTemplateText" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.endTemplateText" />
-      <keyword name="TemplatesHandler.getVersion" id="TemplatesHandler.getVersion" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.getVersion" />
-      <keyword name="TemplatesHandler.startDocumentTemplates" id="TemplatesHandler.startDocumentTemplates" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.startDocumentTemplates" />
-      <keyword name="TemplatesHandler.startTemplate" id="TemplatesHandler.startTemplate" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.startTemplate" />
-      <keyword name="TemplatesHandler.startTemplateGroup" id="TemplatesHandler.startTemplateGroup" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.startTemplateGroup" />
-      <keyword name="TemplatesHandler.startTemplates" id="TemplatesHandler.startTemplates" ref="eric5.E5XML.TemplatesHandler.html#TemplatesHandler.startTemplates" />
-      <keyword name="TemplatesWriter (Module)" id="TemplatesWriter (Module)" ref="eric5.E5XML.TemplatesWriter.html" />
-      <keyword name="TemplatesWriter" id="TemplatesWriter" ref="eric5.E5XML.TemplatesWriter.html#TemplatesWriter" />
-      <keyword name="TemplatesWriter (Constructor)" id="TemplatesWriter (Constructor)" ref="eric5.E5XML.TemplatesWriter.html#TemplatesWriter.__init__" />
-      <keyword name="TemplatesWriter.writeXML" id="TemplatesWriter.writeXML" ref="eric5.E5XML.TemplatesWriter.html#TemplatesWriter.writeXML" />
-      <keyword name="UserProjectHandler (Module)" id="UserProjectHandler (Module)" ref="eric5.E5XML.UserProjectHandler.html" />
-      <keyword name="UserProjectHandler" id="UserProjectHandler" ref="eric5.E5XML.UserProjectHandler.html#UserProjectHandler" />
-      <keyword name="UserProjectHandler (Constructor)" id="UserProjectHandler (Constructor)" ref="eric5.E5XML.UserProjectHandler.html#UserProjectHandler.__init__" />
-      <keyword name="UserProjectHandler.endVcsType" id="UserProjectHandler.endVcsType" ref="eric5.E5XML.UserProjectHandler.html#UserProjectHandler.endVcsType" />
-      <keyword name="UserProjectHandler.getVersion" id="UserProjectHandler.getVersion" ref="eric5.E5XML.UserProjectHandler.html#UserProjectHandler.getVersion" />
-      <keyword name="UserProjectHandler.startDocumentProject" id="UserProjectHandler.startDocumentProject" ref="eric5.E5XML.UserProjectHandler.html#UserProjectHandler.startDocumentProject" />
-      <keyword name="UserProjectHandler.startUserProject" id="UserProjectHandler.startUserProject" ref="eric5.E5XML.UserProjectHandler.html#UserProjectHandler.startUserProject" />
-      <keyword name="UserProjectHandler.startVcsStatusMonitorInterval" id="UserProjectHandler.startVcsStatusMonitorInterval" ref="eric5.E5XML.UserProjectHandler.html#UserProjectHandler.startVcsStatusMonitorInterval" />
-      <keyword name="UserProjectWriter (Module)" id="UserProjectWriter (Module)" ref="eric5.E5XML.UserProjectWriter.html" />
-      <keyword name="UserProjectWriter" id="UserProjectWriter" ref="eric5.E5XML.UserProjectWriter.html#UserProjectWriter" />
-      <keyword name="UserProjectWriter (Constructor)" id="UserProjectWriter (Constructor)" ref="eric5.E5XML.UserProjectWriter.html#UserProjectWriter.__init__" />
-      <keyword name="UserProjectWriter.writeXML" id="UserProjectWriter.writeXML" ref="eric5.E5XML.UserProjectWriter.html#UserProjectWriter.writeXML" />
-      <keyword name="XMLEntityResolver (Module)" id="XMLEntityResolver (Module)" ref="eric5.E5XML.XMLEntityResolver.html" />
-      <keyword name="XMLEntityResolver" id="XMLEntityResolver" ref="eric5.E5XML.XMLEntityResolver.html#XMLEntityResolver" />
-      <keyword name="XMLEntityResolver.resolveEntity" id="XMLEntityResolver.resolveEntity" ref="eric5.E5XML.XMLEntityResolver.html#XMLEntityResolver.resolveEntity" />
-      <keyword name="XMLErrorHandler (Module)" id="XMLErrorHandler (Module)" ref="eric5.E5XML.XMLErrorHandler.html" />
-      <keyword name="XMLErrorHandler" id="XMLErrorHandler" ref="eric5.E5XML.XMLErrorHandler.html#XMLErrorHandler" />
-      <keyword name="XMLFatalParseError" id="XMLFatalParseError" ref="eric5.E5XML.XMLErrorHandler.html#XMLFatalParseError" />
-      <keyword name="XMLParseError" id="XMLParseError" ref="eric5.E5XML.XMLErrorHandler.html#XMLParseError" />
-      <keyword name="XMLErrorHandler (Constructor)" id="XMLErrorHandler (Constructor)" ref="eric5.E5XML.XMLErrorHandler.html#XMLErrorHandler.__init__" />
-      <keyword name="XMLErrorHandler.error" id="XMLErrorHandler.error" ref="eric5.E5XML.XMLErrorHandler.html#XMLErrorHandler.error" />
-      <keyword name="XMLErrorHandler.fatalError" id="XMLErrorHandler.fatalError" ref="eric5.E5XML.XMLErrorHandler.html#XMLErrorHandler.fatalError" />
-      <keyword name="XMLErrorHandler.getParseMessages" id="XMLErrorHandler.getParseMessages" ref="eric5.E5XML.XMLErrorHandler.html#XMLErrorHandler.getParseMessages" />
-      <keyword name="XMLErrorHandler.showParseMessages" id="XMLErrorHandler.showParseMessages" ref="eric5.E5XML.XMLErrorHandler.html#XMLErrorHandler.showParseMessages" />
-      <keyword name="XMLErrorHandler.warning" id="XMLErrorHandler.warning" ref="eric5.E5XML.XMLErrorHandler.html#XMLErrorHandler.warning" />
-      <keyword name="XMLHandlerBase (Module)" id="XMLHandlerBase (Module)" ref="eric5.E5XML.XMLHandlerBase.html" />
-      <keyword name="XMLHandlerBase" id="XMLHandlerBase" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase" />
-      <keyword name="XMLHandlerBase (Constructor)" id="XMLHandlerBase (Constructor)" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.__init__" />
-      <keyword name="XMLHandlerBase._prepareBasics" id="XMLHandlerBase._prepareBasics" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase._prepareBasics" />
-      <keyword name="XMLHandlerBase.characters" id="XMLHandlerBase.characters" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.characters" />
-      <keyword name="XMLHandlerBase.decodedNewLines" id="XMLHandlerBase.decodedNewLines" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.decodedNewLines" />
-      <keyword name="XMLHandlerBase.defaultEndElement" id="XMLHandlerBase.defaultEndElement" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.defaultEndElement" />
-      <keyword name="XMLHandlerBase.defaultStartElement" id="XMLHandlerBase.defaultStartElement" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.defaultStartElement" />
-      <keyword name="XMLHandlerBase.endBool" id="XMLHandlerBase.endBool" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endBool" />
-      <keyword name="XMLHandlerBase.endBytearray" id="XMLHandlerBase.endBytearray" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endBytearray" />
-      <keyword name="XMLHandlerBase.endBytes" id="XMLHandlerBase.endBytes" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endBytes" />
-      <keyword name="XMLHandlerBase.endComplex" id="XMLHandlerBase.endComplex" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endComplex" />
-      <keyword name="XMLHandlerBase.endDictionary" id="XMLHandlerBase.endDictionary" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endDictionary" />
-      <keyword name="XMLHandlerBase.endElement" id="XMLHandlerBase.endElement" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endElement" />
-      <keyword name="XMLHandlerBase.endFloat" id="XMLHandlerBase.endFloat" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endFloat" />
-      <keyword name="XMLHandlerBase.endFrozenset" id="XMLHandlerBase.endFrozenset" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endFrozenset" />
-      <keyword name="XMLHandlerBase.endInt" id="XMLHandlerBase.endInt" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endInt" />
-      <keyword name="XMLHandlerBase.endList" id="XMLHandlerBase.endList" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endList" />
-      <keyword name="XMLHandlerBase.endNone" id="XMLHandlerBase.endNone" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endNone" />
-      <keyword name="XMLHandlerBase.endPickle" id="XMLHandlerBase.endPickle" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endPickle" />
-      <keyword name="XMLHandlerBase.endSet" id="XMLHandlerBase.endSet" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endSet" />
-      <keyword name="XMLHandlerBase.endString" id="XMLHandlerBase.endString" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endString" />
-      <keyword name="XMLHandlerBase.endTuple" id="XMLHandlerBase.endTuple" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.endTuple" />
-      <keyword name="XMLHandlerBase.startDictionary" id="XMLHandlerBase.startDictionary" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startDictionary" />
-      <keyword name="XMLHandlerBase.startDocument" id="XMLHandlerBase.startDocument" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startDocument" />
-      <keyword name="XMLHandlerBase.startElement" id="XMLHandlerBase.startElement" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startElement" />
-      <keyword name="XMLHandlerBase.startFrozenset" id="XMLHandlerBase.startFrozenset" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startFrozenset" />
-      <keyword name="XMLHandlerBase.startList" id="XMLHandlerBase.startList" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startList" />
-      <keyword name="XMLHandlerBase.startPickle" id="XMLHandlerBase.startPickle" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startPickle" />
-      <keyword name="XMLHandlerBase.startSet" id="XMLHandlerBase.startSet" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startSet" />
-      <keyword name="XMLHandlerBase.startTuple" id="XMLHandlerBase.startTuple" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.startTuple" />
-      <keyword name="XMLHandlerBase.unescape" id="XMLHandlerBase.unescape" ref="eric5.E5XML.XMLHandlerBase.html#XMLHandlerBase.unescape" />
-      <keyword name="XMLMessageDialog (Module)" id="XMLMessageDialog (Module)" ref="eric5.E5XML.XMLMessageDialog.html" />
-      <keyword name="XMLMessageDialog" id="XMLMessageDialog" ref="eric5.E5XML.XMLMessageDialog.html#XMLMessageDialog" />
-      <keyword name="XMLMessageDialog (Constructor)" id="XMLMessageDialog (Constructor)" ref="eric5.E5XML.XMLMessageDialog.html#XMLMessageDialog.__init__" />
-      <keyword name="XMLMessageDialog.__appendText" id="XMLMessageDialog.__appendText" ref="eric5.E5XML.XMLMessageDialog.html#XMLMessageDialog.__appendText" />
-      <keyword name="XMLUtilities (Module)" id="XMLUtilities (Module)" ref="eric5.E5XML.XMLUtilities.html" />
-      <keyword name="make_parser" id="make_parser" ref="eric5.E5XML.XMLUtilities.html#make_parser" />
-      <keyword name="XMLWriterBase (Module)" id="XMLWriterBase (Module)" ref="eric5.E5XML.XMLWriterBase.html" />
-      <keyword name="XMLWriterBase" id="XMLWriterBase" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase" />
-      <keyword name="XMLWriterBase (Constructor)" id="XMLWriterBase (Constructor)" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase.__init__" />
-      <keyword name="XMLWriterBase._write" id="XMLWriterBase._write" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write" />
-      <keyword name="XMLWriterBase._writeBasics" id="XMLWriterBase._writeBasics" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._writeBasics" />
-      <keyword name="XMLWriterBase._write_bool" id="XMLWriterBase._write_bool" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_bool" />
-      <keyword name="XMLWriterBase._write_bytearray" id="XMLWriterBase._write_bytearray" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_bytearray" />
-      <keyword name="XMLWriterBase._write_bytes" id="XMLWriterBase._write_bytes" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_bytes" />
-      <keyword name="XMLWriterBase._write_complex" id="XMLWriterBase._write_complex" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_complex" />
-      <keyword name="XMLWriterBase._write_dictionary" id="XMLWriterBase._write_dictionary" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_dictionary" />
-      <keyword name="XMLWriterBase._write_float" id="XMLWriterBase._write_float" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_float" />
-      <keyword name="XMLWriterBase._write_frozenset" id="XMLWriterBase._write_frozenset" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_frozenset" />
-      <keyword name="XMLWriterBase._write_int" id="XMLWriterBase._write_int" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_int" />
-      <keyword name="XMLWriterBase._write_list" id="XMLWriterBase._write_list" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_list" />
-      <keyword name="XMLWriterBase._write_none" id="XMLWriterBase._write_none" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_none" />
-      <keyword name="XMLWriterBase._write_set" id="XMLWriterBase._write_set" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_set" />
-      <keyword name="XMLWriterBase._write_string" id="XMLWriterBase._write_string" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_string" />
-      <keyword name="XMLWriterBase._write_tuple" id="XMLWriterBase._write_tuple" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_tuple" />
-      <keyword name="XMLWriterBase._write_unimplemented" id="XMLWriterBase._write_unimplemented" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase._write_unimplemented" />
-      <keyword name="XMLWriterBase.encodedNewLines" id="XMLWriterBase.encodedNewLines" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase.encodedNewLines" />
-      <keyword name="XMLWriterBase.escape" id="XMLWriterBase.escape" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase.escape" />
-      <keyword name="XMLWriterBase.writeXML" id="XMLWriterBase.writeXML" ref="eric5.E5XML.XMLWriterBase.html#XMLWriterBase.writeXML" />
-      <keyword name="Globals (Package)" id="Globals (Package)" ref="index-eric5.Globals.html" />
-      <keyword name="isWindowsPlatform" id="isWindowsPlatform" ref="eric5.Globals.__init__.html#isWindowsPlatform" />
-      <keyword name="Graphics (Package)" id="Graphics (Package)" ref="index-eric5.Graphics.html" />
-      <keyword name="ApplicationDiagram (Module)" id="ApplicationDiagram (Module)" ref="eric5.Graphics.ApplicationDiagram.html" />
-      <keyword name="ApplicationDiagram" id="ApplicationDiagram" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram" />
-      <keyword name="ApplicationDiagram (Constructor)" id="ApplicationDiagram (Constructor)" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__init__" />
-      <keyword name="ApplicationDiagram.__addPackage" id="ApplicationDiagram.__addPackage" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__addPackage" />
-      <keyword name="ApplicationDiagram.__buildModulesDict" id="ApplicationDiagram.__buildModulesDict" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__buildModulesDict" />
-      <keyword name="ApplicationDiagram.__buildPackages" id="ApplicationDiagram.__buildPackages" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__buildPackages" />
-      <keyword name="ApplicationDiagram.__createAssociations" id="ApplicationDiagram.__createAssociations" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__createAssociations" />
-      <keyword name="ApplicationDiagram.relayout" id="ApplicationDiagram.relayout" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.relayout" />
-      <keyword name="ApplicationDiagram.show" id="ApplicationDiagram.show" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.show" />
-      <keyword name="AssociationItem (Module)" id="AssociationItem (Module)" ref="eric5.Graphics.AssociationItem.html" />
-      <keyword name="AssociationItem" id="AssociationItem" ref="eric5.Graphics.AssociationItem.html#AssociationItem" />
-      <keyword name="AssociationItem (Constructor)" id="AssociationItem (Constructor)" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__init__" />
-      <keyword name="AssociationItem.__calculateEndingPoints_center" id="AssociationItem.__calculateEndingPoints_center" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__calculateEndingPoints_center" />
-      <keyword name="AssociationItem.__calculateEndingPoints_rectangle" id="AssociationItem.__calculateEndingPoints_rectangle" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__calculateEndingPoints_rectangle" />
-      <keyword name="AssociationItem.__findIntersection" id="AssociationItem.__findIntersection" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__findIntersection" />
-      <keyword name="AssociationItem.__findPointRegion" id="AssociationItem.__findPointRegion" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__findPointRegion" />
-      <keyword name="AssociationItem.__findRectIntersectionPoint" id="AssociationItem.__findRectIntersectionPoint" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__findRectIntersectionPoint" />
-      <keyword name="AssociationItem.__mapRectFromItem" id="AssociationItem.__mapRectFromItem" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__mapRectFromItem" />
-      <keyword name="AssociationItem.__updateEndPoint" id="AssociationItem.__updateEndPoint" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__updateEndPoint" />
-      <keyword name="AssociationItem.unassociate" id="AssociationItem.unassociate" ref="eric5.Graphics.AssociationItem.html#AssociationItem.unassociate" />
-      <keyword name="AssociationItem.widgetMoved" id="AssociationItem.widgetMoved" ref="eric5.Graphics.AssociationItem.html#AssociationItem.widgetMoved" />
-      <keyword name="ClassItem (Module)" id="ClassItem (Module)" ref="eric5.Graphics.ClassItem.html" />
-      <keyword name="ClassItem" id="ClassItem" ref="eric5.Graphics.ClassItem.html#ClassItem" />
-      <keyword name="ClassModel" id="ClassModel" ref="eric5.Graphics.ClassItem.html#ClassModel" />
-      <keyword name="ClassItem (Constructor)" id="ClassItem (Constructor)" ref="eric5.Graphics.ClassItem.html#ClassItem.__init__" />
-      <keyword name="ClassItem.__calculateSize" id="ClassItem.__calculateSize" ref="eric5.Graphics.ClassItem.html#ClassItem.__calculateSize" />
-      <keyword name="ClassItem.__createTexts" id="ClassItem.__createTexts" ref="eric5.Graphics.ClassItem.html#ClassItem.__createTexts" />
-      <keyword name="ClassItem.isExternal" id="ClassItem.isExternal" ref="eric5.Graphics.ClassItem.html#ClassItem.isExternal" />
-      <keyword name="ClassItem.paint" id="ClassItem.paint" ref="eric5.Graphics.ClassItem.html#ClassItem.paint" />
-      <keyword name="ClassItem.setModel" id="ClassItem.setModel" ref="eric5.Graphics.ClassItem.html#ClassItem.setModel" />
-      <keyword name="ClassModel (Constructor)" id="ClassModel (Constructor)" ref="eric5.Graphics.ClassItem.html#ClassModel.__init__" />
-      <keyword name="ClassModel.addAttribute" id="ClassModel.addAttribute" ref="eric5.Graphics.ClassItem.html#ClassModel.addAttribute" />
-      <keyword name="ClassModel.addMethod" id="ClassModel.addMethod" ref="eric5.Graphics.ClassItem.html#ClassModel.addMethod" />
-      <keyword name="ClassModel.getAttributes" id="ClassModel.getAttributes" ref="eric5.Graphics.ClassItem.html#ClassModel.getAttributes" />
-      <keyword name="ClassModel.getMethods" id="ClassModel.getMethods" ref="eric5.Graphics.ClassItem.html#ClassModel.getMethods" />
-      <keyword name="ClassModel.getName" id="ClassModel.getName" ref="eric5.Graphics.ClassItem.html#ClassModel.getName" />
-      <keyword name="GraphicsUtilities (Module)" id="GraphicsUtilities (Module)" ref="eric5.Graphics.GraphicsUtilities.html" />
-      <keyword name="RecursionError" id="RecursionError" ref="eric5.Graphics.GraphicsUtilities.html#RecursionError" />
-      <keyword name="_buildChildrenLists" id="_buildChildrenLists" ref="eric5.Graphics.GraphicsUtilities.html#_buildChildrenLists" />
-      <keyword name="sort" id="sort" ref="eric5.Graphics.GraphicsUtilities.html#sort" />
-      <keyword name="ImportsDiagram (Module)" id="ImportsDiagram (Module)" ref="eric5.Graphics.ImportsDiagram.html" />
-      <keyword name="ImportsDiagram" id="ImportsDiagram" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram" />
-      <keyword name="ImportsDiagram (Constructor)" id="ImportsDiagram (Constructor)" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__init__" />
-      <keyword name="ImportsDiagram.__addModule" id="ImportsDiagram.__addModule" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__addModule" />
-      <keyword name="ImportsDiagram.__buildImports" id="ImportsDiagram.__buildImports" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__buildImports" />
-      <keyword name="ImportsDiagram.__buildModulesDict" id="ImportsDiagram.__buildModulesDict" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__buildModulesDict" />
-      <keyword name="ImportsDiagram.__createAssociations" id="ImportsDiagram.__createAssociations" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__createAssociations" />
-      <keyword name="ImportsDiagram.relayout" id="ImportsDiagram.relayout" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.relayout" />
-      <keyword name="ImportsDiagram.show" id="ImportsDiagram.show" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.show" />
-      <keyword name="ModuleItem (Module)" id="ModuleItem (Module)" ref="eric5.Graphics.ModuleItem.html" />
-      <keyword name="ModuleItem" id="ModuleItem" ref="eric5.Graphics.ModuleItem.html#ModuleItem" />
-      <keyword name="ModuleModel" id="ModuleModel" ref="eric5.Graphics.ModuleItem.html#ModuleModel" />
-      <keyword name="ModuleItem (Constructor)" id="ModuleItem (Constructor)" ref="eric5.Graphics.ModuleItem.html#ModuleItem.__init__" />
-      <keyword name="ModuleItem.__calculateSize" id="ModuleItem.__calculateSize" ref="eric5.Graphics.ModuleItem.html#ModuleItem.__calculateSize" />
-      <keyword name="ModuleItem.__createTexts" id="ModuleItem.__createTexts" ref="eric5.Graphics.ModuleItem.html#ModuleItem.__createTexts" />
-      <keyword name="ModuleItem.paint" id="ModuleItem.paint" ref="eric5.Graphics.ModuleItem.html#ModuleItem.paint" />
-      <keyword name="ModuleItem.setModel" id="ModuleItem.setModel" ref="eric5.Graphics.ModuleItem.html#ModuleItem.setModel" />
-      <keyword name="ModuleModel (Constructor)" id="ModuleModel (Constructor)" ref="eric5.Graphics.ModuleItem.html#ModuleModel.__init__" />
-      <keyword name="ModuleModel.addClass" id="ModuleModel.addClass" ref="eric5.Graphics.ModuleItem.html#ModuleModel.addClass" />
-      <keyword name="ModuleModel.getClasses" id="ModuleModel.getClasses" ref="eric5.Graphics.ModuleItem.html#ModuleModel.getClasses" />
-      <keyword name="ModuleModel.getName" id="ModuleModel.getName" ref="eric5.Graphics.ModuleItem.html#ModuleModel.getName" />
-      <keyword name="PackageDiagram (Module)" id="PackageDiagram (Module)" ref="eric5.Graphics.PackageDiagram.html" />
-      <keyword name="PackageDiagram" id="PackageDiagram" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram" />
-      <keyword name="PackageDiagram (Constructor)" id="PackageDiagram (Constructor)" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__init__" />
-      <keyword name="PackageDiagram.__addExternalClass" id="PackageDiagram.__addExternalClass" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__addExternalClass" />
-      <keyword name="PackageDiagram.__addLocalClass" id="PackageDiagram.__addLocalClass" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__addLocalClass" />
-      <keyword name="PackageDiagram.__arrangeClasses" id="PackageDiagram.__arrangeClasses" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__arrangeClasses" />
-      <keyword name="PackageDiagram.__buildClasses" id="PackageDiagram.__buildClasses" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__buildClasses" />
-      <keyword name="PackageDiagram.__buildModulesDict" id="PackageDiagram.__buildModulesDict" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__buildModulesDict" />
-      <keyword name="PackageDiagram.__createAssociations" id="PackageDiagram.__createAssociations" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__createAssociations" />
-      <keyword name="PackageDiagram.__getCurrentShape" id="PackageDiagram.__getCurrentShape" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__getCurrentShape" />
-      <keyword name="PackageDiagram.relayout" id="PackageDiagram.relayout" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.relayout" />
-      <keyword name="PackageDiagram.show" id="PackageDiagram.show" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.show" />
-      <keyword name="PackageItem (Module)" id="PackageItem (Module)" ref="eric5.Graphics.PackageItem.html" />
-      <keyword name="PackageItem" id="PackageItem" ref="eric5.Graphics.PackageItem.html#PackageItem" />
-      <keyword name="PackageModel" id="PackageModel" ref="eric5.Graphics.PackageItem.html#PackageModel" />
-      <keyword name="PackageItem (Constructor)" id="PackageItem (Constructor)" ref="eric5.Graphics.PackageItem.html#PackageItem.__init__" />
-      <keyword name="PackageItem.__calculateSize" id="PackageItem.__calculateSize" ref="eric5.Graphics.PackageItem.html#PackageItem.__calculateSize" />
-      <keyword name="PackageItem.__createTexts" id="PackageItem.__createTexts" ref="eric5.Graphics.PackageItem.html#PackageItem.__createTexts" />
-      <keyword name="PackageItem.paint" id="PackageItem.paint" ref="eric5.Graphics.PackageItem.html#PackageItem.paint" />
-      <keyword name="PackageItem.setModel" id="PackageItem.setModel" ref="eric5.Graphics.PackageItem.html#PackageItem.setModel" />
-      <keyword name="PackageModel (Constructor)" id="PackageModel (Constructor)" ref="eric5.Graphics.PackageItem.html#PackageModel.__init__" />
-      <keyword name="PackageModel.addModule" id="PackageModel.addModule" ref="eric5.Graphics.PackageItem.html#PackageModel.addModule" />
-      <keyword name="PackageModel.getModules" id="PackageModel.getModules" ref="eric5.Graphics.PackageItem.html#PackageModel.getModules" />
-      <keyword name="PackageModel.getName" id="PackageModel.getName" ref="eric5.Graphics.PackageItem.html#PackageModel.getName" />
-      <keyword name="PixmapDiagram (Module)" id="PixmapDiagram (Module)" ref="eric5.Graphics.PixmapDiagram.html" />
-      <keyword name="PixmapDiagram" id="PixmapDiagram" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram" />
-      <keyword name="PixmapDiagram (Constructor)" id="PixmapDiagram (Constructor)" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__init__" />
-      <keyword name="PixmapDiagram.__adjustScrollBar" id="PixmapDiagram.__adjustScrollBar" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__adjustScrollBar" />
-      <keyword name="PixmapDiagram.__doZoom" id="PixmapDiagram.__doZoom" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__doZoom" />
-      <keyword name="PixmapDiagram.__initActions" id="PixmapDiagram.__initActions" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__initActions" />
-      <keyword name="PixmapDiagram.__initContextMenu" id="PixmapDiagram.__initContextMenu" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__initContextMenu" />
-      <keyword name="PixmapDiagram.__initToolBars" id="PixmapDiagram.__initToolBars" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__initToolBars" />
-      <keyword name="PixmapDiagram.__print" id="PixmapDiagram.__print" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__print" />
-      <keyword name="PixmapDiagram.__printDiagram" id="PixmapDiagram.__printDiagram" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__printDiagram" />
-      <keyword name="PixmapDiagram.__printPreviewDiagram" id="PixmapDiagram.__printPreviewDiagram" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__printPreviewDiagram" />
-      <keyword name="PixmapDiagram.__showContextMenu" id="PixmapDiagram.__showContextMenu" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__showContextMenu" />
-      <keyword name="PixmapDiagram.__showPixmap" id="PixmapDiagram.__showPixmap" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__showPixmap" />
-      <keyword name="PixmapDiagram.__zoom" id="PixmapDiagram.__zoom" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoom" />
-      <keyword name="PixmapDiagram.__zoomIn" id="PixmapDiagram.__zoomIn" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoomIn" />
-      <keyword name="PixmapDiagram.__zoomOut" id="PixmapDiagram.__zoomOut" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoomOut" />
-      <keyword name="PixmapDiagram.__zoomReset" id="PixmapDiagram.__zoomReset" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoomReset" />
-      <keyword name="PixmapDiagram.getDiagramName" id="PixmapDiagram.getDiagramName" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.getDiagramName" />
-      <keyword name="PixmapDiagram.getStatus" id="PixmapDiagram.getStatus" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.getStatus" />
-      <keyword name="SvgDiagram (Module)" id="SvgDiagram (Module)" ref="eric5.Graphics.SvgDiagram.html" />
-      <keyword name="SvgDiagram" id="SvgDiagram" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram" />
-      <keyword name="SvgDiagram (Constructor)" id="SvgDiagram (Constructor)" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__init__" />
-      <keyword name="SvgDiagram.__adjustScrollBar" id="SvgDiagram.__adjustScrollBar" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__adjustScrollBar" />
-      <keyword name="SvgDiagram.__doZoom" id="SvgDiagram.__doZoom" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__doZoom" />
-      <keyword name="SvgDiagram.__initActions" id="SvgDiagram.__initActions" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__initActions" />
-      <keyword name="SvgDiagram.__initContextMenu" id="SvgDiagram.__initContextMenu" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__initContextMenu" />
-      <keyword name="SvgDiagram.__initToolBars" id="SvgDiagram.__initToolBars" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__initToolBars" />
-      <keyword name="SvgDiagram.__print" id="SvgDiagram.__print" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__print" />
-      <keyword name="SvgDiagram.__printDiagram" id="SvgDiagram.__printDiagram" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__printDiagram" />
-      <keyword name="SvgDiagram.__printPreviewDiagram" id="SvgDiagram.__printPreviewDiagram" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__printPreviewDiagram" />
-      <keyword name="SvgDiagram.__showContextMenu" id="SvgDiagram.__showContextMenu" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__showContextMenu" />
-      <keyword name="SvgDiagram.__zoom" id="SvgDiagram.__zoom" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoom" />
-      <keyword name="SvgDiagram.__zoomIn" id="SvgDiagram.__zoomIn" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoomIn" />
-      <keyword name="SvgDiagram.__zoomOut" id="SvgDiagram.__zoomOut" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoomOut" />
-      <keyword name="SvgDiagram.__zoomReset" id="SvgDiagram.__zoomReset" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoomReset" />
-      <keyword name="SvgDiagram.getDiagramName" id="SvgDiagram.getDiagramName" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.getDiagramName" />
-      <keyword name="UMLClassDiagram (Module)" id="UMLClassDiagram (Module)" ref="eric5.Graphics.UMLClassDiagram.html" />
-      <keyword name="UMLClassDiagram" id="UMLClassDiagram" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram" />
-      <keyword name="UMLClassDiagram (Constructor)" id="UMLClassDiagram (Constructor)" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__init__" />
-      <keyword name="UMLClassDiagram.__addExternalClass" id="UMLClassDiagram.__addExternalClass" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__addExternalClass" />
-      <keyword name="UMLClassDiagram.__addLocalClass" id="UMLClassDiagram.__addLocalClass" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__addLocalClass" />
-      <keyword name="UMLClassDiagram.__arrangeClasses" id="UMLClassDiagram.__arrangeClasses" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__arrangeClasses" />
-      <keyword name="UMLClassDiagram.__buildClasses" id="UMLClassDiagram.__buildClasses" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__buildClasses" />
-      <keyword name="UMLClassDiagram.__createAssociations" id="UMLClassDiagram.__createAssociations" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__createAssociations" />
-      <keyword name="UMLClassDiagram.__getCurrentShape" id="UMLClassDiagram.__getCurrentShape" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__getCurrentShape" />
-      <keyword name="UMLClassDiagram.relayout" id="UMLClassDiagram.relayout" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.relayout" />
-      <keyword name="UMLClassDiagram.show" id="UMLClassDiagram.show" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.show" />
-      <keyword name="UMLDialog (Module)" id="UMLDialog (Module)" ref="eric5.Graphics.UMLDialog.html" />
-      <keyword name="UMLDialog" id="UMLDialog" ref="eric5.Graphics.UMLDialog.html#UMLDialog" />
-      <keyword name="UMLDialog (Constructor)" id="UMLDialog (Constructor)" ref="eric5.Graphics.UMLDialog.html#UMLDialog.__init__" />
-      <keyword name="UMLGraphicsView (Module)" id="UMLGraphicsView (Module)" ref="eric5.Graphics.UMLGraphicsView.html" />
-      <keyword name="UMLGraphicsView" id="UMLGraphicsView" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView" />
-      <keyword name="UMLGraphicsView (Constructor)" id="UMLGraphicsView (Constructor)" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__init__" />
-      <keyword name="UMLGraphicsView.__alignShapes" id="UMLGraphicsView.__alignShapes" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__alignShapes" />
-      <keyword name="UMLGraphicsView.__checkSizeActions" id="UMLGraphicsView.__checkSizeActions" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__checkSizeActions" />
-      <keyword name="UMLGraphicsView.__decHeight" id="UMLGraphicsView.__decHeight" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__decHeight" />
-      <keyword name="UMLGraphicsView.__decWidth" id="UMLGraphicsView.__decWidth" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__decWidth" />
-      <keyword name="UMLGraphicsView.__deleteShape" id="UMLGraphicsView.__deleteShape" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__deleteShape" />
-      <keyword name="UMLGraphicsView.__incHeight" id="UMLGraphicsView.__incHeight" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__incHeight" />
-      <keyword name="UMLGraphicsView.__incWidth" id="UMLGraphicsView.__incWidth" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__incWidth" />
-      <keyword name="UMLGraphicsView.__initActions" id="UMLGraphicsView.__initActions" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__initActions" />
-      <keyword name="UMLGraphicsView.__printDiagram" id="UMLGraphicsView.__printDiagram" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__printDiagram" />
-      <keyword name="UMLGraphicsView.__printPreviewDiagram" id="UMLGraphicsView.__printPreviewDiagram" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__printPreviewDiagram" />
-      <keyword name="UMLGraphicsView.__relayout" id="UMLGraphicsView.__relayout" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__relayout" />
-      <keyword name="UMLGraphicsView.__saveImage" id="UMLGraphicsView.__saveImage" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__saveImage" />
-      <keyword name="UMLGraphicsView.__sceneChanged" id="UMLGraphicsView.__sceneChanged" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__sceneChanged" />
-      <keyword name="UMLGraphicsView.__setSize" id="UMLGraphicsView.__setSize" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__setSize" />
-      <keyword name="UMLGraphicsView.__zoom" id="UMLGraphicsView.__zoom" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__zoom" />
-      <keyword name="UMLGraphicsView.filteredItems" id="UMLGraphicsView.filteredItems" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.filteredItems" />
-      <keyword name="UMLGraphicsView.initToolBar" id="UMLGraphicsView.initToolBar" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.initToolBar" />
-      <keyword name="UMLGraphicsView.selectItem" id="UMLGraphicsView.selectItem" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.selectItem" />
-      <keyword name="UMLGraphicsView.selectItems" id="UMLGraphicsView.selectItems" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.selectItems" />
-      <keyword name="UMLGraphicsView.setDiagramName" id="UMLGraphicsView.setDiagramName" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.setDiagramName" />
-      <keyword name="UMLItem (Module)" id="UMLItem (Module)" ref="eric5.Graphics.UMLItem.html" />
-      <keyword name="UMLItem" id="UMLItem" ref="eric5.Graphics.UMLItem.html#UMLItem" />
-      <keyword name="UMLItem (Constructor)" id="UMLItem (Constructor)" ref="eric5.Graphics.UMLItem.html#UMLItem.__init__" />
-      <keyword name="UMLItem.addAssociation" id="UMLItem.addAssociation" ref="eric5.Graphics.UMLItem.html#UMLItem.addAssociation" />
-      <keyword name="UMLItem.adjustAssociations" id="UMLItem.adjustAssociations" ref="eric5.Graphics.UMLItem.html#UMLItem.adjustAssociations" />
-      <keyword name="UMLItem.itemChange" id="UMLItem.itemChange" ref="eric5.Graphics.UMLItem.html#UMLItem.itemChange" />
-      <keyword name="UMLItem.moveBy" id="UMLItem.moveBy" ref="eric5.Graphics.UMLItem.html#UMLItem.moveBy" />
-      <keyword name="UMLItem.paint" id="UMLItem.paint" ref="eric5.Graphics.UMLItem.html#UMLItem.paint" />
-      <keyword name="UMLItem.removeAssociation" id="UMLItem.removeAssociation" ref="eric5.Graphics.UMLItem.html#UMLItem.removeAssociation" />
-      <keyword name="UMLItem.removeAssociations" id="UMLItem.removeAssociations" ref="eric5.Graphics.UMLItem.html#UMLItem.removeAssociations" />
-      <keyword name="UMLItem.setPos" id="UMLItem.setPos" ref="eric5.Graphics.UMLItem.html#UMLItem.setPos" />
-      <keyword name="UMLItem.setSize" id="UMLItem.setSize" ref="eric5.Graphics.UMLItem.html#UMLItem.setSize" />
-      <keyword name="UMLSceneSizeDialog (Module)" id="UMLSceneSizeDialog (Module)" ref="eric5.Graphics.UMLSceneSizeDialog.html" />
-      <keyword name="UMLSceneSizeDialog" id="UMLSceneSizeDialog" ref="eric5.Graphics.UMLSceneSizeDialog.html#UMLSceneSizeDialog" />
-      <keyword name="UMLSceneSizeDialog (Constructor)" id="UMLSceneSizeDialog (Constructor)" ref="eric5.Graphics.UMLSceneSizeDialog.html#UMLSceneSizeDialog.__init__" />
-      <keyword name="UMLSceneSizeDialog.getData" id="UMLSceneSizeDialog.getData" ref="eric5.Graphics.UMLSceneSizeDialog.html#UMLSceneSizeDialog.getData" />
-      <keyword name="ZoomDialog (Module)" id="ZoomDialog (Module)" ref="eric5.Graphics.ZoomDialog.html" />
-      <keyword name="ZoomDialog" id="ZoomDialog" ref="eric5.Graphics.ZoomDialog.html#ZoomDialog" />
-      <keyword name="ZoomDialog (Constructor)" id="ZoomDialog (Constructor)" ref="eric5.Graphics.ZoomDialog.html#ZoomDialog.__init__" />
-      <keyword name="ZoomDialog.getZoomSize" id="ZoomDialog.getZoomSize" ref="eric5.Graphics.ZoomDialog.html#ZoomDialog.getZoomSize" />
+      <keyword name="EditWatchpointDialog (Module)" id="EditWatchpointDialog (Module)" ref="eric5.Debugger.EditWatchpointDialog.html" />
+      <keyword name="EditWatchpointDialog" id="EditWatchpointDialog" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog" />
+      <keyword name="EditWatchpointDialog (Constructor)" id="EditWatchpointDialog (Constructor)" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog.__init__" />
+      <keyword name="EditWatchpointDialog.__textChanged" id="EditWatchpointDialog.__textChanged" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog.__textChanged" />
+      <keyword name="EditWatchpointDialog.getData" id="EditWatchpointDialog.getData" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog.getData" />
+      <keyword name="Templates (Package)" id="Templates (Package)" ref="index-eric5.Templates.html" />
+      <keyword name="TemplateSingleVariableDialog (Module)" id="TemplateSingleVariableDialog (Module)" ref="eric5.Templates.TemplateSingleVariableDialog.html" />
+      <keyword name="TemplateSingleVariableDialog" id="TemplateSingleVariableDialog" ref="eric5.Templates.TemplateSingleVariableDialog.html#TemplateSingleVariableDialog" />
+      <keyword name="TemplateSingleVariableDialog (Constructor)" id="TemplateSingleVariableDialog (Constructor)" ref="eric5.Templates.TemplateSingleVariableDialog.html#TemplateSingleVariableDialog.__init__" />
+      <keyword name="TemplateSingleVariableDialog.getVariable" id="TemplateSingleVariableDialog.getVariable" ref="eric5.Templates.TemplateSingleVariableDialog.html#TemplateSingleVariableDialog.getVariable" />
+      <keyword name="TemplateViewer (Module)" id="TemplateViewer (Module)" ref="eric5.Templates.TemplateViewer.html" />
+      <keyword name="TemplateEntry" id="TemplateEntry" ref="eric5.Templates.TemplateViewer.html#TemplateEntry" />
+      <keyword name="TemplateGroup" id="TemplateGroup" ref="eric5.Templates.TemplateViewer.html#TemplateGroup" />
+      <keyword name="TemplateViewer" id="TemplateViewer" ref="eric5.Templates.TemplateViewer.html#TemplateViewer" />
+      <keyword name="TemplateEntry (Constructor)" id="TemplateEntry (Constructor)" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__init__" />
+      <keyword name="TemplateEntry.__displayText" id="TemplateEntry.__displayText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__displayText" />
+      <keyword name="TemplateEntry.__expandFormattedVariable" id="TemplateEntry.__expandFormattedVariable" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__expandFormattedVariable" />
+      <keyword name="TemplateEntry.__extractVariables" id="TemplateEntry.__extractVariables" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__extractVariables" />
+      <keyword name="TemplateEntry.getDescription" id="TemplateEntry.getDescription" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getDescription" />
+      <keyword name="TemplateEntry.getExpandedText" id="TemplateEntry.getExpandedText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getExpandedText" />
+      <keyword name="TemplateEntry.getGroupName" id="TemplateEntry.getGroupName" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getGroupName" />
+      <keyword name="TemplateEntry.getName" id="TemplateEntry.getName" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getName" />
+      <keyword name="TemplateEntry.getTemplateText" id="TemplateEntry.getTemplateText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getTemplateText" />
+      <keyword name="TemplateEntry.getVariables" id="TemplateEntry.getVariables" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getVariables" />
+      <keyword name="TemplateEntry.setDescription" id="TemplateEntry.setDescription" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.setDescription" />
+      <keyword name="TemplateEntry.setName" id="TemplateEntry.setName" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.setName" />
+      <keyword name="TemplateEntry.setTemplateText" id="TemplateEntry.setTemplateText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.setTemplateText" />
+      <keyword name="TemplateGroup (Constructor)" id="TemplateGroup (Constructor)" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.__init__" />
+      <keyword name="TemplateGroup.addEntry" id="TemplateGroup.addEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.addEntry" />
+      <keyword name="TemplateGroup.getAllEntries" id="TemplateGroup.getAllEntries" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getAllEntries" />
+      <keyword name="TemplateGroup.getEntry" id="TemplateGroup.getEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getEntry" />
+      <keyword name="TemplateGroup.getEntryNames" id="TemplateGroup.getEntryNames" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getEntryNames" />
+      <keyword name="TemplateGroup.getLanguage" id="TemplateGroup.getLanguage" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getLanguage" />
+      <keyword name="TemplateGroup.getName" id="TemplateGroup.getName" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getName" />
+      <keyword name="TemplateGroup.hasEntry" id="TemplateGroup.hasEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.hasEntry" />
+      <keyword name="TemplateGroup.removeAllEntries" id="TemplateGroup.removeAllEntries" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.removeAllEntries" />
+      <keyword name="TemplateGroup.removeEntry" id="TemplateGroup.removeEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.removeEntry" />
+      <keyword name="TemplateGroup.setLanguage" id="TemplateGroup.setLanguage" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.setLanguage" />
+      <keyword name="TemplateGroup.setName" id="TemplateGroup.setName" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.setName" />
+      <keyword name="TemplateViewer (Constructor)" id="TemplateViewer (Constructor)" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__init__" />
+      <keyword name="TemplateViewer.__addEntry" id="TemplateViewer.__addEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__addEntry" />
+      <keyword name="TemplateViewer.__addGroup" id="TemplateViewer.__addGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__addGroup" />
+      <keyword name="TemplateViewer.__configure" id="TemplateViewer.__configure" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__configure" />
+      <keyword name="TemplateViewer.__edit" id="TemplateViewer.__edit" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__edit" />
+      <keyword name="TemplateViewer.__export" id="TemplateViewer.__export" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__export" />
+      <keyword name="TemplateViewer.__getPredefinedVars" id="TemplateViewer.__getPredefinedVars" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__getPredefinedVars" />
+      <keyword name="TemplateViewer.__import" id="TemplateViewer.__import" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__import" />
+      <keyword name="TemplateViewer.__remove" id="TemplateViewer.__remove" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__remove" />
+      <keyword name="TemplateViewer.__resort" id="TemplateViewer.__resort" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__resort" />
+      <keyword name="TemplateViewer.__save" id="TemplateViewer.__save" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__save" />
+      <keyword name="TemplateViewer.__showContextMenu" id="TemplateViewer.__showContextMenu" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__showContextMenu" />
+      <keyword name="TemplateViewer.__showHelp" id="TemplateViewer.__showHelp" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__showHelp" />
+      <keyword name="TemplateViewer.__templateItemActivated" id="TemplateViewer.__templateItemActivated" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__templateItemActivated" />
+      <keyword name="TemplateViewer.addEntry" id="TemplateViewer.addEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.addEntry" />
+      <keyword name="TemplateViewer.addGroup" id="TemplateViewer.addGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.addGroup" />
+      <keyword name="TemplateViewer.applyNamedTemplate" id="TemplateViewer.applyNamedTemplate" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.applyNamedTemplate" />
+      <keyword name="TemplateViewer.applyTemplate" id="TemplateViewer.applyTemplate" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.applyTemplate" />
+      <keyword name="TemplateViewer.changeEntry" id="TemplateViewer.changeEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.changeEntry" />
+      <keyword name="TemplateViewer.changeGroup" id="TemplateViewer.changeGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.changeGroup" />
+      <keyword name="TemplateViewer.getAllGroups" id="TemplateViewer.getAllGroups" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.getAllGroups" />
+      <keyword name="TemplateViewer.getGroupNames" id="TemplateViewer.getGroupNames" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.getGroupNames" />
+      <keyword name="TemplateViewer.getTemplateNames" id="TemplateViewer.getTemplateNames" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.getTemplateNames" />
+      <keyword name="TemplateViewer.hasTemplate" id="TemplateViewer.hasTemplate" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.hasTemplate" />
+      <keyword name="TemplateViewer.readTemplates" id="TemplateViewer.readTemplates" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.readTemplates" />
+      <keyword name="TemplateViewer.removeEntry" id="TemplateViewer.removeEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.removeEntry" />
+      <keyword name="TemplateViewer.removeGroup" id="TemplateViewer.removeGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.removeGroup" />
+      <keyword name="TemplateViewer.writeTemplates" id="TemplateViewer.writeTemplates" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.writeTemplates" />
+      <keyword name="TemplateMultipleVariablesDialog (Module)" id="TemplateMultipleVariablesDialog (Module)" ref="eric5.Templates.TemplateMultipleVariablesDialog.html" />
+      <keyword name="TemplateMultipleVariablesDialog" id="TemplateMultipleVariablesDialog" ref="eric5.Templates.TemplateMultipleVariablesDialog.html#TemplateMultipleVariablesDialog" />
+      <keyword name="TemplateMultipleVariablesDialog (Constructor)" id="TemplateMultipleVariablesDialog (Constructor)" ref="eric5.Templates.TemplateMultipleVariablesDialog.html#TemplateMultipleVariablesDialog.__init__" />
+      <keyword name="TemplateMultipleVariablesDialog.getVariables" id="TemplateMultipleVariablesDialog.getVariables" ref="eric5.Templates.TemplateMultipleVariablesDialog.html#TemplateMultipleVariablesDialog.getVariables" />
+      <keyword name="TemplatePropertiesDialog (Module)" id="TemplatePropertiesDialog (Module)" ref="eric5.Templates.TemplatePropertiesDialog.html" />
+      <keyword name="TemplatePropertiesDialog" id="TemplatePropertiesDialog" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog" />
+      <keyword name="TemplatePropertiesDialog (Constructor)" id="TemplatePropertiesDialog (Constructor)" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.__init__" />
+      <keyword name="TemplatePropertiesDialog.getData" id="TemplatePropertiesDialog.getData" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.getData" />
+      <keyword name="TemplatePropertiesDialog.keyPressEvent" id="TemplatePropertiesDialog.keyPressEvent" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.keyPressEvent" />
+      <keyword name="TemplatePropertiesDialog.on_helpButton_clicked" id="TemplatePropertiesDialog.on_helpButton_clicked" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.on_helpButton_clicked" />
+      <keyword name="TemplatePropertiesDialog.setSelectedGroup" id="TemplatePropertiesDialog.setSelectedGroup" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.setSelectedGroup" />
+      <keyword name="Utilities (Package)" id="Utilities (Package)" ref="index-eric5.Utilities.html" />
+      <keyword name="CodingError" id="CodingError" ref="eric5.Utilities.__init__.html#CodingError" />
+      <keyword name="__showwarning" id="__showwarning" ref="eric5.Utilities.__init__.html#__showwarning" />
+      <keyword name="_percentReplacementFunc" id="_percentReplacementFunc" ref="eric5.Utilities.__init__.html#_percentReplacementFunc" />
+      <keyword name="compactPath" id="compactPath" ref="eric5.Utilities.__init__.html#compactPath" />
+      <keyword name="compile" id="compile" ref="eric5.Utilities.__init__.html#compile" />
+      <keyword name="convertLineEnds" id="convertLineEnds" ref="eric5.Utilities.__init__.html#convertLineEnds" />
+      <keyword name="decode" id="decode" ref="eric5.Utilities.__init__.html#decode" />
+      <keyword name="direntries" id="direntries" ref="eric5.Utilities.__init__.html#direntries" />
+      <keyword name="encode" id="encode" ref="eric5.Utilities.__init__.html#encode" />
+      <keyword name="escape_entities" id="escape_entities" ref="eric5.Utilities.__init__.html#escape_entities" />
+      <keyword name="escape_uentities" id="escape_uentities" ref="eric5.Utilities.__init__.html#escape_uentities" />
+      <keyword name="fromNativeSeparators" id="fromNativeSeparators" ref="eric5.Utilities.__init__.html#fromNativeSeparators" />
+      <keyword name="generateDistroInfo" id="generateDistroInfo" ref="eric5.Utilities.__init__.html#generateDistroInfo" />
+      <keyword name="generatePluginsVersionInfo" id="generatePluginsVersionInfo" ref="eric5.Utilities.__init__.html#generatePluginsVersionInfo" />
+      <keyword name="generateQtToolName" id="generateQtToolName" ref="eric5.Utilities.__init__.html#generateQtToolName" />
+      <keyword name="generateVersionInfo" id="generateVersionInfo" ref="eric5.Utilities.__init__.html#generateVersionInfo" />
+      <keyword name="getConfigDir" id="getConfigDir" ref="eric5.Utilities.__init__.html#getConfigDir" />
+      <keyword name="getDirs" id="getDirs" ref="eric5.Utilities.__init__.html#getDirs" />
+      <keyword name="getEnvironmentEntry" id="getEnvironmentEntry" ref="eric5.Utilities.__init__.html#getEnvironmentEntry" />
+      <keyword name="getExecutablePath" id="getExecutablePath" ref="eric5.Utilities.__init__.html#getExecutablePath" />
+      <keyword name="getHomeDir" id="getHomeDir" ref="eric5.Utilities.__init__.html#getHomeDir" />
+      <keyword name="getPercentReplacement" id="getPercentReplacement" ref="eric5.Utilities.__init__.html#getPercentReplacement" />
+      <keyword name="getPercentReplacementHelp" id="getPercentReplacementHelp" ref="eric5.Utilities.__init__.html#getPercentReplacementHelp" />
+      <keyword name="getPythonLibPath" id="getPythonLibPath" ref="eric5.Utilities.__init__.html#getPythonLibPath" />
+      <keyword name="getPythonModulesDirectory" id="getPythonModulesDirectory" ref="eric5.Utilities.__init__.html#getPythonModulesDirectory" />
+      <keyword name="getPythonVersion" id="getPythonVersion" ref="eric5.Utilities.__init__.html#getPythonVersion" />
+      <keyword name="getTestFileName" id="getTestFileName" ref="eric5.Utilities.__init__.html#getTestFileName" />
+      <keyword name="getUserName" id="getUserName" ref="eric5.Utilities.__init__.html#getUserName" />
+      <keyword name="get_coding" id="get_coding" ref="eric5.Utilities.__init__.html#get_coding" />
+      <keyword name="get_codingBytes" id="get_codingBytes" ref="eric5.Utilities.__init__.html#get_codingBytes" />
+      <keyword name="hasEnvironmentEntry" id="hasEnvironmentEntry" ref="eric5.Utilities.__init__.html#hasEnvironmentEntry" />
+      <keyword name="html_encode" id="html_encode" ref="eric5.Utilities.__init__.html#html_encode" />
+      <keyword name="html_uencode" id="html_uencode" ref="eric5.Utilities.__init__.html#html_uencode" />
+      <keyword name="isExecutable" id="isExecutable" ref="eric5.Utilities.__init__.html#isExecutable" />
+      <keyword name="isinpath" id="isinpath" ref="eric5.Utilities.__init__.html#isinpath" />
+      <keyword name="joinext" id="joinext" ref="eric5.Utilities.__init__.html#joinext" />
+      <keyword name="linesep" id="linesep" ref="eric5.Utilities.__init__.html#linesep" />
+      <keyword name="normabsjoinpath" id="normabsjoinpath" ref="eric5.Utilities.__init__.html#normabsjoinpath" />
+      <keyword name="normabspath" id="normabspath" ref="eric5.Utilities.__init__.html#normabspath" />
+      <keyword name="normcaseabspath" id="normcaseabspath" ref="eric5.Utilities.__init__.html#normcaseabspath" />
+      <keyword name="normcasepath" id="normcasepath" ref="eric5.Utilities.__init__.html#normcasepath" />
+      <keyword name="normjoinpath" id="normjoinpath" ref="eric5.Utilities.__init__.html#normjoinpath" />
+      <keyword name="parseEnvironmentString" id="parseEnvironmentString" ref="eric5.Utilities.__init__.html#parseEnvironmentString" />
+      <keyword name="parseOptionString" id="parseOptionString" ref="eric5.Utilities.__init__.html#parseOptionString" />
+      <keyword name="parseString" id="parseString" ref="eric5.Utilities.__init__.html#parseString" />
+      <keyword name="prepareQtMacBundle" id="prepareQtMacBundle" ref="eric5.Utilities.__init__.html#prepareQtMacBundle" />
+      <keyword name="pwDecode" id="pwDecode" ref="eric5.Utilities.__init__.html#pwDecode" />
+      <keyword name="pwEncode" id="pwEncode" ref="eric5.Utilities.__init__.html#pwEncode" />
+      <keyword name="readEncodedFile" id="readEncodedFile" ref="eric5.Utilities.__init__.html#readEncodedFile" />
+      <keyword name="relpath" id="relpath" ref="eric5.Utilities.__init__.html#relpath" />
+      <keyword name="samepath" id="samepath" ref="eric5.Utilities.__init__.html#samepath" />
+      <keyword name="setConfigDir" id="setConfigDir" ref="eric5.Utilities.__init__.html#setConfigDir" />
+      <keyword name="splitPath" id="splitPath" ref="eric5.Utilities.__init__.html#splitPath" />
+      <keyword name="toNativeSeparators" id="toNativeSeparators" ref="eric5.Utilities.__init__.html#toNativeSeparators" />
+      <keyword name="win32_GetUserName" id="win32_GetUserName" ref="eric5.Utilities.__init__.html#win32_GetUserName" />
+      <keyword name="win32_Kill" id="win32_Kill" ref="eric5.Utilities.__init__.html#win32_Kill" />
+      <keyword name="writeEncodedFile" id="writeEncodedFile" ref="eric5.Utilities.__init__.html#writeEncodedFile" />
+      <keyword name="CodingError (Constructor)" id="CodingError (Constructor)" ref="eric5.Utilities.__init__.html#CodingError.__init__" />
+      <keyword name="CodingError.__repr__" id="CodingError.__repr__" ref="eric5.Utilities.__init__.html#CodingError.__repr__" />
+      <keyword name="CodingError.__str__" id="CodingError.__str__" ref="eric5.Utilities.__init__.html#CodingError.__str__" />
+      <keyword name="Startup (Module)" id="Startup (Module)" ref="eric5.Utilities.Startup.html" />
+      <keyword name="handleArgs" id="handleArgs" ref="eric5.Utilities.Startup.html#handleArgs" />
+      <keyword name="initializeResourceSearchPath" id="initializeResourceSearchPath" ref="eric5.Utilities.Startup.html#initializeResourceSearchPath" />
+      <keyword name="loadTranslatorForLocale" id="loadTranslatorForLocale" ref="eric5.Utilities.Startup.html#loadTranslatorForLocale" />
+      <keyword name="loadTranslators" id="loadTranslators" ref="eric5.Utilities.Startup.html#loadTranslators" />
+      <keyword name="makeAppInfo" id="makeAppInfo" ref="eric5.Utilities.Startup.html#makeAppInfo" />
+      <keyword name="setLibraryPaths" id="setLibraryPaths" ref="eric5.Utilities.Startup.html#setLibraryPaths" />
+      <keyword name="simpleAppStartup" id="simpleAppStartup" ref="eric5.Utilities.Startup.html#simpleAppStartup" />
+      <keyword name="usage" id="usage" ref="eric5.Utilities.Startup.html#usage" />
+      <keyword name="version" id="version" ref="eric5.Utilities.Startup.html#version" />
+      <keyword name="uic (Module)" id="uic (Module)" ref="eric5.Utilities.uic.html" />
+      <keyword name="compileUiDir" id="compileUiDir" ref="eric5.Utilities.uic.html#compileUiDir" />
+      <keyword name="compileUiFiles" id="compileUiFiles" ref="eric5.Utilities.uic.html#compileUiFiles" />
+      <keyword name="compile_ui" id="compile_ui" ref="eric5.Utilities.uic.html#compile_ui" />
+      <keyword name="pyName" id="pyName" ref="eric5.Utilities.uic.html#pyName" />
+      <keyword name="ModuleParser (Module)" id="ModuleParser (Module)" ref="eric5.Utilities.ModuleParser.html" />
+      <keyword name="Attribute" id="Attribute" ref="eric5.Utilities.ModuleParser.html#Attribute" />
+      <keyword name="Class" id="Class" ref="eric5.Utilities.ModuleParser.html#Class" />
+      <keyword name="Function" id="Function" ref="eric5.Utilities.ModuleParser.html#Function" />
+      <keyword name="Module" id="Module" ref="eric5.Utilities.ModuleParser.html#Module" />
+      <keyword name="RbModule" id="RbModule" ref="eric5.Utilities.ModuleParser.html#RbModule" />
+      <keyword name="VisibilityBase" id="VisibilityBase" ref="eric5.Utilities.ModuleParser.html#VisibilityBase" />
+      <keyword name="_indent" id="_indent" ref="eric5.Utilities.ModuleParser.html#_indent" />
+      <keyword name="find_module" id="find_module" ref="eric5.Utilities.ModuleParser.html#find_module" />
+      <keyword name="readModule" id="readModule" ref="eric5.Utilities.ModuleParser.html#readModule" />
+      <keyword name="resetParsedModule" id="resetParsedModule" ref="eric5.Utilities.ModuleParser.html#resetParsedModule" />
+      <keyword name="resetParsedModules" id="resetParsedModules" ref="eric5.Utilities.ModuleParser.html#resetParsedModules" />
+      <keyword name="Attribute (Constructor)" id="Attribute (Constructor)" ref="eric5.Utilities.ModuleParser.html#Attribute.__init__" />
+      <keyword name="Class (Constructor)" id="Class (Constructor)" ref="eric5.Utilities.ModuleParser.html#Class.__init__" />
+      <keyword name="Class.addAttribute" id="Class.addAttribute" ref="eric5.Utilities.ModuleParser.html#Class.addAttribute" />
+      <keyword name="Class.addDescription" id="Class.addDescription" ref="eric5.Utilities.ModuleParser.html#Class.addDescription" />
+      <keyword name="Class.addGlobal" id="Class.addGlobal" ref="eric5.Utilities.ModuleParser.html#Class.addGlobal" />
+      <keyword name="Class.addMethod" id="Class.addMethod" ref="eric5.Utilities.ModuleParser.html#Class.addMethod" />
+      <keyword name="Class.getAttribute" id="Class.getAttribute" ref="eric5.Utilities.ModuleParser.html#Class.getAttribute" />
+      <keyword name="Class.getMethod" id="Class.getMethod" ref="eric5.Utilities.ModuleParser.html#Class.getMethod" />
+      <keyword name="Class.setEndLine" id="Class.setEndLine" ref="eric5.Utilities.ModuleParser.html#Class.setEndLine" />
+      <keyword name="Function (Constructor)" id="Function (Constructor)" ref="eric5.Utilities.ModuleParser.html#Function.__init__" />
+      <keyword name="Function.addDescription" id="Function.addDescription" ref="eric5.Utilities.ModuleParser.html#Function.addDescription" />
+      <keyword name="Module (Constructor)" id="Module (Constructor)" ref="eric5.Utilities.ModuleParser.html#Module.__init__" />
+      <keyword name="Module.__py_scan" id="Module.__py_scan" ref="eric5.Utilities.ModuleParser.html#Module.__py_scan" />
+      <keyword name="Module.__py_setVisibility" id="Module.__py_setVisibility" ref="eric5.Utilities.ModuleParser.html#Module.__py_setVisibility" />
+      <keyword name="Module.__rb_scan" id="Module.__rb_scan" ref="eric5.Utilities.ModuleParser.html#Module.__rb_scan" />
+      <keyword name="Module.addClass" id="Module.addClass" ref="eric5.Utilities.ModuleParser.html#Module.addClass" />
+      <keyword name="Module.addDescription" id="Module.addDescription" ref="eric5.Utilities.ModuleParser.html#Module.addDescription" />
+      <keyword name="Module.addFunction" id="Module.addFunction" ref="eric5.Utilities.ModuleParser.html#Module.addFunction" />
+      <keyword name="Module.addGlobal" id="Module.addGlobal" ref="eric5.Utilities.ModuleParser.html#Module.addGlobal" />
+      <keyword name="Module.addModule" id="Module.addModule" ref="eric5.Utilities.ModuleParser.html#Module.addModule" />
+      <keyword name="Module.addPathToHierarchy" id="Module.addPathToHierarchy" ref="eric5.Utilities.ModuleParser.html#Module.addPathToHierarchy" />
+      <keyword name="Module.assembleHierarchy" id="Module.assembleHierarchy" ref="eric5.Utilities.ModuleParser.html#Module.assembleHierarchy" />
+      <keyword name="Module.createHierarchy" id="Module.createHierarchy" ref="eric5.Utilities.ModuleParser.html#Module.createHierarchy" />
+      <keyword name="Module.getFileName" id="Module.getFileName" ref="eric5.Utilities.ModuleParser.html#Module.getFileName" />
+      <keyword name="Module.getName" id="Module.getName" ref="eric5.Utilities.ModuleParser.html#Module.getName" />
+      <keyword name="Module.getType" id="Module.getType" ref="eric5.Utilities.ModuleParser.html#Module.getType" />
+      <keyword name="Module.scan" id="Module.scan" ref="eric5.Utilities.ModuleParser.html#Module.scan" />
+      <keyword name="RbModule (Constructor)" id="RbModule (Constructor)" ref="eric5.Utilities.ModuleParser.html#RbModule.__init__" />
+      <keyword name="RbModule.addClass" id="RbModule.addClass" ref="eric5.Utilities.ModuleParser.html#RbModule.addClass" />
+      <keyword name="VisibilityBase.isPrivate" id="VisibilityBase.isPrivate" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.isPrivate" />
+      <keyword name="VisibilityBase.isProtected" id="VisibilityBase.isProtected" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.isProtected" />
+      <keyword name="VisibilityBase.isPublic" id="VisibilityBase.isPublic" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.isPublic" />
+      <keyword name="VisibilityBase.setPrivate" id="VisibilityBase.setPrivate" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.setPrivate" />
+      <keyword name="VisibilityBase.setProtected" id="VisibilityBase.setProtected" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.setProtected" />
+      <keyword name="VisibilityBase.setPublic" id="VisibilityBase.setPublic" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.setPublic" />
+      <keyword name="AutoSaver (Module)" id="AutoSaver (Module)" ref="eric5.Utilities.AutoSaver.html" />
+      <keyword name="AutoSaver" id="AutoSaver" ref="eric5.Utilities.AutoSaver.html#AutoSaver" />
+      <keyword name="AutoSaver (Constructor)" id="AutoSaver (Constructor)" ref="eric5.Utilities.AutoSaver.html#AutoSaver.__init__" />
+      <keyword name="AutoSaver.changeOccurred" id="AutoSaver.changeOccurred" ref="eric5.Utilities.AutoSaver.html#AutoSaver.changeOccurred" />
+      <keyword name="AutoSaver.saveIfNeccessary" id="AutoSaver.saveIfNeccessary" ref="eric5.Utilities.AutoSaver.html#AutoSaver.saveIfNeccessary" />
+      <keyword name="AutoSaver.timerEvent" id="AutoSaver.timerEvent" ref="eric5.Utilities.AutoSaver.html#AutoSaver.timerEvent" />
+      <keyword name="SingleApplication (Module)" id="SingleApplication (Module)" ref="eric5.Utilities.SingleApplication.html" />
+      <keyword name="SingleApplicationClient" id="SingleApplicationClient" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient" />
+      <keyword name="SingleApplicationServer" id="SingleApplicationServer" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer" />
+      <keyword name="SingleApplicationClient (Constructor)" id="SingleApplicationClient (Constructor)" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.__init__" />
+      <keyword name="SingleApplicationClient.connect" id="SingleApplicationClient.connect" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.connect" />
+      <keyword name="SingleApplicationClient.disconnect" id="SingleApplicationClient.disconnect" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.disconnect" />
+      <keyword name="SingleApplicationClient.errstr" id="SingleApplicationClient.errstr" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.errstr" />
+      <keyword name="SingleApplicationClient.processArgs" id="SingleApplicationClient.processArgs" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.processArgs" />
+      <keyword name="SingleApplicationClient.sendCommand" id="SingleApplicationClient.sendCommand" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.sendCommand" />
+      <keyword name="SingleApplicationServer (Constructor)" id="SingleApplicationServer (Constructor)" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__init__" />
+      <keyword name="SingleApplicationServer.__disconnected" id="SingleApplicationServer.__disconnected" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__disconnected" />
+      <keyword name="SingleApplicationServer.__newConnection" id="SingleApplicationServer.__newConnection" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__newConnection" />
+      <keyword name="SingleApplicationServer.__parseLine" id="SingleApplicationServer.__parseLine" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__parseLine" />
+      <keyword name="SingleApplicationServer.handleCommand" id="SingleApplicationServer.handleCommand" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.handleCommand" />
+      <keyword name="SingleApplicationServer.shutdown" id="SingleApplicationServer.shutdown" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.shutdown" />
+      <keyword name="SqlBrowser (Package)" id="SqlBrowser (Package)" ref="index-eric5.SqlBrowser.html" />
+      <keyword name="SqlBrowser (Module)" id="SqlBrowser (Module)" ref="eric5.SqlBrowser.SqlBrowser.html" />
+      <keyword name="SqlBrowser" id="SqlBrowser" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser" />
+      <keyword name="SqlBrowser (Constructor)" id="SqlBrowser (Constructor)" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__init__" />
+      <keyword name="SqlBrowser.__about" id="SqlBrowser.__about" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__about" />
+      <keyword name="SqlBrowser.__aboutQt" id="SqlBrowser.__aboutQt" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__aboutQt" />
+      <keyword name="SqlBrowser.__initActions" id="SqlBrowser.__initActions" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__initActions" />
+      <keyword name="SqlBrowser.__initMenus" id="SqlBrowser.__initMenus" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__initMenus" />
+      <keyword name="SqlBrowser.__initToolbars" id="SqlBrowser.__initToolbars" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__initToolbars" />
+      <keyword name="SqlBrowser.__uiStartUp" id="SqlBrowser.__uiStartUp" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__uiStartUp" />
+      <keyword name="SqlConnectionDialog (Module)" id="SqlConnectionDialog (Module)" ref="eric5.SqlBrowser.SqlConnectionDialog.html" />
+      <keyword name="SqlConnectionDialog" id="SqlConnectionDialog" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog" />
+      <keyword name="SqlConnectionDialog (Constructor)" id="SqlConnectionDialog (Constructor)" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.__init__" />
+      <keyword name="SqlConnectionDialog.__updateDialog" id="SqlConnectionDialog.__updateDialog" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.__updateDialog" />
+      <keyword name="SqlConnectionDialog.getData" id="SqlConnectionDialog.getData" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.getData" />
+      <keyword name="SqlConnectionDialog.on_databaseEdit_textChanged" id="SqlConnectionDialog.on_databaseEdit_textChanged" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_databaseEdit_textChanged" />
+      <keyword name="SqlConnectionDialog.on_databaseFileButton_clicked" id="SqlConnectionDialog.on_databaseFileButton_clicked" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_databaseFileButton_clicked" />
+      <keyword name="SqlConnectionDialog.on_driverCombo_activated" id="SqlConnectionDialog.on_driverCombo_activated" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_driverCombo_activated" />
+      <keyword name="SqlConnectionWidget (Module)" id="SqlConnectionWidget (Module)" ref="eric5.SqlBrowser.SqlConnectionWidget.html" />
+      <keyword name="SqlConnectionWidget" id="SqlConnectionWidget" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget" />
+      <keyword name="SqlConnectionWidget (Constructor)" id="SqlConnectionWidget (Constructor)" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__init__" />
+      <keyword name="SqlConnectionWidget.__currentItemChanged" id="SqlConnectionWidget.__currentItemChanged" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__currentItemChanged" />
+      <keyword name="SqlConnectionWidget.__dbCaption" id="SqlConnectionWidget.__dbCaption" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__dbCaption" />
+      <keyword name="SqlConnectionWidget.__itemActivated" id="SqlConnectionWidget.__itemActivated" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__itemActivated" />
+      <keyword name="SqlConnectionWidget.__setActive" id="SqlConnectionWidget.__setActive" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__setActive" />
+      <keyword name="SqlConnectionWidget.__setBold" id="SqlConnectionWidget.__setBold" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__setBold" />
+      <keyword name="SqlConnectionWidget.currentDatabase" id="SqlConnectionWidget.currentDatabase" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.currentDatabase" />
+      <keyword name="SqlConnectionWidget.refresh" id="SqlConnectionWidget.refresh" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.refresh" />
+      <keyword name="SqlConnectionWidget.showSchema" id="SqlConnectionWidget.showSchema" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.showSchema" />
+      <keyword name="SqlBrowserWidget (Module)" id="SqlBrowserWidget (Module)" ref="eric5.SqlBrowser.SqlBrowserWidget.html" />
+      <keyword name="SqlBrowserWidget" id="SqlBrowserWidget" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget" />
+      <keyword name="SqlBrowserWidget (Constructor)" id="SqlBrowserWidget (Constructor)" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.__init__" />
+      <keyword name="SqlBrowserWidget.__deleteRow" id="SqlBrowserWidget.__deleteRow" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.__deleteRow" />
+      <keyword name="SqlBrowserWidget.__insertRow" id="SqlBrowserWidget.__insertRow" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.__insertRow" />
+      <keyword name="SqlBrowserWidget.addConnection" id="SqlBrowserWidget.addConnection" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.addConnection" />
+      <keyword name="SqlBrowserWidget.addConnectionByDialog" id="SqlBrowserWidget.addConnectionByDialog" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.addConnectionByDialog" />
+      <keyword name="SqlBrowserWidget.executeQuery" id="SqlBrowserWidget.executeQuery" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.executeQuery" />
+      <keyword name="SqlBrowserWidget.on_clearButton_clicked" id="SqlBrowserWidget.on_clearButton_clicked" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_clearButton_clicked" />
+      <keyword name="SqlBrowserWidget.on_connections_cleared" id="SqlBrowserWidget.on_connections_cleared" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_connections_cleared" />
+      <keyword name="SqlBrowserWidget.on_connections_schemaRequested" id="SqlBrowserWidget.on_connections_schemaRequested" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_connections_schemaRequested" />
+      <keyword name="SqlBrowserWidget.on_connections_tableActivated" id="SqlBrowserWidget.on_connections_tableActivated" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_connections_tableActivated" />
+      <keyword name="SqlBrowserWidget.on_deleteRowAction_triggered" id="SqlBrowserWidget.on_deleteRowAction_triggered" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_deleteRowAction_triggered" />
+      <keyword name="SqlBrowserWidget.on_executeButton_clicked" id="SqlBrowserWidget.on_executeButton_clicked" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_executeButton_clicked" />
+      <keyword name="SqlBrowserWidget.on_insertRowAction_triggered" id="SqlBrowserWidget.on_insertRowAction_triggered" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_insertRowAction_triggered" />
+      <keyword name="SqlBrowserWidget.showSchema" id="SqlBrowserWidget.showSchema" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.showSchema" />
+      <keyword name="SqlBrowserWidget.showTable" id="SqlBrowserWidget.showTable" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.showTable" />
+      <keyword name="SqlBrowserWidget.updateActions" id="SqlBrowserWidget.updateActions" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.updateActions" />
       <keyword name="Helpviewer (Package)" id="Helpviewer (Package)" ref="index-eric5.Helpviewer.html" />
-      <keyword name="DownloadDialog (Module)" id="DownloadDialog (Module)" ref="eric5.Helpviewer.DownloadDialog.html" />
-      <keyword name="DownloadDialog" id="DownloadDialog" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog" />
-      <keyword name="DownloadDialog (Constructor)" id="DownloadDialog (Constructor)" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__init__" />
-      <keyword name="DownloadDialog.__dataString" id="DownloadDialog.__dataString" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__dataString" />
-      <keyword name="DownloadDialog.__downloadProgress" id="DownloadDialog.__downloadProgress" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__downloadProgress" />
-      <keyword name="DownloadDialog.__downloading" id="DownloadDialog.__downloading" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__downloading" />
-      <keyword name="DownloadDialog.__finished" id="DownloadDialog.__finished" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__finished" />
-      <keyword name="DownloadDialog.__getFileName" id="DownloadDialog.__getFileName" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__getFileName" />
-      <keyword name="DownloadDialog.__metaDataChanged" id="DownloadDialog.__metaDataChanged" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__metaDataChanged" />
-      <keyword name="DownloadDialog.__networkError" id="DownloadDialog.__networkError" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__networkError" />
-      <keyword name="DownloadDialog.__open" id="DownloadDialog.__open" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__open" />
-      <keyword name="DownloadDialog.__readyRead" id="DownloadDialog.__readyRead" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__readyRead" />
-      <keyword name="DownloadDialog.__saveFileName" id="DownloadDialog.__saveFileName" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__saveFileName" />
-      <keyword name="DownloadDialog.__stop" id="DownloadDialog.__stop" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__stop" />
-      <keyword name="DownloadDialog.__tryAgain" id="DownloadDialog.__tryAgain" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__tryAgain" />
-      <keyword name="DownloadDialog.__updateInfoLabel" id="DownloadDialog.__updateInfoLabel" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__updateInfoLabel" />
-      <keyword name="DownloadDialog.closeEvent" id="DownloadDialog.closeEvent" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.closeEvent" />
-      <keyword name="DownloadDialog.initialize" id="DownloadDialog.initialize" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.initialize" />
-      <keyword name="DownloadDialog.on_buttonBox_clicked" id="DownloadDialog.on_buttonBox_clicked" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.on_buttonBox_clicked" />
+      <keyword name="SearchWidget (Module)" id="SearchWidget (Module)" ref="eric5.Helpviewer.SearchWidget.html" />
+      <keyword name="SearchWidget" id="SearchWidget" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget" />
+      <keyword name="SearchWidget (Constructor)" id="SearchWidget (Constructor)" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__init__" />
+      <keyword name="SearchWidget.__findByReturnPressed" id="SearchWidget.__findByReturnPressed" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__findByReturnPressed" />
+      <keyword name="SearchWidget.__findNextPrev" id="SearchWidget.__findNextPrev" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__findNextPrev" />
+      <keyword name="SearchWidget.__setFindtextComboBackground" id="SearchWidget.__setFindtextComboBackground" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__setFindtextComboBackground" />
+      <keyword name="SearchWidget.findNext" id="SearchWidget.findNext" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.findNext" />
+      <keyword name="SearchWidget.findPrevious" id="SearchWidget.findPrevious" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.findPrevious" />
+      <keyword name="SearchWidget.keyPressEvent" id="SearchWidget.keyPressEvent" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.keyPressEvent" />
+      <keyword name="SearchWidget.on_closeButton_clicked" id="SearchWidget.on_closeButton_clicked" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_closeButton_clicked" />
+      <keyword name="SearchWidget.on_findNextButton_clicked" id="SearchWidget.on_findNextButton_clicked" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_findNextButton_clicked" />
+      <keyword name="SearchWidget.on_findPrevButton_clicked" id="SearchWidget.on_findPrevButton_clicked" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_findPrevButton_clicked" />
+      <keyword name="SearchWidget.on_findtextCombo_editTextChanged" id="SearchWidget.on_findtextCombo_editTextChanged" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_findtextCombo_editTextChanged" />
+      <keyword name="SearchWidget.showFind" id="SearchWidget.showFind" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.showFind" />
+      <keyword name="HelpTopicDialog (Module)" id="HelpTopicDialog (Module)" ref="eric5.Helpviewer.HelpTopicDialog.html" />
+      <keyword name="HelpTopicDialog" id="HelpTopicDialog" ref="eric5.Helpviewer.HelpTopicDialog.html#HelpTopicDialog" />
+      <keyword name="HelpTopicDialog (Constructor)" id="HelpTopicDialog (Constructor)" ref="eric5.Helpviewer.HelpTopicDialog.html#HelpTopicDialog.__init__" />
+      <keyword name="HelpTopicDialog.link" id="HelpTopicDialog.link" ref="eric5.Helpviewer.HelpTopicDialog.html#HelpTopicDialog.link" />
       <keyword name="HelpBrowserWV (Module)" id="HelpBrowserWV (Module)" ref="eric5.Helpviewer.HelpBrowserWV.html" />
       <keyword name="HelpBrowser" id="HelpBrowser" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser" />
       <keyword name="HelpWebPage" id="HelpWebPage" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpWebPage" />
@@ -2574,63 +2757,6 @@
       <keyword name="JavaScriptExternalObject (Constructor)" id="JavaScriptExternalObject (Constructor)" ref="eric5.Helpviewer.HelpBrowserWV.html#JavaScriptExternalObject.__init__" />
       <keyword name="JavaScriptExternalObject.AddSearchProvider" id="JavaScriptExternalObject.AddSearchProvider" ref="eric5.Helpviewer.HelpBrowserWV.html#JavaScriptExternalObject.AddSearchProvider" />
       <keyword name="LinkedResource (Constructor)" id="LinkedResource (Constructor)" ref="eric5.Helpviewer.HelpBrowserWV.html#LinkedResource.__init__" />
-      <keyword name="HelpClearPrivateDataDialog (Module)" id="HelpClearPrivateDataDialog (Module)" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html" />
-      <keyword name="HelpClearPrivateDataDialog" id="HelpClearPrivateDataDialog" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html#HelpClearPrivateDataDialog" />
-      <keyword name="HelpClearPrivateDataDialog (Constructor)" id="HelpClearPrivateDataDialog (Constructor)" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html#HelpClearPrivateDataDialog.__init__" />
-      <keyword name="HelpClearPrivateDataDialog.getData" id="HelpClearPrivateDataDialog.getData" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html#HelpClearPrivateDataDialog.getData" />
-      <keyword name="HelpDocsInstaller (Module)" id="HelpDocsInstaller (Module)" ref="eric5.Helpviewer.HelpDocsInstaller.html" />
-      <keyword name="HelpDocsInstaller" id="HelpDocsInstaller" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller" />
-      <keyword name="HelpDocsInstaller (Constructor)" id="HelpDocsInstaller (Constructor)" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.__init__" />
-      <keyword name="HelpDocsInstaller.__installEric5Doc" id="HelpDocsInstaller.__installEric5Doc" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.__installEric5Doc" />
-      <keyword name="HelpDocsInstaller.__installQtDoc" id="HelpDocsInstaller.__installQtDoc" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.__installQtDoc" />
-      <keyword name="HelpDocsInstaller.installDocs" id="HelpDocsInstaller.installDocs" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.installDocs" />
-      <keyword name="HelpDocsInstaller.run" id="HelpDocsInstaller.run" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.run" />
-      <keyword name="HelpDocsInstaller.stop" id="HelpDocsInstaller.stop" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.stop" />
-      <keyword name="HelpIndexWidget (Module)" id="HelpIndexWidget (Module)" ref="eric5.Helpviewer.HelpIndexWidget.html" />
-      <keyword name="HelpIndexWidget" id="HelpIndexWidget" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget" />
-      <keyword name="HelpIndexWidget (Constructor)" id="HelpIndexWidget (Constructor)" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__init__" />
-      <keyword name="HelpIndexWidget.__activated" id="HelpIndexWidget.__activated" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__activated" />
-      <keyword name="HelpIndexWidget.__disableSearchEdit" id="HelpIndexWidget.__disableSearchEdit" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__disableSearchEdit" />
-      <keyword name="HelpIndexWidget.__enableSearchEdit" id="HelpIndexWidget.__enableSearchEdit" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__enableSearchEdit" />
-      <keyword name="HelpIndexWidget.__filterIndices" id="HelpIndexWidget.__filterIndices" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__filterIndices" />
-      <keyword name="HelpIndexWidget.eventFilter" id="HelpIndexWidget.eventFilter" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.eventFilter" />
-      <keyword name="HelpIndexWidget.focusInEvent" id="HelpIndexWidget.focusInEvent" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.focusInEvent" />
-      <keyword name="HelpLanguagesDialog (Module)" id="HelpLanguagesDialog (Module)" ref="eric5.Helpviewer.HelpLanguagesDialog.html" />
-      <keyword name="HelpLanguagesDialog" id="HelpLanguagesDialog" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog" />
-      <keyword name="HelpLanguagesDialog (Constructor)" id="HelpLanguagesDialog (Constructor)" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.__init__" />
-      <keyword name="HelpLanguagesDialog.__currentChanged" id="HelpLanguagesDialog.__currentChanged" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.__currentChanged" />
-      <keyword name="HelpLanguagesDialog.accept" id="HelpLanguagesDialog.accept" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.accept" />
-      <keyword name="HelpLanguagesDialog.defaultAcceptLanguages" id="HelpLanguagesDialog.defaultAcceptLanguages" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.defaultAcceptLanguages" />
-      <keyword name="HelpLanguagesDialog.expand" id="HelpLanguagesDialog.expand" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.expand" />
-      <keyword name="HelpLanguagesDialog.httpString" id="HelpLanguagesDialog.httpString" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.httpString" />
-      <keyword name="HelpLanguagesDialog.on_addButton_clicked" id="HelpLanguagesDialog.on_addButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_addButton_clicked" />
-      <keyword name="HelpLanguagesDialog.on_downButton_clicked" id="HelpLanguagesDialog.on_downButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_downButton_clicked" />
-      <keyword name="HelpLanguagesDialog.on_removeButton_clicked" id="HelpLanguagesDialog.on_removeButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_removeButton_clicked" />
-      <keyword name="HelpLanguagesDialog.on_upButton_clicked" id="HelpLanguagesDialog.on_upButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_upButton_clicked" />
-      <keyword name="HelpSearchWidget (Module)" id="HelpSearchWidget (Module)" ref="eric5.Helpviewer.HelpSearchWidget.html" />
-      <keyword name="HelpSearchWidget" id="HelpSearchWidget" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget" />
-      <keyword name="HelpSearchWidget (Constructor)" id="HelpSearchWidget (Constructor)" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__init__" />
-      <keyword name="HelpSearchWidget.__search" id="HelpSearchWidget.__search" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__search" />
-      <keyword name="HelpSearchWidget.__searchingFinished" id="HelpSearchWidget.__searchingFinished" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__searchingFinished" />
-      <keyword name="HelpSearchWidget.__searchingStarted" id="HelpSearchWidget.__searchingStarted" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__searchingStarted" />
-      <keyword name="HelpSearchWidget.contextMenuEvent" id="HelpSearchWidget.contextMenuEvent" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.contextMenuEvent" />
-      <keyword name="HelpSearchWidget.eventFilter" id="HelpSearchWidget.eventFilter" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.eventFilter" />
-      <keyword name="HelpSearchWidget.keyPressEvent" id="HelpSearchWidget.keyPressEvent" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.keyPressEvent" />
-      <keyword name="HelpTocWidget (Module)" id="HelpTocWidget (Module)" ref="eric5.Helpviewer.HelpTocWidget.html" />
-      <keyword name="HelpTocWidget" id="HelpTocWidget" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget" />
-      <keyword name="HelpTocWidget (Constructor)" id="HelpTocWidget (Constructor)" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.__init__" />
-      <keyword name="HelpTocWidget.__expandTOC" id="HelpTocWidget.__expandTOC" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.__expandTOC" />
-      <keyword name="HelpTocWidget.__showContextMenu" id="HelpTocWidget.__showContextMenu" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.__showContextMenu" />
-      <keyword name="HelpTocWidget.eventFilter" id="HelpTocWidget.eventFilter" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.eventFilter" />
-      <keyword name="HelpTocWidget.expandToDepth" id="HelpTocWidget.expandToDepth" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.expandToDepth" />
-      <keyword name="HelpTocWidget.focusInEvent" id="HelpTocWidget.focusInEvent" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.focusInEvent" />
-      <keyword name="HelpTocWidget.itemClicked" id="HelpTocWidget.itemClicked" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.itemClicked" />
-      <keyword name="HelpTocWidget.keyPressEvent" id="HelpTocWidget.keyPressEvent" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.keyPressEvent" />
-      <keyword name="HelpTocWidget.syncToContent" id="HelpTocWidget.syncToContent" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.syncToContent" />
-      <keyword name="HelpTopicDialog (Module)" id="HelpTopicDialog (Module)" ref="eric5.Helpviewer.HelpTopicDialog.html" />
-      <keyword name="HelpTopicDialog" id="HelpTopicDialog" ref="eric5.Helpviewer.HelpTopicDialog.html#HelpTopicDialog" />
-      <keyword name="HelpTopicDialog (Constructor)" id="HelpTopicDialog (Constructor)" ref="eric5.Helpviewer.HelpTopicDialog.html#HelpTopicDialog.__init__" />
-      <keyword name="HelpTopicDialog.link" id="HelpTopicDialog.link" ref="eric5.Helpviewer.HelpTopicDialog.html#HelpTopicDialog.link" />
       <keyword name="HelpWebSearchWidget (Module)" id="HelpWebSearchWidget (Module)" ref="eric5.Helpviewer.HelpWebSearchWidget.html" />
       <keyword name="HelpWebSearchWidget" id="HelpWebSearchWidget" ref="eric5.Helpviewer.HelpWebSearchWidget.html#HelpWebSearchWidget" />
       <keyword name="HelpWebSearchWidget (Constructor)" id="HelpWebSearchWidget (Constructor)" ref="eric5.Helpviewer.HelpWebSearchWidget.html#HelpWebSearchWidget.__init__" />
@@ -2652,6 +2778,14 @@
       <keyword name="HelpWebSearchWidget.openSearchManager" id="HelpWebSearchWidget.openSearchManager" ref="eric5.Helpviewer.HelpWebSearchWidget.html#HelpWebSearchWidget.openSearchManager" />
       <keyword name="HelpWebSearchWidget.preferencesChanged" id="HelpWebSearchWidget.preferencesChanged" ref="eric5.Helpviewer.HelpWebSearchWidget.html#HelpWebSearchWidget.preferencesChanged" />
       <keyword name="HelpWebSearchWidget.saveSearches" id="HelpWebSearchWidget.saveSearches" ref="eric5.Helpviewer.HelpWebSearchWidget.html#HelpWebSearchWidget.saveSearches" />
+      <keyword name="HelpDocsInstaller (Module)" id="HelpDocsInstaller (Module)" ref="eric5.Helpviewer.HelpDocsInstaller.html" />
+      <keyword name="HelpDocsInstaller" id="HelpDocsInstaller" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller" />
+      <keyword name="HelpDocsInstaller (Constructor)" id="HelpDocsInstaller (Constructor)" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.__init__" />
+      <keyword name="HelpDocsInstaller.__installEric5Doc" id="HelpDocsInstaller.__installEric5Doc" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.__installEric5Doc" />
+      <keyword name="HelpDocsInstaller.__installQtDoc" id="HelpDocsInstaller.__installQtDoc" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.__installQtDoc" />
+      <keyword name="HelpDocsInstaller.installDocs" id="HelpDocsInstaller.installDocs" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.installDocs" />
+      <keyword name="HelpDocsInstaller.run" id="HelpDocsInstaller.run" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.run" />
+      <keyword name="HelpDocsInstaller.stop" id="HelpDocsInstaller.stop" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.stop" />
       <keyword name="HelpWindow (Module)" id="HelpWindow (Module)" ref="eric5.Helpviewer.HelpWindow.html" />
       <keyword name="HelpWindow" id="HelpWindow" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow" />
       <keyword name="HelpWindow (Constructor)" id="HelpWindow (Constructor)" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__init__" />
@@ -2785,16 +2919,10 @@
       <keyword name="HelpWindow.search" id="HelpWindow.search" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.search" />
       <keyword name="HelpWindow.searchEnginesAction" id="HelpWindow.searchEnginesAction" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.searchEnginesAction" />
       <keyword name="HelpWindow.setLoading" id="HelpWindow.setLoading" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.setLoading" />
-      <keyword name="HTMLResources (Module)" id="HTMLResources (Module)" ref="eric5.Helpviewer.HTMLResources.html" />
-      <keyword name="JavaScriptResources (Module)" id="JavaScriptResources (Module)" ref="eric5.Helpviewer.JavaScriptResources.html" />
-      <keyword name="QtHelpDocumentationDialog (Module)" id="QtHelpDocumentationDialog (Module)" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html" />
-      <keyword name="QtHelpDocumentationDialog" id="QtHelpDocumentationDialog" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog" />
-      <keyword name="QtHelpDocumentationDialog (Constructor)" id="QtHelpDocumentationDialog (Constructor)" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.__init__" />
-      <keyword name="QtHelpDocumentationDialog.getTabsToClose" id="QtHelpDocumentationDialog.getTabsToClose" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.getTabsToClose" />
-      <keyword name="QtHelpDocumentationDialog.hasChanges" id="QtHelpDocumentationDialog.hasChanges" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.hasChanges" />
-      <keyword name="QtHelpDocumentationDialog.on_addButton_clicked" id="QtHelpDocumentationDialog.on_addButton_clicked" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.on_addButton_clicked" />
-      <keyword name="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged" id="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged" />
-      <keyword name="QtHelpDocumentationDialog.on_removeButton_clicked" id="QtHelpDocumentationDialog.on_removeButton_clicked" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.on_removeButton_clicked" />
+      <keyword name="HelpClearPrivateDataDialog (Module)" id="HelpClearPrivateDataDialog (Module)" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html" />
+      <keyword name="HelpClearPrivateDataDialog" id="HelpClearPrivateDataDialog" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html#HelpClearPrivateDataDialog" />
+      <keyword name="HelpClearPrivateDataDialog (Constructor)" id="HelpClearPrivateDataDialog (Constructor)" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html#HelpClearPrivateDataDialog.__init__" />
+      <keyword name="HelpClearPrivateDataDialog.getData" id="HelpClearPrivateDataDialog.getData" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html#HelpClearPrivateDataDialog.getData" />
       <keyword name="QtHelpFiltersDialog (Module)" id="QtHelpFiltersDialog (Module)" ref="eric5.Helpviewer.QtHelpFiltersDialog.html" />
       <keyword name="QtHelpFiltersDialog" id="QtHelpFiltersDialog" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog" />
       <keyword name="QtHelpFiltersDialog (Constructor)" id="QtHelpFiltersDialog (Constructor)" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.__init__" />
@@ -2803,529 +2931,76 @@
       <keyword name="QtHelpFiltersDialog.on_buttonBox_accepted" id="QtHelpFiltersDialog.on_buttonBox_accepted" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.on_buttonBox_accepted" />
       <keyword name="QtHelpFiltersDialog.on_filtersList_currentItemChanged" id="QtHelpFiltersDialog.on_filtersList_currentItemChanged" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.on_filtersList_currentItemChanged" />
       <keyword name="QtHelpFiltersDialog.on_removeButton_clicked" id="QtHelpFiltersDialog.on_removeButton_clicked" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.on_removeButton_clicked" />
-      <keyword name="SearchWidget (Module)" id="SearchWidget (Module)" ref="eric5.Helpviewer.SearchWidget.html" />
-      <keyword name="SearchWidget" id="SearchWidget" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget" />
-      <keyword name="SearchWidget (Constructor)" id="SearchWidget (Constructor)" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__init__" />
-      <keyword name="SearchWidget.__findByReturnPressed" id="SearchWidget.__findByReturnPressed" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__findByReturnPressed" />
-      <keyword name="SearchWidget.__findNextPrev" id="SearchWidget.__findNextPrev" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__findNextPrev" />
-      <keyword name="SearchWidget.__setFindtextComboBackground" id="SearchWidget.__setFindtextComboBackground" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__setFindtextComboBackground" />
-      <keyword name="SearchWidget.findNext" id="SearchWidget.findNext" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.findNext" />
-      <keyword name="SearchWidget.findPrevious" id="SearchWidget.findPrevious" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.findPrevious" />
-      <keyword name="SearchWidget.keyPressEvent" id="SearchWidget.keyPressEvent" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.keyPressEvent" />
-      <keyword name="SearchWidget.on_closeButton_clicked" id="SearchWidget.on_closeButton_clicked" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_closeButton_clicked" />
-      <keyword name="SearchWidget.on_findNextButton_clicked" id="SearchWidget.on_findNextButton_clicked" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_findNextButton_clicked" />
-      <keyword name="SearchWidget.on_findPrevButton_clicked" id="SearchWidget.on_findPrevButton_clicked" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_findPrevButton_clicked" />
-      <keyword name="SearchWidget.on_findtextCombo_editTextChanged" id="SearchWidget.on_findtextCombo_editTextChanged" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_findtextCombo_editTextChanged" />
-      <keyword name="SearchWidget.showFind" id="SearchWidget.showFind" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.showFind" />
-      <keyword name="IconEditor (Package)" id="IconEditor (Package)" ref="index-eric5.IconEditor.html" />
-      <keyword name="IconEditorGrid (Module)" id="IconEditorGrid (Module)" ref="eric5.IconEditor.IconEditorGrid.html" />
-      <keyword name="IconEditCommand" id="IconEditCommand" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand" />
-      <keyword name="IconEditorGrid" id="IconEditorGrid" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid" />
-      <keyword name="IconEditCommand (Constructor)" id="IconEditCommand (Constructor)" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.__init__" />
-      <keyword name="IconEditCommand.redo" id="IconEditCommand.redo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.redo" />
-      <keyword name="IconEditCommand.setAfterImage" id="IconEditCommand.setAfterImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.setAfterImage" />
-      <keyword name="IconEditCommand.undo" id="IconEditCommand.undo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.undo" />
-      <keyword name="IconEditorGrid (Constructor)" id="IconEditorGrid (Constructor)" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__init__" />
-      <keyword name="IconEditorGrid.__checkClipboard" id="IconEditorGrid.__checkClipboard" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__checkClipboard" />
-      <keyword name="IconEditorGrid.__cleanChanged" id="IconEditorGrid.__cleanChanged" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__cleanChanged" />
-      <keyword name="IconEditorGrid.__clipboardImage" id="IconEditorGrid.__clipboardImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__clipboardImage" />
-      <keyword name="IconEditorGrid.__drawFlood" id="IconEditorGrid.__drawFlood" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__drawFlood" />
-      <keyword name="IconEditorGrid.__drawPasteRect" id="IconEditorGrid.__drawPasteRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__drawPasteRect" />
-      <keyword name="IconEditorGrid.__drawTool" id="IconEditorGrid.__drawTool" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__drawTool" />
-      <keyword name="IconEditorGrid.__getSelectionImage" id="IconEditorGrid.__getSelectionImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__getSelectionImage" />
-      <keyword name="IconEditorGrid.__imageCoordinates" id="IconEditorGrid.__imageCoordinates" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__imageCoordinates" />
-      <keyword name="IconEditorGrid.__initCursors" id="IconEditorGrid.__initCursors" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__initCursors" />
-      <keyword name="IconEditorGrid.__initUndoTexts" id="IconEditorGrid.__initUndoTexts" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__initUndoTexts" />
-      <keyword name="IconEditorGrid.__isMarked" id="IconEditorGrid.__isMarked" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__isMarked" />
-      <keyword name="IconEditorGrid.__pixelRect" id="IconEditorGrid.__pixelRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__pixelRect" />
-      <keyword name="IconEditorGrid.__setImagePixel" id="IconEditorGrid.__setImagePixel" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__setImagePixel" />
-      <keyword name="IconEditorGrid.__unMark" id="IconEditorGrid.__unMark" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__unMark" />
-      <keyword name="IconEditorGrid.__updateImageRect" id="IconEditorGrid.__updateImageRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__updateImageRect" />
-      <keyword name="IconEditorGrid.__updatePreviewPixmap" id="IconEditorGrid.__updatePreviewPixmap" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__updatePreviewPixmap" />
-      <keyword name="IconEditorGrid.__updateRect" id="IconEditorGrid.__updateRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__updateRect" />
-      <keyword name="IconEditorGrid.canPaste" id="IconEditorGrid.canPaste" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.canPaste" />
-      <keyword name="IconEditorGrid.canRedo" id="IconEditorGrid.canRedo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.canRedo" />
-      <keyword name="IconEditorGrid.canUndo" id="IconEditorGrid.canUndo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.canUndo" />
-      <keyword name="IconEditorGrid.editClear" id="IconEditorGrid.editClear" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editClear" />
-      <keyword name="IconEditorGrid.editCopy" id="IconEditorGrid.editCopy" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editCopy" />
-      <keyword name="IconEditorGrid.editCut" id="IconEditorGrid.editCut" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editCut" />
-      <keyword name="IconEditorGrid.editNew" id="IconEditorGrid.editNew" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editNew" />
-      <keyword name="IconEditorGrid.editPaste" id="IconEditorGrid.editPaste" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editPaste" />
-      <keyword name="IconEditorGrid.editPasteAsNew" id="IconEditorGrid.editPasteAsNew" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editPasteAsNew" />
-      <keyword name="IconEditorGrid.editRedo" id="IconEditorGrid.editRedo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editRedo" />
-      <keyword name="IconEditorGrid.editResize" id="IconEditorGrid.editResize" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editResize" />
-      <keyword name="IconEditorGrid.editSelectAll" id="IconEditorGrid.editSelectAll" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editSelectAll" />
-      <keyword name="IconEditorGrid.editUndo" id="IconEditorGrid.editUndo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editUndo" />
-      <keyword name="IconEditorGrid.grayScale" id="IconEditorGrid.grayScale" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.grayScale" />
-      <keyword name="IconEditorGrid.iconImage" id="IconEditorGrid.iconImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.iconImage" />
-      <keyword name="IconEditorGrid.iconSize" id="IconEditorGrid.iconSize" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.iconSize" />
-      <keyword name="IconEditorGrid.isDirty" id="IconEditorGrid.isDirty" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.isDirty" />
-      <keyword name="IconEditorGrid.isGridEnabled" id="IconEditorGrid.isGridEnabled" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.isGridEnabled" />
-      <keyword name="IconEditorGrid.isSelectionAvailable" id="IconEditorGrid.isSelectionAvailable" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.isSelectionAvailable" />
-      <keyword name="IconEditorGrid.mouseMoveEvent" id="IconEditorGrid.mouseMoveEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.mouseMoveEvent" />
-      <keyword name="IconEditorGrid.mousePressEvent" id="IconEditorGrid.mousePressEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.mousePressEvent" />
-      <keyword name="IconEditorGrid.mouseReleaseEvent" id="IconEditorGrid.mouseReleaseEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.mouseReleaseEvent" />
-      <keyword name="IconEditorGrid.paintEvent" id="IconEditorGrid.paintEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.paintEvent" />
-      <keyword name="IconEditorGrid.penColor" id="IconEditorGrid.penColor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.penColor" />
-      <keyword name="IconEditorGrid.previewPixmap" id="IconEditorGrid.previewPixmap" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.previewPixmap" />
-      <keyword name="IconEditorGrid.setDirty" id="IconEditorGrid.setDirty" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setDirty" />
-      <keyword name="IconEditorGrid.setGridEnabled" id="IconEditorGrid.setGridEnabled" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setGridEnabled" />
-      <keyword name="IconEditorGrid.setIconImage" id="IconEditorGrid.setIconImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setIconImage" />
-      <keyword name="IconEditorGrid.setPenColor" id="IconEditorGrid.setPenColor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setPenColor" />
-      <keyword name="IconEditorGrid.setTool" id="IconEditorGrid.setTool" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setTool" />
-      <keyword name="IconEditorGrid.setZoomFactor" id="IconEditorGrid.setZoomFactor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setZoomFactor" />
-      <keyword name="IconEditorGrid.shutdown" id="IconEditorGrid.shutdown" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.shutdown" />
-      <keyword name="IconEditorGrid.sizeHint" id="IconEditorGrid.sizeHint" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.sizeHint" />
-      <keyword name="IconEditorGrid.tool" id="IconEditorGrid.tool" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.tool" />
-      <keyword name="IconEditorGrid.zoomFactor" id="IconEditorGrid.zoomFactor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.zoomFactor" />
-      <keyword name="IconEditorPalette (Module)" id="IconEditorPalette (Module)" ref="eric5.IconEditor.IconEditorPalette.html" />
-      <keyword name="IconEditorPalette" id="IconEditorPalette" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette" />
-      <keyword name="IconEditorPalette (Constructor)" id="IconEditorPalette (Constructor)" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.__init__" />
-      <keyword name="IconEditorPalette.__alphaChanged" id="IconEditorPalette.__alphaChanged" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.__alphaChanged" />
-      <keyword name="IconEditorPalette.__selectColor" id="IconEditorPalette.__selectColor" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.__selectColor" />
-      <keyword name="IconEditorPalette.colorChanged" id="IconEditorPalette.colorChanged" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.colorChanged" />
-      <keyword name="IconEditorPalette.previewChanged" id="IconEditorPalette.previewChanged" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.previewChanged" />
-      <keyword name="IconEditorWindow (Module)" id="IconEditorWindow (Module)" ref="eric5.IconEditor.IconEditorWindow.html" />
-      <keyword name="IconEditorWindow" id="IconEditorWindow" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow" />
-      <keyword name="IconEditorWindow (Constructor)" id="IconEditorWindow (Constructor)" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__init__" />
-      <keyword name="IconEditorWindow.__about" id="IconEditorWindow.__about" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__about" />
-      <keyword name="IconEditorWindow.__aboutQt" id="IconEditorWindow.__aboutQt" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__aboutQt" />
-      <keyword name="IconEditorWindow.__checkActions" id="IconEditorWindow.__checkActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__checkActions" />
-      <keyword name="IconEditorWindow.__closeAll" id="IconEditorWindow.__closeAll" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__closeAll" />
-      <keyword name="IconEditorWindow.__createPaletteDock" id="IconEditorWindow.__createPaletteDock" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__createPaletteDock" />
-      <keyword name="IconEditorWindow.__createStatusBar" id="IconEditorWindow.__createStatusBar" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__createStatusBar" />
-      <keyword name="IconEditorWindow.__initActions" id="IconEditorWindow.__initActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initActions" />
-      <keyword name="IconEditorWindow.__initEditActions" id="IconEditorWindow.__initEditActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initEditActions" />
-      <keyword name="IconEditorWindow.__initFileActions" id="IconEditorWindow.__initFileActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initFileActions" />
-      <keyword name="IconEditorWindow.__initFileFilters" id="IconEditorWindow.__initFileFilters" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initFileFilters" />
-      <keyword name="IconEditorWindow.__initHelpActions" id="IconEditorWindow.__initHelpActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initHelpActions" />
-      <keyword name="IconEditorWindow.__initMenus" id="IconEditorWindow.__initMenus" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initMenus" />
-      <keyword name="IconEditorWindow.__initToolbars" id="IconEditorWindow.__initToolbars" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initToolbars" />
-      <keyword name="IconEditorWindow.__initToolsActions" id="IconEditorWindow.__initToolsActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initToolsActions" />
-      <keyword name="IconEditorWindow.__initViewActions" id="IconEditorWindow.__initViewActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initViewActions" />
-      <keyword name="IconEditorWindow.__loadIconFile" id="IconEditorWindow.__loadIconFile" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__loadIconFile" />
-      <keyword name="IconEditorWindow.__maybeSave" id="IconEditorWindow.__maybeSave" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__maybeSave" />
-      <keyword name="IconEditorWindow.__modificationChanged" id="IconEditorWindow.__modificationChanged" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__modificationChanged" />
-      <keyword name="IconEditorWindow.__newIcon" id="IconEditorWindow.__newIcon" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__newIcon" />
-      <keyword name="IconEditorWindow.__newWindow" id="IconEditorWindow.__newWindow" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__newWindow" />
-      <keyword name="IconEditorWindow.__openIcon" id="IconEditorWindow.__openIcon" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__openIcon" />
-      <keyword name="IconEditorWindow.__saveIcon" id="IconEditorWindow.__saveIcon" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__saveIcon" />
-      <keyword name="IconEditorWindow.__saveIconAs" id="IconEditorWindow.__saveIconAs" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__saveIconAs" />
-      <keyword name="IconEditorWindow.__saveIconFile" id="IconEditorWindow.__saveIconFile" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__saveIconFile" />
-      <keyword name="IconEditorWindow.__setCurrentFile" id="IconEditorWindow.__setCurrentFile" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__setCurrentFile" />
-      <keyword name="IconEditorWindow.__strippedName" id="IconEditorWindow.__strippedName" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__strippedName" />
-      <keyword name="IconEditorWindow.__updatePosition" id="IconEditorWindow.__updatePosition" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__updatePosition" />
-      <keyword name="IconEditorWindow.__updateSize" id="IconEditorWindow.__updateSize" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__updateSize" />
-      <keyword name="IconEditorWindow.__updateZoom" id="IconEditorWindow.__updateZoom" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__updateZoom" />
-      <keyword name="IconEditorWindow.__whatsThis" id="IconEditorWindow.__whatsThis" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__whatsThis" />
-      <keyword name="IconEditorWindow.__zoom" id="IconEditorWindow.__zoom" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoom" />
-      <keyword name="IconEditorWindow.__zoomIn" id="IconEditorWindow.__zoomIn" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoomIn" />
-      <keyword name="IconEditorWindow.__zoomOut" id="IconEditorWindow.__zoomOut" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoomOut" />
-      <keyword name="IconEditorWindow.__zoomReset" id="IconEditorWindow.__zoomReset" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoomReset" />
-      <keyword name="IconEditorWindow.closeEvent" id="IconEditorWindow.closeEvent" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.closeEvent" />
-      <keyword name="IconSizeDialog (Module)" id="IconSizeDialog (Module)" ref="eric5.IconEditor.IconSizeDialog.html" />
-      <keyword name="IconSizeDialog" id="IconSizeDialog" ref="eric5.IconEditor.IconSizeDialog.html#IconSizeDialog" />
-      <keyword name="IconSizeDialog (Constructor)" id="IconSizeDialog (Constructor)" ref="eric5.IconEditor.IconSizeDialog.html#IconSizeDialog.__init__" />
-      <keyword name="IconSizeDialog.getData" id="IconSizeDialog.getData" ref="eric5.IconEditor.IconSizeDialog.html#IconSizeDialog.getData" />
-      <keyword name="IconZoomDialog (Module)" id="IconZoomDialog (Module)" ref="eric5.IconEditor.IconZoomDialog.html" />
-      <keyword name="IconZoomDialog" id="IconZoomDialog" ref="eric5.IconEditor.IconZoomDialog.html#IconZoomDialog" />
-      <keyword name="IconZoomDialog (Constructor)" id="IconZoomDialog (Constructor)" ref="eric5.IconEditor.IconZoomDialog.html#IconZoomDialog.__init__" />
-      <keyword name="IconZoomDialog.getZoomFactor" id="IconZoomDialog.getZoomFactor" ref="eric5.IconEditor.IconZoomDialog.html#IconZoomDialog.getZoomFactor" />
-      <keyword name="MultiProject (Package)" id="MultiProject (Package)" ref="index-eric5.MultiProject.html" />
-      <keyword name="AddProjectDialog (Module)" id="AddProjectDialog (Module)" ref="eric5.MultiProject.AddProjectDialog.html" />
-      <keyword name="AddProjectDialog" id="AddProjectDialog" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog" />
-      <keyword name="AddProjectDialog (Constructor)" id="AddProjectDialog (Constructor)" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.__init__" />
-      <keyword name="AddProjectDialog.__updateUi" id="AddProjectDialog.__updateUi" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.__updateUi" />
-      <keyword name="AddProjectDialog.getData" id="AddProjectDialog.getData" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.getData" />
-      <keyword name="AddProjectDialog.on_fileButton_clicked" id="AddProjectDialog.on_fileButton_clicked" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.on_fileButton_clicked" />
-      <keyword name="AddProjectDialog.on_filenameEdit_textChanged" id="AddProjectDialog.on_filenameEdit_textChanged" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.on_filenameEdit_textChanged" />
-      <keyword name="AddProjectDialog.on_nameEdit_textChanged" id="AddProjectDialog.on_nameEdit_textChanged" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.on_nameEdit_textChanged" />
-      <keyword name="MultiProject (Module)" id="MultiProject (Module)" ref="eric5.MultiProject.MultiProject.html" />
-      <keyword name="MultiProject" id="MultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject" />
-      <keyword name="MultiProject (Constructor)" id="MultiProject (Constructor)" ref="eric5.MultiProject.MultiProject.html#MultiProject.__init__" />
-      <keyword name="MultiProject.__checkFilesExist" id="MultiProject.__checkFilesExist" ref="eric5.MultiProject.MultiProject.html#MultiProject.__checkFilesExist" />
-      <keyword name="MultiProject.__clearRecent" id="MultiProject.__clearRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__clearRecent" />
-      <keyword name="MultiProject.__initData" id="MultiProject.__initData" ref="eric5.MultiProject.MultiProject.html#MultiProject.__initData" />
-      <keyword name="MultiProject.__loadRecent" id="MultiProject.__loadRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__loadRecent" />
-      <keyword name="MultiProject.__openMasterProject" id="MultiProject.__openMasterProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.__openMasterProject" />
-      <keyword name="MultiProject.__openRecent" id="MultiProject.__openRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__openRecent" />
-      <keyword name="MultiProject.__readMultiProject" id="MultiProject.__readMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.__readMultiProject" />
-      <keyword name="MultiProject.__readXMLMultiProject" id="MultiProject.__readXMLMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.__readXMLMultiProject" />
-      <keyword name="MultiProject.__saveRecent" id="MultiProject.__saveRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__saveRecent" />
-      <keyword name="MultiProject.__showContextMenuRecent" id="MultiProject.__showContextMenuRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__showContextMenuRecent" />
-      <keyword name="MultiProject.__showMenu" id="MultiProject.__showMenu" ref="eric5.MultiProject.MultiProject.html#MultiProject.__showMenu" />
-      <keyword name="MultiProject.__showProperties" id="MultiProject.__showProperties" ref="eric5.MultiProject.MultiProject.html#MultiProject.__showProperties" />
-      <keyword name="MultiProject.__syncRecent" id="MultiProject.__syncRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__syncRecent" />
-      <keyword name="MultiProject.__writeMultiProject" id="MultiProject.__writeMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.__writeMultiProject" />
-      <keyword name="MultiProject.__writeXMLMultiProject" id="MultiProject.__writeXMLMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.__writeXMLMultiProject" />
-      <keyword name="MultiProject.addE5Actions" id="MultiProject.addE5Actions" ref="eric5.MultiProject.MultiProject.html#MultiProject.addE5Actions" />
-      <keyword name="MultiProject.addProject" id="MultiProject.addProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.addProject" />
-      <keyword name="MultiProject.changeProjectProperties" id="MultiProject.changeProjectProperties" ref="eric5.MultiProject.MultiProject.html#MultiProject.changeProjectProperties" />
-      <keyword name="MultiProject.checkDirty" id="MultiProject.checkDirty" ref="eric5.MultiProject.MultiProject.html#MultiProject.checkDirty" />
-      <keyword name="MultiProject.closeMultiProject" id="MultiProject.closeMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.closeMultiProject" />
-      <keyword name="MultiProject.getActions" id="MultiProject.getActions" ref="eric5.MultiProject.MultiProject.html#MultiProject.getActions" />
-      <keyword name="MultiProject.getDependantProjectFiles" id="MultiProject.getDependantProjectFiles" ref="eric5.MultiProject.MultiProject.html#MultiProject.getDependantProjectFiles" />
-      <keyword name="MultiProject.getMasterProjectFile" id="MultiProject.getMasterProjectFile" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMasterProjectFile" />
-      <keyword name="MultiProject.getMenu" id="MultiProject.getMenu" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMenu" />
-      <keyword name="MultiProject.getMostRecent" id="MultiProject.getMostRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMostRecent" />
-      <keyword name="MultiProject.getMultiProjectFile" id="MultiProject.getMultiProjectFile" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMultiProjectFile" />
-      <keyword name="MultiProject.getMultiProjectPath" id="MultiProject.getMultiProjectPath" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMultiProjectPath" />
-      <keyword name="MultiProject.getProject" id="MultiProject.getProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.getProject" />
-      <keyword name="MultiProject.getProjects" id="MultiProject.getProjects" ref="eric5.MultiProject.MultiProject.html#MultiProject.getProjects" />
-      <keyword name="MultiProject.initActions" id="MultiProject.initActions" ref="eric5.MultiProject.MultiProject.html#MultiProject.initActions" />
-      <keyword name="MultiProject.initMenu" id="MultiProject.initMenu" ref="eric5.MultiProject.MultiProject.html#MultiProject.initMenu" />
-      <keyword name="MultiProject.initToolbar" id="MultiProject.initToolbar" ref="eric5.MultiProject.MultiProject.html#MultiProject.initToolbar" />
-      <keyword name="MultiProject.isDirty" id="MultiProject.isDirty" ref="eric5.MultiProject.MultiProject.html#MultiProject.isDirty" />
-      <keyword name="MultiProject.isOpen" id="MultiProject.isOpen" ref="eric5.MultiProject.MultiProject.html#MultiProject.isOpen" />
-      <keyword name="MultiProject.newMultiProject" id="MultiProject.newMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.newMultiProject" />
-      <keyword name="MultiProject.openMultiProject" id="MultiProject.openMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.openMultiProject" />
-      <keyword name="MultiProject.openProject" id="MultiProject.openProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.openProject" />
-      <keyword name="MultiProject.removeE5Actions" id="MultiProject.removeE5Actions" ref="eric5.MultiProject.MultiProject.html#MultiProject.removeE5Actions" />
-      <keyword name="MultiProject.removeProject" id="MultiProject.removeProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.removeProject" />
-      <keyword name="MultiProject.saveMultiProject" id="MultiProject.saveMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.saveMultiProject" />
-      <keyword name="MultiProject.saveMultiProjectAs" id="MultiProject.saveMultiProjectAs" ref="eric5.MultiProject.MultiProject.html#MultiProject.saveMultiProjectAs" />
-      <keyword name="MultiProject.setDirty" id="MultiProject.setDirty" ref="eric5.MultiProject.MultiProject.html#MultiProject.setDirty" />
-      <keyword name="MultiProjectBrowser (Module)" id="MultiProjectBrowser (Module)" ref="eric5.MultiProject.MultiProjectBrowser.html" />
-      <keyword name="MultiProjectBrowser" id="MultiProjectBrowser" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser" />
-      <keyword name="MultiProjectBrowser (Constructor)" id="MultiProjectBrowser (Constructor)" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__init__" />
-      <keyword name="MultiProjectBrowser.__addProject" id="MultiProjectBrowser.__addProject" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__addProject" />
-      <keyword name="MultiProjectBrowser.__configure" id="MultiProjectBrowser.__configure" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__configure" />
-      <keyword name="MultiProjectBrowser.__contextMenuRequested" id="MultiProjectBrowser.__contextMenuRequested" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__contextMenuRequested" />
-      <keyword name="MultiProjectBrowser.__createPopupMenu" id="MultiProjectBrowser.__createPopupMenu" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__createPopupMenu" />
-      <keyword name="MultiProjectBrowser.__findProjectItem" id="MultiProjectBrowser.__findProjectItem" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__findProjectItem" />
-      <keyword name="MultiProjectBrowser.__multiProjectClosed" id="MultiProjectBrowser.__multiProjectClosed" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__multiProjectClosed" />
-      <keyword name="MultiProjectBrowser.__multiProjectOpened" id="MultiProjectBrowser.__multiProjectOpened" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__multiProjectOpened" />
-      <keyword name="MultiProjectBrowser.__newMultiProject" id="MultiProjectBrowser.__newMultiProject" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__newMultiProject" />
-      <keyword name="MultiProjectBrowser.__openItem" id="MultiProjectBrowser.__openItem" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__openItem" />
-      <keyword name="MultiProjectBrowser.__projectAdded" id="MultiProjectBrowser.__projectAdded" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectAdded" />
-      <keyword name="MultiProjectBrowser.__projectDataChanged" id="MultiProjectBrowser.__projectDataChanged" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectDataChanged" />
-      <keyword name="MultiProjectBrowser.__projectOpened" id="MultiProjectBrowser.__projectOpened" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectOpened" />
-      <keyword name="MultiProjectBrowser.__projectRemoved" id="MultiProjectBrowser.__projectRemoved" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectRemoved" />
-      <keyword name="MultiProjectBrowser.__removeProject" id="MultiProjectBrowser.__removeProject" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__removeProject" />
-      <keyword name="MultiProjectBrowser.__setItemData" id="MultiProjectBrowser.__setItemData" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__setItemData" />
-      <keyword name="MultiProjectBrowser.__showProjectProperties" id="MultiProjectBrowser.__showProjectProperties" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__showProjectProperties" />
-      <keyword name="PropertiesDialog (Module)" id="PropertiesDialog (Module)" ref="eric5.MultiProject.PropertiesDialog.html" />
-      <keyword name="PropertiesDialog" id="PropertiesDialog" ref="eric5.MultiProject.PropertiesDialog.html#PropertiesDialog" />
-      <keyword name="PropertiesDialog (Constructor)" id="PropertiesDialog (Constructor)" ref="eric5.MultiProject.PropertiesDialog.html#PropertiesDialog.__init__" />
-      <keyword name="PropertiesDialog.storeData" id="PropertiesDialog.storeData" ref="eric5.MultiProject.PropertiesDialog.html#PropertiesDialog.storeData" />
-      <keyword name="PluginManager (Package)" id="PluginManager (Package)" ref="index-eric5.PluginManager.html" />
-      <keyword name="PluginDetailsDialog (Module)" id="PluginDetailsDialog (Module)" ref="eric5.PluginManager.PluginDetailsDialog.html" />
-      <keyword name="PluginDetailsDialog" id="PluginDetailsDialog" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog" />
-      <keyword name="PluginDetailsDialog (Constructor)" id="PluginDetailsDialog (Constructor)" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog.__init__" />
-      <keyword name="PluginDetailsDialog.on_activeCheckBox_clicked" id="PluginDetailsDialog.on_activeCheckBox_clicked" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog.on_activeCheckBox_clicked" />
-      <keyword name="PluginDetailsDialog.on_autoactivateCheckBox_clicked" id="PluginDetailsDialog.on_autoactivateCheckBox_clicked" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog.on_autoactivateCheckBox_clicked" />
-      <keyword name="PluginExceptions (Module)" id="PluginExceptions (Module)" ref="eric5.PluginManager.PluginExceptions.html" />
-      <keyword name="PluginActivationError" id="PluginActivationError" ref="eric5.PluginManager.PluginExceptions.html#PluginActivationError" />
-      <keyword name="PluginClassFormatError" id="PluginClassFormatError" ref="eric5.PluginManager.PluginExceptions.html#PluginClassFormatError" />
-      <keyword name="PluginError" id="PluginError" ref="eric5.PluginManager.PluginExceptions.html#PluginError" />
-      <keyword name="PluginLoadError" id="PluginLoadError" ref="eric5.PluginManager.PluginExceptions.html#PluginLoadError" />
-      <keyword name="PluginModuleFormatError" id="PluginModuleFormatError" ref="eric5.PluginManager.PluginExceptions.html#PluginModuleFormatError" />
-      <keyword name="PluginModulesError" id="PluginModulesError" ref="eric5.PluginManager.PluginExceptions.html#PluginModulesError" />
-      <keyword name="PluginPathError" id="PluginPathError" ref="eric5.PluginManager.PluginExceptions.html#PluginPathError" />
-      <keyword name="PluginActivationError (Constructor)" id="PluginActivationError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginActivationError.__init__" />
-      <keyword name="PluginClassFormatError (Constructor)" id="PluginClassFormatError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginClassFormatError.__init__" />
-      <keyword name="PluginError (Constructor)" id="PluginError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginError.__init__" />
-      <keyword name="PluginError.__repr__" id="PluginError.__repr__" ref="eric5.PluginManager.PluginExceptions.html#PluginError.__repr__" />
-      <keyword name="PluginError.__str__" id="PluginError.__str__" ref="eric5.PluginManager.PluginExceptions.html#PluginError.__str__" />
-      <keyword name="PluginLoadError (Constructor)" id="PluginLoadError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginLoadError.__init__" />
-      <keyword name="PluginModuleFormatError (Constructor)" id="PluginModuleFormatError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginModuleFormatError.__init__" />
-      <keyword name="PluginModulesError (Constructor)" id="PluginModulesError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginModulesError.__init__" />
-      <keyword name="PluginPathError (Constructor)" id="PluginPathError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginPathError.__init__" />
-      <keyword name="PluginInfoDialog (Module)" id="PluginInfoDialog (Module)" ref="eric5.PluginManager.PluginInfoDialog.html" />
-      <keyword name="PluginInfoDialog" id="PluginInfoDialog" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog" />
-      <keyword name="PluginInfoDialog (Constructor)" id="PluginInfoDialog (Constructor)" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__init__" />
-      <keyword name="PluginInfoDialog.__activatePlugin" id="PluginInfoDialog.__activatePlugin" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__activatePlugin" />
-      <keyword name="PluginInfoDialog.__createEntry" id="PluginInfoDialog.__createEntry" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__createEntry" />
-      <keyword name="PluginInfoDialog.__deactivatePlugin" id="PluginInfoDialog.__deactivatePlugin" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__deactivatePlugin" />
-      <keyword name="PluginInfoDialog.__populateList" id="PluginInfoDialog.__populateList" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__populateList" />
-      <keyword name="PluginInfoDialog.__showContextMenu" id="PluginInfoDialog.__showContextMenu" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__showContextMenu" />
-      <keyword name="PluginInfoDialog.__showDetails" id="PluginInfoDialog.__showDetails" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__showDetails" />
-      <keyword name="PluginInfoDialog.on_pluginList_itemActivated" id="PluginInfoDialog.on_pluginList_itemActivated" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.on_pluginList_itemActivated" />
-      <keyword name="PluginInstallDialog (Module)" id="PluginInstallDialog (Module)" ref="eric5.PluginManager.PluginInstallDialog.html" />
-      <keyword name="PluginInstallDialog" id="PluginInstallDialog" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallDialog" />
-      <keyword name="PluginInstallWidget" id="PluginInstallWidget" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget" />
-      <keyword name="PluginInstallWindow" id="PluginInstallWindow" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWindow" />
-      <keyword name="PluginInstallDialog (Constructor)" id="PluginInstallDialog (Constructor)" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallDialog.__init__" />
-      <keyword name="PluginInstallDialog.restartNeeded" id="PluginInstallDialog.restartNeeded" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallDialog.restartNeeded" />
-      <keyword name="PluginInstallWidget (Constructor)" id="PluginInstallWidget (Constructor)" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__init__" />
-      <keyword name="PluginInstallWidget.__createArchivesList" id="PluginInstallWidget.__createArchivesList" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__createArchivesList" />
-      <keyword name="PluginInstallWidget.__installPlugin" id="PluginInstallWidget.__installPlugin" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__installPlugin" />
-      <keyword name="PluginInstallWidget.__installPlugins" id="PluginInstallWidget.__installPlugins" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__installPlugins" />
-      <keyword name="PluginInstallWidget.__makedirs" id="PluginInstallWidget.__makedirs" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__makedirs" />
-      <keyword name="PluginInstallWidget.__rollback" id="PluginInstallWidget.__rollback" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__rollback" />
-      <keyword name="PluginInstallWidget.__selectPage" id="PluginInstallWidget.__selectPage" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__selectPage" />
-      <keyword name="PluginInstallWidget.__uninstallPackage" id="PluginInstallWidget.__uninstallPackage" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__uninstallPackage" />
-      <keyword name="PluginInstallWidget.on_addArchivesButton_clicked" id="PluginInstallWidget.on_addArchivesButton_clicked" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_addArchivesButton_clicked" />
-      <keyword name="PluginInstallWidget.on_archivesList_itemSelectionChanged" id="PluginInstallWidget.on_archivesList_itemSelectionChanged" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_archivesList_itemSelectionChanged" />
-      <keyword name="PluginInstallWidget.on_buttonBox_clicked" id="PluginInstallWidget.on_buttonBox_clicked" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_buttonBox_clicked" />
-      <keyword name="PluginInstallWidget.on_removeArchivesButton_clicked" id="PluginInstallWidget.on_removeArchivesButton_clicked" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_removeArchivesButton_clicked" />
-      <keyword name="PluginInstallWidget.restartNeeded" id="PluginInstallWidget.restartNeeded" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.restartNeeded" />
-      <keyword name="PluginInstallWindow (Constructor)" id="PluginInstallWindow (Constructor)" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWindow.__init__" />
-      <keyword name="PluginManager (Module)" id="PluginManager (Module)" ref="eric5.PluginManager.PluginManager.html" />
-      <keyword name="PluginManager" id="PluginManager" ref="eric5.PluginManager.PluginManager.html#PluginManager" />
-      <keyword name="PluginManager (Constructor)" id="PluginManager (Constructor)" ref="eric5.PluginManager.PluginManager.html#PluginManager.__init__" />
-      <keyword name="PluginManager.__canActivatePlugin" id="PluginManager.__canActivatePlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.__canActivatePlugin" />
-      <keyword name="PluginManager.__canDeactivatePlugin" id="PluginManager.__canDeactivatePlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.__canDeactivatePlugin" />
-      <keyword name="PluginManager.__checkPluginsDownloadDirectory" id="PluginManager.__checkPluginsDownloadDirectory" ref="eric5.PluginManager.PluginManager.html#PluginManager.__checkPluginsDownloadDirectory" />
-      <keyword name="PluginManager.__getShortInfo" id="PluginManager.__getShortInfo" ref="eric5.PluginManager.PluginManager.html#PluginManager.__getShortInfo" />
-      <keyword name="PluginManager.__insertPluginsPaths" id="PluginManager.__insertPluginsPaths" ref="eric5.PluginManager.PluginManager.html#PluginManager.__insertPluginsPaths" />
-      <keyword name="PluginManager.__loadPlugins" id="PluginManager.__loadPlugins" ref="eric5.PluginManager.PluginManager.html#PluginManager.__loadPlugins" />
-      <keyword name="PluginManager.__pluginDirectoriesExist" id="PluginManager.__pluginDirectoriesExist" ref="eric5.PluginManager.PluginManager.html#PluginManager.__pluginDirectoriesExist" />
-      <keyword name="PluginManager.__pluginModulesExist" id="PluginManager.__pluginModulesExist" ref="eric5.PluginManager.PluginManager.html#PluginManager.__pluginModulesExist" />
-      <keyword name="PluginManager.activatePlugin" id="PluginManager.activatePlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.activatePlugin" />
-      <keyword name="PluginManager.activatePlugins" id="PluginManager.activatePlugins" ref="eric5.PluginManager.PluginManager.html#PluginManager.activatePlugins" />
-      <keyword name="PluginManager.deactivatePlugin" id="PluginManager.deactivatePlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.deactivatePlugin" />
-      <keyword name="PluginManager.deactivateVcsPlugins" id="PluginManager.deactivateVcsPlugins" ref="eric5.PluginManager.PluginManager.html#PluginManager.deactivateVcsPlugins" />
-      <keyword name="PluginManager.finalizeSetup" id="PluginManager.finalizeSetup" ref="eric5.PluginManager.PluginManager.html#PluginManager.finalizeSetup" />
-      <keyword name="PluginManager.getPluginApiFiles" id="PluginManager.getPluginApiFiles" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginApiFiles" />
-      <keyword name="PluginManager.getPluginConfigData" id="PluginManager.getPluginConfigData" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginConfigData" />
-      <keyword name="PluginManager.getPluginDetails" id="PluginManager.getPluginDetails" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginDetails" />
-      <keyword name="PluginManager.getPluginDir" id="PluginManager.getPluginDir" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginDir" />
-      <keyword name="PluginManager.getPluginDisplayStrings" id="PluginManager.getPluginDisplayStrings" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginDisplayStrings" />
-      <keyword name="PluginManager.getPluginExeDisplayData" id="PluginManager.getPluginExeDisplayData" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginExeDisplayData" />
-      <keyword name="PluginManager.getPluginInfos" id="PluginManager.getPluginInfos" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginInfos" />
-      <keyword name="PluginManager.getPluginModules" id="PluginManager.getPluginModules" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginModules" />
-      <keyword name="PluginManager.getPluginObject" id="PluginManager.getPluginObject" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginObject" />
-      <keyword name="PluginManager.getPluginPreviewPixmap" id="PluginManager.getPluginPreviewPixmap" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginPreviewPixmap" />
-      <keyword name="PluginManager.getVcsSystemIndicators" id="PluginManager.getVcsSystemIndicators" ref="eric5.PluginManager.PluginManager.html#PluginManager.getVcsSystemIndicators" />
-      <keyword name="PluginManager.initOnDemandPlugin" id="PluginManager.initOnDemandPlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.initOnDemandPlugin" />
-      <keyword name="PluginManager.initOnDemandPlugins" id="PluginManager.initOnDemandPlugins" ref="eric5.PluginManager.PluginManager.html#PluginManager.initOnDemandPlugins" />
-      <keyword name="PluginManager.isPluginActive" id="PluginManager.isPluginActive" ref="eric5.PluginManager.PluginManager.html#PluginManager.isPluginActive" />
-      <keyword name="PluginManager.isPluginLoaded" id="PluginManager.isPluginLoaded" ref="eric5.PluginManager.PluginManager.html#PluginManager.isPluginLoaded" />
-      <keyword name="PluginManager.isValidPluginName" id="PluginManager.isValidPluginName" ref="eric5.PluginManager.PluginManager.html#PluginManager.isValidPluginName" />
-      <keyword name="PluginManager.loadPlugin" id="PluginManager.loadPlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.loadPlugin" />
-      <keyword name="PluginManager.preferencesChanged" id="PluginManager.preferencesChanged" ref="eric5.PluginManager.PluginManager.html#PluginManager.preferencesChanged" />
-      <keyword name="PluginManager.removePluginFromSysModules" id="PluginManager.removePluginFromSysModules" ref="eric5.PluginManager.PluginManager.html#PluginManager.removePluginFromSysModules" />
-      <keyword name="PluginManager.shutdown" id="PluginManager.shutdown" ref="eric5.PluginManager.PluginManager.html#PluginManager.shutdown" />
-      <keyword name="PluginManager.unloadPlugin" id="PluginManager.unloadPlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.unloadPlugin" />
-      <keyword name="PluginRepositoryDialog (Module)" id="PluginRepositoryDialog (Module)" ref="eric5.PluginManager.PluginRepositoryDialog.html" />
-      <keyword name="PluginRepositoryDialog" id="PluginRepositoryDialog" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog" />
-      <keyword name="PluginRepositoryWidget" id="PluginRepositoryWidget" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget" />
-      <keyword name="PluginRepositoryWindow" id="PluginRepositoryWindow" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWindow" />
-      <keyword name="PluginRepositoryDialog (Constructor)" id="PluginRepositoryDialog (Constructor)" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog.__init__" />
-      <keyword name="PluginRepositoryDialog.__closeAndInstall" id="PluginRepositoryDialog.__closeAndInstall" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog.__closeAndInstall" />
-      <keyword name="PluginRepositoryDialog.getDownloadedPlugins" id="PluginRepositoryDialog.getDownloadedPlugins" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog.getDownloadedPlugins" />
-      <keyword name="PluginRepositoryWidget (Constructor)" id="PluginRepositoryWidget (Constructor)" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__init__" />
-      <keyword name="PluginRepositoryWidget.__downloadCancel" id="PluginRepositoryWidget.__downloadCancel" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadCancel" />
-      <keyword name="PluginRepositoryWidget.__downloadFile" id="PluginRepositoryWidget.__downloadFile" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadFile" />
-      <keyword name="PluginRepositoryWidget.__downloadFileDone" id="PluginRepositoryWidget.__downloadFileDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadFileDone" />
-      <keyword name="PluginRepositoryWidget.__downloadPlugin" id="PluginRepositoryWidget.__downloadPlugin" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPlugin" />
-      <keyword name="PluginRepositoryWidget.__downloadPluginDone" id="PluginRepositoryWidget.__downloadPluginDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPluginDone" />
-      <keyword name="PluginRepositoryWidget.__downloadPlugins" id="PluginRepositoryWidget.__downloadPlugins" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPlugins" />
-      <keyword name="PluginRepositoryWidget.__downloadPluginsDone" id="PluginRepositoryWidget.__downloadPluginsDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPluginsDone" />
-      <keyword name="PluginRepositoryWidget.__downloadProgress" id="PluginRepositoryWidget.__downloadProgress" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadProgress" />
-      <keyword name="PluginRepositoryWidget.__downloadRepositoryFileDone" id="PluginRepositoryWidget.__downloadRepositoryFileDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadRepositoryFileDone" />
-      <keyword name="PluginRepositoryWidget.__formatDescription" id="PluginRepositoryWidget.__formatDescription" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__formatDescription" />
-      <keyword name="PluginRepositoryWidget.__isUpToDate" id="PluginRepositoryWidget.__isUpToDate" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__isUpToDate" />
-      <keyword name="PluginRepositoryWidget.__populateList" id="PluginRepositoryWidget.__populateList" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__populateList" />
-      <keyword name="PluginRepositoryWidget.__resortRepositoryList" id="PluginRepositoryWidget.__resortRepositoryList" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__resortRepositoryList" />
-      <keyword name="PluginRepositoryWidget.__selectedItems" id="PluginRepositoryWidget.__selectedItems" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__selectedItems" />
-      <keyword name="PluginRepositoryWidget.__sslErrors" id="PluginRepositoryWidget.__sslErrors" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__sslErrors" />
-      <keyword name="PluginRepositoryWidget.__updateList" id="PluginRepositoryWidget.__updateList" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__updateList" />
-      <keyword name="PluginRepositoryWidget.addEntry" id="PluginRepositoryWidget.addEntry" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.addEntry" />
-      <keyword name="PluginRepositoryWidget.getDownloadedPlugins" id="PluginRepositoryWidget.getDownloadedPlugins" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.getDownloadedPlugins" />
-      <keyword name="PluginRepositoryWidget.on_buttonBox_clicked" id="PluginRepositoryWidget.on_buttonBox_clicked" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.on_buttonBox_clicked" />
-      <keyword name="PluginRepositoryWidget.on_repositoryList_currentItemChanged" id="PluginRepositoryWidget.on_repositoryList_currentItemChanged" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.on_repositoryList_currentItemChanged" />
-      <keyword name="PluginRepositoryWidget.on_repositoryList_itemSelectionChanged" id="PluginRepositoryWidget.on_repositoryList_itemSelectionChanged" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.on_repositoryList_itemSelectionChanged" />
-      <keyword name="PluginRepositoryWindow (Constructor)" id="PluginRepositoryWindow (Constructor)" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWindow.__init__" />
-      <keyword name="PluginRepositoryWindow.__startPluginInstall" id="PluginRepositoryWindow.__startPluginInstall" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWindow.__startPluginInstall" />
-      <keyword name="PluginUninstallDialog (Module)" id="PluginUninstallDialog (Module)" ref="eric5.PluginManager.PluginUninstallDialog.html" />
-      <keyword name="PluginUninstallDialog" id="PluginUninstallDialog" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallDialog" />
-      <keyword name="PluginUninstallWidget" id="PluginUninstallWidget" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget" />
-      <keyword name="PluginUninstallWindow" id="PluginUninstallWindow" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWindow" />
-      <keyword name="PluginUninstallDialog (Constructor)" id="PluginUninstallDialog (Constructor)" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallDialog.__init__" />
-      <keyword name="PluginUninstallWidget (Constructor)" id="PluginUninstallWidget (Constructor)" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.__init__" />
-      <keyword name="PluginUninstallWidget.__uninstallPlugin" id="PluginUninstallWidget.__uninstallPlugin" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.__uninstallPlugin" />
-      <keyword name="PluginUninstallWidget.on_buttonBox_accepted" id="PluginUninstallWidget.on_buttonBox_accepted" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.on_buttonBox_accepted" />
-      <keyword name="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" id="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" />
-      <keyword name="PluginUninstallWindow (Constructor)" id="PluginUninstallWindow (Constructor)" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWindow.__init__" />
-      <keyword name="Plugins (Package)" id="Plugins (Package)" ref="index-eric5.Plugins.html" />
-      <keyword name="PluginAbout (Module)" id="PluginAbout (Module)" ref="eric5.Plugins.PluginAbout.html" />
-      <keyword name="AboutPlugin" id="AboutPlugin" ref="eric5.Plugins.PluginAbout.html#AboutPlugin" />
-      <keyword name="AboutPlugin (Constructor)" id="AboutPlugin (Constructor)" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__init__" />
-      <keyword name="AboutPlugin.__about" id="AboutPlugin.__about" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__about" />
-      <keyword name="AboutPlugin.__aboutQt" id="AboutPlugin.__aboutQt" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__aboutQt" />
-      <keyword name="AboutPlugin.__initActions" id="AboutPlugin.__initActions" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__initActions" />
-      <keyword name="AboutPlugin.__initMenu" id="AboutPlugin.__initMenu" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__initMenu" />
-      <keyword name="AboutPlugin.activate" id="AboutPlugin.activate" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.activate" />
-      <keyword name="AboutPlugin.deactivate" id="AboutPlugin.deactivate" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.deactivate" />
-      <keyword name="PluginEricapi (Module)" id="PluginEricapi (Module)" ref="eric5.Plugins.PluginEricapi.html" />
-      <keyword name="EricapiPlugin" id="EricapiPlugin" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin" />
-      <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginEricapi.html#exeDisplayData" />
-      <keyword name="EricapiPlugin (Constructor)" id="EricapiPlugin (Constructor)" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__init__" />
-      <keyword name="EricapiPlugin.__doEricapi" id="EricapiPlugin.__doEricapi" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__doEricapi" />
-      <keyword name="EricapiPlugin.__initialize" id="EricapiPlugin.__initialize" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__initialize" />
-      <keyword name="EricapiPlugin.__projectShowMenu" id="EricapiPlugin.__projectShowMenu" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__projectShowMenu" />
-      <keyword name="EricapiPlugin.activate" id="EricapiPlugin.activate" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.activate" />
-      <keyword name="EricapiPlugin.deactivate" id="EricapiPlugin.deactivate" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.deactivate" />
-      <keyword name="PluginEricdoc (Module)" id="PluginEricdoc (Module)" ref="eric5.Plugins.PluginEricdoc.html" />
-      <keyword name="EricdocPlugin" id="EricdocPlugin" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin" />
-      <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginEricdoc.html#exeDisplayData" />
-      <keyword name="EricdocPlugin (Constructor)" id="EricdocPlugin (Constructor)" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__init__" />
-      <keyword name="EricdocPlugin.__doEricdoc" id="EricdocPlugin.__doEricdoc" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__doEricdoc" />
-      <keyword name="EricdocPlugin.__initialize" id="EricdocPlugin.__initialize" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__initialize" />
-      <keyword name="EricdocPlugin.__projectShowMenu" id="EricdocPlugin.__projectShowMenu" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__projectShowMenu" />
-      <keyword name="EricdocPlugin.activate" id="EricdocPlugin.activate" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.activate" />
-      <keyword name="EricdocPlugin.deactivate" id="EricdocPlugin.deactivate" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.deactivate" />
-      <keyword name="PluginSyntaxChecker (Module)" id="PluginSyntaxChecker (Module)" ref="eric5.Plugins.PluginSyntaxChecker.html" />
-      <keyword name="SyntaxCheckerPlugin" id="SyntaxCheckerPlugin" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin" />
-      <keyword name="SyntaxCheckerPlugin (Constructor)" id="SyntaxCheckerPlugin (Constructor)" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__init__" />
-      <keyword name="SyntaxCheckerPlugin.__editorClosed" id="SyntaxCheckerPlugin.__editorClosed" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorClosed" />
-      <keyword name="SyntaxCheckerPlugin.__editorOpened" id="SyntaxCheckerPlugin.__editorOpened" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorOpened" />
-      <keyword name="SyntaxCheckerPlugin.__editorShowMenu" id="SyntaxCheckerPlugin.__editorShowMenu" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorShowMenu" />
-      <keyword name="SyntaxCheckerPlugin.__editorSyntaxCheck" id="SyntaxCheckerPlugin.__editorSyntaxCheck" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorSyntaxCheck" />
-      <keyword name="SyntaxCheckerPlugin.__initialize" id="SyntaxCheckerPlugin.__initialize" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__initialize" />
-      <keyword name="SyntaxCheckerPlugin.__projectBrowserShowMenu" id="SyntaxCheckerPlugin.__projectBrowserShowMenu" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectBrowserShowMenu" />
-      <keyword name="SyntaxCheckerPlugin.__projectBrowserSyntaxCheck" id="SyntaxCheckerPlugin.__projectBrowserSyntaxCheck" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectBrowserSyntaxCheck" />
-      <keyword name="SyntaxCheckerPlugin.__projectShowMenu" id="SyntaxCheckerPlugin.__projectShowMenu" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectShowMenu" />
-      <keyword name="SyntaxCheckerPlugin.__projectSyntaxCheck" id="SyntaxCheckerPlugin.__projectSyntaxCheck" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectSyntaxCheck" />
-      <keyword name="SyntaxCheckerPlugin.activate" id="SyntaxCheckerPlugin.activate" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.activate" />
-      <keyword name="SyntaxCheckerPlugin.deactivate" id="SyntaxCheckerPlugin.deactivate" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.deactivate" />
-      <keyword name="PluginTabnanny (Module)" id="PluginTabnanny (Module)" ref="eric5.Plugins.PluginTabnanny.html" />
-      <keyword name="TabnannyPlugin" id="TabnannyPlugin" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin" />
-      <keyword name="TabnannyPlugin (Constructor)" id="TabnannyPlugin (Constructor)" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__init__" />
-      <keyword name="TabnannyPlugin.__editorClosed" id="TabnannyPlugin.__editorClosed" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorClosed" />
-      <keyword name="TabnannyPlugin.__editorOpened" id="TabnannyPlugin.__editorOpened" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorOpened" />
-      <keyword name="TabnannyPlugin.__editorShowMenu" id="TabnannyPlugin.__editorShowMenu" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorShowMenu" />
-      <keyword name="TabnannyPlugin.__editorTabnanny" id="TabnannyPlugin.__editorTabnanny" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorTabnanny" />
-      <keyword name="TabnannyPlugin.__initialize" id="TabnannyPlugin.__initialize" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__initialize" />
-      <keyword name="TabnannyPlugin.__projectBrowserShowMenu" id="TabnannyPlugin.__projectBrowserShowMenu" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectBrowserShowMenu" />
-      <keyword name="TabnannyPlugin.__projectBrowserTabnanny" id="TabnannyPlugin.__projectBrowserTabnanny" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectBrowserTabnanny" />
-      <keyword name="TabnannyPlugin.__projectShowMenu" id="TabnannyPlugin.__projectShowMenu" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectShowMenu" />
-      <keyword name="TabnannyPlugin.__projectTabnanny" id="TabnannyPlugin.__projectTabnanny" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectTabnanny" />
-      <keyword name="TabnannyPlugin.activate" id="TabnannyPlugin.activate" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.activate" />
-      <keyword name="TabnannyPlugin.deactivate" id="TabnannyPlugin.deactivate" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.deactivate" />
-      <keyword name="PluginVcsMercurial (Module)" id="PluginVcsMercurial (Module)" ref="eric5.Plugins.PluginVcsMercurial.html" />
-      <keyword name="VcsMercurialPlugin" id="VcsMercurialPlugin" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin" />
-      <keyword name="createConfigurationPage" id="createConfigurationPage" ref="eric5.Plugins.PluginVcsMercurial.html#createConfigurationPage" />
-      <keyword name="displayString" id="displayString" ref="eric5.Plugins.PluginVcsMercurial.html#displayString" />
-      <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginVcsMercurial.html#exeDisplayData" />
-      <keyword name="getConfigData" id="getConfigData" ref="eric5.Plugins.PluginVcsMercurial.html#getConfigData" />
-      <keyword name="getVcsSystemIndicator" id="getVcsSystemIndicator" ref="eric5.Plugins.PluginVcsMercurial.html#getVcsSystemIndicator" />
-      <keyword name="prepareUninstall" id="prepareUninstall" ref="eric5.Plugins.PluginVcsMercurial.html#prepareUninstall" />
-      <keyword name="VcsMercurialPlugin (Constructor)" id="VcsMercurialPlugin (Constructor)" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.__init__" />
-      <keyword name="VcsMercurialPlugin.activate" id="VcsMercurialPlugin.activate" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.activate" />
-      <keyword name="VcsMercurialPlugin.deactivate" id="VcsMercurialPlugin.deactivate" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.deactivate" />
-      <keyword name="VcsMercurialPlugin.getConfigPath" id="VcsMercurialPlugin.getConfigPath" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.getConfigPath" />
-      <keyword name="VcsMercurialPlugin.getPreferences" id="VcsMercurialPlugin.getPreferences" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.getPreferences" />
-      <keyword name="VcsMercurialPlugin.getProjectHelper" id="VcsMercurialPlugin.getProjectHelper" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.getProjectHelper" />
-      <keyword name="VcsMercurialPlugin.prepareUninstall" id="VcsMercurialPlugin.prepareUninstall" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.prepareUninstall" />
-      <keyword name="VcsMercurialPlugin.setPreferences" id="VcsMercurialPlugin.setPreferences" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.setPreferences" />
-      <keyword name="PluginVcsPySvn (Module)" id="PluginVcsPySvn (Module)" ref="eric5.Plugins.PluginVcsPySvn.html" />
-      <keyword name="VcsPySvnPlugin" id="VcsPySvnPlugin" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin" />
-      <keyword name="createConfigurationPage" id="createConfigurationPage" ref="eric5.Plugins.PluginVcsPySvn.html#createConfigurationPage" />
-      <keyword name="displayString" id="displayString" ref="eric5.Plugins.PluginVcsPySvn.html#displayString" />
-      <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginVcsPySvn.html#exeDisplayData" />
-      <keyword name="getConfigData" id="getConfigData" ref="eric5.Plugins.PluginVcsPySvn.html#getConfigData" />
-      <keyword name="getVcsSystemIndicator" id="getVcsSystemIndicator" ref="eric5.Plugins.PluginVcsPySvn.html#getVcsSystemIndicator" />
-      <keyword name="prepareUninstall" id="prepareUninstall" ref="eric5.Plugins.PluginVcsPySvn.html#prepareUninstall" />
-      <keyword name="VcsPySvnPlugin (Constructor)" id="VcsPySvnPlugin (Constructor)" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.__init__" />
-      <keyword name="VcsPySvnPlugin.activate" id="VcsPySvnPlugin.activate" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.activate" />
-      <keyword name="VcsPySvnPlugin.deactivate" id="VcsPySvnPlugin.deactivate" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.deactivate" />
-      <keyword name="VcsPySvnPlugin.getConfigPath" id="VcsPySvnPlugin.getConfigPath" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getConfigPath" />
-      <keyword name="VcsPySvnPlugin.getPreferences" id="VcsPySvnPlugin.getPreferences" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getPreferences" />
-      <keyword name="VcsPySvnPlugin.getProjectHelper" id="VcsPySvnPlugin.getProjectHelper" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getProjectHelper" />
-      <keyword name="VcsPySvnPlugin.getServersPath" id="VcsPySvnPlugin.getServersPath" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getServersPath" />
-      <keyword name="VcsPySvnPlugin.prepareUninstall" id="VcsPySvnPlugin.prepareUninstall" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.prepareUninstall" />
-      <keyword name="VcsPySvnPlugin.setPreferences" id="VcsPySvnPlugin.setPreferences" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.setPreferences" />
-      <keyword name="PluginVcsSubversion (Module)" id="PluginVcsSubversion (Module)" ref="eric5.Plugins.PluginVcsSubversion.html" />
-      <keyword name="VcsSubversionPlugin" id="VcsSubversionPlugin" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin" />
-      <keyword name="createConfigurationPage" id="createConfigurationPage" ref="eric5.Plugins.PluginVcsSubversion.html#createConfigurationPage" />
-      <keyword name="displayString" id="displayString" ref="eric5.Plugins.PluginVcsSubversion.html#displayString" />
-      <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginVcsSubversion.html#exeDisplayData" />
-      <keyword name="getConfigData" id="getConfigData" ref="eric5.Plugins.PluginVcsSubversion.html#getConfigData" />
-      <keyword name="getVcsSystemIndicator" id="getVcsSystemIndicator" ref="eric5.Plugins.PluginVcsSubversion.html#getVcsSystemIndicator" />
-      <keyword name="prepareUninstall" id="prepareUninstall" ref="eric5.Plugins.PluginVcsSubversion.html#prepareUninstall" />
-      <keyword name="VcsSubversionPlugin (Constructor)" id="VcsSubversionPlugin (Constructor)" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.__init__" />
-      <keyword name="VcsSubversionPlugin.activate" id="VcsSubversionPlugin.activate" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.activate" />
-      <keyword name="VcsSubversionPlugin.deactivate" id="VcsSubversionPlugin.deactivate" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.deactivate" />
-      <keyword name="VcsSubversionPlugin.getConfigPath" id="VcsSubversionPlugin.getConfigPath" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getConfigPath" />
-      <keyword name="VcsSubversionPlugin.getPreferences" id="VcsSubversionPlugin.getPreferences" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getPreferences" />
-      <keyword name="VcsSubversionPlugin.getProjectHelper" id="VcsSubversionPlugin.getProjectHelper" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getProjectHelper" />
-      <keyword name="VcsSubversionPlugin.getServersPath" id="VcsSubversionPlugin.getServersPath" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getServersPath" />
-      <keyword name="VcsSubversionPlugin.prepareUninstall" id="VcsSubversionPlugin.prepareUninstall" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.prepareUninstall" />
-      <keyword name="VcsSubversionPlugin.setPreferences" id="VcsSubversionPlugin.setPreferences" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.setPreferences" />
-      <keyword name="PluginVmListspace (Module)" id="PluginVmListspace (Module)" ref="eric5.Plugins.PluginVmListspace.html" />
-      <keyword name="VmListspacePlugin" id="VmListspacePlugin" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin" />
-      <keyword name="previewPix" id="previewPix" ref="eric5.Plugins.PluginVmListspace.html#previewPix" />
-      <keyword name="VmListspacePlugin (Constructor)" id="VmListspacePlugin (Constructor)" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin.__init__" />
-      <keyword name="VmListspacePlugin.activate" id="VmListspacePlugin.activate" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin.activate" />
-      <keyword name="VmListspacePlugin.deactivate" id="VmListspacePlugin.deactivate" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin.deactivate" />
-      <keyword name="PluginVmMdiArea (Module)" id="PluginVmMdiArea (Module)" ref="eric5.Plugins.PluginVmMdiArea.html" />
-      <keyword name="VmMdiAreaPlugin" id="VmMdiAreaPlugin" ref="eric5.Plugins.PluginVmMdiArea.html#VmMdiAreaPlugin" />
-      <keyword name="previewPix" id="previewPix" ref="eric5.Plugins.PluginVmMdiArea.html#previewPix" />
-      <keyword name="VmMdiAreaPlugin (Constructor)" id="VmMdiAreaPlugin (Constructor)" ref="eric5.Plugins.PluginVmMdiArea.html#VmMdiAreaPlugin.__init__" />
-      <keyword name="VmMdiAreaPlugin.activate" id="VmMdiAreaPlugin.activate" ref="eric5.Plugins.PluginVmMdiArea.html#VmMdiAreaPlugin.activate" />
-      <keyword name="VmMdiAreaPlugin.deactivate" id="VmMdiAreaPlugin.deactivate" ref="eric5.Plugins.PluginVmMdiArea.html#VmMdiAreaPlugin.deactivate" />
-      <keyword name="PluginVmTabview (Module)" id="PluginVmTabview (Module)" ref="eric5.Plugins.PluginVmTabview.html" />
-      <keyword name="VmTabviewPlugin" id="VmTabviewPlugin" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin" />
-      <keyword name="previewPix" id="previewPix" ref="eric5.Plugins.PluginVmTabview.html#previewPix" />
-      <keyword name="VmTabviewPlugin (Constructor)" id="VmTabviewPlugin (Constructor)" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin.__init__" />
-      <keyword name="VmTabviewPlugin.activate" id="VmTabviewPlugin.activate" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin.activate" />
-      <keyword name="VmTabviewPlugin.deactivate" id="VmTabviewPlugin.deactivate" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin.deactivate" />
-      <keyword name="PluginWizardPyRegExp (Module)" id="PluginWizardPyRegExp (Module)" ref="eric5.Plugins.PluginWizardPyRegExp.html" />
-      <keyword name="PyRegExpWizard" id="PyRegExpWizard" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard" />
-      <keyword name="PyRegExpWizard (Constructor)" id="PyRegExpWizard (Constructor)" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__init__" />
-      <keyword name="PyRegExpWizard.__callForm" id="PyRegExpWizard.__callForm" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__callForm" />
-      <keyword name="PyRegExpWizard.__handle" id="PyRegExpWizard.__handle" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__handle" />
-      <keyword name="PyRegExpWizard.__initAction" id="PyRegExpWizard.__initAction" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__initAction" />
-      <keyword name="PyRegExpWizard.__initMenu" id="PyRegExpWizard.__initMenu" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__initMenu" />
-      <keyword name="PyRegExpWizard.activate" id="PyRegExpWizard.activate" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.activate" />
-      <keyword name="PyRegExpWizard.deactivate" id="PyRegExpWizard.deactivate" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.deactivate" />
-      <keyword name="PluginWizardQColorDialog (Module)" id="PluginWizardQColorDialog (Module)" ref="eric5.Plugins.PluginWizardQColorDialog.html" />
-      <keyword name="ColorDialogWizard" id="ColorDialogWizard" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard" />
-      <keyword name="ColorDialogWizard (Constructor)" id="ColorDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__init__" />
-      <keyword name="ColorDialogWizard.__callForm" id="ColorDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__callForm" />
-      <keyword name="ColorDialogWizard.__handle" id="ColorDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__handle" />
-      <keyword name="ColorDialogWizard.__initAction" id="ColorDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__initAction" />
-      <keyword name="ColorDialogWizard.__initMenu" id="ColorDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__initMenu" />
-      <keyword name="ColorDialogWizard.activate" id="ColorDialogWizard.activate" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.activate" />
-      <keyword name="ColorDialogWizard.deactivate" id="ColorDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.deactivate" />
-      <keyword name="PluginWizardQFileDialog (Module)" id="PluginWizardQFileDialog (Module)" ref="eric5.Plugins.PluginWizardQFileDialog.html" />
-      <keyword name="FileDialogWizard" id="FileDialogWizard" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard" />
-      <keyword name="FileDialogWizard (Constructor)" id="FileDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__init__" />
-      <keyword name="FileDialogWizard.__callForm" id="FileDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__callForm" />
-      <keyword name="FileDialogWizard.__handle" id="FileDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__handle" />
-      <keyword name="FileDialogWizard.__initAction" id="FileDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__initAction" />
-      <keyword name="FileDialogWizard.__initMenu" id="FileDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__initMenu" />
-      <keyword name="FileDialogWizard.activate" id="FileDialogWizard.activate" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.activate" />
-      <keyword name="FileDialogWizard.deactivate" id="FileDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.deactivate" />
-      <keyword name="PluginWizardQFontDialog (Module)" id="PluginWizardQFontDialog (Module)" ref="eric5.Plugins.PluginWizardQFontDialog.html" />
-      <keyword name="FontDialogWizard" id="FontDialogWizard" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard" />
-      <keyword name="FontDialogWizard (Constructor)" id="FontDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__init__" />
-      <keyword name="FontDialogWizard.__callForm" id="FontDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__callForm" />
-      <keyword name="FontDialogWizard.__handle" id="FontDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__handle" />
-      <keyword name="FontDialogWizard.__initAction" id="FontDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__initAction" />
-      <keyword name="FontDialogWizard.__initMenu" id="FontDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__initMenu" />
-      <keyword name="FontDialogWizard.activate" id="FontDialogWizard.activate" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.activate" />
-      <keyword name="FontDialogWizard.deactivate" id="FontDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.deactivate" />
-      <keyword name="PluginWizardQInputDialog (Module)" id="PluginWizardQInputDialog (Module)" ref="eric5.Plugins.PluginWizardQInputDialog.html" />
-      <keyword name="InputDialogWizard" id="InputDialogWizard" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard" />
-      <keyword name="InputDialogWizard (Constructor)" id="InputDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__init__" />
-      <keyword name="InputDialogWizard.__callForm" id="InputDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__callForm" />
-      <keyword name="InputDialogWizard.__handle" id="InputDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__handle" />
-      <keyword name="InputDialogWizard.__initAction" id="InputDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__initAction" />
-      <keyword name="InputDialogWizard.__initMenu" id="InputDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__initMenu" />
-      <keyword name="InputDialogWizard.activate" id="InputDialogWizard.activate" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.activate" />
-      <keyword name="InputDialogWizard.deactivate" id="InputDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.deactivate" />
-      <keyword name="PluginWizardQMessageBox (Module)" id="PluginWizardQMessageBox (Module)" ref="eric5.Plugins.PluginWizardQMessageBox.html" />
-      <keyword name="MessageBoxWizard" id="MessageBoxWizard" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard" />
-      <keyword name="MessageBoxWizard (Constructor)" id="MessageBoxWizard (Constructor)" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__init__" />
-      <keyword name="MessageBoxWizard.__callForm" id="MessageBoxWizard.__callForm" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__callForm" />
-      <keyword name="MessageBoxWizard.__handle" id="MessageBoxWizard.__handle" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__handle" />
-      <keyword name="MessageBoxWizard.__initAction" id="MessageBoxWizard.__initAction" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__initAction" />
-      <keyword name="MessageBoxWizard.__initMenu" id="MessageBoxWizard.__initMenu" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__initMenu" />
-      <keyword name="MessageBoxWizard.activate" id="MessageBoxWizard.activate" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.activate" />
-      <keyword name="MessageBoxWizard.deactivate" id="MessageBoxWizard.deactivate" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.deactivate" />
-      <keyword name="PluginWizardQRegExp (Module)" id="PluginWizardQRegExp (Module)" ref="eric5.Plugins.PluginWizardQRegExp.html" />
-      <keyword name="QRegExpWizard" id="QRegExpWizard" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard" />
-      <keyword name="QRegExpWizard (Constructor)" id="QRegExpWizard (Constructor)" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__init__" />
-      <keyword name="QRegExpWizard.__callForm" id="QRegExpWizard.__callForm" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__callForm" />
-      <keyword name="QRegExpWizard.__handle" id="QRegExpWizard.__handle" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__handle" />
-      <keyword name="QRegExpWizard.__initAction" id="QRegExpWizard.__initAction" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__initAction" />
-      <keyword name="QRegExpWizard.__initMenu" id="QRegExpWizard.__initMenu" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__initMenu" />
-      <keyword name="QRegExpWizard.activate" id="QRegExpWizard.activate" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.activate" />
-      <keyword name="QRegExpWizard.deactivate" id="QRegExpWizard.deactivate" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.deactivate" />
+      <keyword name="HelpTocWidget (Module)" id="HelpTocWidget (Module)" ref="eric5.Helpviewer.HelpTocWidget.html" />
+      <keyword name="HelpTocWidget" id="HelpTocWidget" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget" />
+      <keyword name="HelpTocWidget (Constructor)" id="HelpTocWidget (Constructor)" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.__init__" />
+      <keyword name="HelpTocWidget.__expandTOC" id="HelpTocWidget.__expandTOC" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.__expandTOC" />
+      <keyword name="HelpTocWidget.__showContextMenu" id="HelpTocWidget.__showContextMenu" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.__showContextMenu" />
+      <keyword name="HelpTocWidget.eventFilter" id="HelpTocWidget.eventFilter" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.eventFilter" />
+      <keyword name="HelpTocWidget.expandToDepth" id="HelpTocWidget.expandToDepth" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.expandToDepth" />
+      <keyword name="HelpTocWidget.focusInEvent" id="HelpTocWidget.focusInEvent" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.focusInEvent" />
+      <keyword name="HelpTocWidget.itemClicked" id="HelpTocWidget.itemClicked" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.itemClicked" />
+      <keyword name="HelpTocWidget.keyPressEvent" id="HelpTocWidget.keyPressEvent" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.keyPressEvent" />
+      <keyword name="HelpTocWidget.syncToContent" id="HelpTocWidget.syncToContent" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.syncToContent" />
+      <keyword name="QtHelpDocumentationDialog (Module)" id="QtHelpDocumentationDialog (Module)" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html" />
+      <keyword name="QtHelpDocumentationDialog" id="QtHelpDocumentationDialog" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog" />
+      <keyword name="QtHelpDocumentationDialog (Constructor)" id="QtHelpDocumentationDialog (Constructor)" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.__init__" />
+      <keyword name="QtHelpDocumentationDialog.getTabsToClose" id="QtHelpDocumentationDialog.getTabsToClose" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.getTabsToClose" />
+      <keyword name="QtHelpDocumentationDialog.hasChanges" id="QtHelpDocumentationDialog.hasChanges" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.hasChanges" />
+      <keyword name="QtHelpDocumentationDialog.on_addButton_clicked" id="QtHelpDocumentationDialog.on_addButton_clicked" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.on_addButton_clicked" />
+      <keyword name="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged" id="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged" />
+      <keyword name="QtHelpDocumentationDialog.on_removeButton_clicked" id="QtHelpDocumentationDialog.on_removeButton_clicked" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.on_removeButton_clicked" />
+      <keyword name="JavaScriptResources (Module)" id="JavaScriptResources (Module)" ref="eric5.Helpviewer.JavaScriptResources.html" />
+      <keyword name="DownloadDialog (Module)" id="DownloadDialog (Module)" ref="eric5.Helpviewer.DownloadDialog.html" />
+      <keyword name="DownloadDialog" id="DownloadDialog" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog" />
+      <keyword name="DownloadDialog (Constructor)" id="DownloadDialog (Constructor)" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__init__" />
+      <keyword name="DownloadDialog.__dataString" id="DownloadDialog.__dataString" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__dataString" />
+      <keyword name="DownloadDialog.__downloadProgress" id="DownloadDialog.__downloadProgress" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__downloadProgress" />
+      <keyword name="DownloadDialog.__downloading" id="DownloadDialog.__downloading" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__downloading" />
+      <keyword name="DownloadDialog.__finished" id="DownloadDialog.__finished" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__finished" />
+      <keyword name="DownloadDialog.__getFileName" id="DownloadDialog.__getFileName" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__getFileName" />
+      <keyword name="DownloadDialog.__metaDataChanged" id="DownloadDialog.__metaDataChanged" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__metaDataChanged" />
+      <keyword name="DownloadDialog.__networkError" id="DownloadDialog.__networkError" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__networkError" />
+      <keyword name="DownloadDialog.__open" id="DownloadDialog.__open" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__open" />
+      <keyword name="DownloadDialog.__readyRead" id="DownloadDialog.__readyRead" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__readyRead" />
+      <keyword name="DownloadDialog.__saveFileName" id="DownloadDialog.__saveFileName" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__saveFileName" />
+      <keyword name="DownloadDialog.__stop" id="DownloadDialog.__stop" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__stop" />
+      <keyword name="DownloadDialog.__tryAgain" id="DownloadDialog.__tryAgain" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__tryAgain" />
+      <keyword name="DownloadDialog.__updateInfoLabel" id="DownloadDialog.__updateInfoLabel" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.__updateInfoLabel" />
+      <keyword name="DownloadDialog.closeEvent" id="DownloadDialog.closeEvent" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.closeEvent" />
+      <keyword name="DownloadDialog.initialize" id="DownloadDialog.initialize" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.initialize" />
+      <keyword name="DownloadDialog.on_buttonBox_clicked" id="DownloadDialog.on_buttonBox_clicked" ref="eric5.Helpviewer.DownloadDialog.html#DownloadDialog.on_buttonBox_clicked" />
+      <keyword name="HelpSearchWidget (Module)" id="HelpSearchWidget (Module)" ref="eric5.Helpviewer.HelpSearchWidget.html" />
+      <keyword name="HelpSearchWidget" id="HelpSearchWidget" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget" />
+      <keyword name="HelpSearchWidget (Constructor)" id="HelpSearchWidget (Constructor)" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__init__" />
+      <keyword name="HelpSearchWidget.__search" id="HelpSearchWidget.__search" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__search" />
+      <keyword name="HelpSearchWidget.__searchingFinished" id="HelpSearchWidget.__searchingFinished" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__searchingFinished" />
+      <keyword name="HelpSearchWidget.__searchingStarted" id="HelpSearchWidget.__searchingStarted" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__searchingStarted" />
+      <keyword name="HelpSearchWidget.contextMenuEvent" id="HelpSearchWidget.contextMenuEvent" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.contextMenuEvent" />
+      <keyword name="HelpSearchWidget.eventFilter" id="HelpSearchWidget.eventFilter" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.eventFilter" />
+      <keyword name="HelpSearchWidget.keyPressEvent" id="HelpSearchWidget.keyPressEvent" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.keyPressEvent" />
+      <keyword name="HelpIndexWidget (Module)" id="HelpIndexWidget (Module)" ref="eric5.Helpviewer.HelpIndexWidget.html" />
+      <keyword name="HelpIndexWidget" id="HelpIndexWidget" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget" />
+      <keyword name="HelpIndexWidget (Constructor)" id="HelpIndexWidget (Constructor)" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__init__" />
+      <keyword name="HelpIndexWidget.__activated" id="HelpIndexWidget.__activated" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__activated" />
+      <keyword name="HelpIndexWidget.__disableSearchEdit" id="HelpIndexWidget.__disableSearchEdit" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__disableSearchEdit" />
+      <keyword name="HelpIndexWidget.__enableSearchEdit" id="HelpIndexWidget.__enableSearchEdit" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__enableSearchEdit" />
+      <keyword name="HelpIndexWidget.__filterIndices" id="HelpIndexWidget.__filterIndices" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__filterIndices" />
+      <keyword name="HelpIndexWidget.eventFilter" id="HelpIndexWidget.eventFilter" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.eventFilter" />
+      <keyword name="HelpIndexWidget.focusInEvent" id="HelpIndexWidget.focusInEvent" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.focusInEvent" />
+      <keyword name="HelpLanguagesDialog (Module)" id="HelpLanguagesDialog (Module)" ref="eric5.Helpviewer.HelpLanguagesDialog.html" />
+      <keyword name="HelpLanguagesDialog" id="HelpLanguagesDialog" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog" />
+      <keyword name="HelpLanguagesDialog (Constructor)" id="HelpLanguagesDialog (Constructor)" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.__init__" />
+      <keyword name="HelpLanguagesDialog.__currentChanged" id="HelpLanguagesDialog.__currentChanged" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.__currentChanged" />
+      <keyword name="HelpLanguagesDialog.accept" id="HelpLanguagesDialog.accept" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.accept" />
+      <keyword name="HelpLanguagesDialog.defaultAcceptLanguages" id="HelpLanguagesDialog.defaultAcceptLanguages" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.defaultAcceptLanguages" />
+      <keyword name="HelpLanguagesDialog.expand" id="HelpLanguagesDialog.expand" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.expand" />
+      <keyword name="HelpLanguagesDialog.httpString" id="HelpLanguagesDialog.httpString" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.httpString" />
+      <keyword name="HelpLanguagesDialog.on_addButton_clicked" id="HelpLanguagesDialog.on_addButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_addButton_clicked" />
+      <keyword name="HelpLanguagesDialog.on_downButton_clicked" id="HelpLanguagesDialog.on_downButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_downButton_clicked" />
+      <keyword name="HelpLanguagesDialog.on_removeButton_clicked" id="HelpLanguagesDialog.on_removeButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_removeButton_clicked" />
+      <keyword name="HelpLanguagesDialog.on_upButton_clicked" id="HelpLanguagesDialog.on_upButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_upButton_clicked" />
+      <keyword name="HTMLResources (Module)" id="HTMLResources (Module)" ref="eric5.Helpviewer.HTMLResources.html" />
       <keyword name="Preferences (Package)" id="Preferences (Package)" ref="index-eric5.Preferences.html" />
       <keyword name="Prefs" id="Prefs" ref="eric5.Preferences.__init__.html#Prefs" />
       <keyword name="exportPreferences" id="exportPreferences" ref="eric5.Preferences.__init__.html#exportPreferences" />
@@ -3421,6 +3096,51 @@
       <keyword name="toBool" id="toBool" ref="eric5.Preferences.__init__.html#toBool" />
       <keyword name="toByteArray" id="toByteArray" ref="eric5.Preferences.__init__.html#toByteArray" />
       <keyword name="toList" id="toList" ref="eric5.Preferences.__init__.html#toList" />
+      <keyword name="PreferencesLexer (Module)" id="PreferencesLexer (Module)" ref="eric5.Preferences.PreferencesLexer.html" />
+      <keyword name="PreferencesLexer" id="PreferencesLexer" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer" />
+      <keyword name="PreferencesLexerError" id="PreferencesLexerError" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError" />
+      <keyword name="PreferencesLexerLanguageError" id="PreferencesLexerLanguageError" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerLanguageError" />
+      <keyword name="PreferencesLexer (Constructor)" id="PreferencesLexer (Constructor)" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.__init__" />
+      <keyword name="PreferencesLexer.color" id="PreferencesLexer.color" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.color" />
+      <keyword name="PreferencesLexer.defaulEolFill" id="PreferencesLexer.defaulEolFill" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaulEolFill" />
+      <keyword name="PreferencesLexer.defaultColor" id="PreferencesLexer.defaultColor" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaultColor" />
+      <keyword name="PreferencesLexer.defaultFont" id="PreferencesLexer.defaultFont" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaultFont" />
+      <keyword name="PreferencesLexer.defaultPaper" id="PreferencesLexer.defaultPaper" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaultPaper" />
+      <keyword name="PreferencesLexer.description" id="PreferencesLexer.description" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.description" />
+      <keyword name="PreferencesLexer.eolFill" id="PreferencesLexer.eolFill" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.eolFill" />
+      <keyword name="PreferencesLexer.font" id="PreferencesLexer.font" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.font" />
+      <keyword name="PreferencesLexer.language" id="PreferencesLexer.language" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.language" />
+      <keyword name="PreferencesLexer.paper" id="PreferencesLexer.paper" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.paper" />
+      <keyword name="PreferencesLexer.setColor" id="PreferencesLexer.setColor" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setColor" />
+      <keyword name="PreferencesLexer.setEolFill" id="PreferencesLexer.setEolFill" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setEolFill" />
+      <keyword name="PreferencesLexer.setFont" id="PreferencesLexer.setFont" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setFont" />
+      <keyword name="PreferencesLexer.setPaper" id="PreferencesLexer.setPaper" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setPaper" />
+      <keyword name="PreferencesLexerError (Constructor)" id="PreferencesLexerError (Constructor)" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError.__init__" />
+      <keyword name="PreferencesLexerError.__repr__" id="PreferencesLexerError.__repr__" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError.__repr__" />
+      <keyword name="PreferencesLexerError.__str__" id="PreferencesLexerError.__str__" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError.__str__" />
+      <keyword name="PreferencesLexerLanguageError (Constructor)" id="PreferencesLexerLanguageError (Constructor)" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerLanguageError.__init__" />
+      <keyword name="ToolConfigurationDialog (Module)" id="ToolConfigurationDialog (Module)" ref="eric5.Preferences.ToolConfigurationDialog.html" />
+      <keyword name="ToolConfigurationDialog" id="ToolConfigurationDialog" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog" />
+      <keyword name="ToolConfigurationDialog (Constructor)" id="ToolConfigurationDialog (Constructor)" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__init__" />
+      <keyword name="ToolConfigurationDialog.__findModeIndex" id="ToolConfigurationDialog.__findModeIndex" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__findModeIndex" />
+      <keyword name="ToolConfigurationDialog.__swap" id="ToolConfigurationDialog.__swap" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__swap" />
+      <keyword name="ToolConfigurationDialog.__toolEntryChanged" id="ToolConfigurationDialog.__toolEntryChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__toolEntryChanged" />
+      <keyword name="ToolConfigurationDialog.getToollist" id="ToolConfigurationDialog.getToollist" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.getToollist" />
+      <keyword name="ToolConfigurationDialog.on_addButton_clicked" id="ToolConfigurationDialog.on_addButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_addButton_clicked" />
+      <keyword name="ToolConfigurationDialog.on_argumentsEdit_textChanged" id="ToolConfigurationDialog.on_argumentsEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_argumentsEdit_textChanged" />
+      <keyword name="ToolConfigurationDialog.on_changeButton_clicked" id="ToolConfigurationDialog.on_changeButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_changeButton_clicked" />
+      <keyword name="ToolConfigurationDialog.on_deleteButton_clicked" id="ToolConfigurationDialog.on_deleteButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_deleteButton_clicked" />
+      <keyword name="ToolConfigurationDialog.on_downButton_clicked" id="ToolConfigurationDialog.on_downButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_downButton_clicked" />
+      <keyword name="ToolConfigurationDialog.on_executableButton_clicked" id="ToolConfigurationDialog.on_executableButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_executableButton_clicked" />
+      <keyword name="ToolConfigurationDialog.on_executableEdit_textChanged" id="ToolConfigurationDialog.on_executableEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_executableEdit_textChanged" />
+      <keyword name="ToolConfigurationDialog.on_iconButton_clicked" id="ToolConfigurationDialog.on_iconButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_iconButton_clicked" />
+      <keyword name="ToolConfigurationDialog.on_iconEdit_textChanged" id="ToolConfigurationDialog.on_iconEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_iconEdit_textChanged" />
+      <keyword name="ToolConfigurationDialog.on_menuEdit_textChanged" id="ToolConfigurationDialog.on_menuEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_menuEdit_textChanged" />
+      <keyword name="ToolConfigurationDialog.on_newButton_clicked" id="ToolConfigurationDialog.on_newButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_newButton_clicked" />
+      <keyword name="ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" id="ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" />
+      <keyword name="ToolConfigurationDialog.on_separatorButton_clicked" id="ToolConfigurationDialog.on_separatorButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_separatorButton_clicked" />
+      <keyword name="ToolConfigurationDialog.on_toolsList_currentRowChanged" id="ToolConfigurationDialog.on_toolsList_currentRowChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_toolsList_currentRowChanged" />
+      <keyword name="ToolConfigurationDialog.on_upButton_clicked" id="ToolConfigurationDialog.on_upButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_upButton_clicked" />
       <keyword name="ConfigurationDialog (Module)" id="ConfigurationDialog (Module)" ref="eric5.Preferences.ConfigurationDialog.html" />
       <keyword name="ConfigurationDialog" id="ConfigurationDialog" ref="eric5.Preferences.ConfigurationDialog.html#ConfigurationDialog" />
       <keyword name="ConfigurationPageItem" id="ConfigurationPageItem" ref="eric5.Preferences.ConfigurationDialog.html#ConfigurationPageItem" />
@@ -3449,29 +3169,6 @@
       <keyword name="ConfigurationWindow (Constructor)" id="ConfigurationWindow (Constructor)" ref="eric5.Preferences.ConfigurationDialog.html#ConfigurationWindow.__init__" />
       <keyword name="ConfigurationWindow.accept" id="ConfigurationWindow.accept" ref="eric5.Preferences.ConfigurationDialog.html#ConfigurationWindow.accept" />
       <keyword name="ConfigurationWindow.showConfigurationPageByName" id="ConfigurationWindow.showConfigurationPageByName" ref="eric5.Preferences.ConfigurationDialog.html#ConfigurationWindow.showConfigurationPageByName" />
-      <keyword name="PreferencesLexer (Module)" id="PreferencesLexer (Module)" ref="eric5.Preferences.PreferencesLexer.html" />
-      <keyword name="PreferencesLexer" id="PreferencesLexer" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer" />
-      <keyword name="PreferencesLexerError" id="PreferencesLexerError" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError" />
-      <keyword name="PreferencesLexerLanguageError" id="PreferencesLexerLanguageError" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerLanguageError" />
-      <keyword name="PreferencesLexer (Constructor)" id="PreferencesLexer (Constructor)" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.__init__" />
-      <keyword name="PreferencesLexer.color" id="PreferencesLexer.color" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.color" />
-      <keyword name="PreferencesLexer.defaulEolFill" id="PreferencesLexer.defaulEolFill" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaulEolFill" />
-      <keyword name="PreferencesLexer.defaultColor" id="PreferencesLexer.defaultColor" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaultColor" />
-      <keyword name="PreferencesLexer.defaultFont" id="PreferencesLexer.defaultFont" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaultFont" />
-      <keyword name="PreferencesLexer.defaultPaper" id="PreferencesLexer.defaultPaper" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaultPaper" />
-      <keyword name="PreferencesLexer.description" id="PreferencesLexer.description" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.description" />
-      <keyword name="PreferencesLexer.eolFill" id="PreferencesLexer.eolFill" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.eolFill" />
-      <keyword name="PreferencesLexer.font" id="PreferencesLexer.font" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.font" />
-      <keyword name="PreferencesLexer.language" id="PreferencesLexer.language" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.language" />
-      <keyword name="PreferencesLexer.paper" id="PreferencesLexer.paper" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.paper" />
-      <keyword name="PreferencesLexer.setColor" id="PreferencesLexer.setColor" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setColor" />
-      <keyword name="PreferencesLexer.setEolFill" id="PreferencesLexer.setEolFill" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setEolFill" />
-      <keyword name="PreferencesLexer.setFont" id="PreferencesLexer.setFont" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setFont" />
-      <keyword name="PreferencesLexer.setPaper" id="PreferencesLexer.setPaper" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setPaper" />
-      <keyword name="PreferencesLexerError (Constructor)" id="PreferencesLexerError (Constructor)" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError.__init__" />
-      <keyword name="PreferencesLexerError.__repr__" id="PreferencesLexerError.__repr__" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError.__repr__" />
-      <keyword name="PreferencesLexerError.__str__" id="PreferencesLexerError.__str__" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError.__str__" />
-      <keyword name="PreferencesLexerLanguageError (Constructor)" id="PreferencesLexerLanguageError (Constructor)" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerLanguageError.__init__" />
       <keyword name="ProgramsDialog (Module)" id="ProgramsDialog (Module)" ref="eric5.Preferences.ProgramsDialog.html" />
       <keyword name="ProgramsDialog" id="ProgramsDialog" ref="eric5.Preferences.ProgramsDialog.html#ProgramsDialog" />
       <keyword name="ProgramsDialog (Constructor)" id="ProgramsDialog (Constructor)" ref="eric5.Preferences.ProgramsDialog.html#ProgramsDialog.__init__" />
@@ -3480,6 +3177,10 @@
       <keyword name="ProgramsDialog.on_buttonBox_clicked" id="ProgramsDialog.on_buttonBox_clicked" ref="eric5.Preferences.ProgramsDialog.html#ProgramsDialog.on_buttonBox_clicked" />
       <keyword name="ProgramsDialog.on_programsSearchButton_clicked" id="ProgramsDialog.on_programsSearchButton_clicked" ref="eric5.Preferences.ProgramsDialog.html#ProgramsDialog.on_programsSearchButton_clicked" />
       <keyword name="ProgramsDialog.show" id="ProgramsDialog.show" ref="eric5.Preferences.ProgramsDialog.html#ProgramsDialog.show" />
+      <keyword name="ViewProfileDialog (Module)" id="ViewProfileDialog (Module)" ref="eric5.Preferences.ViewProfileDialog.html" />
+      <keyword name="ViewProfileDialog" id="ViewProfileDialog" ref="eric5.Preferences.ViewProfileDialog.html#ViewProfileDialog" />
+      <keyword name="ViewProfileDialog (Constructor)" id="ViewProfileDialog (Constructor)" ref="eric5.Preferences.ViewProfileDialog.html#ViewProfileDialog.__init__" />
+      <keyword name="ViewProfileDialog.getProfiles" id="ViewProfileDialog.getProfiles" ref="eric5.Preferences.ViewProfileDialog.html#ViewProfileDialog.getProfiles" />
       <keyword name="ShortcutDialog (Module)" id="ShortcutDialog (Module)" ref="eric5.Preferences.ShortcutDialog.html" />
       <keyword name="ShortcutDialog" id="ShortcutDialog" ref="eric5.Preferences.ShortcutDialog.html#ShortcutDialog" />
       <keyword name="ShortcutDialog (Constructor)" id="ShortcutDialog (Constructor)" ref="eric5.Preferences.ShortcutDialog.html#ShortcutDialog.__init__" />
@@ -3490,15 +3191,6 @@
       <keyword name="ShortcutDialog.keyPressEvent" id="ShortcutDialog.keyPressEvent" ref="eric5.Preferences.ShortcutDialog.html#ShortcutDialog.keyPressEvent" />
       <keyword name="ShortcutDialog.on_buttonBox_accepted" id="ShortcutDialog.on_buttonBox_accepted" ref="eric5.Preferences.ShortcutDialog.html#ShortcutDialog.on_buttonBox_accepted" />
       <keyword name="ShortcutDialog.setKeys" id="ShortcutDialog.setKeys" ref="eric5.Preferences.ShortcutDialog.html#ShortcutDialog.setKeys" />
-      <keyword name="Shortcuts (Module)" id="Shortcuts (Module)" ref="eric5.Preferences.Shortcuts.html" />
-      <keyword name="__readShortcut" id="__readShortcut" ref="eric5.Preferences.Shortcuts.html#__readShortcut" />
-      <keyword name="__saveShortcut" id="__saveShortcut" ref="eric5.Preferences.Shortcuts.html#__saveShortcut" />
-      <keyword name="__setAction" id="__setAction" ref="eric5.Preferences.Shortcuts.html#__setAction" />
-      <keyword name="exportShortcuts" id="exportShortcuts" ref="eric5.Preferences.Shortcuts.html#exportShortcuts" />
-      <keyword name="importShortcuts" id="importShortcuts" ref="eric5.Preferences.Shortcuts.html#importShortcuts" />
-      <keyword name="readShortcuts" id="readShortcuts" ref="eric5.Preferences.Shortcuts.html#readShortcuts" />
-      <keyword name="saveShortcuts" id="saveShortcuts" ref="eric5.Preferences.Shortcuts.html#saveShortcuts" />
-      <keyword name="setActions" id="setActions" ref="eric5.Preferences.Shortcuts.html#setActions" />
       <keyword name="ShortcutsDialog (Module)" id="ShortcutsDialog (Module)" ref="eric5.Preferences.ShortcutsDialog.html" />
       <keyword name="ShortcutsDialog" id="ShortcutsDialog" ref="eric5.Preferences.ShortcutsDialog.html#ShortcutsDialog" />
       <keyword name="ShortcutsDialog (Constructor)" id="ShortcutsDialog (Constructor)" ref="eric5.Preferences.ShortcutsDialog.html#ShortcutsDialog.__init__" />
@@ -3518,28 +3210,15 @@
       <keyword name="ShortcutsDialog.on_shortcutsList_itemClicked" id="ShortcutsDialog.on_shortcutsList_itemClicked" ref="eric5.Preferences.ShortcutsDialog.html#ShortcutsDialog.on_shortcutsList_itemClicked" />
       <keyword name="ShortcutsDialog.on_shortcutsList_itemDoubleClicked" id="ShortcutsDialog.on_shortcutsList_itemDoubleClicked" ref="eric5.Preferences.ShortcutsDialog.html#ShortcutsDialog.on_shortcutsList_itemDoubleClicked" />
       <keyword name="ShortcutsDialog.populate" id="ShortcutsDialog.populate" ref="eric5.Preferences.ShortcutsDialog.html#ShortcutsDialog.populate" />
-      <keyword name="ToolConfigurationDialog (Module)" id="ToolConfigurationDialog (Module)" ref="eric5.Preferences.ToolConfigurationDialog.html" />
-      <keyword name="ToolConfigurationDialog" id="ToolConfigurationDialog" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog" />
-      <keyword name="ToolConfigurationDialog (Constructor)" id="ToolConfigurationDialog (Constructor)" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__init__" />
-      <keyword name="ToolConfigurationDialog.__findModeIndex" id="ToolConfigurationDialog.__findModeIndex" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__findModeIndex" />
-      <keyword name="ToolConfigurationDialog.__swap" id="ToolConfigurationDialog.__swap" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__swap" />
-      <keyword name="ToolConfigurationDialog.__toolEntryChanged" id="ToolConfigurationDialog.__toolEntryChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__toolEntryChanged" />
-      <keyword name="ToolConfigurationDialog.getToollist" id="ToolConfigurationDialog.getToollist" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.getToollist" />
-      <keyword name="ToolConfigurationDialog.on_addButton_clicked" id="ToolConfigurationDialog.on_addButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_addButton_clicked" />
-      <keyword name="ToolConfigurationDialog.on_argumentsEdit_textChanged" id="ToolConfigurationDialog.on_argumentsEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_argumentsEdit_textChanged" />
-      <keyword name="ToolConfigurationDialog.on_changeButton_clicked" id="ToolConfigurationDialog.on_changeButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_changeButton_clicked" />
-      <keyword name="ToolConfigurationDialog.on_deleteButton_clicked" id="ToolConfigurationDialog.on_deleteButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_deleteButton_clicked" />
-      <keyword name="ToolConfigurationDialog.on_downButton_clicked" id="ToolConfigurationDialog.on_downButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_downButton_clicked" />
-      <keyword name="ToolConfigurationDialog.on_executableButton_clicked" id="ToolConfigurationDialog.on_executableButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_executableButton_clicked" />
-      <keyword name="ToolConfigurationDialog.on_executableEdit_textChanged" id="ToolConfigurationDialog.on_executableEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_executableEdit_textChanged" />
-      <keyword name="ToolConfigurationDialog.on_iconButton_clicked" id="ToolConfigurationDialog.on_iconButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_iconButton_clicked" />
-      <keyword name="ToolConfigurationDialog.on_iconEdit_textChanged" id="ToolConfigurationDialog.on_iconEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_iconEdit_textChanged" />
-      <keyword name="ToolConfigurationDialog.on_menuEdit_textChanged" id="ToolConfigurationDialog.on_menuEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_menuEdit_textChanged" />
-      <keyword name="ToolConfigurationDialog.on_newButton_clicked" id="ToolConfigurationDialog.on_newButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_newButton_clicked" />
-      <keyword name="ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" id="ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" />
-      <keyword name="ToolConfigurationDialog.on_separatorButton_clicked" id="ToolConfigurationDialog.on_separatorButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_separatorButton_clicked" />
-      <keyword name="ToolConfigurationDialog.on_toolsList_currentRowChanged" id="ToolConfigurationDialog.on_toolsList_currentRowChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_toolsList_currentRowChanged" />
-      <keyword name="ToolConfigurationDialog.on_upButton_clicked" id="ToolConfigurationDialog.on_upButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_upButton_clicked" />
+      <keyword name="Shortcuts (Module)" id="Shortcuts (Module)" ref="eric5.Preferences.Shortcuts.html" />
+      <keyword name="__readShortcut" id="__readShortcut" ref="eric5.Preferences.Shortcuts.html#__readShortcut" />
+      <keyword name="__saveShortcut" id="__saveShortcut" ref="eric5.Preferences.Shortcuts.html#__saveShortcut" />
+      <keyword name="__setAction" id="__setAction" ref="eric5.Preferences.Shortcuts.html#__setAction" />
+      <keyword name="exportShortcuts" id="exportShortcuts" ref="eric5.Preferences.Shortcuts.html#exportShortcuts" />
+      <keyword name="importShortcuts" id="importShortcuts" ref="eric5.Preferences.Shortcuts.html#importShortcuts" />
+      <keyword name="readShortcuts" id="readShortcuts" ref="eric5.Preferences.Shortcuts.html#readShortcuts" />
+      <keyword name="saveShortcuts" id="saveShortcuts" ref="eric5.Preferences.Shortcuts.html#saveShortcuts" />
+      <keyword name="setActions" id="setActions" ref="eric5.Preferences.Shortcuts.html#setActions" />
       <keyword name="ToolGroupConfigurationDialog (Module)" id="ToolGroupConfigurationDialog (Module)" ref="eric5.Preferences.ToolGroupConfigurationDialog.html" />
       <keyword name="ToolGroupConfigurationDialog" id="ToolGroupConfigurationDialog" ref="eric5.Preferences.ToolGroupConfigurationDialog.html#ToolGroupConfigurationDialog" />
       <keyword name="ToolGroupConfigurationDialog (Constructor)" id="ToolGroupConfigurationDialog (Constructor)" ref="eric5.Preferences.ToolGroupConfigurationDialog.html#ToolGroupConfigurationDialog.__init__" />
@@ -3552,80 +3231,1241 @@
       <keyword name="ToolGroupConfigurationDialog.on_groupsList_currentRowChanged" id="ToolGroupConfigurationDialog.on_groupsList_currentRowChanged" ref="eric5.Preferences.ToolGroupConfigurationDialog.html#ToolGroupConfigurationDialog.on_groupsList_currentRowChanged" />
       <keyword name="ToolGroupConfigurationDialog.on_newButton_clicked" id="ToolGroupConfigurationDialog.on_newButton_clicked" ref="eric5.Preferences.ToolGroupConfigurationDialog.html#ToolGroupConfigurationDialog.on_newButton_clicked" />
       <keyword name="ToolGroupConfigurationDialog.on_upButton_clicked" id="ToolGroupConfigurationDialog.on_upButton_clicked" ref="eric5.Preferences.ToolGroupConfigurationDialog.html#ToolGroupConfigurationDialog.on_upButton_clicked" />
-      <keyword name="ViewProfileDialog (Module)" id="ViewProfileDialog (Module)" ref="eric5.Preferences.ViewProfileDialog.html" />
-      <keyword name="ViewProfileDialog" id="ViewProfileDialog" ref="eric5.Preferences.ViewProfileDialog.html#ViewProfileDialog" />
-      <keyword name="ViewProfileDialog (Constructor)" id="ViewProfileDialog (Constructor)" ref="eric5.Preferences.ViewProfileDialog.html#ViewProfileDialog.__init__" />
-      <keyword name="ViewProfileDialog.getProfiles" id="ViewProfileDialog.getProfiles" ref="eric5.Preferences.ViewProfileDialog.html#ViewProfileDialog.getProfiles" />
+      <keyword name="Globals (Package)" id="Globals (Package)" ref="index-eric5.Globals.html" />
+      <keyword name="isWindowsPlatform" id="isWindowsPlatform" ref="eric5.Globals.__init__.html#isWindowsPlatform" />
+      <keyword name="Cooperation (Package)" id="Cooperation (Package)" ref="index-eric5.Cooperation.html" />
+      <keyword name="ChatWidget (Module)" id="ChatWidget (Module)" ref="eric5.Cooperation.ChatWidget.html" />
+      <keyword name="ChatWidget" id="ChatWidget" ref="eric5.Cooperation.ChatWidget.html#ChatWidget" />
+      <keyword name="ChatWidget (Constructor)" id="ChatWidget (Constructor)" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__init__" />
+      <keyword name="ChatWidget.__banKickUser" id="ChatWidget.__banKickUser" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__banKickUser" />
+      <keyword name="ChatWidget.__banUser" id="ChatWidget.__banUser" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__banUser" />
+      <keyword name="ChatWidget.__clearChat" id="ChatWidget.__clearChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__clearChat" />
+      <keyword name="ChatWidget.__clearHostsHistory" id="ChatWidget.__clearHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__clearHostsHistory" />
+      <keyword name="ChatWidget.__copyAllChat" id="ChatWidget.__copyAllChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__copyAllChat" />
+      <keyword name="ChatWidget.__copyChat" id="ChatWidget.__copyChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__copyChat" />
+      <keyword name="ChatWidget.__cutAllChat" id="ChatWidget.__cutAllChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__cutAllChat" />
+      <keyword name="ChatWidget.__cutChat" id="ChatWidget.__cutChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__cutChat" />
+      <keyword name="ChatWidget.__editorCommandMessage" id="ChatWidget.__editorCommandMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__editorCommandMessage" />
+      <keyword name="ChatWidget.__getConnectionParameters" id="ChatWidget.__getConnectionParameters" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__getConnectionParameters" />
+      <keyword name="ChatWidget.__handleMessage" id="ChatWidget.__handleMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__handleMessage" />
+      <keyword name="ChatWidget.__initChatMenu" id="ChatWidget.__initChatMenu" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__initChatMenu" />
+      <keyword name="ChatWidget.__initUsersMenu" id="ChatWidget.__initUsersMenu" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__initUsersMenu" />
+      <keyword name="ChatWidget.__initialConnectionRefused" id="ChatWidget.__initialConnectionRefused" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__initialConnectionRefused" />
+      <keyword name="ChatWidget.__kickUser" id="ChatWidget.__kickUser" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__kickUser" />
+      <keyword name="ChatWidget.__loadHostsHistory" id="ChatWidget.__loadHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__loadHostsHistory" />
+      <keyword name="ChatWidget.__newParticipant" id="ChatWidget.__newParticipant" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__newParticipant" />
+      <keyword name="ChatWidget.__participantLeft" id="ChatWidget.__participantLeft" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__participantLeft" />
+      <keyword name="ChatWidget.__saveChat" id="ChatWidget.__saveChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__saveChat" />
+      <keyword name="ChatWidget.__saveHostsHistory" id="ChatWidget.__saveHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__saveHostsHistory" />
+      <keyword name="ChatWidget.__setConnected" id="ChatWidget.__setConnected" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__setConnected" />
+      <keyword name="ChatWidget.__setHostsHistory" id="ChatWidget.__setHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__setHostsHistory" />
+      <keyword name="ChatWidget.__showErrorMessage" id="ChatWidget.__showErrorMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__showErrorMessage" />
+      <keyword name="ChatWidget.appendMessage" id="ChatWidget.appendMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.appendMessage" />
+      <keyword name="ChatWidget.checkEditorActions" id="ChatWidget.checkEditorActions" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.checkEditorActions" />
+      <keyword name="ChatWidget.getClient" id="ChatWidget.getClient" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.getClient" />
+      <keyword name="ChatWidget.on_cancelEditButton_clicked" id="ChatWidget.on_cancelEditButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_cancelEditButton_clicked" />
+      <keyword name="ChatWidget.on_chatEdit_copyAvailable" id="ChatWidget.on_chatEdit_copyAvailable" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_chatEdit_copyAvailable" />
+      <keyword name="ChatWidget.on_chatEdit_customContextMenuRequested" id="ChatWidget.on_chatEdit_customContextMenuRequested" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_chatEdit_customContextMenuRequested" />
+      <keyword name="ChatWidget.on_clearHostsButton_clicked" id="ChatWidget.on_clearHostsButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_clearHostsButton_clicked" />
+      <keyword name="ChatWidget.on_connectButton_clicked" id="ChatWidget.on_connectButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_connectButton_clicked" />
+      <keyword name="ChatWidget.on_hostEdit_editTextChanged" id="ChatWidget.on_hostEdit_editTextChanged" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_hostEdit_editTextChanged" />
+      <keyword name="ChatWidget.on_sendEditButton_clicked" id="ChatWidget.on_sendEditButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_sendEditButton_clicked" />
+      <keyword name="ChatWidget.on_serverButton_clicked" id="ChatWidget.on_serverButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_serverButton_clicked" />
+      <keyword name="ChatWidget.on_shareButton_clicked" id="ChatWidget.on_shareButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_shareButton_clicked" />
+      <keyword name="ChatWidget.on_startEditButton_clicked" id="ChatWidget.on_startEditButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_startEditButton_clicked" />
+      <keyword name="ChatWidget.on_usersList_customContextMenuRequested" id="ChatWidget.on_usersList_customContextMenuRequested" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_usersList_customContextMenuRequested" />
+      <keyword name="ChatWidget.preferencesChanged" id="ChatWidget.preferencesChanged" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.preferencesChanged" />
+      <keyword name="Connection (Module)" id="Connection (Module)" ref="eric5.Cooperation.Connection.html" />
+      <keyword name="Connection" id="Connection" ref="eric5.Cooperation.Connection.html#Connection" />
+      <keyword name="Connection (Constructor)" id="Connection (Constructor)" ref="eric5.Cooperation.Connection.html#Connection.__init__" />
+      <keyword name="Connection.__dataLengthForCurrentDataType" id="Connection.__dataLengthForCurrentDataType" ref="eric5.Cooperation.Connection.html#Connection.__dataLengthForCurrentDataType" />
+      <keyword name="Connection.__disconnected" id="Connection.__disconnected" ref="eric5.Cooperation.Connection.html#Connection.__disconnected" />
+      <keyword name="Connection.__hasEnoughData" id="Connection.__hasEnoughData" ref="eric5.Cooperation.Connection.html#Connection.__hasEnoughData" />
+      <keyword name="Connection.__processData" id="Connection.__processData" ref="eric5.Cooperation.Connection.html#Connection.__processData" />
+      <keyword name="Connection.__processReadyRead" id="Connection.__processReadyRead" ref="eric5.Cooperation.Connection.html#Connection.__processReadyRead" />
+      <keyword name="Connection.__readDataIntoBuffer" id="Connection.__readDataIntoBuffer" ref="eric5.Cooperation.Connection.html#Connection.__readDataIntoBuffer" />
+      <keyword name="Connection.__readProtocolHeader" id="Connection.__readProtocolHeader" ref="eric5.Cooperation.Connection.html#Connection.__readProtocolHeader" />
+      <keyword name="Connection.__sendGreetingMessage" id="Connection.__sendGreetingMessage" ref="eric5.Cooperation.Connection.html#Connection.__sendGreetingMessage" />
+      <keyword name="Connection.__sendPing" id="Connection.__sendPing" ref="eric5.Cooperation.Connection.html#Connection.__sendPing" />
+      <keyword name="Connection.name" id="Connection.name" ref="eric5.Cooperation.Connection.html#Connection.name" />
+      <keyword name="Connection.sendEditorCommand" id="Connection.sendEditorCommand" ref="eric5.Cooperation.Connection.html#Connection.sendEditorCommand" />
+      <keyword name="Connection.sendGetParticipants" id="Connection.sendGetParticipants" ref="eric5.Cooperation.Connection.html#Connection.sendGetParticipants" />
+      <keyword name="Connection.sendMessage" id="Connection.sendMessage" ref="eric5.Cooperation.Connection.html#Connection.sendMessage" />
+      <keyword name="Connection.sendParticipants" id="Connection.sendParticipants" ref="eric5.Cooperation.Connection.html#Connection.sendParticipants" />
+      <keyword name="Connection.serverPort" id="Connection.serverPort" ref="eric5.Cooperation.Connection.html#Connection.serverPort" />
+      <keyword name="Connection.setGreetingMessage" id="Connection.setGreetingMessage" ref="eric5.Cooperation.Connection.html#Connection.setGreetingMessage" />
+      <keyword name="Connection.timerEvent" id="Connection.timerEvent" ref="eric5.Cooperation.Connection.html#Connection.timerEvent" />
+      <keyword name="CooperationServer (Module)" id="CooperationServer (Module)" ref="eric5.Cooperation.CooperationServer.html" />
+      <keyword name="CooperationServer" id="CooperationServer" ref="eric5.Cooperation.CooperationServer.html#CooperationServer" />
+      <keyword name="CooperationServer (Constructor)" id="CooperationServer (Constructor)" ref="eric5.Cooperation.CooperationServer.html#CooperationServer.__init__" />
+      <keyword name="CooperationServer.incomingConnection" id="CooperationServer.incomingConnection" ref="eric5.Cooperation.CooperationServer.html#CooperationServer.incomingConnection" />
+      <keyword name="CooperationServer.startListening" id="CooperationServer.startListening" ref="eric5.Cooperation.CooperationServer.html#CooperationServer.startListening" />
+      <keyword name="CooperationClient (Module)" id="CooperationClient (Module)" ref="eric5.Cooperation.CooperationClient.html" />
+      <keyword name="CooperationClient" id="CooperationClient" ref="eric5.Cooperation.CooperationClient.html#CooperationClient" />
+      <keyword name="CooperationClient (Constructor)" id="CooperationClient (Constructor)" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__init__" />
+      <keyword name="CooperationClient.__connectionError" id="CooperationClient.__connectionError" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__connectionError" />
+      <keyword name="CooperationClient.__connectionRejected" id="CooperationClient.__connectionRejected" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__connectionRejected" />
+      <keyword name="CooperationClient.__disconnected" id="CooperationClient.__disconnected" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__disconnected" />
+      <keyword name="CooperationClient.__findConnections" id="CooperationClient.__findConnections" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__findConnections" />
+      <keyword name="CooperationClient.__getParticipants" id="CooperationClient.__getParticipants" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__getParticipants" />
+      <keyword name="CooperationClient.__newConnection" id="CooperationClient.__newConnection" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__newConnection" />
+      <keyword name="CooperationClient.__processParticipants" id="CooperationClient.__processParticipants" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__processParticipants" />
+      <keyword name="CooperationClient.__readyForUse" id="CooperationClient.__readyForUse" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__readyForUse" />
+      <keyword name="CooperationClient.banKickUser" id="CooperationClient.banKickUser" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.banKickUser" />
+      <keyword name="CooperationClient.banUser" id="CooperationClient.banUser" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.banUser" />
+      <keyword name="CooperationClient.connectToHost" id="CooperationClient.connectToHost" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.connectToHost" />
+      <keyword name="CooperationClient.disconnectConnections" id="CooperationClient.disconnectConnections" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.disconnectConnections" />
+      <keyword name="CooperationClient.hasConnection" id="CooperationClient.hasConnection" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.hasConnection" />
+      <keyword name="CooperationClient.hasConnections" id="CooperationClient.hasConnections" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.hasConnections" />
+      <keyword name="CooperationClient.kickUser" id="CooperationClient.kickUser" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.kickUser" />
+      <keyword name="CooperationClient.nickName" id="CooperationClient.nickName" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.nickName" />
+      <keyword name="CooperationClient.removeConnection" id="CooperationClient.removeConnection" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.removeConnection" />
+      <keyword name="CooperationClient.sendEditorCommand" id="CooperationClient.sendEditorCommand" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.sendEditorCommand" />
+      <keyword name="CooperationClient.sendMessage" id="CooperationClient.sendMessage" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.sendMessage" />
+      <keyword name="CooperationClient.server" id="CooperationClient.server" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.server" />
+      <keyword name="ViewManager (Package)" id="ViewManager (Package)" ref="index-eric5.ViewManager.html" />
+      <keyword name="factory" id="factory" ref="eric5.ViewManager.__init__.html#factory" />
+      <keyword name="ViewManager (Module)" id="ViewManager (Module)" ref="eric5.ViewManager.ViewManager.html" />
+      <keyword name="QuickSearchLineEdit" id="QuickSearchLineEdit" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit" />
+      <keyword name="ViewManager" id="ViewManager" ref="eric5.ViewManager.ViewManager.html#ViewManager" />
+      <keyword name="QuickSearchLineEdit.editorCommand" id="QuickSearchLineEdit.editorCommand" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit.editorCommand" />
+      <keyword name="QuickSearchLineEdit.focusInEvent" id="QuickSearchLineEdit.focusInEvent" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit.focusInEvent" />
+      <keyword name="QuickSearchLineEdit.keyPressEvent" id="QuickSearchLineEdit.keyPressEvent" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit.keyPressEvent" />
+      <keyword name="ViewManager (Constructor)" id="ViewManager (Constructor)" ref="eric5.ViewManager.ViewManager.html#ViewManager.__init__" />
+      <keyword name="ViewManager.__addBookmarked" id="ViewManager.__addBookmarked" ref="eric5.ViewManager.ViewManager.html#ViewManager.__addBookmarked" />
+      <keyword name="ViewManager.__autosave" id="ViewManager.__autosave" ref="eric5.ViewManager.ViewManager.html#ViewManager.__autosave" />
+      <keyword name="ViewManager.__bookmarkSelected" id="ViewManager.__bookmarkSelected" ref="eric5.ViewManager.ViewManager.html#ViewManager.__bookmarkSelected" />
+      <keyword name="ViewManager.__bookmarkToggled" id="ViewManager.__bookmarkToggled" ref="eric5.ViewManager.ViewManager.html#ViewManager.__bookmarkToggled" />
+      <keyword name="ViewManager.__breakpointToggled" id="ViewManager.__breakpointToggled" ref="eric5.ViewManager.ViewManager.html#ViewManager.__breakpointToggled" />
+      <keyword name="ViewManager.__clearAllBookmarks" id="ViewManager.__clearAllBookmarks" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearAllBookmarks" />
+      <keyword name="ViewManager.__clearAllSyntaxErrors" id="ViewManager.__clearAllSyntaxErrors" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearAllSyntaxErrors" />
+      <keyword name="ViewManager.__clearAllWarnings" id="ViewManager.__clearAllWarnings" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearAllWarnings" />
+      <keyword name="ViewManager.__clearBookmarked" id="ViewManager.__clearBookmarked" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearBookmarked" />
+      <keyword name="ViewManager.__clearRecent" id="ViewManager.__clearRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearRecent" />
+      <keyword name="ViewManager.__connectEditor" id="ViewManager.__connectEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.__connectEditor" />
+      <keyword name="ViewManager.__convertEOL" id="ViewManager.__convertEOL" ref="eric5.ViewManager.ViewManager.html#ViewManager.__convertEOL" />
+      <keyword name="ViewManager.__coverageMarkersShown" id="ViewManager.__coverageMarkersShown" ref="eric5.ViewManager.ViewManager.html#ViewManager.__coverageMarkersShown" />
+      <keyword name="ViewManager.__cursorChanged" id="ViewManager.__cursorChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.__cursorChanged" />
+      <keyword name="ViewManager.__editAutoComplete" id="ViewManager.__editAutoComplete" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoComplete" />
+      <keyword name="ViewManager.__editAutoCompleteFromAPIs" id="ViewManager.__editAutoCompleteFromAPIs" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoCompleteFromAPIs" />
+      <keyword name="ViewManager.__editAutoCompleteFromAll" id="ViewManager.__editAutoCompleteFromAll" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoCompleteFromAll" />
+      <keyword name="ViewManager.__editAutoCompleteFromDoc" id="ViewManager.__editAutoCompleteFromDoc" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoCompleteFromDoc" />
+      <keyword name="ViewManager.__editBookmarked" id="ViewManager.__editBookmarked" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editBookmarked" />
+      <keyword name="ViewManager.__editBoxComment" id="ViewManager.__editBoxComment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editBoxComment" />
+      <keyword name="ViewManager.__editComment" id="ViewManager.__editComment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editComment" />
+      <keyword name="ViewManager.__editCopy" id="ViewManager.__editCopy" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editCopy" />
+      <keyword name="ViewManager.__editCut" id="ViewManager.__editCut" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editCut" />
+      <keyword name="ViewManager.__editDelete" id="ViewManager.__editDelete" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editDelete" />
+      <keyword name="ViewManager.__editDeselectAll" id="ViewManager.__editDeselectAll" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editDeselectAll" />
+      <keyword name="ViewManager.__editIndent" id="ViewManager.__editIndent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editIndent" />
+      <keyword name="ViewManager.__editPaste" id="ViewManager.__editPaste" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editPaste" />
+      <keyword name="ViewManager.__editRedo" id="ViewManager.__editRedo" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editRedo" />
+      <keyword name="ViewManager.__editRevert" id="ViewManager.__editRevert" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editRevert" />
+      <keyword name="ViewManager.__editSelectAll" id="ViewManager.__editSelectAll" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSelectAll" />
+      <keyword name="ViewManager.__editSelectBrace" id="ViewManager.__editSelectBrace" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSelectBrace" />
+      <keyword name="ViewManager.__editShowCallTips" id="ViewManager.__editShowCallTips" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editShowCallTips" />
+      <keyword name="ViewManager.__editSmartIndent" id="ViewManager.__editSmartIndent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSmartIndent" />
+      <keyword name="ViewManager.__editStreamComment" id="ViewManager.__editStreamComment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editStreamComment" />
+      <keyword name="ViewManager.__editUncomment" id="ViewManager.__editUncomment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editUncomment" />
+      <keyword name="ViewManager.__editUndo" id="ViewManager.__editUndo" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editUndo" />
+      <keyword name="ViewManager.__editUnindent" id="ViewManager.__editUnindent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editUnindent" />
+      <keyword name="ViewManager.__editorAutoCompletionAPIsAvailable" id="ViewManager.__editorAutoCompletionAPIsAvailable" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorAutoCompletionAPIsAvailable" />
+      <keyword name="ViewManager.__editorCommand" id="ViewManager.__editorCommand" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorCommand" />
+      <keyword name="ViewManager.__editorConfigChanged" id="ViewManager.__editorConfigChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorConfigChanged" />
+      <keyword name="ViewManager.__editorOpened" id="ViewManager.__editorOpened" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorOpened" />
+      <keyword name="ViewManager.__editorSaved" id="ViewManager.__editorSaved" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorSaved" />
+      <keyword name="ViewManager.__enableSpellingActions" id="ViewManager.__enableSpellingActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__enableSpellingActions" />
+      <keyword name="ViewManager.__exportMenuTriggered" id="ViewManager.__exportMenuTriggered" ref="eric5.ViewManager.ViewManager.html#ViewManager.__exportMenuTriggered" />
+      <keyword name="ViewManager.__findFileName" id="ViewManager.__findFileName" ref="eric5.ViewManager.ViewManager.html#ViewManager.__findFileName" />
+      <keyword name="ViewManager.__goto" id="ViewManager.__goto" ref="eric5.ViewManager.ViewManager.html#ViewManager.__goto" />
+      <keyword name="ViewManager.__gotoBrace" id="ViewManager.__gotoBrace" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoBrace" />
+      <keyword name="ViewManager.__gotoSyntaxError" id="ViewManager.__gotoSyntaxError" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoSyntaxError" />
+      <keyword name="ViewManager.__initBookmarkActions" id="ViewManager.__initBookmarkActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initBookmarkActions" />
+      <keyword name="ViewManager.__initContextMenuExporters" id="ViewManager.__initContextMenuExporters" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initContextMenuExporters" />
+      <keyword name="ViewManager.__initEditActions" id="ViewManager.__initEditActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initEditActions" />
+      <keyword name="ViewManager.__initFileActions" id="ViewManager.__initFileActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initFileActions" />
+      <keyword name="ViewManager.__initMacroActions" id="ViewManager.__initMacroActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initMacroActions" />
+      <keyword name="ViewManager.__initSearchActions" id="ViewManager.__initSearchActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initSearchActions" />
+      <keyword name="ViewManager.__initSpellingActions" id="ViewManager.__initSpellingActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initSpellingActions" />
+      <keyword name="ViewManager.__initViewActions" id="ViewManager.__initViewActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initViewActions" />
+      <keyword name="ViewManager.__lastEditorClosed" id="ViewManager.__lastEditorClosed" ref="eric5.ViewManager.ViewManager.html#ViewManager.__lastEditorClosed" />
+      <keyword name="ViewManager.__loadRecent" id="ViewManager.__loadRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__loadRecent" />
+      <keyword name="ViewManager.__macroDelete" id="ViewManager.__macroDelete" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroDelete" />
+      <keyword name="ViewManager.__macroLoad" id="ViewManager.__macroLoad" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroLoad" />
+      <keyword name="ViewManager.__macroRun" id="ViewManager.__macroRun" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroRun" />
+      <keyword name="ViewManager.__macroSave" id="ViewManager.__macroSave" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroSave" />
+      <keyword name="ViewManager.__macroStartRecording" id="ViewManager.__macroStartRecording" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroStartRecording" />
+      <keyword name="ViewManager.__macroStopRecording" id="ViewManager.__macroStopRecording" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroStopRecording" />
+      <keyword name="ViewManager.__newLineBelow" id="ViewManager.__newLineBelow" ref="eric5.ViewManager.ViewManager.html#ViewManager.__newLineBelow" />
+      <keyword name="ViewManager.__nextBookmark" id="ViewManager.__nextBookmark" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextBookmark" />
+      <keyword name="ViewManager.__nextTask" id="ViewManager.__nextTask" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextTask" />
+      <keyword name="ViewManager.__nextUncovered" id="ViewManager.__nextUncovered" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextUncovered" />
+      <keyword name="ViewManager.__nextWarning" id="ViewManager.__nextWarning" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextWarning" />
+      <keyword name="ViewManager.__openSourceFile" id="ViewManager.__openSourceFile" ref="eric5.ViewManager.ViewManager.html#ViewManager.__openSourceFile" />
+      <keyword name="ViewManager.__previousBookmark" id="ViewManager.__previousBookmark" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousBookmark" />
+      <keyword name="ViewManager.__previousTask" id="ViewManager.__previousTask" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousTask" />
+      <keyword name="ViewManager.__previousUncovered" id="ViewManager.__previousUncovered" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousUncovered" />
+      <keyword name="ViewManager.__previousWarning" id="ViewManager.__previousWarning" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousWarning" />
+      <keyword name="ViewManager.__quickSearch" id="ViewManager.__quickSearch" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearch" />
+      <keyword name="ViewManager.__quickSearchEnter" id="ViewManager.__quickSearchEnter" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchEnter" />
+      <keyword name="ViewManager.__quickSearchEscape" id="ViewManager.__quickSearchEscape" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchEscape" />
+      <keyword name="ViewManager.__quickSearchExtend" id="ViewManager.__quickSearchExtend" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchExtend" />
+      <keyword name="ViewManager.__quickSearchFocusIn" id="ViewManager.__quickSearchFocusIn" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchFocusIn" />
+      <keyword name="ViewManager.__quickSearchInEditor" id="ViewManager.__quickSearchInEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchInEditor" />
+      <keyword name="ViewManager.__quickSearchMarkOccurrences" id="ViewManager.__quickSearchMarkOccurrences" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchMarkOccurrences" />
+      <keyword name="ViewManager.__quickSearchPrev" id="ViewManager.__quickSearchPrev" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchPrev" />
+      <keyword name="ViewManager.__quickSearchText" id="ViewManager.__quickSearchText" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchText" />
+      <keyword name="ViewManager.__replace" id="ViewManager.__replace" ref="eric5.ViewManager.ViewManager.html#ViewManager.__replace" />
+      <keyword name="ViewManager.__replaceFiles" id="ViewManager.__replaceFiles" ref="eric5.ViewManager.ViewManager.html#ViewManager.__replaceFiles" />
+      <keyword name="ViewManager.__saveRecent" id="ViewManager.__saveRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__saveRecent" />
+      <keyword name="ViewManager.__search" id="ViewManager.__search" ref="eric5.ViewManager.ViewManager.html#ViewManager.__search" />
+      <keyword name="ViewManager.__searchClearMarkers" id="ViewManager.__searchClearMarkers" ref="eric5.ViewManager.ViewManager.html#ViewManager.__searchClearMarkers" />
+      <keyword name="ViewManager.__searchFiles" id="ViewManager.__searchFiles" ref="eric5.ViewManager.ViewManager.html#ViewManager.__searchFiles" />
+      <keyword name="ViewManager.__setAutoSpellChecking" id="ViewManager.__setAutoSpellChecking" ref="eric5.ViewManager.ViewManager.html#ViewManager.__setAutoSpellChecking" />
+      <keyword name="ViewManager.__setSbFile" id="ViewManager.__setSbFile" ref="eric5.ViewManager.ViewManager.html#ViewManager.__setSbFile" />
+      <keyword name="ViewManager.__shortenEmptyLines" id="ViewManager.__shortenEmptyLines" ref="eric5.ViewManager.ViewManager.html#ViewManager.__shortenEmptyLines" />
+      <keyword name="ViewManager.__showBookmarkMenu" id="ViewManager.__showBookmarkMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showBookmarkMenu" />
+      <keyword name="ViewManager.__showBookmarkedMenu" id="ViewManager.__showBookmarkedMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showBookmarkedMenu" />
+      <keyword name="ViewManager.__showBookmarksMenu" id="ViewManager.__showBookmarksMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showBookmarksMenu" />
+      <keyword name="ViewManager.__showFileMenu" id="ViewManager.__showFileMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showFileMenu" />
+      <keyword name="ViewManager.__showRecentMenu" id="ViewManager.__showRecentMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showRecentMenu" />
+      <keyword name="ViewManager.__spellCheck" id="ViewManager.__spellCheck" ref="eric5.ViewManager.ViewManager.html#ViewManager.__spellCheck" />
+      <keyword name="ViewManager.__splitOrientation" id="ViewManager.__splitOrientation" ref="eric5.ViewManager.ViewManager.html#ViewManager.__splitOrientation" />
+      <keyword name="ViewManager.__splitView" id="ViewManager.__splitView" ref="eric5.ViewManager.ViewManager.html#ViewManager.__splitView" />
+      <keyword name="ViewManager.__taskMarkersUpdated" id="ViewManager.__taskMarkersUpdated" ref="eric5.ViewManager.ViewManager.html#ViewManager.__taskMarkersUpdated" />
+      <keyword name="ViewManager.__toggleAll" id="ViewManager.__toggleAll" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleAll" />
+      <keyword name="ViewManager.__toggleAllChildren" id="ViewManager.__toggleAllChildren" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleAllChildren" />
+      <keyword name="ViewManager.__toggleBookmark" id="ViewManager.__toggleBookmark" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleBookmark" />
+      <keyword name="ViewManager.__toggleCurrent" id="ViewManager.__toggleCurrent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleCurrent" />
+      <keyword name="ViewManager.__zoom" id="ViewManager.__zoom" ref="eric5.ViewManager.ViewManager.html#ViewManager.__zoom" />
+      <keyword name="ViewManager.__zoomIn" id="ViewManager.__zoomIn" ref="eric5.ViewManager.ViewManager.html#ViewManager.__zoomIn" />
+      <keyword name="ViewManager.__zoomOut" id="ViewManager.__zoomOut" ref="eric5.ViewManager.ViewManager.html#ViewManager.__zoomOut" />
+      <keyword name="ViewManager._addView" id="ViewManager._addView" ref="eric5.ViewManager.ViewManager.html#ViewManager._addView" />
+      <keyword name="ViewManager._checkActions" id="ViewManager._checkActions" ref="eric5.ViewManager.ViewManager.html#ViewManager._checkActions" />
+      <keyword name="ViewManager._getOpenFileFilter" id="ViewManager._getOpenFileFilter" ref="eric5.ViewManager.ViewManager.html#ViewManager._getOpenFileFilter" />
+      <keyword name="ViewManager._getOpenStartDir" id="ViewManager._getOpenStartDir" ref="eric5.ViewManager.ViewManager.html#ViewManager._getOpenStartDir" />
+      <keyword name="ViewManager._initWindowActions" id="ViewManager._initWindowActions" ref="eric5.ViewManager.ViewManager.html#ViewManager._initWindowActions" />
+      <keyword name="ViewManager._modificationStatusChanged" id="ViewManager._modificationStatusChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager._modificationStatusChanged" />
+      <keyword name="ViewManager._removeAllViews" id="ViewManager._removeAllViews" ref="eric5.ViewManager.ViewManager.html#ViewManager._removeAllViews" />
+      <keyword name="ViewManager._removeView" id="ViewManager._removeView" ref="eric5.ViewManager.ViewManager.html#ViewManager._removeView" />
+      <keyword name="ViewManager._showView" id="ViewManager._showView" ref="eric5.ViewManager.ViewManager.html#ViewManager._showView" />
+      <keyword name="ViewManager._syntaxErrorToggled" id="ViewManager._syntaxErrorToggled" ref="eric5.ViewManager.ViewManager.html#ViewManager._syntaxErrorToggled" />
+      <keyword name="ViewManager.activeWindow" id="ViewManager.activeWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.activeWindow" />
+      <keyword name="ViewManager.addSplit" id="ViewManager.addSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.addSplit" />
+      <keyword name="ViewManager.addToExtrasMenu" id="ViewManager.addToExtrasMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.addToExtrasMenu" />
+      <keyword name="ViewManager.addToRecentList" id="ViewManager.addToRecentList" ref="eric5.ViewManager.ViewManager.html#ViewManager.addToRecentList" />
+      <keyword name="ViewManager.appFocusChanged" id="ViewManager.appFocusChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.appFocusChanged" />
+      <keyword name="ViewManager.canCascade" id="ViewManager.canCascade" ref="eric5.ViewManager.ViewManager.html#ViewManager.canCascade" />
+      <keyword name="ViewManager.canSplit" id="ViewManager.canSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.canSplit" />
+      <keyword name="ViewManager.canTile" id="ViewManager.canTile" ref="eric5.ViewManager.ViewManager.html#ViewManager.canTile" />
+      <keyword name="ViewManager.cancelSharedEdit" id="ViewManager.cancelSharedEdit" ref="eric5.ViewManager.ViewManager.html#ViewManager.cancelSharedEdit" />
+      <keyword name="ViewManager.cascade" id="ViewManager.cascade" ref="eric5.ViewManager.ViewManager.html#ViewManager.cascade" />
+      <keyword name="ViewManager.checkAllDirty" id="ViewManager.checkAllDirty" ref="eric5.ViewManager.ViewManager.html#ViewManager.checkAllDirty" />
+      <keyword name="ViewManager.checkDirty" id="ViewManager.checkDirty" ref="eric5.ViewManager.ViewManager.html#ViewManager.checkDirty" />
+      <keyword name="ViewManager.cloneEditor" id="ViewManager.cloneEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.cloneEditor" />
+      <keyword name="ViewManager.closeAllWindows" id="ViewManager.closeAllWindows" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeAllWindows" />
+      <keyword name="ViewManager.closeCurrentWindow" id="ViewManager.closeCurrentWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeCurrentWindow" />
+      <keyword name="ViewManager.closeEditor" id="ViewManager.closeEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeEditor" />
+      <keyword name="ViewManager.closeEditorWindow" id="ViewManager.closeEditorWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeEditorWindow" />
+      <keyword name="ViewManager.closeViewManager" id="ViewManager.closeViewManager" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeViewManager" />
+      <keyword name="ViewManager.closeWindow" id="ViewManager.closeWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeWindow" />
+      <keyword name="ViewManager.editorsCheckFocusInEnabled" id="ViewManager.editorsCheckFocusInEnabled" ref="eric5.ViewManager.ViewManager.html#ViewManager.editorsCheckFocusInEnabled" />
+      <keyword name="ViewManager.enableEditorsCheckFocusIn" id="ViewManager.enableEditorsCheckFocusIn" ref="eric5.ViewManager.ViewManager.html#ViewManager.enableEditorsCheckFocusIn" />
+      <keyword name="ViewManager.eventFilter" id="ViewManager.eventFilter" ref="eric5.ViewManager.ViewManager.html#ViewManager.eventFilter" />
+      <keyword name="ViewManager.exit" id="ViewManager.exit" ref="eric5.ViewManager.ViewManager.html#ViewManager.exit" />
+      <keyword name="ViewManager.getAPIsManager" id="ViewManager.getAPIsManager" ref="eric5.ViewManager.ViewManager.html#ViewManager.getAPIsManager" />
+      <keyword name="ViewManager.getActions" id="ViewManager.getActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.getActions" />
+      <keyword name="ViewManager.getActiveName" id="ViewManager.getActiveName" ref="eric5.ViewManager.ViewManager.html#ViewManager.getActiveName" />
+      <keyword name="ViewManager.getEditor" id="ViewManager.getEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.getEditor" />
+      <keyword name="ViewManager.getMostRecent" id="ViewManager.getMostRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.getMostRecent" />
+      <keyword name="ViewManager.getOpenEditor" id="ViewManager.getOpenEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditor" />
+      <keyword name="ViewManager.getOpenEditorCount" id="ViewManager.getOpenEditorCount" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditorCount" />
+      <keyword name="ViewManager.getOpenEditors" id="ViewManager.getOpenEditors" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditors" />
+      <keyword name="ViewManager.getOpenEditorsCount" id="ViewManager.getOpenEditorsCount" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditorsCount" />
+      <keyword name="ViewManager.getOpenFilenames" id="ViewManager.getOpenFilenames" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenFilenames" />
+      <keyword name="ViewManager.getSRHistory" id="ViewManager.getSRHistory" ref="eric5.ViewManager.ViewManager.html#ViewManager.getSRHistory" />
+      <keyword name="ViewManager.handleResetUI" id="ViewManager.handleResetUI" ref="eric5.ViewManager.ViewManager.html#ViewManager.handleResetUI" />
+      <keyword name="ViewManager.initActions" id="ViewManager.initActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.initActions" />
+      <keyword name="ViewManager.initBookmarkMenu" id="ViewManager.initBookmarkMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initBookmarkMenu" />
+      <keyword name="ViewManager.initBookmarkToolbar" id="ViewManager.initBookmarkToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initBookmarkToolbar" />
+      <keyword name="ViewManager.initEditMenu" id="ViewManager.initEditMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initEditMenu" />
+      <keyword name="ViewManager.initEditToolbar" id="ViewManager.initEditToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initEditToolbar" />
+      <keyword name="ViewManager.initFileMenu" id="ViewManager.initFileMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initFileMenu" />
+      <keyword name="ViewManager.initFileToolbar" id="ViewManager.initFileToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initFileToolbar" />
+      <keyword name="ViewManager.initMacroMenu" id="ViewManager.initMacroMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initMacroMenu" />
+      <keyword name="ViewManager.initSearchToolbars" id="ViewManager.initSearchToolbars" ref="eric5.ViewManager.ViewManager.html#ViewManager.initSearchToolbars" />
+      <keyword name="ViewManager.initSpellingToolbar" id="ViewManager.initSpellingToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initSpellingToolbar" />
+      <keyword name="ViewManager.initViewMenu" id="ViewManager.initViewMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initViewMenu" />
+      <keyword name="ViewManager.initViewToolbar" id="ViewManager.initViewToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initViewToolbar" />
+      <keyword name="ViewManager.insertSymbol" id="ViewManager.insertSymbol" ref="eric5.ViewManager.ViewManager.html#ViewManager.insertSymbol" />
+      <keyword name="ViewManager.isConnected" id="ViewManager.isConnected" ref="eric5.ViewManager.ViewManager.html#ViewManager.isConnected" />
+      <keyword name="ViewManager.newEditor" id="ViewManager.newEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.newEditor" />
+      <keyword name="ViewManager.newEditorView" id="ViewManager.newEditorView" ref="eric5.ViewManager.ViewManager.html#ViewManager.newEditorView" />
+      <keyword name="ViewManager.newProject" id="ViewManager.newProject" ref="eric5.ViewManager.ViewManager.html#ViewManager.newProject" />
+      <keyword name="ViewManager.nextSplit" id="ViewManager.nextSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.nextSplit" />
+      <keyword name="ViewManager.openFiles" id="ViewManager.openFiles" ref="eric5.ViewManager.ViewManager.html#ViewManager.openFiles" />
+      <keyword name="ViewManager.openSourceFile" id="ViewManager.openSourceFile" ref="eric5.ViewManager.ViewManager.html#ViewManager.openSourceFile" />
+      <keyword name="ViewManager.preferencesChanged" id="ViewManager.preferencesChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.preferencesChanged" />
+      <keyword name="ViewManager.prevSplit" id="ViewManager.prevSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.prevSplit" />
+      <keyword name="ViewManager.printCurrentEditor" id="ViewManager.printCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.printCurrentEditor" />
+      <keyword name="ViewManager.printEditor" id="ViewManager.printEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.printEditor" />
+      <keyword name="ViewManager.printPreviewCurrentEditor" id="ViewManager.printPreviewCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.printPreviewCurrentEditor" />
+      <keyword name="ViewManager.projectClosed" id="ViewManager.projectClosed" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectClosed" />
+      <keyword name="ViewManager.projectFileRenamed" id="ViewManager.projectFileRenamed" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectFileRenamed" />
+      <keyword name="ViewManager.projectLexerAssociationsChanged" id="ViewManager.projectLexerAssociationsChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectLexerAssociationsChanged" />
+      <keyword name="ViewManager.projectOpened" id="ViewManager.projectOpened" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectOpened" />
+      <keyword name="ViewManager.receive" id="ViewManager.receive" ref="eric5.ViewManager.ViewManager.html#ViewManager.receive" />
+      <keyword name="ViewManager.removeSplit" id="ViewManager.removeSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.removeSplit" />
+      <keyword name="ViewManager.saveAllEditors" id="ViewManager.saveAllEditors" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveAllEditors" />
+      <keyword name="ViewManager.saveAsCurrentEditor" id="ViewManager.saveAsCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveAsCurrentEditor" />
+      <keyword name="ViewManager.saveAsEditorEd" id="ViewManager.saveAsEditorEd" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveAsEditorEd" />
+      <keyword name="ViewManager.saveCurrentEditor" id="ViewManager.saveCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveCurrentEditor" />
+      <keyword name="ViewManager.saveCurrentEditorToProject" id="ViewManager.saveCurrentEditorToProject" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveCurrentEditorToProject" />
+      <keyword name="ViewManager.saveEditor" id="ViewManager.saveEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveEditor" />
+      <keyword name="ViewManager.saveEditorEd" id="ViewManager.saveEditorEd" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveEditorEd" />
+      <keyword name="ViewManager.saveEditorToProjectEd" id="ViewManager.saveEditorToProjectEd" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveEditorToProjectEd" />
+      <keyword name="ViewManager.saveEditorsList" id="ViewManager.saveEditorsList" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveEditorsList" />
+      <keyword name="ViewManager.send" id="ViewManager.send" ref="eric5.ViewManager.ViewManager.html#ViewManager.send" />
+      <keyword name="ViewManager.sendSharedEdit" id="ViewManager.sendSharedEdit" ref="eric5.ViewManager.ViewManager.html#ViewManager.sendSharedEdit" />
+      <keyword name="ViewManager.setCooperationClient" id="ViewManager.setCooperationClient" ref="eric5.ViewManager.ViewManager.html#ViewManager.setCooperationClient" />
+      <keyword name="ViewManager.setEditorName" id="ViewManager.setEditorName" ref="eric5.ViewManager.ViewManager.html#ViewManager.setEditorName" />
+      <keyword name="ViewManager.setFileLine" id="ViewManager.setFileLine" ref="eric5.ViewManager.ViewManager.html#ViewManager.setFileLine" />
+      <keyword name="ViewManager.setReferences" id="ViewManager.setReferences" ref="eric5.ViewManager.ViewManager.html#ViewManager.setReferences" />
+      <keyword name="ViewManager.setSbInfo" id="ViewManager.setSbInfo" ref="eric5.ViewManager.ViewManager.html#ViewManager.setSbInfo" />
+      <keyword name="ViewManager.setSplitOrientation" id="ViewManager.setSplitOrientation" ref="eric5.ViewManager.ViewManager.html#ViewManager.setSplitOrientation" />
+      <keyword name="ViewManager.shareConnected" id="ViewManager.shareConnected" ref="eric5.ViewManager.ViewManager.html#ViewManager.shareConnected" />
+      <keyword name="ViewManager.shareEditor" id="ViewManager.shareEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.shareEditor" />
+      <keyword name="ViewManager.showDebugSource" id="ViewManager.showDebugSource" ref="eric5.ViewManager.ViewManager.html#ViewManager.showDebugSource" />
+      <keyword name="ViewManager.showWindowMenu" id="ViewManager.showWindowMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.showWindowMenu" />
+      <keyword name="ViewManager.startSharedEdit" id="ViewManager.startSharedEdit" ref="eric5.ViewManager.ViewManager.html#ViewManager.startSharedEdit" />
+      <keyword name="ViewManager.textForFind" id="ViewManager.textForFind" ref="eric5.ViewManager.ViewManager.html#ViewManager.textForFind" />
+      <keyword name="ViewManager.tile" id="ViewManager.tile" ref="eric5.ViewManager.ViewManager.html#ViewManager.tile" />
+      <keyword name="ViewManager.unhighlight" id="ViewManager.unhighlight" ref="eric5.ViewManager.ViewManager.html#ViewManager.unhighlight" />
+      <keyword name="BookmarkedFilesDialog (Module)" id="BookmarkedFilesDialog (Module)" ref="eric5.ViewManager.BookmarkedFilesDialog.html" />
+      <keyword name="BookmarkedFilesDialog" id="BookmarkedFilesDialog" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog" />
+      <keyword name="BookmarkedFilesDialog (Constructor)" id="BookmarkedFilesDialog (Constructor)" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.__init__" />
+      <keyword name="BookmarkedFilesDialog.__swap" id="BookmarkedFilesDialog.__swap" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.__swap" />
+      <keyword name="BookmarkedFilesDialog.getBookmarkedFiles" id="BookmarkedFilesDialog.getBookmarkedFiles" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.getBookmarkedFiles" />
+      <keyword name="BookmarkedFilesDialog.on_addButton_clicked" id="BookmarkedFilesDialog.on_addButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_addButton_clicked" />
+      <keyword name="BookmarkedFilesDialog.on_changeButton_clicked" id="BookmarkedFilesDialog.on_changeButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_changeButton_clicked" />
+      <keyword name="BookmarkedFilesDialog.on_deleteButton_clicked" id="BookmarkedFilesDialog.on_deleteButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_deleteButton_clicked" />
+      <keyword name="BookmarkedFilesDialog.on_downButton_clicked" id="BookmarkedFilesDialog.on_downButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_downButton_clicked" />
+      <keyword name="BookmarkedFilesDialog.on_fileButton_clicked" id="BookmarkedFilesDialog.on_fileButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_fileButton_clicked" />
+      <keyword name="BookmarkedFilesDialog.on_fileEdit_textChanged" id="BookmarkedFilesDialog.on_fileEdit_textChanged" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_fileEdit_textChanged" />
+      <keyword name="BookmarkedFilesDialog.on_filesList_currentRowChanged" id="BookmarkedFilesDialog.on_filesList_currentRowChanged" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_filesList_currentRowChanged" />
+      <keyword name="BookmarkedFilesDialog.on_upButton_clicked" id="BookmarkedFilesDialog.on_upButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_upButton_clicked" />
+      <keyword name="VCS (Package)" id="VCS (Package)" ref="index-eric5.VCS.html" />
+      <keyword name="factory" id="factory" ref="eric5.VCS.__init__.html#factory" />
+      <keyword name="VersionControl (Module)" id="VersionControl (Module)" ref="eric5.VCS.VersionControl.html" />
+      <keyword name="VersionControl" id="VersionControl" ref="eric5.VCS.VersionControl.html#VersionControl" />
+      <keyword name="VersionControl (Constructor)" id="VersionControl (Constructor)" ref="eric5.VCS.VersionControl.html#VersionControl.__init__" />
+      <keyword name="VersionControl.__statusMonitorData" id="VersionControl.__statusMonitorData" ref="eric5.VCS.VersionControl.html#VersionControl.__statusMonitorData" />
+      <keyword name="VersionControl.__statusMonitorStatus" id="VersionControl.__statusMonitorStatus" ref="eric5.VCS.VersionControl.html#VersionControl.__statusMonitorStatus" />
+      <keyword name="VersionControl._createStatusMonitorThread" id="VersionControl._createStatusMonitorThread" ref="eric5.VCS.VersionControl.html#VersionControl._createStatusMonitorThread" />
+      <keyword name="VersionControl.addArguments" id="VersionControl.addArguments" ref="eric5.VCS.VersionControl.html#VersionControl.addArguments" />
+      <keyword name="VersionControl.checkVCSStatus" id="VersionControl.checkVCSStatus" ref="eric5.VCS.VersionControl.html#VersionControl.checkVCSStatus" />
+      <keyword name="VersionControl.clearStatusCache" id="VersionControl.clearStatusCache" ref="eric5.VCS.VersionControl.html#VersionControl.clearStatusCache" />
+      <keyword name="VersionControl.clearStatusMonitorCachedState" id="VersionControl.clearStatusMonitorCachedState" ref="eric5.VCS.VersionControl.html#VersionControl.clearStatusMonitorCachedState" />
+      <keyword name="VersionControl.getStatusMonitorAutoUpdate" id="VersionControl.getStatusMonitorAutoUpdate" ref="eric5.VCS.VersionControl.html#VersionControl.getStatusMonitorAutoUpdate" />
+      <keyword name="VersionControl.getStatusMonitorInterval" id="VersionControl.getStatusMonitorInterval" ref="eric5.VCS.VersionControl.html#VersionControl.getStatusMonitorInterval" />
+      <keyword name="VersionControl.setStatusMonitorAutoUpdate" id="VersionControl.setStatusMonitorAutoUpdate" ref="eric5.VCS.VersionControl.html#VersionControl.setStatusMonitorAutoUpdate" />
+      <keyword name="VersionControl.setStatusMonitorInterval" id="VersionControl.setStatusMonitorInterval" ref="eric5.VCS.VersionControl.html#VersionControl.setStatusMonitorInterval" />
+      <keyword name="VersionControl.splitPath" id="VersionControl.splitPath" ref="eric5.VCS.VersionControl.html#VersionControl.splitPath" />
+      <keyword name="VersionControl.splitPathList" id="VersionControl.splitPathList" ref="eric5.VCS.VersionControl.html#VersionControl.splitPathList" />
+      <keyword name="VersionControl.startStatusMonitor" id="VersionControl.startStatusMonitor" ref="eric5.VCS.VersionControl.html#VersionControl.startStatusMonitor" />
+      <keyword name="VersionControl.startSynchronizedProcess" id="VersionControl.startSynchronizedProcess" ref="eric5.VCS.VersionControl.html#VersionControl.startSynchronizedProcess" />
+      <keyword name="VersionControl.stopStatusMonitor" id="VersionControl.stopStatusMonitor" ref="eric5.VCS.VersionControl.html#VersionControl.stopStatusMonitor" />
+      <keyword name="VersionControl.vcsAdd" id="VersionControl.vcsAdd" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAdd" />
+      <keyword name="VersionControl.vcsAddBinary" id="VersionControl.vcsAddBinary" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAddBinary" />
+      <keyword name="VersionControl.vcsAddTree" id="VersionControl.vcsAddTree" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAddTree" />
+      <keyword name="VersionControl.vcsAllRegisteredStates" id="VersionControl.vcsAllRegisteredStates" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAllRegisteredStates" />
+      <keyword name="VersionControl.vcsCheckout" id="VersionControl.vcsCheckout" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCheckout" />
+      <keyword name="VersionControl.vcsCleanup" id="VersionControl.vcsCleanup" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCleanup" />
+      <keyword name="VersionControl.vcsCommandLine" id="VersionControl.vcsCommandLine" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCommandLine" />
+      <keyword name="VersionControl.vcsCommit" id="VersionControl.vcsCommit" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCommit" />
+      <keyword name="VersionControl.vcsConvertProject" id="VersionControl.vcsConvertProject" ref="eric5.VCS.VersionControl.html#VersionControl.vcsConvertProject" />
+      <keyword name="VersionControl.vcsDefaultOptions" id="VersionControl.vcsDefaultOptions" ref="eric5.VCS.VersionControl.html#VersionControl.vcsDefaultOptions" />
+      <keyword name="VersionControl.vcsDiff" id="VersionControl.vcsDiff" ref="eric5.VCS.VersionControl.html#VersionControl.vcsDiff" />
+      <keyword name="VersionControl.vcsExists" id="VersionControl.vcsExists" ref="eric5.VCS.VersionControl.html#VersionControl.vcsExists" />
+      <keyword name="VersionControl.vcsExport" id="VersionControl.vcsExport" ref="eric5.VCS.VersionControl.html#VersionControl.vcsExport" />
+      <keyword name="VersionControl.vcsGetOptions" id="VersionControl.vcsGetOptions" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetOptions" />
+      <keyword name="VersionControl.vcsGetOtherData" id="VersionControl.vcsGetOtherData" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetOtherData" />
+      <keyword name="VersionControl.vcsGetProjectBrowserHelper" id="VersionControl.vcsGetProjectBrowserHelper" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetProjectBrowserHelper" />
+      <keyword name="VersionControl.vcsGetProjectHelper" id="VersionControl.vcsGetProjectHelper" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetProjectHelper" />
+      <keyword name="VersionControl.vcsHistory" id="VersionControl.vcsHistory" ref="eric5.VCS.VersionControl.html#VersionControl.vcsHistory" />
+      <keyword name="VersionControl.vcsImport" id="VersionControl.vcsImport" ref="eric5.VCS.VersionControl.html#VersionControl.vcsImport" />
+      <keyword name="VersionControl.vcsInit" id="VersionControl.vcsInit" ref="eric5.VCS.VersionControl.html#VersionControl.vcsInit" />
+      <keyword name="VersionControl.vcsLog" id="VersionControl.vcsLog" ref="eric5.VCS.VersionControl.html#VersionControl.vcsLog" />
+      <keyword name="VersionControl.vcsMerge" id="VersionControl.vcsMerge" ref="eric5.VCS.VersionControl.html#VersionControl.vcsMerge" />
+      <keyword name="VersionControl.vcsMove" id="VersionControl.vcsMove" ref="eric5.VCS.VersionControl.html#VersionControl.vcsMove" />
+      <keyword name="VersionControl.vcsName" id="VersionControl.vcsName" ref="eric5.VCS.VersionControl.html#VersionControl.vcsName" />
+      <keyword name="VersionControl.vcsNewProjectOptionsDialog" id="VersionControl.vcsNewProjectOptionsDialog" ref="eric5.VCS.VersionControl.html#VersionControl.vcsNewProjectOptionsDialog" />
+      <keyword name="VersionControl.vcsOptionsDialog" id="VersionControl.vcsOptionsDialog" ref="eric5.VCS.VersionControl.html#VersionControl.vcsOptionsDialog" />
+      <keyword name="VersionControl.vcsRegisteredState" id="VersionControl.vcsRegisteredState" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRegisteredState" />
+      <keyword name="VersionControl.vcsRemove" id="VersionControl.vcsRemove" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRemove" />
+      <keyword name="VersionControl.vcsRepositoryInfos" id="VersionControl.vcsRepositoryInfos" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRepositoryInfos" />
+      <keyword name="VersionControl.vcsRevert" id="VersionControl.vcsRevert" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRevert" />
+      <keyword name="VersionControl.vcsSetData" id="VersionControl.vcsSetData" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetData" />
+      <keyword name="VersionControl.vcsSetDataFromDict" id="VersionControl.vcsSetDataFromDict" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetDataFromDict" />
+      <keyword name="VersionControl.vcsSetOptions" id="VersionControl.vcsSetOptions" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetOptions" />
+      <keyword name="VersionControl.vcsSetOtherData" id="VersionControl.vcsSetOtherData" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetOtherData" />
+      <keyword name="VersionControl.vcsShutdown" id="VersionControl.vcsShutdown" ref="eric5.VCS.VersionControl.html#VersionControl.vcsShutdown" />
+      <keyword name="VersionControl.vcsStatus" id="VersionControl.vcsStatus" ref="eric5.VCS.VersionControl.html#VersionControl.vcsStatus" />
+      <keyword name="VersionControl.vcsSwitch" id="VersionControl.vcsSwitch" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSwitch" />
+      <keyword name="VersionControl.vcsTag" id="VersionControl.vcsTag" ref="eric5.VCS.VersionControl.html#VersionControl.vcsTag" />
+      <keyword name="VersionControl.vcsUpdate" id="VersionControl.vcsUpdate" ref="eric5.VCS.VersionControl.html#VersionControl.vcsUpdate" />
+      <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.VCS.ProjectHelper.html" />
+      <keyword name="VcsProjectHelper" id="VcsProjectHelper" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper" />
+      <keyword name="VcsProjectHelper (Constructor)" id="VcsProjectHelper (Constructor)" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.__init__" />
+      <keyword name="VcsProjectHelper._vcsCheckout" id="VcsProjectHelper._vcsCheckout" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCheckout" />
+      <keyword name="VcsProjectHelper._vcsCleanup" id="VcsProjectHelper._vcsCleanup" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCleanup" />
+      <keyword name="VcsProjectHelper._vcsCommand" id="VcsProjectHelper._vcsCommand" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCommand" />
+      <keyword name="VcsProjectHelper._vcsCommandOptions" id="VcsProjectHelper._vcsCommandOptions" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCommandOptions" />
+      <keyword name="VcsProjectHelper._vcsCommit" id="VcsProjectHelper._vcsCommit" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCommit" />
+      <keyword name="VcsProjectHelper._vcsDiff" id="VcsProjectHelper._vcsDiff" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsDiff" />
+      <keyword name="VcsProjectHelper._vcsExport" id="VcsProjectHelper._vcsExport" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsExport" />
+      <keyword name="VcsProjectHelper._vcsImport" id="VcsProjectHelper._vcsImport" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsImport" />
+      <keyword name="VcsProjectHelper._vcsInfoDisplay" id="VcsProjectHelper._vcsInfoDisplay" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsInfoDisplay" />
+      <keyword name="VcsProjectHelper._vcsLog" id="VcsProjectHelper._vcsLog" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsLog" />
+      <keyword name="VcsProjectHelper._vcsMerge" id="VcsProjectHelper._vcsMerge" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsMerge" />
+      <keyword name="VcsProjectHelper._vcsRemove" id="VcsProjectHelper._vcsRemove" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsRemove" />
+      <keyword name="VcsProjectHelper._vcsRevert" id="VcsProjectHelper._vcsRevert" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsRevert" />
+      <keyword name="VcsProjectHelper._vcsStatus" id="VcsProjectHelper._vcsStatus" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsStatus" />
+      <keyword name="VcsProjectHelper._vcsSwitch" id="VcsProjectHelper._vcsSwitch" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsSwitch" />
+      <keyword name="VcsProjectHelper._vcsTag" id="VcsProjectHelper._vcsTag" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsTag" />
+      <keyword name="VcsProjectHelper._vcsUpdate" id="VcsProjectHelper._vcsUpdate" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsUpdate" />
+      <keyword name="VcsProjectHelper.initActions" id="VcsProjectHelper.initActions" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.initActions" />
+      <keyword name="VcsProjectHelper.initMenu" id="VcsProjectHelper.initMenu" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.initMenu" />
+      <keyword name="VcsProjectHelper.revertChanges" id="VcsProjectHelper.revertChanges" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.revertChanges" />
+      <keyword name="VcsProjectHelper.setObjects" id="VcsProjectHelper.setObjects" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.setObjects" />
+      <keyword name="VcsProjectHelper.showMenu" id="VcsProjectHelper.showMenu" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.showMenu" />
+      <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.VCS.ProjectBrowserHelper.html" />
+      <keyword name="VcsProjectBrowserHelper" id="VcsProjectBrowserHelper" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper" />
+      <keyword name="VcsProjectBrowserHelper (Constructor)" id="VcsProjectBrowserHelper (Constructor)" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.__init__" />
+      <keyword name="VcsProjectBrowserHelper._VCSAdd" id="VcsProjectBrowserHelper._VCSAdd" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSAdd" />
+      <keyword name="VcsProjectBrowserHelper._VCSAddTree" id="VcsProjectBrowserHelper._VCSAddTree" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSAddTree" />
+      <keyword name="VcsProjectBrowserHelper._VCSCommit" id="VcsProjectBrowserHelper._VCSCommit" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSCommit" />
+      <keyword name="VcsProjectBrowserHelper._VCSDiff" id="VcsProjectBrowserHelper._VCSDiff" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSDiff" />
+      <keyword name="VcsProjectBrowserHelper._VCSInfoDisplay" id="VcsProjectBrowserHelper._VCSInfoDisplay" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSInfoDisplay" />
+      <keyword name="VcsProjectBrowserHelper._VCSLog" id="VcsProjectBrowserHelper._VCSLog" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSLog" />
+      <keyword name="VcsProjectBrowserHelper._VCSMerge" id="VcsProjectBrowserHelper._VCSMerge" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSMerge" />
+      <keyword name="VcsProjectBrowserHelper._VCSRemove" id="VcsProjectBrowserHelper._VCSRemove" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSRemove" />
+      <keyword name="VcsProjectBrowserHelper._VCSRevert" id="VcsProjectBrowserHelper._VCSRevert" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSRevert" />
+      <keyword name="VcsProjectBrowserHelper._VCSStatus" id="VcsProjectBrowserHelper._VCSStatus" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSStatus" />
+      <keyword name="VcsProjectBrowserHelper._VCSUpdate" id="VcsProjectBrowserHelper._VCSUpdate" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSUpdate" />
+      <keyword name="VcsProjectBrowserHelper._updateVCSStatus" id="VcsProjectBrowserHelper._updateVCSStatus" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._updateVCSStatus" />
+      <keyword name="VcsProjectBrowserHelper.addVCSMenus" id="VcsProjectBrowserHelper.addVCSMenus" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.addVCSMenus" />
+      <keyword name="VcsProjectBrowserHelper.showContextMenu" id="VcsProjectBrowserHelper.showContextMenu" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenu" />
+      <keyword name="VcsProjectBrowserHelper.showContextMenuDir" id="VcsProjectBrowserHelper.showContextMenuDir" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenuDir" />
+      <keyword name="VcsProjectBrowserHelper.showContextMenuDirMulti" id="VcsProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenuDirMulti" />
+      <keyword name="VcsProjectBrowserHelper.showContextMenuMulti" id="VcsProjectBrowserHelper.showContextMenuMulti" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenuMulti" />
+      <keyword name="StatusMonitorThread (Module)" id="StatusMonitorThread (Module)" ref="eric5.VCS.StatusMonitorThread.html" />
+      <keyword name="VcsStatusMonitorThread" id="VcsStatusMonitorThread" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread" />
+      <keyword name="VcsStatusMonitorThread (Constructor)" id="VcsStatusMonitorThread (Constructor)" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.__init__" />
+      <keyword name="VcsStatusMonitorThread._performMonitor" id="VcsStatusMonitorThread._performMonitor" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread._performMonitor" />
+      <keyword name="VcsStatusMonitorThread.checkStatus" id="VcsStatusMonitorThread.checkStatus" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.checkStatus" />
+      <keyword name="VcsStatusMonitorThread.clearCachedState" id="VcsStatusMonitorThread.clearCachedState" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.clearCachedState" />
+      <keyword name="VcsStatusMonitorThread.getAutoUpdate" id="VcsStatusMonitorThread.getAutoUpdate" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.getAutoUpdate" />
+      <keyword name="VcsStatusMonitorThread.getInterval" id="VcsStatusMonitorThread.getInterval" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.getInterval" />
+      <keyword name="VcsStatusMonitorThread.run" id="VcsStatusMonitorThread.run" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.run" />
+      <keyword name="VcsStatusMonitorThread.setAutoUpdate" id="VcsStatusMonitorThread.setAutoUpdate" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.setAutoUpdate" />
+      <keyword name="VcsStatusMonitorThread.setInterval" id="VcsStatusMonitorThread.setInterval" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.setInterval" />
+      <keyword name="VcsStatusMonitorThread.stop" id="VcsStatusMonitorThread.stop" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.stop" />
+      <keyword name="StatusMonitorLed (Module)" id="StatusMonitorLed (Module)" ref="eric5.VCS.StatusMonitorLed.html" />
+      <keyword name="StatusMonitorLed" id="StatusMonitorLed" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed" />
+      <keyword name="StatusMonitorLed (Constructor)" id="StatusMonitorLed (Constructor)" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__init__" />
+      <keyword name="StatusMonitorLed.__checkActions" id="StatusMonitorLed.__checkActions" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__checkActions" />
+      <keyword name="StatusMonitorLed.__checkStatus" id="StatusMonitorLed.__checkStatus" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__checkStatus" />
+      <keyword name="StatusMonitorLed.__projectVcsMonitorStatus" id="StatusMonitorLed.__projectVcsMonitorStatus" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__projectVcsMonitorStatus" />
+      <keyword name="StatusMonitorLed.__setInterval" id="StatusMonitorLed.__setInterval" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__setInterval" />
+      <keyword name="StatusMonitorLed.__switchOff" id="StatusMonitorLed.__switchOff" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__switchOff" />
+      <keyword name="StatusMonitorLed.__switchOn" id="StatusMonitorLed.__switchOn" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__switchOn" />
+      <keyword name="StatusMonitorLed._showContextMenu" id="StatusMonitorLed._showContextMenu" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed._showContextMenu" />
+      <keyword name="RepositoryInfoDialog (Module)" id="RepositoryInfoDialog (Module)" ref="eric5.VCS.RepositoryInfoDialog.html" />
+      <keyword name="VcsRepositoryInfoDialog" id="VcsRepositoryInfoDialog" ref="eric5.VCS.RepositoryInfoDialog.html#VcsRepositoryInfoDialog" />
+      <keyword name="VcsRepositoryInfoDialog (Constructor)" id="VcsRepositoryInfoDialog (Constructor)" ref="eric5.VCS.RepositoryInfoDialog.html#VcsRepositoryInfoDialog.__init__" />
+      <keyword name="CommandOptionsDialog (Module)" id="CommandOptionsDialog (Module)" ref="eric5.VCS.CommandOptionsDialog.html" />
+      <keyword name="vcsCommandOptionsDialog" id="vcsCommandOptionsDialog" ref="eric5.VCS.CommandOptionsDialog.html#vcsCommandOptionsDialog" />
+      <keyword name="vcsCommandOptionsDialog (Constructor)" id="vcsCommandOptionsDialog (Constructor)" ref="eric5.VCS.CommandOptionsDialog.html#vcsCommandOptionsDialog.__init__" />
+      <keyword name="vcsCommandOptionsDialog.getOptions" id="vcsCommandOptionsDialog.getOptions" ref="eric5.VCS.CommandOptionsDialog.html#vcsCommandOptionsDialog.getOptions" />
+      <keyword name="UI (Package)" id="UI (Package)" ref="index-eric5.UI.html" />
+      <keyword name="FindFileDialog (Module)" id="FindFileDialog (Module)" ref="eric5.UI.FindFileDialog.html" />
+      <keyword name="FindFileDialog" id="FindFileDialog" ref="eric5.UI.FindFileDialog.html#FindFileDialog" />
+      <keyword name="FindFileDialog (Constructor)" id="FindFileDialog (Constructor)" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__init__" />
+      <keyword name="FindFileDialog.__contextMenuRequested" id="FindFileDialog.__contextMenuRequested" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__contextMenuRequested" />
+      <keyword name="FindFileDialog.__copyToClipboard" id="FindFileDialog.__copyToClipboard" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__copyToClipboard" />
+      <keyword name="FindFileDialog.__createItem" id="FindFileDialog.__createItem" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__createItem" />
+      <keyword name="FindFileDialog.__doSearch" id="FindFileDialog.__doSearch" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__doSearch" />
+      <keyword name="FindFileDialog.__enableFindButton" id="FindFileDialog.__enableFindButton" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__enableFindButton" />
+      <keyword name="FindFileDialog.__getFileList" id="FindFileDialog.__getFileList" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__getFileList" />
+      <keyword name="FindFileDialog.__openFile" id="FindFileDialog.__openFile" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__openFile" />
+      <keyword name="FindFileDialog.__stopSearch" id="FindFileDialog.__stopSearch" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__stopSearch" />
+      <keyword name="FindFileDialog.on_buttonBox_clicked" id="FindFileDialog.on_buttonBox_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_buttonBox_clicked" />
+      <keyword name="FindFileDialog.on_dirButton_clicked" id="FindFileDialog.on_dirButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_dirButton_clicked" />
+      <keyword name="FindFileDialog.on_dirCombo_editTextChanged" id="FindFileDialog.on_dirCombo_editTextChanged" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_dirCombo_editTextChanged" />
+      <keyword name="FindFileDialog.on_dirSelectButton_clicked" id="FindFileDialog.on_dirSelectButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_dirSelectButton_clicked" />
+      <keyword name="FindFileDialog.on_filterCheckBox_clicked" id="FindFileDialog.on_filterCheckBox_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_filterCheckBox_clicked" />
+      <keyword name="FindFileDialog.on_filterEdit_textEdited" id="FindFileDialog.on_filterEdit_textEdited" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_filterEdit_textEdited" />
+      <keyword name="FindFileDialog.on_findList_itemDoubleClicked" id="FindFileDialog.on_findList_itemDoubleClicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_findList_itemDoubleClicked" />
+      <keyword name="FindFileDialog.on_findtextCombo_editTextChanged" id="FindFileDialog.on_findtextCombo_editTextChanged" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_findtextCombo_editTextChanged" />
+      <keyword name="FindFileDialog.on_projectButton_clicked" id="FindFileDialog.on_projectButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_projectButton_clicked" />
+      <keyword name="FindFileDialog.on_replaceButton_clicked" id="FindFileDialog.on_replaceButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_replaceButton_clicked" />
+      <keyword name="FindFileDialog.on_replacetextCombo_editTextChanged" id="FindFileDialog.on_replacetextCombo_editTextChanged" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_replacetextCombo_editTextChanged" />
+      <keyword name="FindFileDialog.setSearchDirectory" id="FindFileDialog.setSearchDirectory" ref="eric5.UI.FindFileDialog.html#FindFileDialog.setSearchDirectory" />
+      <keyword name="FindFileDialog.show" id="FindFileDialog.show" ref="eric5.UI.FindFileDialog.html#FindFileDialog.show" />
+      <keyword name="SplashScreen (Module)" id="SplashScreen (Module)" ref="eric5.UI.SplashScreen.html" />
+      <keyword name="NoneSplashScreen" id="NoneSplashScreen" ref="eric5.UI.SplashScreen.html#NoneSplashScreen" />
+      <keyword name="SplashScreen" id="SplashScreen" ref="eric5.UI.SplashScreen.html#SplashScreen" />
+      <keyword name="NoneSplashScreen (Constructor)" id="NoneSplashScreen (Constructor)" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.__init__" />
+      <keyword name="NoneSplashScreen.clearMessage" id="NoneSplashScreen.clearMessage" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.clearMessage" />
+      <keyword name="NoneSplashScreen.finish" id="NoneSplashScreen.finish" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.finish" />
+      <keyword name="NoneSplashScreen.showMessage" id="NoneSplashScreen.showMessage" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.showMessage" />
+      <keyword name="SplashScreen (Constructor)" id="SplashScreen (Constructor)" ref="eric5.UI.SplashScreen.html#SplashScreen.__init__" />
+      <keyword name="SplashScreen.clearMessage" id="SplashScreen.clearMessage" ref="eric5.UI.SplashScreen.html#SplashScreen.clearMessage" />
+      <keyword name="SplashScreen.showMessage" id="SplashScreen.showMessage" ref="eric5.UI.SplashScreen.html#SplashScreen.showMessage" />
+      <keyword name="Browser (Module)" id="Browser (Module)" ref="eric5.UI.Browser.html" />
+      <keyword name="Browser" id="Browser" ref="eric5.UI.Browser.html#Browser" />
+      <keyword name="Browser (Constructor)" id="Browser (Constructor)" ref="eric5.UI.Browser.html#Browser.__init__" />
+      <keyword name="Browser.__addAsToplevelDir" id="Browser.__addAsToplevelDir" ref="eric5.UI.Browser.html#Browser.__addAsToplevelDir" />
+      <keyword name="Browser.__configure" id="Browser.__configure" ref="eric5.UI.Browser.html#Browser.__configure" />
+      <keyword name="Browser.__createPopupMenus" id="Browser.__createPopupMenus" ref="eric5.UI.Browser.html#Browser.__createPopupMenus" />
+      <keyword name="Browser.__findInDirectory" id="Browser.__findInDirectory" ref="eric5.UI.Browser.html#Browser.__findInDirectory" />
+      <keyword name="Browser.__newToplevelDir" id="Browser.__newToplevelDir" ref="eric5.UI.Browser.html#Browser.__newToplevelDir" />
+      <keyword name="Browser.__refreshDirectory" id="Browser.__refreshDirectory" ref="eric5.UI.Browser.html#Browser.__refreshDirectory" />
+      <keyword name="Browser.__removeToplevel" id="Browser.__removeToplevel" ref="eric5.UI.Browser.html#Browser.__removeToplevel" />
+      <keyword name="Browser.__replaceInDirectory" id="Browser.__replaceInDirectory" ref="eric5.UI.Browser.html#Browser.__replaceInDirectory" />
+      <keyword name="Browser._contextMenuRequested" id="Browser._contextMenuRequested" ref="eric5.UI.Browser.html#Browser._contextMenuRequested" />
+      <keyword name="Browser._copyToClipboard" id="Browser._copyToClipboard" ref="eric5.UI.Browser.html#Browser._copyToClipboard" />
+      <keyword name="Browser._editPixmap" id="Browser._editPixmap" ref="eric5.UI.Browser.html#Browser._editPixmap" />
+      <keyword name="Browser._init" id="Browser._init" ref="eric5.UI.Browser.html#Browser._init" />
+      <keyword name="Browser._openItem" id="Browser._openItem" ref="eric5.UI.Browser.html#Browser._openItem" />
+      <keyword name="Browser._resizeColumns" id="Browser._resizeColumns" ref="eric5.UI.Browser.html#Browser._resizeColumns" />
+      <keyword name="Browser._resort" id="Browser._resort" ref="eric5.UI.Browser.html#Browser._resort" />
+      <keyword name="Browser.getSelectedItems" id="Browser.getSelectedItems" ref="eric5.UI.Browser.html#Browser.getSelectedItems" />
+      <keyword name="Browser.getSelectedItemsCount" id="Browser.getSelectedItemsCount" ref="eric5.UI.Browser.html#Browser.getSelectedItemsCount" />
+      <keyword name="Browser.getSelectedItemsCountCategorized" id="Browser.getSelectedItemsCountCategorized" ref="eric5.UI.Browser.html#Browser.getSelectedItemsCountCategorized" />
+      <keyword name="Browser.handlePreferencesChanged" id="Browser.handlePreferencesChanged" ref="eric5.UI.Browser.html#Browser.handlePreferencesChanged" />
+      <keyword name="Browser.handleProgramChange" id="Browser.handleProgramChange" ref="eric5.UI.Browser.html#Browser.handleProgramChange" />
+      <keyword name="Browser.handleUnittest" id="Browser.handleUnittest" ref="eric5.UI.Browser.html#Browser.handleUnittest" />
+      <keyword name="Browser.layoutDisplay" id="Browser.layoutDisplay" ref="eric5.UI.Browser.html#Browser.layoutDisplay" />
+      <keyword name="Browser.mouseDoubleClickEvent" id="Browser.mouseDoubleClickEvent" ref="eric5.UI.Browser.html#Browser.mouseDoubleClickEvent" />
+      <keyword name="Browser.saveToplevelDirs" id="Browser.saveToplevelDirs" ref="eric5.UI.Browser.html#Browser.saveToplevelDirs" />
+      <keyword name="Browser.wantedItem" id="Browser.wantedItem" ref="eric5.UI.Browser.html#Browser.wantedItem" />
+      <keyword name="AuthenticationDialog (Module)" id="AuthenticationDialog (Module)" ref="eric5.UI.AuthenticationDialog.html" />
+      <keyword name="AuthenticationDialog" id="AuthenticationDialog" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog" />
+      <keyword name="AuthenticationDialog (Constructor)" id="AuthenticationDialog (Constructor)" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.__init__" />
+      <keyword name="AuthenticationDialog.getData" id="AuthenticationDialog.getData" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.getData" />
+      <keyword name="AuthenticationDialog.setData" id="AuthenticationDialog.setData" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.setData" />
+      <keyword name="AuthenticationDialog.shallSave" id="AuthenticationDialog.shallSave" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.shallSave" />
+      <keyword name="SymbolsWidget (Module)" id="SymbolsWidget (Module)" ref="eric5.UI.SymbolsWidget.html" />
+      <keyword name="SymbolsModel" id="SymbolsModel" ref="eric5.UI.SymbolsWidget.html#SymbolsModel" />
+      <keyword name="SymbolsWidget" id="SymbolsWidget" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget" />
+      <keyword name="SymbolsModel (Constructor)" id="SymbolsModel (Constructor)" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__init__" />
+      <keyword name="SymbolsModel.__isDigit" id="SymbolsModel.__isDigit" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__isDigit" />
+      <keyword name="SymbolsModel.__isLetter" id="SymbolsModel.__isLetter" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__isLetter" />
+      <keyword name="SymbolsModel.__isMark" id="SymbolsModel.__isMark" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__isMark" />
+      <keyword name="SymbolsModel.__isPunct" id="SymbolsModel.__isPunct" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__isPunct" />
+      <keyword name="SymbolsModel.__isSymbol" id="SymbolsModel.__isSymbol" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__isSymbol" />
+      <keyword name="SymbolsModel.columnCount" id="SymbolsModel.columnCount" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.columnCount" />
+      <keyword name="SymbolsModel.data" id="SymbolsModel.data" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.data" />
+      <keyword name="SymbolsModel.headerData" id="SymbolsModel.headerData" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.headerData" />
+      <keyword name="SymbolsModel.rowCount" id="SymbolsModel.rowCount" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.rowCount" />
+      <keyword name="SymbolsModel.setUnicode" id="SymbolsModel.setUnicode" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.setUnicode" />
+      <keyword name="SymbolsWidget (Constructor)" id="SymbolsWidget (Constructor)" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget.__init__" />
+      <keyword name="SymbolsWidget.on_symbolSpinBox_editingFinished" id="SymbolsWidget.on_symbolSpinBox_editingFinished" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget.on_symbolSpinBox_editingFinished" />
+      <keyword name="SymbolsWidget.on_symbolsTable_activated" id="SymbolsWidget.on_symbolsTable_activated" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget.on_symbolsTable_activated" />
+      <keyword name="SymbolsWidget.on_unicodeButton_toggled" id="SymbolsWidget.on_unicodeButton_toggled" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget.on_unicodeButton_toggled" />
+      <keyword name="FindFileNameDialog (Module)" id="FindFileNameDialog (Module)" ref="eric5.UI.FindFileNameDialog.html" />
+      <keyword name="FindFileNameDialog" id="FindFileNameDialog" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog" />
+      <keyword name="FindFileNameDialog (Constructor)" id="FindFileNameDialog (Constructor)" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.__init__" />
+      <keyword name="FindFileNameDialog.__openFile" id="FindFileNameDialog.__openFile" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.__openFile" />
+      <keyword name="FindFileNameDialog.__searchFile" id="FindFileNameDialog.__searchFile" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.__searchFile" />
+      <keyword name="FindFileNameDialog.checkStop" id="FindFileNameDialog.checkStop" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.checkStop" />
+      <keyword name="FindFileNameDialog.on_buttonBox_clicked" id="FindFileNameDialog.on_buttonBox_clicked" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_buttonBox_clicked" />
+      <keyword name="FindFileNameDialog.on_fileExtEdit_textChanged" id="FindFileNameDialog.on_fileExtEdit_textChanged" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileExtEdit_textChanged" />
+      <keyword name="FindFileNameDialog.on_fileList_itemActivated" id="FindFileNameDialog.on_fileList_itemActivated" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileList_itemActivated" />
+      <keyword name="FindFileNameDialog.on_fileNameEdit_textChanged" id="FindFileNameDialog.on_fileNameEdit_textChanged" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileNameEdit_textChanged" />
+      <keyword name="FindFileNameDialog.on_projectCheckBox_toggled" id="FindFileNameDialog.on_projectCheckBox_toggled" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_projectCheckBox_toggled" />
+      <keyword name="FindFileNameDialog.on_searchDirButton_clicked" id="FindFileNameDialog.on_searchDirButton_clicked" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirButton_clicked" />
+      <keyword name="FindFileNameDialog.on_searchDirCheckBox_toggled" id="FindFileNameDialog.on_searchDirCheckBox_toggled" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirCheckBox_toggled" />
+      <keyword name="FindFileNameDialog.on_searchDirEdit_textChanged" id="FindFileNameDialog.on_searchDirEdit_textChanged" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirEdit_textChanged" />
+      <keyword name="FindFileNameDialog.on_syspathCheckBox_toggled" id="FindFileNameDialog.on_syspathCheckBox_toggled" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_syspathCheckBox_toggled" />
+      <keyword name="FindFileNameDialog.show" id="FindFileNameDialog.show" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.show" />
+      <keyword name="DeleteFilesConfirmationDialog (Module)" id="DeleteFilesConfirmationDialog (Module)" ref="eric5.UI.DeleteFilesConfirmationDialog.html" />
+      <keyword name="DeleteFilesConfirmationDialog" id="DeleteFilesConfirmationDialog" ref="eric5.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog" />
+      <keyword name="DeleteFilesConfirmationDialog (Constructor)" id="DeleteFilesConfirmationDialog (Constructor)" ref="eric5.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog.__init__" />
+      <keyword name="DeleteFilesConfirmationDialog.on_buttonBox_clicked" id="DeleteFilesConfirmationDialog.on_buttonBox_clicked" ref="eric5.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog.on_buttonBox_clicked" />
+      <keyword name="PixmapCache (Module)" id="PixmapCache (Module)" ref="eric5.UI.PixmapCache.html" />
+      <keyword name="PixmapCache" id="PixmapCache" ref="eric5.UI.PixmapCache.html#PixmapCache" />
+      <keyword name="addSearchPath" id="addSearchPath" ref="eric5.UI.PixmapCache.html#addSearchPath" />
+      <keyword name="getIcon" id="getIcon" ref="eric5.UI.PixmapCache.html#getIcon" />
+      <keyword name="getPixmap" id="getPixmap" ref="eric5.UI.PixmapCache.html#getPixmap" />
+      <keyword name="getSymlinkIcon" id="getSymlinkIcon" ref="eric5.UI.PixmapCache.html#getSymlinkIcon" />
+      <keyword name="PixmapCache (Constructor)" id="PixmapCache (Constructor)" ref="eric5.UI.PixmapCache.html#PixmapCache.__init__" />
+      <keyword name="PixmapCache.addSearchPath" id="PixmapCache.addSearchPath" ref="eric5.UI.PixmapCache.html#PixmapCache.addSearchPath" />
+      <keyword name="PixmapCache.getPixmap" id="PixmapCache.getPixmap" ref="eric5.UI.PixmapCache.html#PixmapCache.getPixmap" />
+      <keyword name="LogView (Module)" id="LogView (Module)" ref="eric5.UI.LogView.html" />
+      <keyword name="LogViewer" id="LogViewer" ref="eric5.UI.LogView.html#LogViewer" />
+      <keyword name="LogViewer (Constructor)" id="LogViewer (Constructor)" ref="eric5.UI.LogView.html#LogViewer.__init__" />
+      <keyword name="LogViewer.__appendText" id="LogViewer.__appendText" ref="eric5.UI.LogView.html#LogViewer.__appendText" />
+      <keyword name="LogViewer.__configure" id="LogViewer.__configure" ref="eric5.UI.LogView.html#LogViewer.__configure" />
+      <keyword name="LogViewer.__handleShowContextMenu" id="LogViewer.__handleShowContextMenu" ref="eric5.UI.LogView.html#LogViewer.__handleShowContextMenu" />
+      <keyword name="LogViewer.appendToStderr" id="LogViewer.appendToStderr" ref="eric5.UI.LogView.html#LogViewer.appendToStderr" />
+      <keyword name="LogViewer.appendToStdout" id="LogViewer.appendToStdout" ref="eric5.UI.LogView.html#LogViewer.appendToStdout" />
+      <keyword name="LogViewer.preferencesChanged" id="LogViewer.preferencesChanged" ref="eric5.UI.LogView.html#LogViewer.preferencesChanged" />
+      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.UI.Config.html" />
+      <keyword name="CompareDialog (Module)" id="CompareDialog (Module)" ref="eric5.UI.CompareDialog.html" />
+      <keyword name="CompareDialog" id="CompareDialog" ref="eric5.UI.CompareDialog.html#CompareDialog" />
+      <keyword name="CompareWindow" id="CompareWindow" ref="eric5.UI.CompareDialog.html#CompareWindow" />
+      <keyword name="removeMarkers" id="removeMarkers" ref="eric5.UI.CompareDialog.html#removeMarkers" />
+      <keyword name="sbsdiff" id="sbsdiff" ref="eric5.UI.CompareDialog.html#sbsdiff" />
+      <keyword name="CompareDialog (Constructor)" id="CompareDialog (Constructor)" ref="eric5.UI.CompareDialog.html#CompareDialog.__init__" />
+      <keyword name="CompareDialog.__appendText" id="CompareDialog.__appendText" ref="eric5.UI.CompareDialog.html#CompareDialog.__appendText" />
+      <keyword name="CompareDialog.__fileChanged" id="CompareDialog.__fileChanged" ref="eric5.UI.CompareDialog.html#CompareDialog.__fileChanged" />
+      <keyword name="CompareDialog.__moveTextToCurrentDiffPos" id="CompareDialog.__moveTextToCurrentDiffPos" ref="eric5.UI.CompareDialog.html#CompareDialog.__moveTextToCurrentDiffPos" />
+      <keyword name="CompareDialog.__scrollBarMoved" id="CompareDialog.__scrollBarMoved" ref="eric5.UI.CompareDialog.html#CompareDialog.__scrollBarMoved" />
+      <keyword name="CompareDialog.__selectFile" id="CompareDialog.__selectFile" ref="eric5.UI.CompareDialog.html#CompareDialog.__selectFile" />
+      <keyword name="CompareDialog.on_buttonBox_clicked" id="CompareDialog.on_buttonBox_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_buttonBox_clicked" />
+      <keyword name="CompareDialog.on_diffButton_clicked" id="CompareDialog.on_diffButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_diffButton_clicked" />
+      <keyword name="CompareDialog.on_downButton_clicked" id="CompareDialog.on_downButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_downButton_clicked" />
+      <keyword name="CompareDialog.on_file1Button_clicked" id="CompareDialog.on_file1Button_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_file1Button_clicked" />
+      <keyword name="CompareDialog.on_file2Button_clicked" id="CompareDialog.on_file2Button_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_file2Button_clicked" />
+      <keyword name="CompareDialog.on_firstButton_clicked" id="CompareDialog.on_firstButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_firstButton_clicked" />
+      <keyword name="CompareDialog.on_lastButton_clicked" id="CompareDialog.on_lastButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_lastButton_clicked" />
+      <keyword name="CompareDialog.on_synchronizeCheckBox_toggled" id="CompareDialog.on_synchronizeCheckBox_toggled" ref="eric5.UI.CompareDialog.html#CompareDialog.on_synchronizeCheckBox_toggled" />
+      <keyword name="CompareDialog.on_upButton_clicked" id="CompareDialog.on_upButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_upButton_clicked" />
+      <keyword name="CompareDialog.show" id="CompareDialog.show" ref="eric5.UI.CompareDialog.html#CompareDialog.show" />
+      <keyword name="CompareWindow (Constructor)" id="CompareWindow (Constructor)" ref="eric5.UI.CompareDialog.html#CompareWindow.__init__" />
+      <keyword name="CompareWindow.eventFilter" id="CompareWindow.eventFilter" ref="eric5.UI.CompareDialog.html#CompareWindow.eventFilter" />
+      <keyword name="BrowserModel (Module)" id="BrowserModel (Module)" ref="eric5.UI.BrowserModel.html" />
+      <keyword name="BrowserClassAttributeItem" id="BrowserClassAttributeItem" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem" />
+      <keyword name="BrowserClassAttributesItem" id="BrowserClassAttributesItem" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem" />
+      <keyword name="BrowserClassItem" id="BrowserClassItem" ref="eric5.UI.BrowserModel.html#BrowserClassItem" />
+      <keyword name="BrowserCodingItem" id="BrowserCodingItem" ref="eric5.UI.BrowserModel.html#BrowserCodingItem" />
+      <keyword name="BrowserDirectoryItem" id="BrowserDirectoryItem" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem" />
+      <keyword name="BrowserFileItem" id="BrowserFileItem" ref="eric5.UI.BrowserModel.html#BrowserFileItem" />
+      <keyword name="BrowserItem" id="BrowserItem" ref="eric5.UI.BrowserModel.html#BrowserItem" />
+      <keyword name="BrowserMethodItem" id="BrowserMethodItem" ref="eric5.UI.BrowserModel.html#BrowserMethodItem" />
+      <keyword name="BrowserModel" id="BrowserModel" ref="eric5.UI.BrowserModel.html#BrowserModel" />
+      <keyword name="BrowserSysPathItem" id="BrowserSysPathItem" ref="eric5.UI.BrowserModel.html#BrowserSysPathItem" />
+      <keyword name="BrowserClassAttributeItem (Constructor)" id="BrowserClassAttributeItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.__init__" />
+      <keyword name="BrowserClassAttributeItem.attributeObject" id="BrowserClassAttributeItem.attributeObject" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.attributeObject" />
+      <keyword name="BrowserClassAttributeItem.fileName" id="BrowserClassAttributeItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.fileName" />
+      <keyword name="BrowserClassAttributeItem.isPublic" id="BrowserClassAttributeItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.isPublic" />
+      <keyword name="BrowserClassAttributeItem.lessThan" id="BrowserClassAttributeItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.lessThan" />
+      <keyword name="BrowserClassAttributeItem.lineno" id="BrowserClassAttributeItem.lineno" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.lineno" />
+      <keyword name="BrowserClassAttributesItem (Constructor)" id="BrowserClassAttributesItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem.__init__" />
+      <keyword name="BrowserClassAttributesItem.attributes" id="BrowserClassAttributesItem.attributes" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem.attributes" />
+      <keyword name="BrowserClassAttributesItem.lessThan" id="BrowserClassAttributesItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem.lessThan" />
+      <keyword name="BrowserClassItem (Constructor)" id="BrowserClassItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserClassItem.__init__" />
+      <keyword name="BrowserClassItem.classObject" id="BrowserClassItem.classObject" ref="eric5.UI.BrowserModel.html#BrowserClassItem.classObject" />
+      <keyword name="BrowserClassItem.fileName" id="BrowserClassItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserClassItem.fileName" />
+      <keyword name="BrowserClassItem.isPublic" id="BrowserClassItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserClassItem.isPublic" />
+      <keyword name="BrowserClassItem.lessThan" id="BrowserClassItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserClassItem.lessThan" />
+      <keyword name="BrowserClassItem.lineno" id="BrowserClassItem.lineno" ref="eric5.UI.BrowserModel.html#BrowserClassItem.lineno" />
+      <keyword name="BrowserCodingItem (Constructor)" id="BrowserCodingItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserCodingItem.__init__" />
+      <keyword name="BrowserCodingItem.lessThan" id="BrowserCodingItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserCodingItem.lessThan" />
+      <keyword name="BrowserDirectoryItem (Constructor)" id="BrowserDirectoryItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.__init__" />
+      <keyword name="BrowserDirectoryItem.dirName" id="BrowserDirectoryItem.dirName" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.dirName" />
+      <keyword name="BrowserDirectoryItem.lessThan" id="BrowserDirectoryItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.lessThan" />
+      <keyword name="BrowserDirectoryItem.name" id="BrowserDirectoryItem.name" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.name" />
+      <keyword name="BrowserDirectoryItem.setName" id="BrowserDirectoryItem.setName" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.setName" />
+      <keyword name="BrowserFileItem (Constructor)" id="BrowserFileItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserFileItem.__init__" />
+      <keyword name="BrowserFileItem.dirName" id="BrowserFileItem.dirName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.dirName" />
+      <keyword name="BrowserFileItem.fileExt" id="BrowserFileItem.fileExt" ref="eric5.UI.BrowserModel.html#BrowserFileItem.fileExt" />
+      <keyword name="BrowserFileItem.fileName" id="BrowserFileItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.fileName" />
+      <keyword name="BrowserFileItem.isDFile" id="BrowserFileItem.isDFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isDFile" />
+      <keyword name="BrowserFileItem.isDesignerFile" id="BrowserFileItem.isDesignerFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isDesignerFile" />
+      <keyword name="BrowserFileItem.isIdlFile" id="BrowserFileItem.isIdlFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isIdlFile" />
+      <keyword name="BrowserFileItem.isLinguistFile" id="BrowserFileItem.isLinguistFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isLinguistFile" />
+      <keyword name="BrowserFileItem.isMultiProjectFile" id="BrowserFileItem.isMultiProjectFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isMultiProjectFile" />
+      <keyword name="BrowserFileItem.isPixmapFile" id="BrowserFileItem.isPixmapFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isPixmapFile" />
+      <keyword name="BrowserFileItem.isProjectFile" id="BrowserFileItem.isProjectFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isProjectFile" />
+      <keyword name="BrowserFileItem.isPython3File" id="BrowserFileItem.isPython3File" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isPython3File" />
+      <keyword name="BrowserFileItem.isPythonFile" id="BrowserFileItem.isPythonFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isPythonFile" />
+      <keyword name="BrowserFileItem.isResourcesFile" id="BrowserFileItem.isResourcesFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isResourcesFile" />
+      <keyword name="BrowserFileItem.isRubyFile" id="BrowserFileItem.isRubyFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isRubyFile" />
+      <keyword name="BrowserFileItem.isSvgFile" id="BrowserFileItem.isSvgFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isSvgFile" />
+      <keyword name="BrowserFileItem.lessThan" id="BrowserFileItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserFileItem.lessThan" />
+      <keyword name="BrowserFileItem.moduleName" id="BrowserFileItem.moduleName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.moduleName" />
+      <keyword name="BrowserFileItem.name" id="BrowserFileItem.name" ref="eric5.UI.BrowserModel.html#BrowserFileItem.name" />
+      <keyword name="BrowserFileItem.setName" id="BrowserFileItem.setName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.setName" />
+      <keyword name="BrowserItem (Constructor)" id="BrowserItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserItem.__init__" />
+      <keyword name="BrowserItem.appendChild" id="BrowserItem.appendChild" ref="eric5.UI.BrowserModel.html#BrowserItem.appendChild" />
+      <keyword name="BrowserItem.child" id="BrowserItem.child" ref="eric5.UI.BrowserModel.html#BrowserItem.child" />
+      <keyword name="BrowserItem.childCount" id="BrowserItem.childCount" ref="eric5.UI.BrowserModel.html#BrowserItem.childCount" />
+      <keyword name="BrowserItem.children" id="BrowserItem.children" ref="eric5.UI.BrowserModel.html#BrowserItem.children" />
+      <keyword name="BrowserItem.columnCount" id="BrowserItem.columnCount" ref="eric5.UI.BrowserModel.html#BrowserItem.columnCount" />
+      <keyword name="BrowserItem.data" id="BrowserItem.data" ref="eric5.UI.BrowserModel.html#BrowserItem.data" />
+      <keyword name="BrowserItem.getIcon" id="BrowserItem.getIcon" ref="eric5.UI.BrowserModel.html#BrowserItem.getIcon" />
+      <keyword name="BrowserItem.isLazyPopulated" id="BrowserItem.isLazyPopulated" ref="eric5.UI.BrowserModel.html#BrowserItem.isLazyPopulated" />
+      <keyword name="BrowserItem.isPopulated" id="BrowserItem.isPopulated" ref="eric5.UI.BrowserModel.html#BrowserItem.isPopulated" />
+      <keyword name="BrowserItem.isPublic" id="BrowserItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserItem.isPublic" />
+      <keyword name="BrowserItem.isSymlink" id="BrowserItem.isSymlink" ref="eric5.UI.BrowserModel.html#BrowserItem.isSymlink" />
+      <keyword name="BrowserItem.lessThan" id="BrowserItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserItem.lessThan" />
+      <keyword name="BrowserItem.parent" id="BrowserItem.parent" ref="eric5.UI.BrowserModel.html#BrowserItem.parent" />
+      <keyword name="BrowserItem.removeChild" id="BrowserItem.removeChild" ref="eric5.UI.BrowserModel.html#BrowserItem.removeChild" />
+      <keyword name="BrowserItem.removeChildren" id="BrowserItem.removeChildren" ref="eric5.UI.BrowserModel.html#BrowserItem.removeChildren" />
+      <keyword name="BrowserItem.row" id="BrowserItem.row" ref="eric5.UI.BrowserModel.html#BrowserItem.row" />
+      <keyword name="BrowserItem.type" id="BrowserItem.type" ref="eric5.UI.BrowserModel.html#BrowserItem.type" />
+      <keyword name="BrowserMethodItem (Constructor)" id="BrowserMethodItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.__init__" />
+      <keyword name="BrowserMethodItem.fileName" id="BrowserMethodItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.fileName" />
+      <keyword name="BrowserMethodItem.functionObject" id="BrowserMethodItem.functionObject" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.functionObject" />
+      <keyword name="BrowserMethodItem.isPublic" id="BrowserMethodItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.isPublic" />
+      <keyword name="BrowserMethodItem.lessThan" id="BrowserMethodItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.lessThan" />
+      <keyword name="BrowserMethodItem.lineno" id="BrowserMethodItem.lineno" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.lineno" />
+      <keyword name="BrowserModel (Constructor)" id="BrowserModel (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserModel.__init__" />
+      <keyword name="BrowserModel.__populateModel" id="BrowserModel.__populateModel" ref="eric5.UI.BrowserModel.html#BrowserModel.__populateModel" />
+      <keyword name="BrowserModel._addItem" id="BrowserModel._addItem" ref="eric5.UI.BrowserModel.html#BrowserModel._addItem" />
+      <keyword name="BrowserModel._addWatchedItem" id="BrowserModel._addWatchedItem" ref="eric5.UI.BrowserModel.html#BrowserModel._addWatchedItem" />
+      <keyword name="BrowserModel._removeWatchedItem" id="BrowserModel._removeWatchedItem" ref="eric5.UI.BrowserModel.html#BrowserModel._removeWatchedItem" />
+      <keyword name="BrowserModel.addItem" id="BrowserModel.addItem" ref="eric5.UI.BrowserModel.html#BrowserModel.addItem" />
+      <keyword name="BrowserModel.addTopLevelDir" id="BrowserModel.addTopLevelDir" ref="eric5.UI.BrowserModel.html#BrowserModel.addTopLevelDir" />
+      <keyword name="BrowserModel.clear" id="BrowserModel.clear" ref="eric5.UI.BrowserModel.html#BrowserModel.clear" />
+      <keyword name="BrowserModel.columnCount" id="BrowserModel.columnCount" ref="eric5.UI.BrowserModel.html#BrowserModel.columnCount" />
+      <keyword name="BrowserModel.data" id="BrowserModel.data" ref="eric5.UI.BrowserModel.html#BrowserModel.data" />
+      <keyword name="BrowserModel.directoryChanged" id="BrowserModel.directoryChanged" ref="eric5.UI.BrowserModel.html#BrowserModel.directoryChanged" />
+      <keyword name="BrowserModel.flags" id="BrowserModel.flags" ref="eric5.UI.BrowserModel.html#BrowserModel.flags" />
+      <keyword name="BrowserModel.hasChildren" id="BrowserModel.hasChildren" ref="eric5.UI.BrowserModel.html#BrowserModel.hasChildren" />
+      <keyword name="BrowserModel.headerData" id="BrowserModel.headerData" ref="eric5.UI.BrowserModel.html#BrowserModel.headerData" />
+      <keyword name="BrowserModel.index" id="BrowserModel.index" ref="eric5.UI.BrowserModel.html#BrowserModel.index" />
+      <keyword name="BrowserModel.item" id="BrowserModel.item" ref="eric5.UI.BrowserModel.html#BrowserModel.item" />
+      <keyword name="BrowserModel.parent" id="BrowserModel.parent" ref="eric5.UI.BrowserModel.html#BrowserModel.parent" />
+      <keyword name="BrowserModel.populateClassAttributesItem" id="BrowserModel.populateClassAttributesItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateClassAttributesItem" />
+      <keyword name="BrowserModel.populateClassItem" id="BrowserModel.populateClassItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateClassItem" />
+      <keyword name="BrowserModel.populateDirectoryItem" id="BrowserModel.populateDirectoryItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateDirectoryItem" />
+      <keyword name="BrowserModel.populateFileItem" id="BrowserModel.populateFileItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateFileItem" />
+      <keyword name="BrowserModel.populateItem" id="BrowserModel.populateItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateItem" />
+      <keyword name="BrowserModel.populateMethodItem" id="BrowserModel.populateMethodItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateMethodItem" />
+      <keyword name="BrowserModel.populateSysPathItem" id="BrowserModel.populateSysPathItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateSysPathItem" />
+      <keyword name="BrowserModel.programChange" id="BrowserModel.programChange" ref="eric5.UI.BrowserModel.html#BrowserModel.programChange" />
+      <keyword name="BrowserModel.removeToplevelDir" id="BrowserModel.removeToplevelDir" ref="eric5.UI.BrowserModel.html#BrowserModel.removeToplevelDir" />
+      <keyword name="BrowserModel.rowCount" id="BrowserModel.rowCount" ref="eric5.UI.BrowserModel.html#BrowserModel.rowCount" />
+      <keyword name="BrowserModel.saveToplevelDirs" id="BrowserModel.saveToplevelDirs" ref="eric5.UI.BrowserModel.html#BrowserModel.saveToplevelDirs" />
+      <keyword name="BrowserSysPathItem (Constructor)" id="BrowserSysPathItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserSysPathItem.__init__" />
+      <keyword name="EmailDialog (Module)" id="EmailDialog (Module)" ref="eric5.UI.EmailDialog.html" />
+      <keyword name="EmailDialog" id="EmailDialog" ref="eric5.UI.EmailDialog.html#EmailDialog" />
+      <keyword name="_encode_base64" id="_encode_base64" ref="eric5.UI.EmailDialog.html#_encode_base64" />
+      <keyword name="EmailDialog (Constructor)" id="EmailDialog (Constructor)" ref="eric5.UI.EmailDialog.html#EmailDialog.__init__" />
+      <keyword name="EmailDialog.__createMultipartMail" id="EmailDialog.__createMultipartMail" ref="eric5.UI.EmailDialog.html#EmailDialog.__createMultipartMail" />
+      <keyword name="EmailDialog.__createSimpleMail" id="EmailDialog.__createSimpleMail" ref="eric5.UI.EmailDialog.html#EmailDialog.__createSimpleMail" />
+      <keyword name="EmailDialog.__encodedHeader" id="EmailDialog.__encodedHeader" ref="eric5.UI.EmailDialog.html#EmailDialog.__encodedHeader" />
+      <keyword name="EmailDialog.__encodedText" id="EmailDialog.__encodedText" ref="eric5.UI.EmailDialog.html#EmailDialog.__encodedText" />
+      <keyword name="EmailDialog.__sendmail" id="EmailDialog.__sendmail" ref="eric5.UI.EmailDialog.html#EmailDialog.__sendmail" />
+      <keyword name="EmailDialog.attachFile" id="EmailDialog.attachFile" ref="eric5.UI.EmailDialog.html#EmailDialog.attachFile" />
+      <keyword name="EmailDialog.keyPressEvent" id="EmailDialog.keyPressEvent" ref="eric5.UI.EmailDialog.html#EmailDialog.keyPressEvent" />
+      <keyword name="EmailDialog.on_addButton_clicked" id="EmailDialog.on_addButton_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_addButton_clicked" />
+      <keyword name="EmailDialog.on_buttonBox_clicked" id="EmailDialog.on_buttonBox_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_buttonBox_clicked" />
+      <keyword name="EmailDialog.on_buttonBox_rejected" id="EmailDialog.on_buttonBox_rejected" ref="eric5.UI.EmailDialog.html#EmailDialog.on_buttonBox_rejected" />
+      <keyword name="EmailDialog.on_deleteButton_clicked" id="EmailDialog.on_deleteButton_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_deleteButton_clicked" />
+      <keyword name="EmailDialog.on_message_textChanged" id="EmailDialog.on_message_textChanged" ref="eric5.UI.EmailDialog.html#EmailDialog.on_message_textChanged" />
+      <keyword name="EmailDialog.on_sendButton_clicked" id="EmailDialog.on_sendButton_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_sendButton_clicked" />
+      <keyword name="EmailDialog.on_subject_textChanged" id="EmailDialog.on_subject_textChanged" ref="eric5.UI.EmailDialog.html#EmailDialog.on_subject_textChanged" />
+      <keyword name="Info (Module)" id="Info (Module)" ref="eric5.UI.Info.html" />
+      <keyword name="UserInterface (Module)" id="UserInterface (Module)" ref="eric5.UI.UserInterface.html" />
+      <keyword name="Redirector" id="Redirector" ref="eric5.UI.UserInterface.html#Redirector" />
+      <keyword name="UserInterface" id="UserInterface" ref="eric5.UI.UserInterface.html#UserInterface" />
+      <keyword name="Redirector (Constructor)" id="Redirector (Constructor)" ref="eric5.UI.UserInterface.html#Redirector.__init__" />
+      <keyword name="Redirector.__bufferedWrite" id="Redirector.__bufferedWrite" ref="eric5.UI.UserInterface.html#Redirector.__bufferedWrite" />
+      <keyword name="Redirector.__nWrite" id="Redirector.__nWrite" ref="eric5.UI.UserInterface.html#Redirector.__nWrite" />
+      <keyword name="Redirector.flush" id="Redirector.flush" ref="eric5.UI.UserInterface.html#Redirector.flush" />
+      <keyword name="Redirector.write" id="Redirector.write" ref="eric5.UI.UserInterface.html#Redirector.write" />
+      <keyword name="UserInterface (Constructor)" id="UserInterface (Constructor)" ref="eric5.UI.UserInterface.html#UserInterface.__init__" />
+      <keyword name="UserInterface.__TBMenuTriggered" id="UserInterface.__TBMenuTriggered" ref="eric5.UI.UserInterface.html#UserInterface.__TBMenuTriggered" />
+      <keyword name="UserInterface.__TRPreviewer" id="UserInterface.__TRPreviewer" ref="eric5.UI.UserInterface.html#UserInterface.__TRPreviewer" />
+      <keyword name="UserInterface.__UIPreviewer" id="UserInterface.__UIPreviewer" ref="eric5.UI.UserInterface.html#UserInterface.__UIPreviewer" />
+      <keyword name="UserInterface.__activateBrowser" id="UserInterface.__activateBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__activateBrowser" />
+      <keyword name="UserInterface.__activateCooperationViewer" id="UserInterface.__activateCooperationViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateCooperationViewer" />
+      <keyword name="UserInterface.__activateDebugViewer" id="UserInterface.__activateDebugViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateDebugViewer" />
+      <keyword name="UserInterface.__activateLogViewer" id="UserInterface.__activateLogViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateLogViewer" />
+      <keyword name="UserInterface.__activateMultiProjectBrowser" id="UserInterface.__activateMultiProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__activateMultiProjectBrowser" />
+      <keyword name="UserInterface.__activateProjectBrowser" id="UserInterface.__activateProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__activateProjectBrowser" />
+      <keyword name="UserInterface.__activateShell" id="UserInterface.__activateShell" ref="eric5.UI.UserInterface.html#UserInterface.__activateShell" />
+      <keyword name="UserInterface.__activateSymbolsViewer" id="UserInterface.__activateSymbolsViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateSymbolsViewer" />
+      <keyword name="UserInterface.__activateTaskViewer" id="UserInterface.__activateTaskViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateTaskViewer" />
+      <keyword name="UserInterface.__activateTemplateViewer" id="UserInterface.__activateTemplateViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateTemplateViewer" />
+      <keyword name="UserInterface.__activateTerminal" id="UserInterface.__activateTerminal" ref="eric5.UI.UserInterface.html#UserInterface.__activateTerminal" />
+      <keyword name="UserInterface.__activateViewProfile" id="UserInterface.__activateViewProfile" ref="eric5.UI.UserInterface.html#UserInterface.__activateViewProfile" />
+      <keyword name="UserInterface.__activateViewmanager" id="UserInterface.__activateViewmanager" ref="eric5.UI.UserInterface.html#UserInterface.__activateViewmanager" />
+      <keyword name="UserInterface.__assistant" id="UserInterface.__assistant" ref="eric5.UI.UserInterface.html#UserInterface.__assistant" />
+      <keyword name="UserInterface.__assistant4" id="UserInterface.__assistant4" ref="eric5.UI.UserInterface.html#UserInterface.__assistant4" />
+      <keyword name="UserInterface.__checkActions" id="UserInterface.__checkActions" ref="eric5.UI.UserInterface.html#UserInterface.__checkActions" />
+      <keyword name="UserInterface.__chmViewer" id="UserInterface.__chmViewer" ref="eric5.UI.UserInterface.html#UserInterface.__chmViewer" />
+      <keyword name="UserInterface.__compareFiles" id="UserInterface.__compareFiles" ref="eric5.UI.UserInterface.html#UserInterface.__compareFiles" />
+      <keyword name="UserInterface.__compareFilesSbs" id="UserInterface.__compareFilesSbs" ref="eric5.UI.UserInterface.html#UserInterface.__compareFilesSbs" />
+      <keyword name="UserInterface.__configShortcuts" id="UserInterface.__configShortcuts" ref="eric5.UI.UserInterface.html#UserInterface.__configShortcuts" />
+      <keyword name="UserInterface.__configToolBars" id="UserInterface.__configToolBars" ref="eric5.UI.UserInterface.html#UserInterface.__configToolBars" />
+      <keyword name="UserInterface.__configViewProfiles" id="UserInterface.__configViewProfiles" ref="eric5.UI.UserInterface.html#UserInterface.__configViewProfiles" />
+      <keyword name="UserInterface.__configureDockareaCornerUsage" id="UserInterface.__configureDockareaCornerUsage" ref="eric5.UI.UserInterface.html#UserInterface.__configureDockareaCornerUsage" />
+      <keyword name="UserInterface.__createDockWindow" id="UserInterface.__createDockWindow" ref="eric5.UI.UserInterface.html#UserInterface.__createDockWindow" />
+      <keyword name="UserInterface.__createDockWindowsLayout" id="UserInterface.__createDockWindowsLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createDockWindowsLayout" />
+      <keyword name="UserInterface.__createFloatingWindowsLayout" id="UserInterface.__createFloatingWindowsLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createFloatingWindowsLayout" />
+      <keyword name="UserInterface.__createLayout" id="UserInterface.__createLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createLayout" />
+      <keyword name="UserInterface.__createSidebarsLayout" id="UserInterface.__createSidebarsLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createSidebarsLayout" />
+      <keyword name="UserInterface.__createToolboxesLayout" id="UserInterface.__createToolboxesLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createToolboxesLayout" />
+      <keyword name="UserInterface.__customViewer" id="UserInterface.__customViewer" ref="eric5.UI.UserInterface.html#UserInterface.__customViewer" />
+      <keyword name="UserInterface.__debuggingStarted" id="UserInterface.__debuggingStarted" ref="eric5.UI.UserInterface.html#UserInterface.__debuggingStarted" />
+      <keyword name="UserInterface.__deinstallPlugin" id="UserInterface.__deinstallPlugin" ref="eric5.UI.UserInterface.html#UserInterface.__deinstallPlugin" />
+      <keyword name="UserInterface.__designer" id="UserInterface.__designer" ref="eric5.UI.UserInterface.html#UserInterface.__designer" />
+      <keyword name="UserInterface.__designer4" id="UserInterface.__designer4" ref="eric5.UI.UserInterface.html#UserInterface.__designer4" />
+      <keyword name="UserInterface.__editPixmap" id="UserInterface.__editPixmap" ref="eric5.UI.UserInterface.html#UserInterface.__editPixmap" />
+      <keyword name="UserInterface.__editorOpened" id="UserInterface.__editorOpened" ref="eric5.UI.UserInterface.html#UserInterface.__editorOpened" />
+      <keyword name="UserInterface.__exportPreferences" id="UserInterface.__exportPreferences" ref="eric5.UI.UserInterface.html#UserInterface.__exportPreferences" />
+      <keyword name="UserInterface.__exportShortcuts" id="UserInterface.__exportShortcuts" ref="eric5.UI.UserInterface.html#UserInterface.__exportShortcuts" />
+      <keyword name="UserInterface.__getFloatingGeometry" id="UserInterface.__getFloatingGeometry" ref="eric5.UI.UserInterface.html#UserInterface.__getFloatingGeometry" />
+      <keyword name="UserInterface.__helpClosed" id="UserInterface.__helpClosed" ref="eric5.UI.UserInterface.html#UserInterface.__helpClosed" />
+      <keyword name="UserInterface.__helpViewer" id="UserInterface.__helpViewer" ref="eric5.UI.UserInterface.html#UserInterface.__helpViewer" />
+      <keyword name="UserInterface.__importPreferences" id="UserInterface.__importPreferences" ref="eric5.UI.UserInterface.html#UserInterface.__importPreferences" />
+      <keyword name="UserInterface.__importShortcuts" id="UserInterface.__importShortcuts" ref="eric5.UI.UserInterface.html#UserInterface.__importShortcuts" />
+      <keyword name="UserInterface.__initActions" id="UserInterface.__initActions" ref="eric5.UI.UserInterface.html#UserInterface.__initActions" />
+      <keyword name="UserInterface.__initEricDocAction" id="UserInterface.__initEricDocAction" ref="eric5.UI.UserInterface.html#UserInterface.__initEricDocAction" />
+      <keyword name="UserInterface.__initExternalToolsActions" id="UserInterface.__initExternalToolsActions" ref="eric5.UI.UserInterface.html#UserInterface.__initExternalToolsActions" />
+      <keyword name="UserInterface.__initMenus" id="UserInterface.__initMenus" ref="eric5.UI.UserInterface.html#UserInterface.__initMenus" />
+      <keyword name="UserInterface.__initPySideDocActions" id="UserInterface.__initPySideDocActions" ref="eric5.UI.UserInterface.html#UserInterface.__initPySideDocActions" />
+      <keyword name="UserInterface.__initPythonDocAction" id="UserInterface.__initPythonDocAction" ref="eric5.UI.UserInterface.html#UserInterface.__initPythonDocAction" />
+      <keyword name="UserInterface.__initQtDocActions" id="UserInterface.__initQtDocActions" ref="eric5.UI.UserInterface.html#UserInterface.__initQtDocActions" />
+      <keyword name="UserInterface.__initStatusbar" id="UserInterface.__initStatusbar" ref="eric5.UI.UserInterface.html#UserInterface.__initStatusbar" />
+      <keyword name="UserInterface.__initToolbars" id="UserInterface.__initToolbars" ref="eric5.UI.UserInterface.html#UserInterface.__initToolbars" />
+      <keyword name="UserInterface.__installPlugins" id="UserInterface.__installPlugins" ref="eric5.UI.UserInterface.html#UserInterface.__installPlugins" />
+      <keyword name="UserInterface.__lastEditorClosed" id="UserInterface.__lastEditorClosed" ref="eric5.UI.UserInterface.html#UserInterface.__lastEditorClosed" />
+      <keyword name="UserInterface.__linguist" id="UserInterface.__linguist" ref="eric5.UI.UserInterface.html#UserInterface.__linguist" />
+      <keyword name="UserInterface.__linguist4" id="UserInterface.__linguist4" ref="eric5.UI.UserInterface.html#UserInterface.__linguist4" />
+      <keyword name="UserInterface.__newProject" id="UserInterface.__newProject" ref="eric5.UI.UserInterface.html#UserInterface.__newProject" />
+      <keyword name="UserInterface.__openMiniEditor" id="UserInterface.__openMiniEditor" ref="eric5.UI.UserInterface.html#UserInterface.__openMiniEditor" />
+      <keyword name="UserInterface.__openOnStartup" id="UserInterface.__openOnStartup" ref="eric5.UI.UserInterface.html#UserInterface.__openOnStartup" />
+      <keyword name="UserInterface.__pluginsConfigure" id="UserInterface.__pluginsConfigure" ref="eric5.UI.UserInterface.html#UserInterface.__pluginsConfigure" />
+      <keyword name="UserInterface.__preferencesChanged" id="UserInterface.__preferencesChanged" ref="eric5.UI.UserInterface.html#UserInterface.__preferencesChanged" />
+      <keyword name="UserInterface.__processToolStderr" id="UserInterface.__processToolStderr" ref="eric5.UI.UserInterface.html#UserInterface.__processToolStderr" />
+      <keyword name="UserInterface.__processToolStdout" id="UserInterface.__processToolStdout" ref="eric5.UI.UserInterface.html#UserInterface.__processToolStdout" />
+      <keyword name="UserInterface.__programChange" id="UserInterface.__programChange" ref="eric5.UI.UserInterface.html#UserInterface.__programChange" />
+      <keyword name="UserInterface.__projectClosed" id="UserInterface.__projectClosed" ref="eric5.UI.UserInterface.html#UserInterface.__projectClosed" />
+      <keyword name="UserInterface.__projectOpened" id="UserInterface.__projectOpened" ref="eric5.UI.UserInterface.html#UserInterface.__projectOpened" />
+      <keyword name="UserInterface.__quit" id="UserInterface.__quit" ref="eric5.UI.UserInterface.html#UserInterface.__quit" />
+      <keyword name="UserInterface.__readSession" id="UserInterface.__readSession" ref="eric5.UI.UserInterface.html#UserInterface.__readSession" />
+      <keyword name="UserInterface.__readTasks" id="UserInterface.__readTasks" ref="eric5.UI.UserInterface.html#UserInterface.__readTasks" />
+      <keyword name="UserInterface.__reloadAPIs" id="UserInterface.__reloadAPIs" ref="eric5.UI.UserInterface.html#UserInterface.__reloadAPIs" />
+      <keyword name="UserInterface.__reportBug" id="UserInterface.__reportBug" ref="eric5.UI.UserInterface.html#UserInterface.__reportBug" />
+      <keyword name="UserInterface.__requestFeature" id="UserInterface.__requestFeature" ref="eric5.UI.UserInterface.html#UserInterface.__requestFeature" />
+      <keyword name="UserInterface.__restart" id="UserInterface.__restart" ref="eric5.UI.UserInterface.html#UserInterface.__restart" />
+      <keyword name="UserInterface.__saveCurrentViewProfile" id="UserInterface.__saveCurrentViewProfile" ref="eric5.UI.UserInterface.html#UserInterface.__saveCurrentViewProfile" />
+      <keyword name="UserInterface.__setEditProfile" id="UserInterface.__setEditProfile" ref="eric5.UI.UserInterface.html#UserInterface.__setEditProfile" />
+      <keyword name="UserInterface.__setStyle" id="UserInterface.__setStyle" ref="eric5.UI.UserInterface.html#UserInterface.__setStyle" />
+      <keyword name="UserInterface.__setWindowCaption" id="UserInterface.__setWindowCaption" ref="eric5.UI.UserInterface.html#UserInterface.__setWindowCaption" />
+      <keyword name="UserInterface.__setupDockWindow" id="UserInterface.__setupDockWindow" ref="eric5.UI.UserInterface.html#UserInterface.__setupDockWindow" />
+      <keyword name="UserInterface.__showAvailableVersionInfos" id="UserInterface.__showAvailableVersionInfos" ref="eric5.UI.UserInterface.html#UserInterface.__showAvailableVersionInfos" />
+      <keyword name="UserInterface.__showEmailDialog" id="UserInterface.__showEmailDialog" ref="eric5.UI.UserInterface.html#UserInterface.__showEmailDialog" />
+      <keyword name="UserInterface.__showEricDoc" id="UserInterface.__showEricDoc" ref="eric5.UI.UserInterface.html#UserInterface.__showEricDoc" />
+      <keyword name="UserInterface.__showExternalTools" id="UserInterface.__showExternalTools" ref="eric5.UI.UserInterface.html#UserInterface.__showExternalTools" />
+      <keyword name="UserInterface.__showExtrasMenu" id="UserInterface.__showExtrasMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showExtrasMenu" />
+      <keyword name="UserInterface.__showFileMenu" id="UserInterface.__showFileMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showFileMenu" />
+      <keyword name="UserInterface.__showHelpMenu" id="UserInterface.__showHelpMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showHelpMenu" />
+      <keyword name="UserInterface.__showNext" id="UserInterface.__showNext" ref="eric5.UI.UserInterface.html#UserInterface.__showNext" />
+      <keyword name="UserInterface.__showPixmap" id="UserInterface.__showPixmap" ref="eric5.UI.UserInterface.html#UserInterface.__showPixmap" />
+      <keyword name="UserInterface.__showPluginInfo" id="UserInterface.__showPluginInfo" ref="eric5.UI.UserInterface.html#UserInterface.__showPluginInfo" />
+      <keyword name="UserInterface.__showPluginsAvailable" id="UserInterface.__showPluginsAvailable" ref="eric5.UI.UserInterface.html#UserInterface.__showPluginsAvailable" />
+      <keyword name="UserInterface.__showPrevious" id="UserInterface.__showPrevious" ref="eric5.UI.UserInterface.html#UserInterface.__showPrevious" />
+      <keyword name="UserInterface.__showPyQt4Doc" id="UserInterface.__showPyQt4Doc" ref="eric5.UI.UserInterface.html#UserInterface.__showPyQt4Doc" />
+      <keyword name="UserInterface.__showPySideDoc" id="UserInterface.__showPySideDoc" ref="eric5.UI.UserInterface.html#UserInterface.__showPySideDoc" />
+      <keyword name="UserInterface.__showPythonDoc" id="UserInterface.__showPythonDoc" ref="eric5.UI.UserInterface.html#UserInterface.__showPythonDoc" />
+      <keyword name="UserInterface.__showQt4Doc" id="UserInterface.__showQt4Doc" ref="eric5.UI.UserInterface.html#UserInterface.__showQt4Doc" />
+      <keyword name="UserInterface.__showSvg" id="UserInterface.__showSvg" ref="eric5.UI.UserInterface.html#UserInterface.__showSvg" />
+      <keyword name="UserInterface.__showSystemEmailClient" id="UserInterface.__showSystemEmailClient" ref="eric5.UI.UserInterface.html#UserInterface.__showSystemEmailClient" />
+      <keyword name="UserInterface.__showToolGroupsMenu" id="UserInterface.__showToolGroupsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showToolGroupsMenu" />
+      <keyword name="UserInterface.__showToolbarsMenu" id="UserInterface.__showToolbarsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showToolbarsMenu" />
+      <keyword name="UserInterface.__showToolsMenu" id="UserInterface.__showToolsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showToolsMenu" />
+      <keyword name="UserInterface.__showVersions" id="UserInterface.__showVersions" ref="eric5.UI.UserInterface.html#UserInterface.__showVersions" />
+      <keyword name="UserInterface.__showWindowMenu" id="UserInterface.__showWindowMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showWindowMenu" />
+      <keyword name="UserInterface.__showWizardsMenu" id="UserInterface.__showWizardsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showWizardsMenu" />
+      <keyword name="UserInterface.__shutdown" id="UserInterface.__shutdown" ref="eric5.UI.UserInterface.html#UserInterface.__shutdown" />
+      <keyword name="UserInterface.__sqlBrowser" id="UserInterface.__sqlBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__sqlBrowser" />
+      <keyword name="UserInterface.__sslErrors" id="UserInterface.__sslErrors" ref="eric5.UI.UserInterface.html#UserInterface.__sslErrors" />
+      <keyword name="UserInterface.__startToolProcess" id="UserInterface.__startToolProcess" ref="eric5.UI.UserInterface.html#UserInterface.__startToolProcess" />
+      <keyword name="UserInterface.__startWebBrowser" id="UserInterface.__startWebBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__startWebBrowser" />
+      <keyword name="UserInterface.__switchTab" id="UserInterface.__switchTab" ref="eric5.UI.UserInterface.html#UserInterface.__switchTab" />
+      <keyword name="UserInterface.__toggleBottomSidebar" id="UserInterface.__toggleBottomSidebar" ref="eric5.UI.UserInterface.html#UserInterface.__toggleBottomSidebar" />
+      <keyword name="UserInterface.__toggleBrowser" id="UserInterface.__toggleBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__toggleBrowser" />
+      <keyword name="UserInterface.__toggleCooperationViewer" id="UserInterface.__toggleCooperationViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleCooperationViewer" />
+      <keyword name="UserInterface.__toggleDebugViewer" id="UserInterface.__toggleDebugViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleDebugViewer" />
+      <keyword name="UserInterface.__toggleHorizontalToolbox" id="UserInterface.__toggleHorizontalToolbox" ref="eric5.UI.UserInterface.html#UserInterface.__toggleHorizontalToolbox" />
+      <keyword name="UserInterface.__toggleLeftSidebar" id="UserInterface.__toggleLeftSidebar" ref="eric5.UI.UserInterface.html#UserInterface.__toggleLeftSidebar" />
+      <keyword name="UserInterface.__toggleLogViewer" id="UserInterface.__toggleLogViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleLogViewer" />
+      <keyword name="UserInterface.__toggleMultiProjectBrowser" id="UserInterface.__toggleMultiProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__toggleMultiProjectBrowser" />
+      <keyword name="UserInterface.__toggleProjectBrowser" id="UserInterface.__toggleProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__toggleProjectBrowser" />
+      <keyword name="UserInterface.__toggleShell" id="UserInterface.__toggleShell" ref="eric5.UI.UserInterface.html#UserInterface.__toggleShell" />
+      <keyword name="UserInterface.__toggleSymbolsViewer" id="UserInterface.__toggleSymbolsViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleSymbolsViewer" />
+      <keyword name="UserInterface.__toggleTaskViewer" id="UserInterface.__toggleTaskViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleTaskViewer" />
+      <keyword name="UserInterface.__toggleTemplateViewer" id="UserInterface.__toggleTemplateViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleTemplateViewer" />
+      <keyword name="UserInterface.__toggleTerminal" id="UserInterface.__toggleTerminal" ref="eric5.UI.UserInterface.html#UserInterface.__toggleTerminal" />
+      <keyword name="UserInterface.__toggleVerticalToolbox" id="UserInterface.__toggleVerticalToolbox" ref="eric5.UI.UserInterface.html#UserInterface.__toggleVerticalToolbox" />
+      <keyword name="UserInterface.__toggleWindow" id="UserInterface.__toggleWindow" ref="eric5.UI.UserInterface.html#UserInterface.__toggleWindow" />
+      <keyword name="UserInterface.__toolActionTriggered" id="UserInterface.__toolActionTriggered" ref="eric5.UI.UserInterface.html#UserInterface.__toolActionTriggered" />
+      <keyword name="UserInterface.__toolExecute" id="UserInterface.__toolExecute" ref="eric5.UI.UserInterface.html#UserInterface.__toolExecute" />
+      <keyword name="UserInterface.__toolFinished" id="UserInterface.__toolFinished" ref="eric5.UI.UserInterface.html#UserInterface.__toolFinished" />
+      <keyword name="UserInterface.__toolGroupSelected" id="UserInterface.__toolGroupSelected" ref="eric5.UI.UserInterface.html#UserInterface.__toolGroupSelected" />
+      <keyword name="UserInterface.__toolGroupsConfiguration" id="UserInterface.__toolGroupsConfiguration" ref="eric5.UI.UserInterface.html#UserInterface.__toolGroupsConfiguration" />
+      <keyword name="UserInterface.__toolsConfiguration" id="UserInterface.__toolsConfiguration" ref="eric5.UI.UserInterface.html#UserInterface.__toolsConfiguration" />
+      <keyword name="UserInterface.__unittest" id="UserInterface.__unittest" ref="eric5.UI.UserInterface.html#UserInterface.__unittest" />
+      <keyword name="UserInterface.__unittestProject" id="UserInterface.__unittestProject" ref="eric5.UI.UserInterface.html#UserInterface.__unittestProject" />
+      <keyword name="UserInterface.__unittestRestart" id="UserInterface.__unittestRestart" ref="eric5.UI.UserInterface.html#UserInterface.__unittestRestart" />
+      <keyword name="UserInterface.__unittestScript" id="UserInterface.__unittestScript" ref="eric5.UI.UserInterface.html#UserInterface.__unittestScript" />
+      <keyword name="UserInterface.__updateExternalToolsActions" id="UserInterface.__updateExternalToolsActions" ref="eric5.UI.UserInterface.html#UserInterface.__updateExternalToolsActions" />
+      <keyword name="UserInterface.__updateVersionsUrls" id="UserInterface.__updateVersionsUrls" ref="eric5.UI.UserInterface.html#UserInterface.__updateVersionsUrls" />
+      <keyword name="UserInterface.__versionCheckResult" id="UserInterface.__versionCheckResult" ref="eric5.UI.UserInterface.html#UserInterface.__versionCheckResult" />
+      <keyword name="UserInterface.__versionsDownloadCanceled" id="UserInterface.__versionsDownloadCanceled" ref="eric5.UI.UserInterface.html#UserInterface.__versionsDownloadCanceled" />
+      <keyword name="UserInterface.__versionsDownloadDone" id="UserInterface.__versionsDownloadDone" ref="eric5.UI.UserInterface.html#UserInterface.__versionsDownloadDone" />
+      <keyword name="UserInterface.__webBrowser" id="UserInterface.__webBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__webBrowser" />
+      <keyword name="UserInterface.__whatsThis" id="UserInterface.__whatsThis" ref="eric5.UI.UserInterface.html#UserInterface.__whatsThis" />
+      <keyword name="UserInterface.__writeSession" id="UserInterface.__writeSession" ref="eric5.UI.UserInterface.html#UserInterface.__writeSession" />
+      <keyword name="UserInterface.__writeTasks" id="UserInterface.__writeTasks" ref="eric5.UI.UserInterface.html#UserInterface.__writeTasks" />
+      <keyword name="UserInterface.addE5Actions" id="UserInterface.addE5Actions" ref="eric5.UI.UserInterface.html#UserInterface.addE5Actions" />
+      <keyword name="UserInterface.appendToStderr" id="UserInterface.appendToStderr" ref="eric5.UI.UserInterface.html#UserInterface.appendToStderr" />
+      <keyword name="UserInterface.appendToStdout" id="UserInterface.appendToStdout" ref="eric5.UI.UserInterface.html#UserInterface.appendToStdout" />
+      <keyword name="UserInterface.checkConfigurationStatus" id="UserInterface.checkConfigurationStatus" ref="eric5.UI.UserInterface.html#UserInterface.checkConfigurationStatus" />
+      <keyword name="UserInterface.checkForErrorLog" id="UserInterface.checkForErrorLog" ref="eric5.UI.UserInterface.html#UserInterface.checkForErrorLog" />
+      <keyword name="UserInterface.closeEvent" id="UserInterface.closeEvent" ref="eric5.UI.UserInterface.html#UserInterface.closeEvent" />
+      <keyword name="UserInterface.dragEnterEvent" id="UserInterface.dragEnterEvent" ref="eric5.UI.UserInterface.html#UserInterface.dragEnterEvent" />
+      <keyword name="UserInterface.dragLeaveEvent" id="UserInterface.dragLeaveEvent" ref="eric5.UI.UserInterface.html#UserInterface.dragLeaveEvent" />
+      <keyword name="UserInterface.dragMoveEvent" id="UserInterface.dragMoveEvent" ref="eric5.UI.UserInterface.html#UserInterface.dragMoveEvent" />
+      <keyword name="UserInterface.dropEvent" id="UserInterface.dropEvent" ref="eric5.UI.UserInterface.html#UserInterface.dropEvent" />
+      <keyword name="UserInterface.getActions" id="UserInterface.getActions" ref="eric5.UI.UserInterface.html#UserInterface.getActions" />
+      <keyword name="UserInterface.getLocale" id="UserInterface.getLocale" ref="eric5.UI.UserInterface.html#UserInterface.getLocale" />
+      <keyword name="UserInterface.getMenu" id="UserInterface.getMenu" ref="eric5.UI.UserInterface.html#UserInterface.getMenu" />
+      <keyword name="UserInterface.getMenuAction" id="UserInterface.getMenuAction" ref="eric5.UI.UserInterface.html#UserInterface.getMenuAction" />
+      <keyword name="UserInterface.getMenuBarAction" id="UserInterface.getMenuBarAction" ref="eric5.UI.UserInterface.html#UserInterface.getMenuBarAction" />
+      <keyword name="UserInterface.getToolBarIconSize" id="UserInterface.getToolBarIconSize" ref="eric5.UI.UserInterface.html#UserInterface.getToolBarIconSize" />
+      <keyword name="UserInterface.getToolbar" id="UserInterface.getToolbar" ref="eric5.UI.UserInterface.html#UserInterface.getToolbar" />
+      <keyword name="UserInterface.getViewProfile" id="UserInterface.getViewProfile" ref="eric5.UI.UserInterface.html#UserInterface.getViewProfile" />
+      <keyword name="UserInterface.launchHelpViewer" id="UserInterface.launchHelpViewer" ref="eric5.UI.UserInterface.html#UserInterface.launchHelpViewer" />
+      <keyword name="UserInterface.performVersionCheck" id="UserInterface.performVersionCheck" ref="eric5.UI.UserInterface.html#UserInterface.performVersionCheck" />
+      <keyword name="UserInterface.processArgs" id="UserInterface.processArgs" ref="eric5.UI.UserInterface.html#UserInterface.processArgs" />
+      <keyword name="UserInterface.registerToolbar" id="UserInterface.registerToolbar" ref="eric5.UI.UserInterface.html#UserInterface.registerToolbar" />
+      <keyword name="UserInterface.removeE5Actions" id="UserInterface.removeE5Actions" ref="eric5.UI.UserInterface.html#UserInterface.removeE5Actions" />
+      <keyword name="UserInterface.reregisterToolbar" id="UserInterface.reregisterToolbar" ref="eric5.UI.UserInterface.html#UserInterface.reregisterToolbar" />
+      <keyword name="UserInterface.setDebugProfile" id="UserInterface.setDebugProfile" ref="eric5.UI.UserInterface.html#UserInterface.setDebugProfile" />
+      <keyword name="UserInterface.showAvailableVersionsInfo" id="UserInterface.showAvailableVersionsInfo" ref="eric5.UI.UserInterface.html#UserInterface.showAvailableVersionsInfo" />
+      <keyword name="UserInterface.showEvent" id="UserInterface.showEvent" ref="eric5.UI.UserInterface.html#UserInterface.showEvent" />
+      <keyword name="UserInterface.showLogTab" id="UserInterface.showLogTab" ref="eric5.UI.UserInterface.html#UserInterface.showLogTab" />
+      <keyword name="UserInterface.showPreferences" id="UserInterface.showPreferences" ref="eric5.UI.UserInterface.html#UserInterface.showPreferences" />
+      <keyword name="UserInterface.unregisterToolbar" id="UserInterface.unregisterToolbar" ref="eric5.UI.UserInterface.html#UserInterface.unregisterToolbar" />
+      <keyword name="UserInterface.versionIsNewer" id="UserInterface.versionIsNewer" ref="eric5.UI.UserInterface.html#UserInterface.versionIsNewer" />
+      <keyword name="DiffDialog (Module)" id="DiffDialog (Module)" ref="eric5.UI.DiffDialog.html" />
+      <keyword name="DiffDialog" id="DiffDialog" ref="eric5.UI.DiffDialog.html#DiffDialog" />
+      <keyword name="DiffWindow" id="DiffWindow" ref="eric5.UI.DiffDialog.html#DiffWindow" />
+      <keyword name="context_diff" id="context_diff" ref="eric5.UI.DiffDialog.html#context_diff" />
+      <keyword name="unified_diff" id="unified_diff" ref="eric5.UI.DiffDialog.html#unified_diff" />
+      <keyword name="DiffDialog (Constructor)" id="DiffDialog (Constructor)" ref="eric5.UI.DiffDialog.html#DiffDialog.__init__" />
+      <keyword name="DiffDialog.__appendText" id="DiffDialog.__appendText" ref="eric5.UI.DiffDialog.html#DiffDialog.__appendText" />
+      <keyword name="DiffDialog.__fileChanged" id="DiffDialog.__fileChanged" ref="eric5.UI.DiffDialog.html#DiffDialog.__fileChanged" />
+      <keyword name="DiffDialog.__generateContextDiff" id="DiffDialog.__generateContextDiff" ref="eric5.UI.DiffDialog.html#DiffDialog.__generateContextDiff" />
+      <keyword name="DiffDialog.__generateUnifiedDiff" id="DiffDialog.__generateUnifiedDiff" ref="eric5.UI.DiffDialog.html#DiffDialog.__generateUnifiedDiff" />
+      <keyword name="DiffDialog.__selectFile" id="DiffDialog.__selectFile" ref="eric5.UI.DiffDialog.html#DiffDialog.__selectFile" />
+      <keyword name="DiffDialog.on_buttonBox_clicked" id="DiffDialog.on_buttonBox_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_buttonBox_clicked" />
+      <keyword name="DiffDialog.on_diffButton_clicked" id="DiffDialog.on_diffButton_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_diffButton_clicked" />
+      <keyword name="DiffDialog.on_file1Button_clicked" id="DiffDialog.on_file1Button_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_file1Button_clicked" />
+      <keyword name="DiffDialog.on_file2Button_clicked" id="DiffDialog.on_file2Button_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_file2Button_clicked" />
+      <keyword name="DiffDialog.on_saveButton_clicked" id="DiffDialog.on_saveButton_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_saveButton_clicked" />
+      <keyword name="DiffDialog.show" id="DiffDialog.show" ref="eric5.UI.DiffDialog.html#DiffDialog.show" />
+      <keyword name="DiffWindow (Constructor)" id="DiffWindow (Constructor)" ref="eric5.UI.DiffDialog.html#DiffWindow.__init__" />
+      <keyword name="DiffWindow.eventFilter" id="DiffWindow.eventFilter" ref="eric5.UI.DiffDialog.html#DiffWindow.eventFilter" />
+      <keyword name="BrowserSortFilterProxyModel (Module)" id="BrowserSortFilterProxyModel (Module)" ref="eric5.UI.BrowserSortFilterProxyModel.html" />
+      <keyword name="BrowserSortFilterProxyModel" id="BrowserSortFilterProxyModel" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel" />
+      <keyword name="BrowserSortFilterProxyModel (Constructor)" id="BrowserSortFilterProxyModel (Constructor)" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.__init__" />
+      <keyword name="BrowserSortFilterProxyModel.filterAcceptsRow" id="BrowserSortFilterProxyModel.filterAcceptsRow" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.filterAcceptsRow" />
+      <keyword name="BrowserSortFilterProxyModel.hasChildren" id="BrowserSortFilterProxyModel.hasChildren" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.hasChildren" />
+      <keyword name="BrowserSortFilterProxyModel.item" id="BrowserSortFilterProxyModel.item" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.item" />
+      <keyword name="BrowserSortFilterProxyModel.lessThan" id="BrowserSortFilterProxyModel.lessThan" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.lessThan" />
+      <keyword name="BrowserSortFilterProxyModel.preferencesChanged" id="BrowserSortFilterProxyModel.preferencesChanged" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.preferencesChanged" />
+      <keyword name="BrowserSortFilterProxyModel.sort" id="BrowserSortFilterProxyModel.sort" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.sort" />
+      <keyword name="E5Gui (Package)" id="E5Gui (Package)" ref="index-eric5.E5Gui.html" />
+      <keyword name="E5SingleApplication (Module)" id="E5SingleApplication (Module)" ref="eric5.E5Gui.E5SingleApplication.html" />
+      <keyword name="E5SingleApplicationClient" id="E5SingleApplicationClient" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient" />
+      <keyword name="E5SingleApplicationServer" id="E5SingleApplicationServer" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer" />
+      <keyword name="E5SingleApplicationClient (Constructor)" id="E5SingleApplicationClient (Constructor)" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__init__" />
+      <keyword name="E5SingleApplicationClient.__openFile" id="E5SingleApplicationClient.__openFile" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__openFile" />
+      <keyword name="E5SingleApplicationClient.__openProject" id="E5SingleApplicationClient.__openProject" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__openProject" />
+      <keyword name="E5SingleApplicationClient.__sendArguments" id="E5SingleApplicationClient.__sendArguments" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__sendArguments" />
+      <keyword name="E5SingleApplicationClient.processArgs" id="E5SingleApplicationClient.processArgs" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.processArgs" />
+      <keyword name="E5SingleApplicationServer (Constructor)" id="E5SingleApplicationServer (Constructor)" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__init__" />
+      <keyword name="E5SingleApplicationServer.__saArguments" id="E5SingleApplicationServer.__saArguments" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__saArguments" />
+      <keyword name="E5SingleApplicationServer.__saOpenFile" id="E5SingleApplicationServer.__saOpenFile" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__saOpenFile" />
+      <keyword name="E5SingleApplicationServer.__saOpenProject" id="E5SingleApplicationServer.__saOpenProject" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__saOpenProject" />
+      <keyword name="E5SingleApplicationServer.handleCommand" id="E5SingleApplicationServer.handleCommand" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.handleCommand" />
+      <keyword name="E5LineEdit (Module)" id="E5LineEdit (Module)" ref="eric5.E5Gui.E5LineEdit.html" />
+      <keyword name="E5LineEdit" id="E5LineEdit" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit" />
+      <keyword name="E5LineEdit (Constructor)" id="E5LineEdit (Constructor)" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.__init__" />
+      <keyword name="E5LineEdit.inactiveText" id="E5LineEdit.inactiveText" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.inactiveText" />
+      <keyword name="E5LineEdit.paintEvent" id="E5LineEdit.paintEvent" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.paintEvent" />
+      <keyword name="E5LineEdit.setInactiveText" id="E5LineEdit.setInactiveText" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.setInactiveText" />
+      <keyword name="E5Led (Module)" id="E5Led (Module)" ref="eric5.E5Gui.E5Led.html" />
+      <keyword name="E5Led" id="E5Led" ref="eric5.E5Gui.E5Led.html#E5Led" />
+      <keyword name="E5Led (Constructor)" id="E5Led (Constructor)" ref="eric5.E5Gui.E5Led.html#E5Led.__init__" />
+      <keyword name="E5Led.__getBestRoundSize" id="E5Led.__getBestRoundSize" ref="eric5.E5Gui.E5Led.html#E5Led.__getBestRoundSize" />
+      <keyword name="E5Led.__paintRectangular" id="E5Led.__paintRectangular" ref="eric5.E5Gui.E5Led.html#E5Led.__paintRectangular" />
+      <keyword name="E5Led.__paintRound" id="E5Led.__paintRound" ref="eric5.E5Gui.E5Led.html#E5Led.__paintRound" />
+      <keyword name="E5Led.color" id="E5Led.color" ref="eric5.E5Gui.E5Led.html#E5Led.color" />
+      <keyword name="E5Led.darkFactor" id="E5Led.darkFactor" ref="eric5.E5Gui.E5Led.html#E5Led.darkFactor" />
+      <keyword name="E5Led.isFramed" id="E5Led.isFramed" ref="eric5.E5Gui.E5Led.html#E5Led.isFramed" />
+      <keyword name="E5Led.isOn" id="E5Led.isOn" ref="eric5.E5Gui.E5Led.html#E5Led.isOn" />
+      <keyword name="E5Led.minimumSizeHint" id="E5Led.minimumSizeHint" ref="eric5.E5Gui.E5Led.html#E5Led.minimumSizeHint" />
+      <keyword name="E5Led.off" id="E5Led.off" ref="eric5.E5Gui.E5Led.html#E5Led.off" />
+      <keyword name="E5Led.on" id="E5Led.on" ref="eric5.E5Gui.E5Led.html#E5Led.on" />
+      <keyword name="E5Led.paintEvent" id="E5Led.paintEvent" ref="eric5.E5Gui.E5Led.html#E5Led.paintEvent" />
+      <keyword name="E5Led.ratio" id="E5Led.ratio" ref="eric5.E5Gui.E5Led.html#E5Led.ratio" />
+      <keyword name="E5Led.setColor" id="E5Led.setColor" ref="eric5.E5Gui.E5Led.html#E5Led.setColor" />
+      <keyword name="E5Led.setDarkFactor" id="E5Led.setDarkFactor" ref="eric5.E5Gui.E5Led.html#E5Led.setDarkFactor" />
+      <keyword name="E5Led.setFramed" id="E5Led.setFramed" ref="eric5.E5Gui.E5Led.html#E5Led.setFramed" />
+      <keyword name="E5Led.setOn" id="E5Led.setOn" ref="eric5.E5Gui.E5Led.html#E5Led.setOn" />
+      <keyword name="E5Led.setRatio" id="E5Led.setRatio" ref="eric5.E5Gui.E5Led.html#E5Led.setRatio" />
+      <keyword name="E5Led.setShape" id="E5Led.setShape" ref="eric5.E5Gui.E5Led.html#E5Led.setShape" />
+      <keyword name="E5Led.shape" id="E5Led.shape" ref="eric5.E5Gui.E5Led.html#E5Led.shape" />
+      <keyword name="E5Led.sizeHint" id="E5Led.sizeHint" ref="eric5.E5Gui.E5Led.html#E5Led.sizeHint" />
+      <keyword name="E5Led.toggle" id="E5Led.toggle" ref="eric5.E5Gui.E5Led.html#E5Led.toggle" />
+      <keyword name="E5SqueezeLabels (Module)" id="E5SqueezeLabels (Module)" ref="eric5.E5Gui.E5SqueezeLabels.html" />
+      <keyword name="E5SqueezeLabel" id="E5SqueezeLabel" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel" />
+      <keyword name="E5SqueezeLabelPath" id="E5SqueezeLabelPath" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath" />
+      <keyword name="E5SqueezeLabel (Constructor)" id="E5SqueezeLabel (Constructor)" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel.__init__" />
+      <keyword name="E5SqueezeLabel.paintEvent" id="E5SqueezeLabel.paintEvent" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel.paintEvent" />
+      <keyword name="E5SqueezeLabel.setText" id="E5SqueezeLabel.setText" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel.setText" />
+      <keyword name="E5SqueezeLabelPath (Constructor)" id="E5SqueezeLabelPath (Constructor)" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.__init__" />
+      <keyword name="E5SqueezeLabelPath.length" id="E5SqueezeLabelPath.length" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.length" />
+      <keyword name="E5SqueezeLabelPath.paintEvent" id="E5SqueezeLabelPath.paintEvent" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.paintEvent" />
+      <keyword name="E5SqueezeLabelPath.setPath" id="E5SqueezeLabelPath.setPath" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.setPath" />
+      <keyword name="E5SqueezeLabelPath.setSurrounding" id="E5SqueezeLabelPath.setSurrounding" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.setSurrounding" />
+      <keyword name="E5SqueezeLabelPath.setTextPath" id="E5SqueezeLabelPath.setTextPath" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.setTextPath" />
+      <keyword name="E5ToolBox (Module)" id="E5ToolBox (Module)" ref="eric5.E5Gui.E5ToolBox.html" />
+      <keyword name="E5HorizontalToolBox" id="E5HorizontalToolBox" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox" />
+      <keyword name="E5VerticalToolBox" id="E5VerticalToolBox" ref="eric5.E5Gui.E5ToolBox.html#E5VerticalToolBox" />
+      <keyword name="E5HorizontalToolBox (Constructor)" id="E5HorizontalToolBox (Constructor)" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.__init__" />
+      <keyword name="E5HorizontalToolBox.addItem" id="E5HorizontalToolBox.addItem" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.addItem" />
+      <keyword name="E5HorizontalToolBox.insertItem" id="E5HorizontalToolBox.insertItem" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.insertItem" />
+      <keyword name="E5HorizontalToolBox.setItemEnabled" id="E5HorizontalToolBox.setItemEnabled" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.setItemEnabled" />
+      <keyword name="E5HorizontalToolBox.setItemToolTip" id="E5HorizontalToolBox.setItemToolTip" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.setItemToolTip" />
+      <keyword name="E5VerticalToolBox (Constructor)" id="E5VerticalToolBox (Constructor)" ref="eric5.E5Gui.E5ToolBox.html#E5VerticalToolBox.__init__" />
+      <keyword name="E5VerticalToolBox.wheelEvent" id="E5VerticalToolBox.wheelEvent" ref="eric5.E5Gui.E5ToolBox.html#E5VerticalToolBox.wheelEvent" />
+      <keyword name="E5SideBar (Module)" id="E5SideBar (Module)" ref="eric5.E5Gui.E5SideBar.html" />
+      <keyword name="E5SideBar" id="E5SideBar" ref="eric5.E5Gui.E5SideBar.html#E5SideBar" />
+      <keyword name="E5SideBar (Constructor)" id="E5SideBar (Constructor)" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.__init__" />
+      <keyword name="E5SideBar.__appFocusChanged" id="E5SideBar.__appFocusChanged" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.__appFocusChanged" />
+      <keyword name="E5SideBar.__autoHideToggled" id="E5SideBar.__autoHideToggled" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.__autoHideToggled" />
+      <keyword name="E5SideBar.addTab" id="E5SideBar.addTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.addTab" />
+      <keyword name="E5SideBar.clear" id="E5SideBar.clear" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.clear" />
+      <keyword name="E5SideBar.count" id="E5SideBar.count" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.count" />
+      <keyword name="E5SideBar.currentIndex" id="E5SideBar.currentIndex" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.currentIndex" />
+      <keyword name="E5SideBar.currentWidget" id="E5SideBar.currentWidget" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.currentWidget" />
+      <keyword name="E5SideBar.enterEvent" id="E5SideBar.enterEvent" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.enterEvent" />
+      <keyword name="E5SideBar.eventFilter" id="E5SideBar.eventFilter" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.eventFilter" />
+      <keyword name="E5SideBar.expand" id="E5SideBar.expand" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.expand" />
+      <keyword name="E5SideBar.indexOf" id="E5SideBar.indexOf" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.indexOf" />
+      <keyword name="E5SideBar.insertTab" id="E5SideBar.insertTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.insertTab" />
+      <keyword name="E5SideBar.isAutoHiding" id="E5SideBar.isAutoHiding" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.isAutoHiding" />
+      <keyword name="E5SideBar.isMinimized" id="E5SideBar.isMinimized" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.isMinimized" />
+      <keyword name="E5SideBar.isTabEnabled" id="E5SideBar.isTabEnabled" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.isTabEnabled" />
+      <keyword name="E5SideBar.leaveEvent" id="E5SideBar.leaveEvent" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.leaveEvent" />
+      <keyword name="E5SideBar.nextTab" id="E5SideBar.nextTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.nextTab" />
+      <keyword name="E5SideBar.orientation" id="E5SideBar.orientation" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.orientation" />
+      <keyword name="E5SideBar.prevTab" id="E5SideBar.prevTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.prevTab" />
+      <keyword name="E5SideBar.removeTab" id="E5SideBar.removeTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.removeTab" />
+      <keyword name="E5SideBar.restoreState" id="E5SideBar.restoreState" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.restoreState" />
+      <keyword name="E5SideBar.saveState" id="E5SideBar.saveState" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.saveState" />
+      <keyword name="E5SideBar.setCurrentIndex" id="E5SideBar.setCurrentIndex" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setCurrentIndex" />
+      <keyword name="E5SideBar.setCurrentWidget" id="E5SideBar.setCurrentWidget" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setCurrentWidget" />
+      <keyword name="E5SideBar.setOrientation" id="E5SideBar.setOrientation" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setOrientation" />
+      <keyword name="E5SideBar.setSplitter" id="E5SideBar.setSplitter" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setSplitter" />
+      <keyword name="E5SideBar.setTabEnabled" id="E5SideBar.setTabEnabled" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabEnabled" />
+      <keyword name="E5SideBar.setTabIcon" id="E5SideBar.setTabIcon" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabIcon" />
+      <keyword name="E5SideBar.setTabText" id="E5SideBar.setTabText" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabText" />
+      <keyword name="E5SideBar.setTabToolTip" id="E5SideBar.setTabToolTip" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabToolTip" />
+      <keyword name="E5SideBar.setTabWhatsThis" id="E5SideBar.setTabWhatsThis" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabWhatsThis" />
+      <keyword name="E5SideBar.shrink" id="E5SideBar.shrink" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.shrink" />
+      <keyword name="E5SideBar.tabIcon" id="E5SideBar.tabIcon" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabIcon" />
+      <keyword name="E5SideBar.tabText" id="E5SideBar.tabText" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabText" />
+      <keyword name="E5SideBar.tabToolTip" id="E5SideBar.tabToolTip" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabToolTip" />
+      <keyword name="E5SideBar.tabWhatsThis" id="E5SideBar.tabWhatsThis" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabWhatsThis" />
+      <keyword name="E5SideBar.widget" id="E5SideBar.widget" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.widget" />
+      <keyword name="E5TreeView (Module)" id="E5TreeView (Module)" ref="eric5.E5Gui.E5TreeView.html" />
+      <keyword name="E5TreeView" id="E5TreeView" ref="eric5.E5Gui.E5TreeView.html#E5TreeView" />
+      <keyword name="E5TreeView.keyPressEvent" id="E5TreeView.keyPressEvent" ref="eric5.E5Gui.E5TreeView.html#E5TreeView.keyPressEvent" />
+      <keyword name="E5TreeView.removeAll" id="E5TreeView.removeAll" ref="eric5.E5Gui.E5TreeView.html#E5TreeView.removeAll" />
+      <keyword name="E5TreeView.removeSelected" id="E5TreeView.removeSelected" ref="eric5.E5Gui.E5TreeView.html#E5TreeView.removeSelected" />
+      <keyword name="E5Completers (Module)" id="E5Completers (Module)" ref="eric5.E5Gui.E5Completers.html" />
+      <keyword name="E5DirCompleter" id="E5DirCompleter" ref="eric5.E5Gui.E5Completers.html#E5DirCompleter" />
+      <keyword name="E5FileCompleter" id="E5FileCompleter" ref="eric5.E5Gui.E5Completers.html#E5FileCompleter" />
+      <keyword name="E5StringListCompleter" id="E5StringListCompleter" ref="eric5.E5Gui.E5Completers.html#E5StringListCompleter" />
+      <keyword name="E5DirCompleter (Constructor)" id="E5DirCompleter (Constructor)" ref="eric5.E5Gui.E5Completers.html#E5DirCompleter.__init__" />
+      <keyword name="E5FileCompleter (Constructor)" id="E5FileCompleter (Constructor)" ref="eric5.E5Gui.E5Completers.html#E5FileCompleter.__init__" />
+      <keyword name="E5StringListCompleter (Constructor)" id="E5StringListCompleter (Constructor)" ref="eric5.E5Gui.E5Completers.html#E5StringListCompleter.__init__" />
+      <keyword name="E5ListView (Module)" id="E5ListView (Module)" ref="eric5.E5Gui.E5ListView.html" />
+      <keyword name="E5ListView" id="E5ListView" ref="eric5.E5Gui.E5ListView.html#E5ListView" />
+      <keyword name="E5ListView.keyPressEvent" id="E5ListView.keyPressEvent" ref="eric5.E5Gui.E5ListView.html#E5ListView.keyPressEvent" />
+      <keyword name="E5ListView.removeAll" id="E5ListView.removeAll" ref="eric5.E5Gui.E5ListView.html#E5ListView.removeAll" />
+      <keyword name="E5ListView.removeSelected" id="E5ListView.removeSelected" ref="eric5.E5Gui.E5ListView.html#E5ListView.removeSelected" />
+      <keyword name="E5ToolBarManager (Module)" id="E5ToolBarManager (Module)" ref="eric5.E5Gui.E5ToolBarManager.html" />
+      <keyword name="E5ToolBarManager" id="E5ToolBarManager" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager" />
+      <keyword name="E5ToolBarManager (Constructor)" id="E5ToolBarManager (Constructor)" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__init__" />
+      <keyword name="E5ToolBarManager.__findAction" id="E5ToolBarManager.__findAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__findAction" />
+      <keyword name="E5ToolBarManager.__findDefaultToolBar" id="E5ToolBarManager.__findDefaultToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__findDefaultToolBar" />
+      <keyword name="E5ToolBarManager.__toolBarByName" id="E5ToolBarManager.__toolBarByName" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__toolBarByName" />
+      <keyword name="E5ToolBarManager.actionById" id="E5ToolBarManager.actionById" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.actionById" />
+      <keyword name="E5ToolBarManager.addAction" id="E5ToolBarManager.addAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.addAction" />
+      <keyword name="E5ToolBarManager.addToolBar" id="E5ToolBarManager.addToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.addToolBar" />
+      <keyword name="E5ToolBarManager.categories" id="E5ToolBarManager.categories" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.categories" />
+      <keyword name="E5ToolBarManager.categoryActions" id="E5ToolBarManager.categoryActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.categoryActions" />
+      <keyword name="E5ToolBarManager.createToolBar" id="E5ToolBarManager.createToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.createToolBar" />
+      <keyword name="E5ToolBarManager.defaultToolBarActions" id="E5ToolBarManager.defaultToolBarActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.defaultToolBarActions" />
+      <keyword name="E5ToolBarManager.defaultToolBars" id="E5ToolBarManager.defaultToolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.defaultToolBars" />
+      <keyword name="E5ToolBarManager.deleteToolBar" id="E5ToolBarManager.deleteToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.deleteToolBar" />
+      <keyword name="E5ToolBarManager.isDefaultToolBar" id="E5ToolBarManager.isDefaultToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.isDefaultToolBar" />
+      <keyword name="E5ToolBarManager.isWidgetAction" id="E5ToolBarManager.isWidgetAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.isWidgetAction" />
+      <keyword name="E5ToolBarManager.mainWindow" id="E5ToolBarManager.mainWindow" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.mainWindow" />
+      <keyword name="E5ToolBarManager.removeAction" id="E5ToolBarManager.removeAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.removeAction" />
+      <keyword name="E5ToolBarManager.removeToolBar" id="E5ToolBarManager.removeToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.removeToolBar" />
+      <keyword name="E5ToolBarManager.removeWidgetActions" id="E5ToolBarManager.removeWidgetActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.removeWidgetActions" />
+      <keyword name="E5ToolBarManager.renameToolBar" id="E5ToolBarManager.renameToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.renameToolBar" />
+      <keyword name="E5ToolBarManager.resetAllToolBars" id="E5ToolBarManager.resetAllToolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.resetAllToolBars" />
+      <keyword name="E5ToolBarManager.resetToolBar" id="E5ToolBarManager.resetToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.resetToolBar" />
+      <keyword name="E5ToolBarManager.restoreState" id="E5ToolBarManager.restoreState" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.restoreState" />
+      <keyword name="E5ToolBarManager.saveState" id="E5ToolBarManager.saveState" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.saveState" />
+      <keyword name="E5ToolBarManager.setMainWindow" id="E5ToolBarManager.setMainWindow" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.setMainWindow" />
+      <keyword name="E5ToolBarManager.setToolBar" id="E5ToolBarManager.setToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.setToolBar" />
+      <keyword name="E5ToolBarManager.setToolBars" id="E5ToolBarManager.setToolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.setToolBars" />
+      <keyword name="E5ToolBarManager.toolBarActions" id="E5ToolBarManager.toolBarActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarActions" />
+      <keyword name="E5ToolBarManager.toolBarById" id="E5ToolBarManager.toolBarById" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarById" />
+      <keyword name="E5ToolBarManager.toolBarWidgetAction" id="E5ToolBarManager.toolBarWidgetAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarWidgetAction" />
+      <keyword name="E5ToolBarManager.toolBars" id="E5ToolBarManager.toolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBars" />
+      <keyword name="E5ToolBarManager.toolBarsActions" id="E5ToolBarManager.toolBarsActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarsActions" />
+      <keyword name="E5ToolBarDialog (Module)" id="E5ToolBarDialog (Module)" ref="eric5.E5Gui.E5ToolBarDialog.html" />
+      <keyword name="E5ToolBarDialog" id="E5ToolBarDialog" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog" />
+      <keyword name="E5ToolBarItem" id="E5ToolBarItem" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarItem" />
+      <keyword name="E5ToolBarDialog (Constructor)" id="E5ToolBarDialog (Constructor)" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__init__" />
+      <keyword name="E5ToolBarDialog.__resetCurrentToolbar" id="E5ToolBarDialog.__resetCurrentToolbar" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__resetCurrentToolbar" />
+      <keyword name="E5ToolBarDialog.__restoreCurrentToolbar" id="E5ToolBarDialog.__restoreCurrentToolbar" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__restoreCurrentToolbar" />
+      <keyword name="E5ToolBarDialog.__restoreCurrentToolbarToDefault" id="E5ToolBarDialog.__restoreCurrentToolbarToDefault" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__restoreCurrentToolbarToDefault" />
+      <keyword name="E5ToolBarDialog.__saveToolBars" id="E5ToolBarDialog.__saveToolBars" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__saveToolBars" />
+      <keyword name="E5ToolBarDialog.__setupButtons" id="E5ToolBarDialog.__setupButtons" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__setupButtons" />
+      <keyword name="E5ToolBarDialog.__toolbarComboBox_currentIndexChanged" id="E5ToolBarDialog.__toolbarComboBox_currentIndexChanged" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__toolbarComboBox_currentIndexChanged" />
+      <keyword name="E5ToolBarDialog.on_actionsTree_currentItemChanged" id="E5ToolBarDialog.on_actionsTree_currentItemChanged" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_actionsTree_currentItemChanged" />
+      <keyword name="E5ToolBarDialog.on_buttonBox_clicked" id="E5ToolBarDialog.on_buttonBox_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_buttonBox_clicked" />
+      <keyword name="E5ToolBarDialog.on_downButton_clicked" id="E5ToolBarDialog.on_downButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_downButton_clicked" />
+      <keyword name="E5ToolBarDialog.on_leftButton_clicked" id="E5ToolBarDialog.on_leftButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_leftButton_clicked" />
+      <keyword name="E5ToolBarDialog.on_newButton_clicked" id="E5ToolBarDialog.on_newButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_newButton_clicked" />
+      <keyword name="E5ToolBarDialog.on_removeButton_clicked" id="E5ToolBarDialog.on_removeButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_removeButton_clicked" />
+      <keyword name="E5ToolBarDialog.on_renameButton_clicked" id="E5ToolBarDialog.on_renameButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_renameButton_clicked" />
+      <keyword name="E5ToolBarDialog.on_rightButton_clicked" id="E5ToolBarDialog.on_rightButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_rightButton_clicked" />
+      <keyword name="E5ToolBarDialog.on_toolbarActionsList_currentItemChanged" id="E5ToolBarDialog.on_toolbarActionsList_currentItemChanged" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_toolbarActionsList_currentItemChanged" />
+      <keyword name="E5ToolBarDialog.on_upButton_clicked" id="E5ToolBarDialog.on_upButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_upButton_clicked" />
+      <keyword name="E5ToolBarItem (Constructor)" id="E5ToolBarItem (Constructor)" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarItem.__init__" />
+      <keyword name="E5Application (Module)" id="E5Application (Module)" ref="eric5.E5Gui.E5Application.html" />
+      <keyword name="E5Application" id="E5Application" ref="eric5.E5Gui.E5Application.html#E5Application" />
+      <keyword name="E5Application (Constructor)" id="E5Application (Constructor)" ref="eric5.E5Gui.E5Application.html#E5Application.__init__" />
+      <keyword name="E5Application.getObject" id="E5Application.getObject" ref="eric5.E5Gui.E5Application.html#E5Application.getObject" />
+      <keyword name="E5Application.getPluginObject" id="E5Application.getPluginObject" ref="eric5.E5Gui.E5Application.html#E5Application.getPluginObject" />
+      <keyword name="E5Application.getPluginObjectType" id="E5Application.getPluginObjectType" ref="eric5.E5Gui.E5Application.html#E5Application.getPluginObjectType" />
+      <keyword name="E5Application.getPluginObjects" id="E5Application.getPluginObjects" ref="eric5.E5Gui.E5Application.html#E5Application.getPluginObjects" />
+      <keyword name="E5Application.registerObject" id="E5Application.registerObject" ref="eric5.E5Gui.E5Application.html#E5Application.registerObject" />
+      <keyword name="E5Application.registerPluginObject" id="E5Application.registerPluginObject" ref="eric5.E5Gui.E5Application.html#E5Application.registerPluginObject" />
+      <keyword name="E5Application.unregisterPluginObject" id="E5Application.unregisterPluginObject" ref="eric5.E5Gui.E5Application.html#E5Application.unregisterPluginObject" />
+      <keyword name="E5TreeSortFilterProxyModel (Module)" id="E5TreeSortFilterProxyModel (Module)" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html" />
+      <keyword name="E5TreeSortFilterProxyModel" id="E5TreeSortFilterProxyModel" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel" />
+      <keyword name="E5TreeSortFilterProxyModel (Constructor)" id="E5TreeSortFilterProxyModel (Constructor)" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel.__init__" />
+      <keyword name="E5TreeSortFilterProxyModel.filterAcceptsRow" id="E5TreeSortFilterProxyModel.filterAcceptsRow" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel.filterAcceptsRow" />
+      <keyword name="E5TreeSortFilterProxyModel.hasChildren" id="E5TreeSortFilterProxyModel.hasChildren" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel.hasChildren" />
+      <keyword name="E5TabWidget (Module)" id="E5TabWidget (Module)" ref="eric5.E5Gui.E5TabWidget.html" />
+      <keyword name="E5DnDTabBar" id="E5DnDTabBar" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar" />
+      <keyword name="E5TabWidget" id="E5TabWidget" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget" />
+      <keyword name="E5WheelTabBar" id="E5WheelTabBar" ref="eric5.E5Gui.E5TabWidget.html#E5WheelTabBar" />
+      <keyword name="E5DnDTabBar (Constructor)" id="E5DnDTabBar (Constructor)" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.__init__" />
+      <keyword name="E5DnDTabBar.dragEnterEvent" id="E5DnDTabBar.dragEnterEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.dragEnterEvent" />
+      <keyword name="E5DnDTabBar.dropEvent" id="E5DnDTabBar.dropEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.dropEvent" />
+      <keyword name="E5DnDTabBar.mouseMoveEvent" id="E5DnDTabBar.mouseMoveEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.mouseMoveEvent" />
+      <keyword name="E5DnDTabBar.mousePressEvent" id="E5DnDTabBar.mousePressEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.mousePressEvent" />
+      <keyword name="E5TabWidget (Constructor)" id="E5TabWidget (Constructor)" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__init__" />
+      <keyword name="E5TabWidget.__currentChanged" id="E5TabWidget.__currentChanged" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__currentChanged" />
+      <keyword name="E5TabWidget.__freeSide" id="E5TabWidget.__freeSide" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__freeSide" />
+      <keyword name="E5TabWidget.__handleTabCustomContextMenuRequested" id="E5TabWidget.__handleTabCustomContextMenuRequested" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__handleTabCustomContextMenuRequested" />
+      <keyword name="E5TabWidget.animationLabel" id="E5TabWidget.animationLabel" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.animationLabel" />
+      <keyword name="E5TabWidget.moveTab" id="E5TabWidget.moveTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.moveTab" />
+      <keyword name="E5TabWidget.nextTab" id="E5TabWidget.nextTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.nextTab" />
+      <keyword name="E5TabWidget.prevTab" id="E5TabWidget.prevTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.prevTab" />
+      <keyword name="E5TabWidget.resetAnimation" id="E5TabWidget.resetAnimation" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.resetAnimation" />
+      <keyword name="E5TabWidget.selectTab" id="E5TabWidget.selectTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.selectTab" />
+      <keyword name="E5TabWidget.setTabContextMenuPolicy" id="E5TabWidget.setTabContextMenuPolicy" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.setTabContextMenuPolicy" />
+      <keyword name="E5TabWidget.switchTab" id="E5TabWidget.switchTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.switchTab" />
+      <keyword name="E5WheelTabBar (Constructor)" id="E5WheelTabBar (Constructor)" ref="eric5.E5Gui.E5TabWidget.html#E5WheelTabBar.__init__" />
+      <keyword name="E5WheelTabBar.wheelEvent" id="E5WheelTabBar.wheelEvent" ref="eric5.E5Gui.E5TabWidget.html#E5WheelTabBar.wheelEvent" />
+      <keyword name="E5Action (Module)" id="E5Action (Module)" ref="eric5.E5Gui.E5Action.html" />
+      <keyword name="ArgumentsError" id="ArgumentsError" ref="eric5.E5Gui.E5Action.html#ArgumentsError" />
+      <keyword name="E5Action" id="E5Action" ref="eric5.E5Gui.E5Action.html#E5Action" />
+      <keyword name="addActions" id="addActions" ref="eric5.E5Gui.E5Action.html#addActions" />
+      <keyword name="createActionGroup" id="createActionGroup" ref="eric5.E5Gui.E5Action.html#createActionGroup" />
+      <keyword name="ArgumentsError (Constructor)" id="ArgumentsError (Constructor)" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__init__" />
+      <keyword name="ArgumentsError.__repr__" id="ArgumentsError.__repr__" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__repr__" />
+      <keyword name="ArgumentsError.__str__" id="ArgumentsError.__str__" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__str__" />
+      <keyword name="E5Action (Constructor)" id="E5Action (Constructor)" ref="eric5.E5Gui.E5Action.html#E5Action.__init__" />
+      <keyword name="E5Action.__ammendToolTip" id="E5Action.__ammendToolTip" ref="eric5.E5Gui.E5Action.html#E5Action.__ammendToolTip" />
+      <keyword name="E5Action.alternateShortcut" id="E5Action.alternateShortcut" ref="eric5.E5Gui.E5Action.html#E5Action.alternateShortcut" />
+      <keyword name="E5Action.setAlternateShortcut" id="E5Action.setAlternateShortcut" ref="eric5.E5Gui.E5Action.html#E5Action.setAlternateShortcut" />
+      <keyword name="E5Action.setShortcut" id="E5Action.setShortcut" ref="eric5.E5Gui.E5Action.html#E5Action.setShortcut" />
+      <keyword name="E5Action.setShortcuts" id="E5Action.setShortcuts" ref="eric5.E5Gui.E5Action.html#E5Action.setShortcuts" />
+      <keyword name="E5ModelMenu (Module)" id="E5ModelMenu (Module)" ref="eric5.E5Gui.E5ModelMenu.html" />
+      <keyword name="E5ModelMenu" id="E5ModelMenu" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu" />
+      <keyword name="E5ModelMenu (Constructor)" id="E5ModelMenu (Constructor)" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__init__" />
+      <keyword name="E5ModelMenu.__aboutToShow" id="E5ModelMenu.__aboutToShow" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__aboutToShow" />
+      <keyword name="E5ModelMenu.__actionTriggered" id="E5ModelMenu.__actionTriggered" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__actionTriggered" />
+      <keyword name="E5ModelMenu.__makeAction" id="E5ModelMenu.__makeAction" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__makeAction" />
+      <keyword name="E5ModelMenu.createBaseMenu" id="E5ModelMenu.createBaseMenu" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.createBaseMenu" />
+      <keyword name="E5ModelMenu.createMenu" id="E5ModelMenu.createMenu" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.createMenu" />
+      <keyword name="E5ModelMenu.dragEnterEvent" id="E5ModelMenu.dragEnterEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.dragEnterEvent" />
+      <keyword name="E5ModelMenu.dropEvent" id="E5ModelMenu.dropEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.dropEvent" />
+      <keyword name="E5ModelMenu.firstSeparator" id="E5ModelMenu.firstSeparator" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.firstSeparator" />
+      <keyword name="E5ModelMenu.index" id="E5ModelMenu.index" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.index" />
+      <keyword name="E5ModelMenu.makeAction" id="E5ModelMenu.makeAction" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.makeAction" />
+      <keyword name="E5ModelMenu.maxRows" id="E5ModelMenu.maxRows" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.maxRows" />
+      <keyword name="E5ModelMenu.model" id="E5ModelMenu.model" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.model" />
+      <keyword name="E5ModelMenu.mouseMoveEvent" id="E5ModelMenu.mouseMoveEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.mouseMoveEvent" />
+      <keyword name="E5ModelMenu.mousePressEvent" id="E5ModelMenu.mousePressEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.mousePressEvent" />
+      <keyword name="E5ModelMenu.mouseReleaseEvent" id="E5ModelMenu.mouseReleaseEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.mouseReleaseEvent" />
+      <keyword name="E5ModelMenu.postPopulated" id="E5ModelMenu.postPopulated" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.postPopulated" />
+      <keyword name="E5ModelMenu.prePopulated" id="E5ModelMenu.prePopulated" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.prePopulated" />
+      <keyword name="E5ModelMenu.removeEntry" id="E5ModelMenu.removeEntry" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.removeEntry" />
+      <keyword name="E5ModelMenu.resetFlags" id="E5ModelMenu.resetFlags" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.resetFlags" />
+      <keyword name="E5ModelMenu.rootIndex" id="E5ModelMenu.rootIndex" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.rootIndex" />
+      <keyword name="E5ModelMenu.separatorRole" id="E5ModelMenu.separatorRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.separatorRole" />
+      <keyword name="E5ModelMenu.setFirstSeparator" id="E5ModelMenu.setFirstSeparator" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setFirstSeparator" />
+      <keyword name="E5ModelMenu.setMaxRows" id="E5ModelMenu.setMaxRows" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setMaxRows" />
+      <keyword name="E5ModelMenu.setModel" id="E5ModelMenu.setModel" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setModel" />
+      <keyword name="E5ModelMenu.setRootIndex" id="E5ModelMenu.setRootIndex" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setRootIndex" />
+      <keyword name="E5ModelMenu.setSeparatorRole" id="E5ModelMenu.setSeparatorRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setSeparatorRole" />
+      <keyword name="E5ModelMenu.setStatusBarTextRole" id="E5ModelMenu.setStatusBarTextRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setStatusBarTextRole" />
+      <keyword name="E5ModelMenu.statusBarTextRole" id="E5ModelMenu.statusBarTextRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.statusBarTextRole" />
+      <keyword name="E5TableView (Module)" id="E5TableView (Module)" ref="eric5.E5Gui.E5TableView.html" />
+      <keyword name="E5TableView" id="E5TableView" ref="eric5.E5Gui.E5TableView.html#E5TableView" />
+      <keyword name="E5TableView.keyPressEvent" id="E5TableView.keyPressEvent" ref="eric5.E5Gui.E5TableView.html#E5TableView.keyPressEvent" />
+      <keyword name="E5TableView.removeAll" id="E5TableView.removeAll" ref="eric5.E5Gui.E5TableView.html#E5TableView.removeAll" />
+      <keyword name="E5TableView.removeSelected" id="E5TableView.removeSelected" ref="eric5.E5Gui.E5TableView.html#E5TableView.removeSelected" />
+      <keyword name="E5ModelToolBar (Module)" id="E5ModelToolBar (Module)" ref="eric5.E5Gui.E5ModelToolBar.html" />
+      <keyword name="E5ModelToolBar" id="E5ModelToolBar" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar" />
+      <keyword name="E5ModelToolBar (Constructor)" id="E5ModelToolBar (Constructor)" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.__init__" />
+      <keyword name="E5ModelToolBar._build" id="E5ModelToolBar._build" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar._build" />
+      <keyword name="E5ModelToolBar._createMenu" id="E5ModelToolBar._createMenu" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar._createMenu" />
+      <keyword name="E5ModelToolBar.dragEnterEvent" id="E5ModelToolBar.dragEnterEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.dragEnterEvent" />
+      <keyword name="E5ModelToolBar.dropEvent" id="E5ModelToolBar.dropEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.dropEvent" />
+      <keyword name="E5ModelToolBar.eventFilter" id="E5ModelToolBar.eventFilter" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.eventFilter" />
+      <keyword name="E5ModelToolBar.hideEvent" id="E5ModelToolBar.hideEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.hideEvent" />
+      <keyword name="E5ModelToolBar.index" id="E5ModelToolBar.index" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.index" />
+      <keyword name="E5ModelToolBar.model" id="E5ModelToolBar.model" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.model" />
+      <keyword name="E5ModelToolBar.mouseMoveEvent" id="E5ModelToolBar.mouseMoveEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.mouseMoveEvent" />
+      <keyword name="E5ModelToolBar.resetFlags" id="E5ModelToolBar.resetFlags" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.resetFlags" />
+      <keyword name="E5ModelToolBar.rootIndex" id="E5ModelToolBar.rootIndex" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.rootIndex" />
+      <keyword name="E5ModelToolBar.setModel" id="E5ModelToolBar.setModel" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.setModel" />
+      <keyword name="E5ModelToolBar.setRootIndex" id="E5ModelToolBar.setRootIndex" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.setRootIndex" />
+      <keyword name="E5ModelToolBar.showEvent" id="E5ModelToolBar.showEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.showEvent" />
       <keyword name="Project (Package)" id="Project (Package)" ref="index-eric5.Project.html" />
-      <keyword name="AddDirectoryDialog (Module)" id="AddDirectoryDialog (Module)" ref="eric5.Project.AddDirectoryDialog.html" />
-      <keyword name="AddDirectoryDialog" id="AddDirectoryDialog" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog" />
-      <keyword name="AddDirectoryDialog (Constructor)" id="AddDirectoryDialog (Constructor)" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.__init__" />
-      <keyword name="AddDirectoryDialog.__dirDialog" id="AddDirectoryDialog.__dirDialog" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.__dirDialog" />
-      <keyword name="AddDirectoryDialog.getData" id="AddDirectoryDialog.getData" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.getData" />
-      <keyword name="AddDirectoryDialog.on_filterComboBox_highlighted" id="AddDirectoryDialog.on_filterComboBox_highlighted" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_filterComboBox_highlighted" />
-      <keyword name="AddDirectoryDialog.on_sourceDirButton_clicked" id="AddDirectoryDialog.on_sourceDirButton_clicked" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_sourceDirButton_clicked" />
-      <keyword name="AddDirectoryDialog.on_sourceDirEdit_textChanged" id="AddDirectoryDialog.on_sourceDirEdit_textChanged" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_sourceDirEdit_textChanged" />
-      <keyword name="AddDirectoryDialog.on_targetDirButton_clicked" id="AddDirectoryDialog.on_targetDirButton_clicked" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_targetDirButton_clicked" />
-      <keyword name="AddFileDialog (Module)" id="AddFileDialog (Module)" ref="eric5.Project.AddFileDialog.html" />
-      <keyword name="AddFileDialog" id="AddFileDialog" ref="eric5.Project.AddFileDialog.html#AddFileDialog" />
-      <keyword name="AddFileDialog (Constructor)" id="AddFileDialog (Constructor)" ref="eric5.Project.AddFileDialog.html#AddFileDialog.__init__" />
-      <keyword name="AddFileDialog.getData" id="AddFileDialog.getData" ref="eric5.Project.AddFileDialog.html#AddFileDialog.getData" />
-      <keyword name="AddFileDialog.on_sourceFileButton_clicked" id="AddFileDialog.on_sourceFileButton_clicked" ref="eric5.Project.AddFileDialog.html#AddFileDialog.on_sourceFileButton_clicked" />
-      <keyword name="AddFileDialog.on_sourceFileEdit_textChanged" id="AddFileDialog.on_sourceFileEdit_textChanged" ref="eric5.Project.AddFileDialog.html#AddFileDialog.on_sourceFileEdit_textChanged" />
-      <keyword name="AddFileDialog.on_targetDirButton_clicked" id="AddFileDialog.on_targetDirButton_clicked" ref="eric5.Project.AddFileDialog.html#AddFileDialog.on_targetDirButton_clicked" />
-      <keyword name="AddFoundFilesDialog (Module)" id="AddFoundFilesDialog (Module)" ref="eric5.Project.AddFoundFilesDialog.html" />
-      <keyword name="AddFoundFilesDialog" id="AddFoundFilesDialog" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog" />
-      <keyword name="AddFoundFilesDialog (Constructor)" id="AddFoundFilesDialog (Constructor)" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.__init__" />
-      <keyword name="AddFoundFilesDialog.getSelection" id="AddFoundFilesDialog.getSelection" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.getSelection" />
-      <keyword name="AddFoundFilesDialog.on_addAllButton_clicked" id="AddFoundFilesDialog.on_addAllButton_clicked" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.on_addAllButton_clicked" />
-      <keyword name="AddFoundFilesDialog.on_addSelectedButton_clicked" id="AddFoundFilesDialog.on_addSelectedButton_clicked" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.on_addSelectedButton_clicked" />
-      <keyword name="AddFoundFilesDialog.on_buttonBox_clicked" id="AddFoundFilesDialog.on_buttonBox_clicked" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.on_buttonBox_clicked" />
-      <keyword name="AddLanguageDialog (Module)" id="AddLanguageDialog (Module)" ref="eric5.Project.AddLanguageDialog.html" />
-      <keyword name="AddLanguageDialog" id="AddLanguageDialog" ref="eric5.Project.AddLanguageDialog.html#AddLanguageDialog" />
-      <keyword name="AddLanguageDialog (Constructor)" id="AddLanguageDialog (Constructor)" ref="eric5.Project.AddLanguageDialog.html#AddLanguageDialog.__init__" />
-      <keyword name="AddLanguageDialog.getSelectedLanguage" id="AddLanguageDialog.getSelectedLanguage" ref="eric5.Project.AddLanguageDialog.html#AddLanguageDialog.getSelectedLanguage" />
-      <keyword name="CreateDialogCodeDialog (Module)" id="CreateDialogCodeDialog (Module)" ref="eric5.Project.CreateDialogCodeDialog.html" />
-      <keyword name="CreateDialogCodeDialog" id="CreateDialogCodeDialog" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog" />
-      <keyword name="CreateDialogCodeDialog (Constructor)" id="CreateDialogCodeDialog (Constructor)" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__init__" />
-      <keyword name="CreateDialogCodeDialog.__className" id="CreateDialogCodeDialog.__className" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__className" />
-      <keyword name="CreateDialogCodeDialog.__generateCode" id="CreateDialogCodeDialog.__generateCode" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__generateCode" />
-      <keyword name="CreateDialogCodeDialog.__generatePythonCode" id="CreateDialogCodeDialog.__generatePythonCode" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__generatePythonCode" />
-      <keyword name="CreateDialogCodeDialog.__mapType" id="CreateDialogCodeDialog.__mapType" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__mapType" />
-      <keyword name="CreateDialogCodeDialog.__objectName" id="CreateDialogCodeDialog.__objectName" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__objectName" />
-      <keyword name="CreateDialogCodeDialog.__signatures" id="CreateDialogCodeDialog.__signatures" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__signatures" />
-      <keyword name="CreateDialogCodeDialog.__updateSlotsModel" id="CreateDialogCodeDialog.__updateSlotsModel" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__updateSlotsModel" />
-      <keyword name="CreateDialogCodeDialog.initError" id="CreateDialogCodeDialog.initError" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.initError" />
-      <keyword name="CreateDialogCodeDialog.on_buttonBox_clicked" id="CreateDialogCodeDialog.on_buttonBox_clicked" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_buttonBox_clicked" />
-      <keyword name="CreateDialogCodeDialog.on_classNameCombo_activated" id="CreateDialogCodeDialog.on_classNameCombo_activated" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_classNameCombo_activated" />
-      <keyword name="CreateDialogCodeDialog.on_clearFilterButton_clicked" id="CreateDialogCodeDialog.on_clearFilterButton_clicked" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_clearFilterButton_clicked" />
-      <keyword name="CreateDialogCodeDialog.on_filterEdit_textChanged" id="CreateDialogCodeDialog.on_filterEdit_textChanged" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_filterEdit_textChanged" />
-      <keyword name="CreateDialogCodeDialog.on_newButton_clicked" id="CreateDialogCodeDialog.on_newButton_clicked" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_newButton_clicked" />
       <keyword name="DebuggerPropertiesDialog (Module)" id="DebuggerPropertiesDialog (Module)" ref="eric5.Project.DebuggerPropertiesDialog.html" />
       <keyword name="DebuggerPropertiesDialog" id="DebuggerPropertiesDialog" ref="eric5.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog" />
       <keyword name="DebuggerPropertiesDialog (Constructor)" id="DebuggerPropertiesDialog (Constructor)" ref="eric5.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog.__init__" />
       <keyword name="DebuggerPropertiesDialog.on_debugClientButton_clicked" id="DebuggerPropertiesDialog.on_debugClientButton_clicked" ref="eric5.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog.on_debugClientButton_clicked" />
       <keyword name="DebuggerPropertiesDialog.on_interpreterButton_clicked" id="DebuggerPropertiesDialog.on_interpreterButton_clicked" ref="eric5.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog.on_interpreterButton_clicked" />
       <keyword name="DebuggerPropertiesDialog.storeData" id="DebuggerPropertiesDialog.storeData" ref="eric5.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog.storeData" />
-      <keyword name="FiletypeAssociationDialog (Module)" id="FiletypeAssociationDialog (Module)" ref="eric5.Project.FiletypeAssociationDialog.html" />
-      <keyword name="FiletypeAssociationDialog" id="FiletypeAssociationDialog" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog" />
-      <keyword name="FiletypeAssociationDialog (Constructor)" id="FiletypeAssociationDialog (Constructor)" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__init__" />
-      <keyword name="FiletypeAssociationDialog.__createItem" id="FiletypeAssociationDialog.__createItem" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__createItem" />
-      <keyword name="FiletypeAssociationDialog.__reformat" id="FiletypeAssociationDialog.__reformat" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__reformat" />
-      <keyword name="FiletypeAssociationDialog.__resort" id="FiletypeAssociationDialog.__resort" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__resort" />
-      <keyword name="FiletypeAssociationDialog.on_addAssociationButton_clicked" id="FiletypeAssociationDialog.on_addAssociationButton_clicked" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_addAssociationButton_clicked" />
-      <keyword name="FiletypeAssociationDialog.on_deleteAssociationButton_clicked" id="FiletypeAssociationDialog.on_deleteAssociationButton_clicked" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_deleteAssociationButton_clicked" />
-      <keyword name="FiletypeAssociationDialog.on_filePatternEdit_textChanged" id="FiletypeAssociationDialog.on_filePatternEdit_textChanged" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_filePatternEdit_textChanged" />
-      <keyword name="FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged" id="FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged" />
-      <keyword name="FiletypeAssociationDialog.transferData" id="FiletypeAssociationDialog.transferData" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.transferData" />
-      <keyword name="LexerAssociationDialog (Module)" id="LexerAssociationDialog (Module)" ref="eric5.Project.LexerAssociationDialog.html" />
-      <keyword name="LexerAssociationDialog" id="LexerAssociationDialog" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog" />
-      <keyword name="LexerAssociationDialog (Constructor)" id="LexerAssociationDialog (Constructor)" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.__init__" />
-      <keyword name="LexerAssociationDialog.on_addLexerButton_clicked" id="LexerAssociationDialog.on_addLexerButton_clicked" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_addLexerButton_clicked" />
-      <keyword name="LexerAssociationDialog.on_deleteLexerButton_clicked" id="LexerAssociationDialog.on_deleteLexerButton_clicked" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_deleteLexerButton_clicked" />
-      <keyword name="LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged" id="LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged" />
-      <keyword name="LexerAssociationDialog.on_editorLexerList_itemActivated" id="LexerAssociationDialog.on_editorLexerList_itemActivated" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_editorLexerList_itemActivated" />
-      <keyword name="LexerAssociationDialog.on_editorLexerList_itemClicked" id="LexerAssociationDialog.on_editorLexerList_itemClicked" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_editorLexerList_itemClicked" />
-      <keyword name="LexerAssociationDialog.transferData" id="LexerAssociationDialog.transferData" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.transferData" />
       <keyword name="NewDialogClassDialog (Module)" id="NewDialogClassDialog (Module)" ref="eric5.Project.NewDialogClassDialog.html" />
       <keyword name="NewDialogClassDialog" id="NewDialogClassDialog" ref="eric5.Project.NewDialogClassDialog.html#NewDialogClassDialog" />
       <keyword name="NewDialogClassDialog (Constructor)" id="NewDialogClassDialog (Constructor)" ref="eric5.Project.NewDialogClassDialog.html#NewDialogClassDialog.__init__" />
@@ -3635,11 +4475,47 @@
       <keyword name="NewDialogClassDialog.on_filenameEdit_textChanged" id="NewDialogClassDialog.on_filenameEdit_textChanged" ref="eric5.Project.NewDialogClassDialog.html#NewDialogClassDialog.on_filenameEdit_textChanged" />
       <keyword name="NewDialogClassDialog.on_pathButton_clicked" id="NewDialogClassDialog.on_pathButton_clicked" ref="eric5.Project.NewDialogClassDialog.html#NewDialogClassDialog.on_pathButton_clicked" />
       <keyword name="NewDialogClassDialog.on_pathnameEdit_textChanged" id="NewDialogClassDialog.on_pathnameEdit_textChanged" ref="eric5.Project.NewDialogClassDialog.html#NewDialogClassDialog.on_pathnameEdit_textChanged" />
-      <keyword name="NewPythonPackageDialog (Module)" id="NewPythonPackageDialog (Module)" ref="eric5.Project.NewPythonPackageDialog.html" />
-      <keyword name="NewPythonPackageDialog" id="NewPythonPackageDialog" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog" />
-      <keyword name="NewPythonPackageDialog (Constructor)" id="NewPythonPackageDialog (Constructor)" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog.__init__" />
-      <keyword name="NewPythonPackageDialog.getData" id="NewPythonPackageDialog.getData" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog.getData" />
-      <keyword name="NewPythonPackageDialog.on_packageEdit_textChanged" id="NewPythonPackageDialog.on_packageEdit_textChanged" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog.on_packageEdit_textChanged" />
+      <keyword name="SpellingPropertiesDialog (Module)" id="SpellingPropertiesDialog (Module)" ref="eric5.Project.SpellingPropertiesDialog.html" />
+      <keyword name="SpellingPropertiesDialog" id="SpellingPropertiesDialog" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog" />
+      <keyword name="SpellingPropertiesDialog (Constructor)" id="SpellingPropertiesDialog (Constructor)" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.__init__" />
+      <keyword name="SpellingPropertiesDialog.initDialog" id="SpellingPropertiesDialog.initDialog" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.initDialog" />
+      <keyword name="SpellingPropertiesDialog.on_pelButton_clicked" id="SpellingPropertiesDialog.on_pelButton_clicked" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.on_pelButton_clicked" />
+      <keyword name="SpellingPropertiesDialog.on_pwlButton_clicked" id="SpellingPropertiesDialog.on_pwlButton_clicked" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.on_pwlButton_clicked" />
+      <keyword name="SpellingPropertiesDialog.storeData" id="SpellingPropertiesDialog.storeData" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.storeData" />
+      <keyword name="TranslationPropertiesDialog (Module)" id="TranslationPropertiesDialog (Module)" ref="eric5.Project.TranslationPropertiesDialog.html" />
+      <keyword name="TranslationPropertiesDialog" id="TranslationPropertiesDialog" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog" />
+      <keyword name="TranslationPropertiesDialog (Constructor)" id="TranslationPropertiesDialog (Constructor)" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.__init__" />
+      <keyword name="TranslationPropertiesDialog.initDialog" id="TranslationPropertiesDialog.initDialog" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.initDialog" />
+      <keyword name="TranslationPropertiesDialog.initFilters" id="TranslationPropertiesDialog.initFilters" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.initFilters" />
+      <keyword name="TranslationPropertiesDialog.on_addExceptionButton_clicked" id="TranslationPropertiesDialog.on_addExceptionButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_addExceptionButton_clicked" />
+      <keyword name="TranslationPropertiesDialog.on_deleteExceptionButton_clicked" id="TranslationPropertiesDialog.on_deleteExceptionButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_deleteExceptionButton_clicked" />
+      <keyword name="TranslationPropertiesDialog.on_exceptDirButton_clicked" id="TranslationPropertiesDialog.on_exceptDirButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptDirButton_clicked" />
+      <keyword name="TranslationPropertiesDialog.on_exceptFileButton_clicked" id="TranslationPropertiesDialog.on_exceptFileButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptFileButton_clicked" />
+      <keyword name="TranslationPropertiesDialog.on_exceptionEdit_textChanged" id="TranslationPropertiesDialog.on_exceptionEdit_textChanged" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptionEdit_textChanged" />
+      <keyword name="TranslationPropertiesDialog.on_exceptionsList_currentRowChanged" id="TranslationPropertiesDialog.on_exceptionsList_currentRowChanged" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptionsList_currentRowChanged" />
+      <keyword name="TranslationPropertiesDialog.on_transBinPathButton_clicked" id="TranslationPropertiesDialog.on_transBinPathButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transBinPathButton_clicked" />
+      <keyword name="TranslationPropertiesDialog.on_transPatternButton_clicked" id="TranslationPropertiesDialog.on_transPatternButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transPatternButton_clicked" />
+      <keyword name="TranslationPropertiesDialog.on_transPatternEdit_textChanged" id="TranslationPropertiesDialog.on_transPatternEdit_textChanged" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transPatternEdit_textChanged" />
+      <keyword name="TranslationPropertiesDialog.storeData" id="TranslationPropertiesDialog.storeData" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.storeData" />
+      <keyword name="ProjectBrowserSortFilterProxyModel (Module)" id="ProjectBrowserSortFilterProxyModel (Module)" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html" />
+      <keyword name="ProjectBrowserSortFilterProxyModel" id="ProjectBrowserSortFilterProxyModel" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel" />
+      <keyword name="ProjectBrowserSortFilterProxyModel (Constructor)" id="ProjectBrowserSortFilterProxyModel (Constructor)" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel.__init__" />
+      <keyword name="ProjectBrowserSortFilterProxyModel.filterAcceptsRow" id="ProjectBrowserSortFilterProxyModel.filterAcceptsRow" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel.filterAcceptsRow" />
+      <keyword name="ProjectBrowserSortFilterProxyModel.preferencesChanged" id="ProjectBrowserSortFilterProxyModel.preferencesChanged" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel.preferencesChanged" />
+      <keyword name="ProjectOthersBrowser (Module)" id="ProjectOthersBrowser (Module)" ref="eric5.Project.ProjectOthersBrowser.html" />
+      <keyword name="ProjectOthersBrowser" id="ProjectOthersBrowser" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser" />
+      <keyword name="ProjectOthersBrowser (Constructor)" id="ProjectOthersBrowser (Constructor)" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__init__" />
+      <keyword name="ProjectOthersBrowser.__deleteItem" id="ProjectOthersBrowser.__deleteItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__deleteItem" />
+      <keyword name="ProjectOthersBrowser.__refreshItem" id="ProjectOthersBrowser.__refreshItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__refreshItem" />
+      <keyword name="ProjectOthersBrowser.__removeItem" id="ProjectOthersBrowser.__removeItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__removeItem" />
+      <keyword name="ProjectOthersBrowser.__showContextMenu" id="ProjectOthersBrowser.__showContextMenu" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__showContextMenu" />
+      <keyword name="ProjectOthersBrowser.__showContextMenuBack" id="ProjectOthersBrowser.__showContextMenuBack" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__showContextMenuBack" />
+      <keyword name="ProjectOthersBrowser.__showContextMenuMulti" id="ProjectOthersBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__showContextMenuMulti" />
+      <keyword name="ProjectOthersBrowser._contextMenuRequested" id="ProjectOthersBrowser._contextMenuRequested" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._contextMenuRequested" />
+      <keyword name="ProjectOthersBrowser._createPopupMenus" id="ProjectOthersBrowser._createPopupMenus" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._createPopupMenus" />
+      <keyword name="ProjectOthersBrowser._editPixmap" id="ProjectOthersBrowser._editPixmap" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._editPixmap" />
+      <keyword name="ProjectOthersBrowser._openItem" id="ProjectOthersBrowser._openItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._openItem" />
+      <keyword name="ProjectOthersBrowser._showContextMenu" id="ProjectOthersBrowser._showContextMenu" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._showContextMenu" />
       <keyword name="Project (Module)" id="Project (Module)" ref="eric5.Project.Project.html" />
       <keyword name="Project" id="Project" ref="eric5.Project.Project.html#Project" />
       <keyword name="Project (Constructor)" id="Project (Constructor)" ref="eric5.Project.Project.html#Project.__init__" />
@@ -3796,6 +4672,151 @@
       <keyword name="Project.unregisterProjectType" id="Project.unregisterProjectType" ref="eric5.Project.Project.html#Project.unregisterProjectType" />
       <keyword name="Project.updateFileTypes" id="Project.updateFileTypes" ref="eric5.Project.Project.html#Project.updateFileTypes" />
       <keyword name="Project.useSystemEol" id="Project.useSystemEol" ref="eric5.Project.Project.html#Project.useSystemEol" />
+      <keyword name="AddDirectoryDialog (Module)" id="AddDirectoryDialog (Module)" ref="eric5.Project.AddDirectoryDialog.html" />
+      <keyword name="AddDirectoryDialog" id="AddDirectoryDialog" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog" />
+      <keyword name="AddDirectoryDialog (Constructor)" id="AddDirectoryDialog (Constructor)" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.__init__" />
+      <keyword name="AddDirectoryDialog.__dirDialog" id="AddDirectoryDialog.__dirDialog" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.__dirDialog" />
+      <keyword name="AddDirectoryDialog.getData" id="AddDirectoryDialog.getData" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.getData" />
+      <keyword name="AddDirectoryDialog.on_filterComboBox_highlighted" id="AddDirectoryDialog.on_filterComboBox_highlighted" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_filterComboBox_highlighted" />
+      <keyword name="AddDirectoryDialog.on_sourceDirButton_clicked" id="AddDirectoryDialog.on_sourceDirButton_clicked" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_sourceDirButton_clicked" />
+      <keyword name="AddDirectoryDialog.on_sourceDirEdit_textChanged" id="AddDirectoryDialog.on_sourceDirEdit_textChanged" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_sourceDirEdit_textChanged" />
+      <keyword name="AddDirectoryDialog.on_targetDirButton_clicked" id="AddDirectoryDialog.on_targetDirButton_clicked" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_targetDirButton_clicked" />
+      <keyword name="FiletypeAssociationDialog (Module)" id="FiletypeAssociationDialog (Module)" ref="eric5.Project.FiletypeAssociationDialog.html" />
+      <keyword name="FiletypeAssociationDialog" id="FiletypeAssociationDialog" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog" />
+      <keyword name="FiletypeAssociationDialog (Constructor)" id="FiletypeAssociationDialog (Constructor)" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__init__" />
+      <keyword name="FiletypeAssociationDialog.__createItem" id="FiletypeAssociationDialog.__createItem" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__createItem" />
+      <keyword name="FiletypeAssociationDialog.__reformat" id="FiletypeAssociationDialog.__reformat" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__reformat" />
+      <keyword name="FiletypeAssociationDialog.__resort" id="FiletypeAssociationDialog.__resort" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__resort" />
+      <keyword name="FiletypeAssociationDialog.on_addAssociationButton_clicked" id="FiletypeAssociationDialog.on_addAssociationButton_clicked" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_addAssociationButton_clicked" />
+      <keyword name="FiletypeAssociationDialog.on_deleteAssociationButton_clicked" id="FiletypeAssociationDialog.on_deleteAssociationButton_clicked" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_deleteAssociationButton_clicked" />
+      <keyword name="FiletypeAssociationDialog.on_filePatternEdit_textChanged" id="FiletypeAssociationDialog.on_filePatternEdit_textChanged" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_filePatternEdit_textChanged" />
+      <keyword name="FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged" id="FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged" />
+      <keyword name="FiletypeAssociationDialog.transferData" id="FiletypeAssociationDialog.transferData" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.transferData" />
+      <keyword name="AddLanguageDialog (Module)" id="AddLanguageDialog (Module)" ref="eric5.Project.AddLanguageDialog.html" />
+      <keyword name="AddLanguageDialog" id="AddLanguageDialog" ref="eric5.Project.AddLanguageDialog.html#AddLanguageDialog" />
+      <keyword name="AddLanguageDialog (Constructor)" id="AddLanguageDialog (Constructor)" ref="eric5.Project.AddLanguageDialog.html#AddLanguageDialog.__init__" />
+      <keyword name="AddLanguageDialog.getSelectedLanguage" id="AddLanguageDialog.getSelectedLanguage" ref="eric5.Project.AddLanguageDialog.html#AddLanguageDialog.getSelectedLanguage" />
+      <keyword name="UserPropertiesDialog (Module)" id="UserPropertiesDialog (Module)" ref="eric5.Project.UserPropertiesDialog.html" />
+      <keyword name="UserPropertiesDialog" id="UserPropertiesDialog" ref="eric5.Project.UserPropertiesDialog.html#UserPropertiesDialog" />
+      <keyword name="UserPropertiesDialog (Constructor)" id="UserPropertiesDialog (Constructor)" ref="eric5.Project.UserPropertiesDialog.html#UserPropertiesDialog.__init__" />
+      <keyword name="UserPropertiesDialog.storeData" id="UserPropertiesDialog.storeData" ref="eric5.Project.UserPropertiesDialog.html#UserPropertiesDialog.storeData" />
+      <keyword name="AddFileDialog (Module)" id="AddFileDialog (Module)" ref="eric5.Project.AddFileDialog.html" />
+      <keyword name="AddFileDialog" id="AddFileDialog" ref="eric5.Project.AddFileDialog.html#AddFileDialog" />
+      <keyword name="AddFileDialog (Constructor)" id="AddFileDialog (Constructor)" ref="eric5.Project.AddFileDialog.html#AddFileDialog.__init__" />
+      <keyword name="AddFileDialog.getData" id="AddFileDialog.getData" ref="eric5.Project.AddFileDialog.html#AddFileDialog.getData" />
+      <keyword name="AddFileDialog.on_sourceFileButton_clicked" id="AddFileDialog.on_sourceFileButton_clicked" ref="eric5.Project.AddFileDialog.html#AddFileDialog.on_sourceFileButton_clicked" />
+      <keyword name="AddFileDialog.on_sourceFileEdit_textChanged" id="AddFileDialog.on_sourceFileEdit_textChanged" ref="eric5.Project.AddFileDialog.html#AddFileDialog.on_sourceFileEdit_textChanged" />
+      <keyword name="AddFileDialog.on_targetDirButton_clicked" id="AddFileDialog.on_targetDirButton_clicked" ref="eric5.Project.AddFileDialog.html#AddFileDialog.on_targetDirButton_clicked" />
+      <keyword name="AddFoundFilesDialog (Module)" id="AddFoundFilesDialog (Module)" ref="eric5.Project.AddFoundFilesDialog.html" />
+      <keyword name="AddFoundFilesDialog" id="AddFoundFilesDialog" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog" />
+      <keyword name="AddFoundFilesDialog (Constructor)" id="AddFoundFilesDialog (Constructor)" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.__init__" />
+      <keyword name="AddFoundFilesDialog.getSelection" id="AddFoundFilesDialog.getSelection" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.getSelection" />
+      <keyword name="AddFoundFilesDialog.on_addAllButton_clicked" id="AddFoundFilesDialog.on_addAllButton_clicked" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.on_addAllButton_clicked" />
+      <keyword name="AddFoundFilesDialog.on_addSelectedButton_clicked" id="AddFoundFilesDialog.on_addSelectedButton_clicked" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.on_addSelectedButton_clicked" />
+      <keyword name="AddFoundFilesDialog.on_buttonBox_clicked" id="AddFoundFilesDialog.on_buttonBox_clicked" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.on_buttonBox_clicked" />
+      <keyword name="ProjectSourcesBrowser (Module)" id="ProjectSourcesBrowser (Module)" ref="eric5.Project.ProjectSourcesBrowser.html" />
+      <keyword name="ProjectSourcesBrowser" id="ProjectSourcesBrowser" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser" />
+      <keyword name="ProjectSourcesBrowser (Constructor)" id="ProjectSourcesBrowser (Constructor)" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__init__" />
+      <keyword name="ProjectSourcesBrowser.__addNewPackage" id="ProjectSourcesBrowser.__addNewPackage" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__addNewPackage" />
+      <keyword name="ProjectSourcesBrowser.__addSourceDirectory" id="ProjectSourcesBrowser.__addSourceDirectory" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__addSourceDirectory" />
+      <keyword name="ProjectSourcesBrowser.__addSourceFiles" id="ProjectSourcesBrowser.__addSourceFiles" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__addSourceFiles" />
+      <keyword name="ProjectSourcesBrowser.__closeAllWindows" id="ProjectSourcesBrowser.__closeAllWindows" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__closeAllWindows" />
+      <keyword name="ProjectSourcesBrowser.__createPythonPopupMenus" id="ProjectSourcesBrowser.__createPythonPopupMenus" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__createPythonPopupMenus" />
+      <keyword name="ProjectSourcesBrowser.__createRubyPopupMenus" id="ProjectSourcesBrowser.__createRubyPopupMenus" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__createRubyPopupMenus" />
+      <keyword name="ProjectSourcesBrowser.__deleteFile" id="ProjectSourcesBrowser.__deleteFile" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__deleteFile" />
+      <keyword name="ProjectSourcesBrowser.__showApplicationDiagram" id="ProjectSourcesBrowser.__showApplicationDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showApplicationDiagram" />
+      <keyword name="ProjectSourcesBrowser.__showClassDiagram" id="ProjectSourcesBrowser.__showClassDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showClassDiagram" />
+      <keyword name="ProjectSourcesBrowser.__showCodeCoverage" id="ProjectSourcesBrowser.__showCodeCoverage" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showCodeCoverage" />
+      <keyword name="ProjectSourcesBrowser.__showCodeMetrics" id="ProjectSourcesBrowser.__showCodeMetrics" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showCodeMetrics" />
+      <keyword name="ProjectSourcesBrowser.__showContextMenu" id="ProjectSourcesBrowser.__showContextMenu" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenu" />
+      <keyword name="ProjectSourcesBrowser.__showContextMenuBack" id="ProjectSourcesBrowser.__showContextMenuBack" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuBack" />
+      <keyword name="ProjectSourcesBrowser.__showContextMenuCheck" id="ProjectSourcesBrowser.__showContextMenuCheck" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuCheck" />
+      <keyword name="ProjectSourcesBrowser.__showContextMenuDir" id="ProjectSourcesBrowser.__showContextMenuDir" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuDir" />
+      <keyword name="ProjectSourcesBrowser.__showContextMenuDirMulti" id="ProjectSourcesBrowser.__showContextMenuDirMulti" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuDirMulti" />
+      <keyword name="ProjectSourcesBrowser.__showContextMenuGraphics" id="ProjectSourcesBrowser.__showContextMenuGraphics" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuGraphics" />
+      <keyword name="ProjectSourcesBrowser.__showContextMenuMulti" id="ProjectSourcesBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuMulti" />
+      <keyword name="ProjectSourcesBrowser.__showContextMenuShow" id="ProjectSourcesBrowser.__showContextMenuShow" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuShow" />
+      <keyword name="ProjectSourcesBrowser.__showImportsDiagram" id="ProjectSourcesBrowser.__showImportsDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showImportsDiagram" />
+      <keyword name="ProjectSourcesBrowser.__showPackageDiagram" id="ProjectSourcesBrowser.__showPackageDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showPackageDiagram" />
+      <keyword name="ProjectSourcesBrowser.__showProfileData" id="ProjectSourcesBrowser.__showProfileData" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showProfileData" />
+      <keyword name="ProjectSourcesBrowser._contextMenuRequested" id="ProjectSourcesBrowser._contextMenuRequested" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._contextMenuRequested" />
+      <keyword name="ProjectSourcesBrowser._createPopupMenus" id="ProjectSourcesBrowser._createPopupMenus" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._createPopupMenus" />
+      <keyword name="ProjectSourcesBrowser._openItem" id="ProjectSourcesBrowser._openItem" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._openItem" />
+      <keyword name="ProjectSourcesBrowser._projectClosed" id="ProjectSourcesBrowser._projectClosed" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._projectClosed" />
+      <keyword name="ProjectResourcesBrowser (Module)" id="ProjectResourcesBrowser (Module)" ref="eric5.Project.ProjectResourcesBrowser.html" />
+      <keyword name="ProjectResourcesBrowser" id="ProjectResourcesBrowser" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser" />
+      <keyword name="ProjectResourcesBrowser (Constructor)" id="ProjectResourcesBrowser (Constructor)" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__init__" />
+      <keyword name="ProjectResourcesBrowser.__addResourceFiles" id="ProjectResourcesBrowser.__addResourceFiles" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__addResourceFiles" />
+      <keyword name="ProjectResourcesBrowser.__addResourcesDirectory" id="ProjectResourcesBrowser.__addResourcesDirectory" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__addResourcesDirectory" />
+      <keyword name="ProjectResourcesBrowser.__checkResourcesNewer" id="ProjectResourcesBrowser.__checkResourcesNewer" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__checkResourcesNewer" />
+      <keyword name="ProjectResourcesBrowser.__compileAllResources" id="ProjectResourcesBrowser.__compileAllResources" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileAllResources" />
+      <keyword name="ProjectResourcesBrowser.__compileQRC" id="ProjectResourcesBrowser.__compileQRC" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileQRC" />
+      <keyword name="ProjectResourcesBrowser.__compileQRCDone" id="ProjectResourcesBrowser.__compileQRCDone" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileQRCDone" />
+      <keyword name="ProjectResourcesBrowser.__compileResource" id="ProjectResourcesBrowser.__compileResource" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileResource" />
+      <keyword name="ProjectResourcesBrowser.__compileSelectedResources" id="ProjectResourcesBrowser.__compileSelectedResources" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileSelectedResources" />
+      <keyword name="ProjectResourcesBrowser.__deleteFile" id="ProjectResourcesBrowser.__deleteFile" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__deleteFile" />
+      <keyword name="ProjectResourcesBrowser.__newResource" id="ProjectResourcesBrowser.__newResource" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__newResource" />
+      <keyword name="ProjectResourcesBrowser.__openFile" id="ProjectResourcesBrowser.__openFile" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__openFile" />
+      <keyword name="ProjectResourcesBrowser.__readStderr" id="ProjectResourcesBrowser.__readStderr" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__readStderr" />
+      <keyword name="ProjectResourcesBrowser.__readStdout" id="ProjectResourcesBrowser.__readStdout" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__readStdout" />
+      <keyword name="ProjectResourcesBrowser.__showContextMenu" id="ProjectResourcesBrowser.__showContextMenu" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenu" />
+      <keyword name="ProjectResourcesBrowser.__showContextMenuBack" id="ProjectResourcesBrowser.__showContextMenuBack" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuBack" />
+      <keyword name="ProjectResourcesBrowser.__showContextMenuDir" id="ProjectResourcesBrowser.__showContextMenuDir" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuDir" />
+      <keyword name="ProjectResourcesBrowser.__showContextMenuDirMulti" id="ProjectResourcesBrowser.__showContextMenuDirMulti" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuDirMulti" />
+      <keyword name="ProjectResourcesBrowser.__showContextMenuMulti" id="ProjectResourcesBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuMulti" />
+      <keyword name="ProjectResourcesBrowser._contextMenuRequested" id="ProjectResourcesBrowser._contextMenuRequested" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._contextMenuRequested" />
+      <keyword name="ProjectResourcesBrowser._createPopupMenus" id="ProjectResourcesBrowser._createPopupMenus" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._createPopupMenus" />
+      <keyword name="ProjectResourcesBrowser._initHookMethods" id="ProjectResourcesBrowser._initHookMethods" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._initHookMethods" />
+      <keyword name="ProjectResourcesBrowser._openItem" id="ProjectResourcesBrowser._openItem" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._openItem" />
+      <keyword name="ProjectResourcesBrowser.compileChangedResources" id="ProjectResourcesBrowser.compileChangedResources" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.compileChangedResources" />
+      <keyword name="ProjectResourcesBrowser.handlePreferencesChanged" id="ProjectResourcesBrowser.handlePreferencesChanged" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.handlePreferencesChanged" />
+      <keyword name="CreateDialogCodeDialog (Module)" id="CreateDialogCodeDialog (Module)" ref="eric5.Project.CreateDialogCodeDialog.html" />
+      <keyword name="CreateDialogCodeDialog" id="CreateDialogCodeDialog" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog" />
+      <keyword name="CreateDialogCodeDialog (Constructor)" id="CreateDialogCodeDialog (Constructor)" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__init__" />
+      <keyword name="CreateDialogCodeDialog.__className" id="CreateDialogCodeDialog.__className" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__className" />
+      <keyword name="CreateDialogCodeDialog.__generateCode" id="CreateDialogCodeDialog.__generateCode" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__generateCode" />
+      <keyword name="CreateDialogCodeDialog.__generatePythonCode" id="CreateDialogCodeDialog.__generatePythonCode" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__generatePythonCode" />
+      <keyword name="CreateDialogCodeDialog.__mapType" id="CreateDialogCodeDialog.__mapType" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__mapType" />
+      <keyword name="CreateDialogCodeDialog.__objectName" id="CreateDialogCodeDialog.__objectName" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__objectName" />
+      <keyword name="CreateDialogCodeDialog.__signatures" id="CreateDialogCodeDialog.__signatures" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__signatures" />
+      <keyword name="CreateDialogCodeDialog.__updateSlotsModel" id="CreateDialogCodeDialog.__updateSlotsModel" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__updateSlotsModel" />
+      <keyword name="CreateDialogCodeDialog.initError" id="CreateDialogCodeDialog.initError" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.initError" />
+      <keyword name="CreateDialogCodeDialog.on_buttonBox_clicked" id="CreateDialogCodeDialog.on_buttonBox_clicked" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_buttonBox_clicked" />
+      <keyword name="CreateDialogCodeDialog.on_classNameCombo_activated" id="CreateDialogCodeDialog.on_classNameCombo_activated" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_classNameCombo_activated" />
+      <keyword name="CreateDialogCodeDialog.on_clearFilterButton_clicked" id="CreateDialogCodeDialog.on_clearFilterButton_clicked" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_clearFilterButton_clicked" />
+      <keyword name="CreateDialogCodeDialog.on_filterEdit_textChanged" id="CreateDialogCodeDialog.on_filterEdit_textChanged" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_filterEdit_textChanged" />
+      <keyword name="CreateDialogCodeDialog.on_newButton_clicked" id="CreateDialogCodeDialog.on_newButton_clicked" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_newButton_clicked" />
+      <keyword name="ProjectFormsBrowser (Module)" id="ProjectFormsBrowser (Module)" ref="eric5.Project.ProjectFormsBrowser.html" />
+      <keyword name="ProjectFormsBrowser" id="ProjectFormsBrowser" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser" />
+      <keyword name="ProjectFormsBrowser (Constructor)" id="ProjectFormsBrowser (Constructor)" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__init__" />
+      <keyword name="ProjectFormsBrowser.__TRPreview" id="ProjectFormsBrowser.__TRPreview" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__TRPreview" />
+      <keyword name="ProjectFormsBrowser.__UIPreview" id="ProjectFormsBrowser.__UIPreview" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__UIPreview" />
+      <keyword name="ProjectFormsBrowser.__addFormFiles" id="ProjectFormsBrowser.__addFormFiles" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__addFormFiles" />
+      <keyword name="ProjectFormsBrowser.__addFormsDirectory" id="ProjectFormsBrowser.__addFormsDirectory" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__addFormsDirectory" />
+      <keyword name="ProjectFormsBrowser.__compileAllForms" id="ProjectFormsBrowser.__compileAllForms" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileAllForms" />
+      <keyword name="ProjectFormsBrowser.__compileForm" id="ProjectFormsBrowser.__compileForm" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileForm" />
+      <keyword name="ProjectFormsBrowser.__compileSelectedForms" id="ProjectFormsBrowser.__compileSelectedForms" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileSelectedForms" />
+      <keyword name="ProjectFormsBrowser.__compileUI" id="ProjectFormsBrowser.__compileUI" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileUI" />
+      <keyword name="ProjectFormsBrowser.__compileUIDone" id="ProjectFormsBrowser.__compileUIDone" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileUIDone" />
+      <keyword name="ProjectFormsBrowser.__deleteFile" id="ProjectFormsBrowser.__deleteFile" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__deleteFile" />
+      <keyword name="ProjectFormsBrowser.__generateDialogCode" id="ProjectFormsBrowser.__generateDialogCode" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__generateDialogCode" />
+      <keyword name="ProjectFormsBrowser.__newForm" id="ProjectFormsBrowser.__newForm" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__newForm" />
+      <keyword name="ProjectFormsBrowser.__newUiForm" id="ProjectFormsBrowser.__newUiForm" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__newUiForm" />
+      <keyword name="ProjectFormsBrowser.__openFile" id="ProjectFormsBrowser.__openFile" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__openFile" />
+      <keyword name="ProjectFormsBrowser.__openFileInEditor" id="ProjectFormsBrowser.__openFileInEditor" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__openFileInEditor" />
+      <keyword name="ProjectFormsBrowser.__readStderr" id="ProjectFormsBrowser.__readStderr" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__readStderr" />
+      <keyword name="ProjectFormsBrowser.__readStdout" id="ProjectFormsBrowser.__readStdout" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__readStdout" />
+      <keyword name="ProjectFormsBrowser.__showContextMenu" id="ProjectFormsBrowser.__showContextMenu" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenu" />
+      <keyword name="ProjectFormsBrowser.__showContextMenuBack" id="ProjectFormsBrowser.__showContextMenuBack" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuBack" />
+      <keyword name="ProjectFormsBrowser.__showContextMenuDir" id="ProjectFormsBrowser.__showContextMenuDir" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuDir" />
+      <keyword name="ProjectFormsBrowser.__showContextMenuDirMulti" id="ProjectFormsBrowser.__showContextMenuDirMulti" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuDirMulti" />
+      <keyword name="ProjectFormsBrowser.__showContextMenuMulti" id="ProjectFormsBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuMulti" />
+      <keyword name="ProjectFormsBrowser._contextMenuRequested" id="ProjectFormsBrowser._contextMenuRequested" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._contextMenuRequested" />
+      <keyword name="ProjectFormsBrowser._createPopupMenus" id="ProjectFormsBrowser._createPopupMenus" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._createPopupMenus" />
+      <keyword name="ProjectFormsBrowser._initHookMethods" id="ProjectFormsBrowser._initHookMethods" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._initHookMethods" />
+      <keyword name="ProjectFormsBrowser._openItem" id="ProjectFormsBrowser._openItem" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._openItem" />
+      <keyword name="ProjectFormsBrowser.compileChangedForms" id="ProjectFormsBrowser.compileChangedForms" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.compileChangedForms" />
+      <keyword name="ProjectFormsBrowser.handlePreferencesChanged" id="ProjectFormsBrowser.handlePreferencesChanged" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.handlePreferencesChanged" />
       <keyword name="ProjectBaseBrowser (Module)" id="ProjectBaseBrowser (Module)" ref="eric5.Project.ProjectBaseBrowser.html" />
       <keyword name="ProjectBaseBrowser" id="ProjectBaseBrowser" ref="eric5.Project.ProjectBaseBrowser.html#ProjectBaseBrowser" />
       <keyword name="ProjectBaseBrowser (Constructor)" id="ProjectBaseBrowser (Constructor)" ref="eric5.Project.ProjectBaseBrowser.html#ProjectBaseBrowser.__init__" />
@@ -3838,23 +4859,6 @@
       <keyword name="ProjectBaseBrowser.selectLocalEntries" id="ProjectBaseBrowser.selectLocalEntries" ref="eric5.Project.ProjectBaseBrowser.html#ProjectBaseBrowser.selectLocalEntries" />
       <keyword name="ProjectBaseBrowser.selectVCSDirEntries" id="ProjectBaseBrowser.selectVCSDirEntries" ref="eric5.Project.ProjectBaseBrowser.html#ProjectBaseBrowser.selectVCSDirEntries" />
       <keyword name="ProjectBaseBrowser.selectVCSEntries" id="ProjectBaseBrowser.selectVCSEntries" ref="eric5.Project.ProjectBaseBrowser.html#ProjectBaseBrowser.selectVCSEntries" />
-      <keyword name="ProjectBrowser (Module)" id="ProjectBrowser (Module)" ref="eric5.Project.ProjectBrowser.html" />
-      <keyword name="ProjectBrowser" id="ProjectBrowser" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser" />
-      <keyword name="ProjectBrowser (Constructor)" id="ProjectBrowser (Constructor)" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__init__" />
-      <keyword name="ProjectBrowser.__currentChanged" id="ProjectBrowser.__currentChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__currentChanged" />
-      <keyword name="ProjectBrowser.__newProject" id="ProjectBrowser.__newProject" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__newProject" />
-      <keyword name="ProjectBrowser.__projectClosed" id="ProjectBrowser.__projectClosed" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__projectClosed" />
-      <keyword name="ProjectBrowser.__projectOpened" id="ProjectBrowser.__projectOpened" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__projectOpened" />
-      <keyword name="ProjectBrowser.__projectPropertiesChanged" id="ProjectBrowser.__projectPropertiesChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__projectPropertiesChanged" />
-      <keyword name="ProjectBrowser.__setBrowsersAvailable" id="ProjectBrowser.__setBrowsersAvailable" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__setBrowsersAvailable" />
-      <keyword name="ProjectBrowser.__setSourcesIcon" id="ProjectBrowser.__setSourcesIcon" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__setSourcesIcon" />
-      <keyword name="ProjectBrowser.__vcsStateChanged" id="ProjectBrowser.__vcsStateChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__vcsStateChanged" />
-      <keyword name="ProjectBrowser.getProjectBrowser" id="ProjectBrowser.getProjectBrowser" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.getProjectBrowser" />
-      <keyword name="ProjectBrowser.getProjectBrowsers" id="ProjectBrowser.getProjectBrowsers" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.getProjectBrowsers" />
-      <keyword name="ProjectBrowser.handleEditorChanged" id="ProjectBrowser.handleEditorChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.handleEditorChanged" />
-      <keyword name="ProjectBrowser.handlePreferencesChanged" id="ProjectBrowser.handlePreferencesChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.handlePreferencesChanged" />
-      <keyword name="ProjectBrowser.showEvent" id="ProjectBrowser.showEvent" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.showEvent" />
-      <keyword name="ProjectBrowserFlags (Module)" id="ProjectBrowserFlags (Module)" ref="eric5.Project.ProjectBrowserFlags.html" />
       <keyword name="ProjectBrowserModel (Module)" id="ProjectBrowserModel (Module)" ref="eric5.Project.ProjectBrowserModel.html" />
       <keyword name="ProjectBrowserDirectoryItem" id="ProjectBrowserDirectoryItem" ref="eric5.Project.ProjectBrowserModel.html#ProjectBrowserDirectoryItem" />
       <keyword name="ProjectBrowserFileItem" id="ProjectBrowserFileItem" ref="eric5.Project.ProjectBrowserModel.html#ProjectBrowserFileItem" />
@@ -3896,42 +4900,6 @@
       <keyword name="ProjectBrowserSimpleDirectoryItem.dirName" id="ProjectBrowserSimpleDirectoryItem.dirName" ref="eric5.Project.ProjectBrowserModel.html#ProjectBrowserSimpleDirectoryItem.dirName" />
       <keyword name="ProjectBrowserSimpleDirectoryItem.lessThan" id="ProjectBrowserSimpleDirectoryItem.lessThan" ref="eric5.Project.ProjectBrowserModel.html#ProjectBrowserSimpleDirectoryItem.lessThan" />
       <keyword name="ProjectBrowserSimpleDirectoryItem.setName" id="ProjectBrowserSimpleDirectoryItem.setName" ref="eric5.Project.ProjectBrowserModel.html#ProjectBrowserSimpleDirectoryItem.setName" />
-      <keyword name="ProjectBrowserSortFilterProxyModel (Module)" id="ProjectBrowserSortFilterProxyModel (Module)" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html" />
-      <keyword name="ProjectBrowserSortFilterProxyModel" id="ProjectBrowserSortFilterProxyModel" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel" />
-      <keyword name="ProjectBrowserSortFilterProxyModel (Constructor)" id="ProjectBrowserSortFilterProxyModel (Constructor)" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel.__init__" />
-      <keyword name="ProjectBrowserSortFilterProxyModel.filterAcceptsRow" id="ProjectBrowserSortFilterProxyModel.filterAcceptsRow" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel.filterAcceptsRow" />
-      <keyword name="ProjectBrowserSortFilterProxyModel.preferencesChanged" id="ProjectBrowserSortFilterProxyModel.preferencesChanged" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel.preferencesChanged" />
-      <keyword name="ProjectFormsBrowser (Module)" id="ProjectFormsBrowser (Module)" ref="eric5.Project.ProjectFormsBrowser.html" />
-      <keyword name="ProjectFormsBrowser" id="ProjectFormsBrowser" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser" />
-      <keyword name="ProjectFormsBrowser (Constructor)" id="ProjectFormsBrowser (Constructor)" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__init__" />
-      <keyword name="ProjectFormsBrowser.__TRPreview" id="ProjectFormsBrowser.__TRPreview" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__TRPreview" />
-      <keyword name="ProjectFormsBrowser.__UIPreview" id="ProjectFormsBrowser.__UIPreview" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__UIPreview" />
-      <keyword name="ProjectFormsBrowser.__addFormFiles" id="ProjectFormsBrowser.__addFormFiles" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__addFormFiles" />
-      <keyword name="ProjectFormsBrowser.__addFormsDirectory" id="ProjectFormsBrowser.__addFormsDirectory" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__addFormsDirectory" />
-      <keyword name="ProjectFormsBrowser.__compileAllForms" id="ProjectFormsBrowser.__compileAllForms" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileAllForms" />
-      <keyword name="ProjectFormsBrowser.__compileForm" id="ProjectFormsBrowser.__compileForm" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileForm" />
-      <keyword name="ProjectFormsBrowser.__compileSelectedForms" id="ProjectFormsBrowser.__compileSelectedForms" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileSelectedForms" />
-      <keyword name="ProjectFormsBrowser.__compileUI" id="ProjectFormsBrowser.__compileUI" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileUI" />
-      <keyword name="ProjectFormsBrowser.__compileUIDone" id="ProjectFormsBrowser.__compileUIDone" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileUIDone" />
-      <keyword name="ProjectFormsBrowser.__deleteFile" id="ProjectFormsBrowser.__deleteFile" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__deleteFile" />
-      <keyword name="ProjectFormsBrowser.__generateDialogCode" id="ProjectFormsBrowser.__generateDialogCode" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__generateDialogCode" />
-      <keyword name="ProjectFormsBrowser.__newForm" id="ProjectFormsBrowser.__newForm" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__newForm" />
-      <keyword name="ProjectFormsBrowser.__newUiForm" id="ProjectFormsBrowser.__newUiForm" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__newUiForm" />
-      <keyword name="ProjectFormsBrowser.__openFile" id="ProjectFormsBrowser.__openFile" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__openFile" />
-      <keyword name="ProjectFormsBrowser.__openFileInEditor" id="ProjectFormsBrowser.__openFileInEditor" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__openFileInEditor" />
-      <keyword name="ProjectFormsBrowser.__readStderr" id="ProjectFormsBrowser.__readStderr" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__readStderr" />
-      <keyword name="ProjectFormsBrowser.__readStdout" id="ProjectFormsBrowser.__readStdout" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__readStdout" />
-      <keyword name="ProjectFormsBrowser.__showContextMenu" id="ProjectFormsBrowser.__showContextMenu" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenu" />
-      <keyword name="ProjectFormsBrowser.__showContextMenuBack" id="ProjectFormsBrowser.__showContextMenuBack" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuBack" />
-      <keyword name="ProjectFormsBrowser.__showContextMenuDir" id="ProjectFormsBrowser.__showContextMenuDir" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuDir" />
-      <keyword name="ProjectFormsBrowser.__showContextMenuDirMulti" id="ProjectFormsBrowser.__showContextMenuDirMulti" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuDirMulti" />
-      <keyword name="ProjectFormsBrowser.__showContextMenuMulti" id="ProjectFormsBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuMulti" />
-      <keyword name="ProjectFormsBrowser._contextMenuRequested" id="ProjectFormsBrowser._contextMenuRequested" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._contextMenuRequested" />
-      <keyword name="ProjectFormsBrowser._createPopupMenus" id="ProjectFormsBrowser._createPopupMenus" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._createPopupMenus" />
-      <keyword name="ProjectFormsBrowser._initHookMethods" id="ProjectFormsBrowser._initHookMethods" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._initHookMethods" />
-      <keyword name="ProjectFormsBrowser._openItem" id="ProjectFormsBrowser._openItem" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._openItem" />
-      <keyword name="ProjectFormsBrowser.compileChangedForms" id="ProjectFormsBrowser.compileChangedForms" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.compileChangedForms" />
-      <keyword name="ProjectFormsBrowser.handlePreferencesChanged" id="ProjectFormsBrowser.handlePreferencesChanged" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.handlePreferencesChanged" />
       <keyword name="ProjectInterfacesBrowser (Module)" id="ProjectInterfacesBrowser (Module)" ref="eric5.Project.ProjectInterfacesBrowser.html" />
       <keyword name="ProjectInterfacesBrowser" id="ProjectInterfacesBrowser" ref="eric5.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser" />
       <keyword name="ProjectInterfacesBrowser (Constructor)" id="ProjectInterfacesBrowser (Constructor)" ref="eric5.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser.__init__" />
@@ -3954,76 +4922,48 @@
       <keyword name="ProjectInterfacesBrowser._contextMenuRequested" id="ProjectInterfacesBrowser._contextMenuRequested" ref="eric5.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser._contextMenuRequested" />
       <keyword name="ProjectInterfacesBrowser._createPopupMenus" id="ProjectInterfacesBrowser._createPopupMenus" ref="eric5.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser._createPopupMenus" />
       <keyword name="ProjectInterfacesBrowser._openItem" id="ProjectInterfacesBrowser._openItem" ref="eric5.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser._openItem" />
-      <keyword name="ProjectOthersBrowser (Module)" id="ProjectOthersBrowser (Module)" ref="eric5.Project.ProjectOthersBrowser.html" />
-      <keyword name="ProjectOthersBrowser" id="ProjectOthersBrowser" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser" />
-      <keyword name="ProjectOthersBrowser (Constructor)" id="ProjectOthersBrowser (Constructor)" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__init__" />
-      <keyword name="ProjectOthersBrowser.__deleteItem" id="ProjectOthersBrowser.__deleteItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__deleteItem" />
-      <keyword name="ProjectOthersBrowser.__refreshItem" id="ProjectOthersBrowser.__refreshItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__refreshItem" />
-      <keyword name="ProjectOthersBrowser.__removeItem" id="ProjectOthersBrowser.__removeItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__removeItem" />
-      <keyword name="ProjectOthersBrowser.__showContextMenu" id="ProjectOthersBrowser.__showContextMenu" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__showContextMenu" />
-      <keyword name="ProjectOthersBrowser.__showContextMenuBack" id="ProjectOthersBrowser.__showContextMenuBack" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__showContextMenuBack" />
-      <keyword name="ProjectOthersBrowser.__showContextMenuMulti" id="ProjectOthersBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__showContextMenuMulti" />
-      <keyword name="ProjectOthersBrowser._contextMenuRequested" id="ProjectOthersBrowser._contextMenuRequested" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._contextMenuRequested" />
-      <keyword name="ProjectOthersBrowser._createPopupMenus" id="ProjectOthersBrowser._createPopupMenus" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._createPopupMenus" />
-      <keyword name="ProjectOthersBrowser._editPixmap" id="ProjectOthersBrowser._editPixmap" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._editPixmap" />
-      <keyword name="ProjectOthersBrowser._openItem" id="ProjectOthersBrowser._openItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._openItem" />
-      <keyword name="ProjectOthersBrowser._showContextMenu" id="ProjectOthersBrowser._showContextMenu" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._showContextMenu" />
-      <keyword name="ProjectResourcesBrowser (Module)" id="ProjectResourcesBrowser (Module)" ref="eric5.Project.ProjectResourcesBrowser.html" />
-      <keyword name="ProjectResourcesBrowser" id="ProjectResourcesBrowser" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser" />
-      <keyword name="ProjectResourcesBrowser (Constructor)" id="ProjectResourcesBrowser (Constructor)" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__init__" />
-      <keyword name="ProjectResourcesBrowser.__addResourceFiles" id="ProjectResourcesBrowser.__addResourceFiles" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__addResourceFiles" />
-      <keyword name="ProjectResourcesBrowser.__addResourcesDirectory" id="ProjectResourcesBrowser.__addResourcesDirectory" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__addResourcesDirectory" />
-      <keyword name="ProjectResourcesBrowser.__checkResourcesNewer" id="ProjectResourcesBrowser.__checkResourcesNewer" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__checkResourcesNewer" />
-      <keyword name="ProjectResourcesBrowser.__compileAllResources" id="ProjectResourcesBrowser.__compileAllResources" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileAllResources" />
-      <keyword name="ProjectResourcesBrowser.__compileQRC" id="ProjectResourcesBrowser.__compileQRC" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileQRC" />
-      <keyword name="ProjectResourcesBrowser.__compileQRCDone" id="ProjectResourcesBrowser.__compileQRCDone" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileQRCDone" />
-      <keyword name="ProjectResourcesBrowser.__compileResource" id="ProjectResourcesBrowser.__compileResource" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileResource" />
-      <keyword name="ProjectResourcesBrowser.__compileSelectedResources" id="ProjectResourcesBrowser.__compileSelectedResources" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileSelectedResources" />
-      <keyword name="ProjectResourcesBrowser.__deleteFile" id="ProjectResourcesBrowser.__deleteFile" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__deleteFile" />
-      <keyword name="ProjectResourcesBrowser.__newResource" id="ProjectResourcesBrowser.__newResource" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__newResource" />
-      <keyword name="ProjectResourcesBrowser.__openFile" id="ProjectResourcesBrowser.__openFile" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__openFile" />
-      <keyword name="ProjectResourcesBrowser.__readStderr" id="ProjectResourcesBrowser.__readStderr" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__readStderr" />
-      <keyword name="ProjectResourcesBrowser.__readStdout" id="ProjectResourcesBrowser.__readStdout" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__readStdout" />
-      <keyword name="ProjectResourcesBrowser.__showContextMenu" id="ProjectResourcesBrowser.__showContextMenu" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenu" />
-      <keyword name="ProjectResourcesBrowser.__showContextMenuBack" id="ProjectResourcesBrowser.__showContextMenuBack" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuBack" />
-      <keyword name="ProjectResourcesBrowser.__showContextMenuDir" id="ProjectResourcesBrowser.__showContextMenuDir" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuDir" />
-      <keyword name="ProjectResourcesBrowser.__showContextMenuDirMulti" id="ProjectResourcesBrowser.__showContextMenuDirMulti" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuDirMulti" />
-      <keyword name="ProjectResourcesBrowser.__showContextMenuMulti" id="ProjectResourcesBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuMulti" />
-      <keyword name="ProjectResourcesBrowser._contextMenuRequested" id="ProjectResourcesBrowser._contextMenuRequested" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._contextMenuRequested" />
-      <keyword name="ProjectResourcesBrowser._createPopupMenus" id="ProjectResourcesBrowser._createPopupMenus" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._createPopupMenus" />
-      <keyword name="ProjectResourcesBrowser._initHookMethods" id="ProjectResourcesBrowser._initHookMethods" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._initHookMethods" />
-      <keyword name="ProjectResourcesBrowser._openItem" id="ProjectResourcesBrowser._openItem" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._openItem" />
-      <keyword name="ProjectResourcesBrowser.compileChangedResources" id="ProjectResourcesBrowser.compileChangedResources" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.compileChangedResources" />
-      <keyword name="ProjectResourcesBrowser.handlePreferencesChanged" id="ProjectResourcesBrowser.handlePreferencesChanged" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.handlePreferencesChanged" />
-      <keyword name="ProjectSourcesBrowser (Module)" id="ProjectSourcesBrowser (Module)" ref="eric5.Project.ProjectSourcesBrowser.html" />
-      <keyword name="ProjectSourcesBrowser" id="ProjectSourcesBrowser" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser" />
-      <keyword name="ProjectSourcesBrowser (Constructor)" id="ProjectSourcesBrowser (Constructor)" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__init__" />
-      <keyword name="ProjectSourcesBrowser.__addNewPackage" id="ProjectSourcesBrowser.__addNewPackage" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__addNewPackage" />
-      <keyword name="ProjectSourcesBrowser.__addSourceDirectory" id="ProjectSourcesBrowser.__addSourceDirectory" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__addSourceDirectory" />
-      <keyword name="ProjectSourcesBrowser.__addSourceFiles" id="ProjectSourcesBrowser.__addSourceFiles" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__addSourceFiles" />
-      <keyword name="ProjectSourcesBrowser.__closeAllWindows" id="ProjectSourcesBrowser.__closeAllWindows" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__closeAllWindows" />
-      <keyword name="ProjectSourcesBrowser.__createPythonPopupMenus" id="ProjectSourcesBrowser.__createPythonPopupMenus" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__createPythonPopupMenus" />
-      <keyword name="ProjectSourcesBrowser.__createRubyPopupMenus" id="ProjectSourcesBrowser.__createRubyPopupMenus" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__createRubyPopupMenus" />
-      <keyword name="ProjectSourcesBrowser.__deleteFile" id="ProjectSourcesBrowser.__deleteFile" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__deleteFile" />
-      <keyword name="ProjectSourcesBrowser.__showApplicationDiagram" id="ProjectSourcesBrowser.__showApplicationDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showApplicationDiagram" />
-      <keyword name="ProjectSourcesBrowser.__showClassDiagram" id="ProjectSourcesBrowser.__showClassDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showClassDiagram" />
-      <keyword name="ProjectSourcesBrowser.__showCodeCoverage" id="ProjectSourcesBrowser.__showCodeCoverage" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showCodeCoverage" />
-      <keyword name="ProjectSourcesBrowser.__showCodeMetrics" id="ProjectSourcesBrowser.__showCodeMetrics" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showCodeMetrics" />
-      <keyword name="ProjectSourcesBrowser.__showContextMenu" id="ProjectSourcesBrowser.__showContextMenu" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenu" />
-      <keyword name="ProjectSourcesBrowser.__showContextMenuBack" id="ProjectSourcesBrowser.__showContextMenuBack" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuBack" />
-      <keyword name="ProjectSourcesBrowser.__showContextMenuCheck" id="ProjectSourcesBrowser.__showContextMenuCheck" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuCheck" />
-      <keyword name="ProjectSourcesBrowser.__showContextMenuDir" id="ProjectSourcesBrowser.__showContextMenuDir" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuDir" />
-      <keyword name="ProjectSourcesBrowser.__showContextMenuDirMulti" id="ProjectSourcesBrowser.__showContextMenuDirMulti" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuDirMulti" />
-      <keyword name="ProjectSourcesBrowser.__showContextMenuGraphics" id="ProjectSourcesBrowser.__showContextMenuGraphics" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuGraphics" />
-      <keyword name="ProjectSourcesBrowser.__showContextMenuMulti" id="ProjectSourcesBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuMulti" />
-      <keyword name="ProjectSourcesBrowser.__showContextMenuShow" id="ProjectSourcesBrowser.__showContextMenuShow" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuShow" />
-      <keyword name="ProjectSourcesBrowser.__showImportsDiagram" id="ProjectSourcesBrowser.__showImportsDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showImportsDiagram" />
-      <keyword name="ProjectSourcesBrowser.__showPackageDiagram" id="ProjectSourcesBrowser.__showPackageDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showPackageDiagram" />
-      <keyword name="ProjectSourcesBrowser.__showProfileData" id="ProjectSourcesBrowser.__showProfileData" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showProfileData" />
-      <keyword name="ProjectSourcesBrowser._contextMenuRequested" id="ProjectSourcesBrowser._contextMenuRequested" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._contextMenuRequested" />
-      <keyword name="ProjectSourcesBrowser._createPopupMenus" id="ProjectSourcesBrowser._createPopupMenus" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._createPopupMenus" />
-      <keyword name="ProjectSourcesBrowser._openItem" id="ProjectSourcesBrowser._openItem" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._openItem" />
-      <keyword name="ProjectSourcesBrowser._projectClosed" id="ProjectSourcesBrowser._projectClosed" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._projectClosed" />
+      <keyword name="PropertiesDialog (Module)" id="PropertiesDialog (Module)" ref="eric5.Project.PropertiesDialog.html" />
+      <keyword name="PropertiesDialog" id="PropertiesDialog" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog" />
+      <keyword name="PropertiesDialog (Constructor)" id="PropertiesDialog (Constructor)" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.__init__" />
+      <keyword name="PropertiesDialog.getPPath" id="PropertiesDialog.getPPath" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.getPPath" />
+      <keyword name="PropertiesDialog.getProjectType" id="PropertiesDialog.getProjectType" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.getProjectType" />
+      <keyword name="PropertiesDialog.on_dirButton_clicked" id="PropertiesDialog.on_dirButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_dirButton_clicked" />
+      <keyword name="PropertiesDialog.on_mainscriptButton_clicked" id="PropertiesDialog.on_mainscriptButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_mainscriptButton_clicked" />
+      <keyword name="PropertiesDialog.on_spellPropertiesButton_clicked" id="PropertiesDialog.on_spellPropertiesButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_spellPropertiesButton_clicked" />
+      <keyword name="PropertiesDialog.on_transPropertiesButton_clicked" id="PropertiesDialog.on_transPropertiesButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_transPropertiesButton_clicked" />
+      <keyword name="PropertiesDialog.on_vcsInfoButton_clicked" id="PropertiesDialog.on_vcsInfoButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_vcsInfoButton_clicked" />
+      <keyword name="PropertiesDialog.storeData" id="PropertiesDialog.storeData" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.storeData" />
+      <keyword name="NewPythonPackageDialog (Module)" id="NewPythonPackageDialog (Module)" ref="eric5.Project.NewPythonPackageDialog.html" />
+      <keyword name="NewPythonPackageDialog" id="NewPythonPackageDialog" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog" />
+      <keyword name="NewPythonPackageDialog (Constructor)" id="NewPythonPackageDialog (Constructor)" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog.__init__" />
+      <keyword name="NewPythonPackageDialog.getData" id="NewPythonPackageDialog.getData" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog.getData" />
+      <keyword name="NewPythonPackageDialog.on_packageEdit_textChanged" id="NewPythonPackageDialog.on_packageEdit_textChanged" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog.on_packageEdit_textChanged" />
+      <keyword name="ProjectBrowserFlags (Module)" id="ProjectBrowserFlags (Module)" ref="eric5.Project.ProjectBrowserFlags.html" />
+      <keyword name="LexerAssociationDialog (Module)" id="LexerAssociationDialog (Module)" ref="eric5.Project.LexerAssociationDialog.html" />
+      <keyword name="LexerAssociationDialog" id="LexerAssociationDialog" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog" />
+      <keyword name="LexerAssociationDialog (Constructor)" id="LexerAssociationDialog (Constructor)" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.__init__" />
+      <keyword name="LexerAssociationDialog.on_addLexerButton_clicked" id="LexerAssociationDialog.on_addLexerButton_clicked" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_addLexerButton_clicked" />
+      <keyword name="LexerAssociationDialog.on_deleteLexerButton_clicked" id="LexerAssociationDialog.on_deleteLexerButton_clicked" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_deleteLexerButton_clicked" />
+      <keyword name="LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged" id="LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged" />
+      <keyword name="LexerAssociationDialog.on_editorLexerList_itemActivated" id="LexerAssociationDialog.on_editorLexerList_itemActivated" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_editorLexerList_itemActivated" />
+      <keyword name="LexerAssociationDialog.on_editorLexerList_itemClicked" id="LexerAssociationDialog.on_editorLexerList_itemClicked" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_editorLexerList_itemClicked" />
+      <keyword name="LexerAssociationDialog.transferData" id="LexerAssociationDialog.transferData" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.transferData" />
+      <keyword name="ProjectBrowser (Module)" id="ProjectBrowser (Module)" ref="eric5.Project.ProjectBrowser.html" />
+      <keyword name="ProjectBrowser" id="ProjectBrowser" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser" />
+      <keyword name="ProjectBrowser (Constructor)" id="ProjectBrowser (Constructor)" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__init__" />
+      <keyword name="ProjectBrowser.__currentChanged" id="ProjectBrowser.__currentChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__currentChanged" />
+      <keyword name="ProjectBrowser.__newProject" id="ProjectBrowser.__newProject" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__newProject" />
+      <keyword name="ProjectBrowser.__projectClosed" id="ProjectBrowser.__projectClosed" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__projectClosed" />
+      <keyword name="ProjectBrowser.__projectOpened" id="ProjectBrowser.__projectOpened" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__projectOpened" />
+      <keyword name="ProjectBrowser.__projectPropertiesChanged" id="ProjectBrowser.__projectPropertiesChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__projectPropertiesChanged" />
+      <keyword name="ProjectBrowser.__setBrowsersAvailable" id="ProjectBrowser.__setBrowsersAvailable" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__setBrowsersAvailable" />
+      <keyword name="ProjectBrowser.__setSourcesIcon" id="ProjectBrowser.__setSourcesIcon" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__setSourcesIcon" />
+      <keyword name="ProjectBrowser.__vcsStateChanged" id="ProjectBrowser.__vcsStateChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__vcsStateChanged" />
+      <keyword name="ProjectBrowser.getProjectBrowser" id="ProjectBrowser.getProjectBrowser" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.getProjectBrowser" />
+      <keyword name="ProjectBrowser.getProjectBrowsers" id="ProjectBrowser.getProjectBrowsers" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.getProjectBrowsers" />
+      <keyword name="ProjectBrowser.handleEditorChanged" id="ProjectBrowser.handleEditorChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.handleEditorChanged" />
+      <keyword name="ProjectBrowser.handlePreferencesChanged" id="ProjectBrowser.handlePreferencesChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.handlePreferencesChanged" />
+      <keyword name="ProjectBrowser.showEvent" id="ProjectBrowser.showEvent" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.showEvent" />
       <keyword name="ProjectTranslationsBrowser (Module)" id="ProjectTranslationsBrowser (Module)" ref="eric5.Project.ProjectTranslationsBrowser.html" />
       <keyword name="ProjectTranslationsBrowser" id="ProjectTranslationsBrowser" ref="eric5.Project.ProjectTranslationsBrowser.html#ProjectTranslationsBrowser" />
       <keyword name="ProjectTranslationsBrowser (Constructor)" id="ProjectTranslationsBrowser (Constructor)" ref="eric5.Project.ProjectTranslationsBrowser.html#ProjectTranslationsBrowser.__init__" />
@@ -4059,75 +4999,529 @@
       <keyword name="ProjectTranslationsBrowser._createPopupMenus" id="ProjectTranslationsBrowser._createPopupMenus" ref="eric5.Project.ProjectTranslationsBrowser.html#ProjectTranslationsBrowser._createPopupMenus" />
       <keyword name="ProjectTranslationsBrowser._initHookMethods" id="ProjectTranslationsBrowser._initHookMethods" ref="eric5.Project.ProjectTranslationsBrowser.html#ProjectTranslationsBrowser._initHookMethods" />
       <keyword name="ProjectTranslationsBrowser._openItem" id="ProjectTranslationsBrowser._openItem" ref="eric5.Project.ProjectTranslationsBrowser.html#ProjectTranslationsBrowser._openItem" />
-      <keyword name="PropertiesDialog (Module)" id="PropertiesDialog (Module)" ref="eric5.Project.PropertiesDialog.html" />
-      <keyword name="PropertiesDialog" id="PropertiesDialog" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog" />
-      <keyword name="PropertiesDialog (Constructor)" id="PropertiesDialog (Constructor)" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.__init__" />
-      <keyword name="PropertiesDialog.getPPath" id="PropertiesDialog.getPPath" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.getPPath" />
-      <keyword name="PropertiesDialog.getProjectType" id="PropertiesDialog.getProjectType" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.getProjectType" />
-      <keyword name="PropertiesDialog.on_dirButton_clicked" id="PropertiesDialog.on_dirButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_dirButton_clicked" />
-      <keyword name="PropertiesDialog.on_mainscriptButton_clicked" id="PropertiesDialog.on_mainscriptButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_mainscriptButton_clicked" />
-      <keyword name="PropertiesDialog.on_spellPropertiesButton_clicked" id="PropertiesDialog.on_spellPropertiesButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_spellPropertiesButton_clicked" />
-      <keyword name="PropertiesDialog.on_transPropertiesButton_clicked" id="PropertiesDialog.on_transPropertiesButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_transPropertiesButton_clicked" />
-      <keyword name="PropertiesDialog.on_vcsInfoButton_clicked" id="PropertiesDialog.on_vcsInfoButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_vcsInfoButton_clicked" />
-      <keyword name="PropertiesDialog.storeData" id="PropertiesDialog.storeData" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.storeData" />
-      <keyword name="SpellingPropertiesDialog (Module)" id="SpellingPropertiesDialog (Module)" ref="eric5.Project.SpellingPropertiesDialog.html" />
-      <keyword name="SpellingPropertiesDialog" id="SpellingPropertiesDialog" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog" />
-      <keyword name="SpellingPropertiesDialog (Constructor)" id="SpellingPropertiesDialog (Constructor)" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.__init__" />
-      <keyword name="SpellingPropertiesDialog.initDialog" id="SpellingPropertiesDialog.initDialog" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.initDialog" />
-      <keyword name="SpellingPropertiesDialog.on_pelButton_clicked" id="SpellingPropertiesDialog.on_pelButton_clicked" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.on_pelButton_clicked" />
-      <keyword name="SpellingPropertiesDialog.on_pwlButton_clicked" id="SpellingPropertiesDialog.on_pwlButton_clicked" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.on_pwlButton_clicked" />
-      <keyword name="SpellingPropertiesDialog.storeData" id="SpellingPropertiesDialog.storeData" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.storeData" />
-      <keyword name="TranslationPropertiesDialog (Module)" id="TranslationPropertiesDialog (Module)" ref="eric5.Project.TranslationPropertiesDialog.html" />
-      <keyword name="TranslationPropertiesDialog" id="TranslationPropertiesDialog" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog" />
-      <keyword name="TranslationPropertiesDialog (Constructor)" id="TranslationPropertiesDialog (Constructor)" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.__init__" />
-      <keyword name="TranslationPropertiesDialog.initDialog" id="TranslationPropertiesDialog.initDialog" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.initDialog" />
-      <keyword name="TranslationPropertiesDialog.initFilters" id="TranslationPropertiesDialog.initFilters" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.initFilters" />
-      <keyword name="TranslationPropertiesDialog.on_addExceptionButton_clicked" id="TranslationPropertiesDialog.on_addExceptionButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_addExceptionButton_clicked" />
-      <keyword name="TranslationPropertiesDialog.on_deleteExceptionButton_clicked" id="TranslationPropertiesDialog.on_deleteExceptionButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_deleteExceptionButton_clicked" />
-      <keyword name="TranslationPropertiesDialog.on_exceptDirButton_clicked" id="TranslationPropertiesDialog.on_exceptDirButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptDirButton_clicked" />
-      <keyword name="TranslationPropertiesDialog.on_exceptFileButton_clicked" id="TranslationPropertiesDialog.on_exceptFileButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptFileButton_clicked" />
-      <keyword name="TranslationPropertiesDialog.on_exceptionEdit_textChanged" id="TranslationPropertiesDialog.on_exceptionEdit_textChanged" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptionEdit_textChanged" />
-      <keyword name="TranslationPropertiesDialog.on_exceptionsList_currentRowChanged" id="TranslationPropertiesDialog.on_exceptionsList_currentRowChanged" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptionsList_currentRowChanged" />
-      <keyword name="TranslationPropertiesDialog.on_transBinPathButton_clicked" id="TranslationPropertiesDialog.on_transBinPathButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transBinPathButton_clicked" />
-      <keyword name="TranslationPropertiesDialog.on_transPatternButton_clicked" id="TranslationPropertiesDialog.on_transPatternButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transPatternButton_clicked" />
-      <keyword name="TranslationPropertiesDialog.on_transPatternEdit_textChanged" id="TranslationPropertiesDialog.on_transPatternEdit_textChanged" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transPatternEdit_textChanged" />
-      <keyword name="TranslationPropertiesDialog.storeData" id="TranslationPropertiesDialog.storeData" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.storeData" />
-      <keyword name="UserPropertiesDialog (Module)" id="UserPropertiesDialog (Module)" ref="eric5.Project.UserPropertiesDialog.html" />
-      <keyword name="UserPropertiesDialog" id="UserPropertiesDialog" ref="eric5.Project.UserPropertiesDialog.html#UserPropertiesDialog" />
-      <keyword name="UserPropertiesDialog (Constructor)" id="UserPropertiesDialog (Constructor)" ref="eric5.Project.UserPropertiesDialog.html#UserPropertiesDialog.__init__" />
-      <keyword name="UserPropertiesDialog.storeData" id="UserPropertiesDialog.storeData" ref="eric5.Project.UserPropertiesDialog.html#UserPropertiesDialog.storeData" />
-      <keyword name="PyUnit (Package)" id="PyUnit (Package)" ref="index-eric5.PyUnit.html" />
-      <keyword name="UnittestDialog (Module)" id="UnittestDialog (Module)" ref="eric5.PyUnit.UnittestDialog.html" />
-      <keyword name="QtTestResult" id="QtTestResult" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult" />
-      <keyword name="UnittestDialog" id="UnittestDialog" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog" />
-      <keyword name="UnittestWindow" id="UnittestWindow" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow" />
-      <keyword name="QtTestResult (Constructor)" id="QtTestResult (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.__init__" />
-      <keyword name="QtTestResult.addError" id="QtTestResult.addError" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.addError" />
-      <keyword name="QtTestResult.addFailure" id="QtTestResult.addFailure" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.addFailure" />
-      <keyword name="QtTestResult.startTest" id="QtTestResult.startTest" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.startTest" />
-      <keyword name="QtTestResult.stopTest" id="QtTestResult.stopTest" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.stopTest" />
-      <keyword name="UnittestDialog (Constructor)" id="UnittestDialog (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__init__" />
-      <keyword name="UnittestDialog.__UTPrepared" id="UnittestDialog.__UTPrepared" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__UTPrepared" />
-      <keyword name="UnittestDialog.__setProgressColor" id="UnittestDialog.__setProgressColor" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__setProgressColor" />
-      <keyword name="UnittestDialog.__setRunningMode" id="UnittestDialog.__setRunningMode" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__setRunningMode" />
-      <keyword name="UnittestDialog.__setStoppedMode" id="UnittestDialog.__setStoppedMode" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__setStoppedMode" />
-      <keyword name="UnittestDialog.__showSource" id="UnittestDialog.__showSource" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__showSource" />
-      <keyword name="UnittestDialog.insertProg" id="UnittestDialog.insertProg" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.insertProg" />
-      <keyword name="UnittestDialog.insertTestName" id="UnittestDialog.insertTestName" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.insertTestName" />
-      <keyword name="UnittestDialog.on_buttonBox_clicked" id="UnittestDialog.on_buttonBox_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_buttonBox_clicked" />
-      <keyword name="UnittestDialog.on_errorsListWidget_currentTextChanged" id="UnittestDialog.on_errorsListWidget_currentTextChanged" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_errorsListWidget_currentTextChanged" />
-      <keyword name="UnittestDialog.on_errorsListWidget_itemDoubleClicked" id="UnittestDialog.on_errorsListWidget_itemDoubleClicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_errorsListWidget_itemDoubleClicked" />
-      <keyword name="UnittestDialog.on_fileDialogButton_clicked" id="UnittestDialog.on_fileDialogButton_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_fileDialogButton_clicked" />
-      <keyword name="UnittestDialog.on_startButton_clicked" id="UnittestDialog.on_startButton_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_startButton_clicked" />
-      <keyword name="UnittestDialog.on_stopButton_clicked" id="UnittestDialog.on_stopButton_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_stopButton_clicked" />
-      <keyword name="UnittestDialog.on_testsuiteComboBox_editTextChanged" id="UnittestDialog.on_testsuiteComboBox_editTextChanged" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_testsuiteComboBox_editTextChanged" />
-      <keyword name="UnittestDialog.testErrored" id="UnittestDialog.testErrored" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testErrored" />
-      <keyword name="UnittestDialog.testFailed" id="UnittestDialog.testFailed" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testFailed" />
-      <keyword name="UnittestDialog.testFinished" id="UnittestDialog.testFinished" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testFinished" />
-      <keyword name="UnittestDialog.testStarted" id="UnittestDialog.testStarted" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testStarted" />
-      <keyword name="UnittestWindow (Constructor)" id="UnittestWindow (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow.__init__" />
-      <keyword name="UnittestWindow.eventFilter" id="UnittestWindow.eventFilter" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow.eventFilter" />
+      <keyword name="Plugins (Package)" id="Plugins (Package)" ref="index-eric5.Plugins.html" />
+      <keyword name="PluginVcsSubversion (Module)" id="PluginVcsSubversion (Module)" ref="eric5.Plugins.PluginVcsSubversion.html" />
+      <keyword name="VcsSubversionPlugin" id="VcsSubversionPlugin" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin" />
+      <keyword name="createConfigurationPage" id="createConfigurationPage" ref="eric5.Plugins.PluginVcsSubversion.html#createConfigurationPage" />
+      <keyword name="displayString" id="displayString" ref="eric5.Plugins.PluginVcsSubversion.html#displayString" />
+      <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginVcsSubversion.html#exeDisplayData" />
+      <keyword name="getConfigData" id="getConfigData" ref="eric5.Plugins.PluginVcsSubversion.html#getConfigData" />
+      <keyword name="getVcsSystemIndicator" id="getVcsSystemIndicator" ref="eric5.Plugins.PluginVcsSubversion.html#getVcsSystemIndicator" />
+      <keyword name="prepareUninstall" id="prepareUninstall" ref="eric5.Plugins.PluginVcsSubversion.html#prepareUninstall" />
+      <keyword name="VcsSubversionPlugin (Constructor)" id="VcsSubversionPlugin (Constructor)" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.__init__" />
+      <keyword name="VcsSubversionPlugin.activate" id="VcsSubversionPlugin.activate" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.activate" />
+      <keyword name="VcsSubversionPlugin.deactivate" id="VcsSubversionPlugin.deactivate" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.deactivate" />
+      <keyword name="VcsSubversionPlugin.getConfigPath" id="VcsSubversionPlugin.getConfigPath" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getConfigPath" />
+      <keyword name="VcsSubversionPlugin.getPreferences" id="VcsSubversionPlugin.getPreferences" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getPreferences" />
+      <keyword name="VcsSubversionPlugin.getProjectHelper" id="VcsSubversionPlugin.getProjectHelper" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getProjectHelper" />
+      <keyword name="VcsSubversionPlugin.getServersPath" id="VcsSubversionPlugin.getServersPath" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getServersPath" />
+      <keyword name="VcsSubversionPlugin.prepareUninstall" id="VcsSubversionPlugin.prepareUninstall" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.prepareUninstall" />
+      <keyword name="VcsSubversionPlugin.setPreferences" id="VcsSubversionPlugin.setPreferences" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.setPreferences" />
+      <keyword name="PluginEricdoc (Module)" id="PluginEricdoc (Module)" ref="eric5.Plugins.PluginEricdoc.html" />
+      <keyword name="EricdocPlugin" id="EricdocPlugin" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin" />
+      <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginEricdoc.html#exeDisplayData" />
+      <keyword name="EricdocPlugin (Constructor)" id="EricdocPlugin (Constructor)" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__init__" />
+      <keyword name="EricdocPlugin.__doEricdoc" id="EricdocPlugin.__doEricdoc" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__doEricdoc" />
+      <keyword name="EricdocPlugin.__initialize" id="EricdocPlugin.__initialize" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__initialize" />
+      <keyword name="EricdocPlugin.__projectShowMenu" id="EricdocPlugin.__projectShowMenu" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__projectShowMenu" />
+      <keyword name="EricdocPlugin.activate" id="EricdocPlugin.activate" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.activate" />
+      <keyword name="EricdocPlugin.deactivate" id="EricdocPlugin.deactivate" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.deactivate" />
+      <keyword name="PluginVmMdiArea (Module)" id="PluginVmMdiArea (Module)" ref="eric5.Plugins.PluginVmMdiArea.html" />
+      <keyword name="VmMdiAreaPlugin" id="VmMdiAreaPlugin" ref="eric5.Plugins.PluginVmMdiArea.html#VmMdiAreaPlugin" />
+      <keyword name="previewPix" id="previewPix" ref="eric5.Plugins.PluginVmMdiArea.html#previewPix" />
+      <keyword name="VmMdiAreaPlugin (Constructor)" id="VmMdiAreaPlugin (Constructor)" ref="eric5.Plugins.PluginVmMdiArea.html#VmMdiAreaPlugin.__init__" />
+      <keyword name="VmMdiAreaPlugin.activate" id="VmMdiAreaPlugin.activate" ref="eric5.Plugins.PluginVmMdiArea.html#VmMdiAreaPlugin.activate" />
+      <keyword name="VmMdiAreaPlugin.deactivate" id="VmMdiAreaPlugin.deactivate" ref="eric5.Plugins.PluginVmMdiArea.html#VmMdiAreaPlugin.deactivate" />
+      <keyword name="PluginVcsMercurial (Module)" id="PluginVcsMercurial (Module)" ref="eric5.Plugins.PluginVcsMercurial.html" />
+      <keyword name="VcsMercurialPlugin" id="VcsMercurialPlugin" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin" />
+      <keyword name="createConfigurationPage" id="createConfigurationPage" ref="eric5.Plugins.PluginVcsMercurial.html#createConfigurationPage" />
+      <keyword name="displayString" id="displayString" ref="eric5.Plugins.PluginVcsMercurial.html#displayString" />
+      <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginVcsMercurial.html#exeDisplayData" />
+      <keyword name="getConfigData" id="getConfigData" ref="eric5.Plugins.PluginVcsMercurial.html#getConfigData" />
+      <keyword name="getVcsSystemIndicator" id="getVcsSystemIndicator" ref="eric5.Plugins.PluginVcsMercurial.html#getVcsSystemIndicator" />
+      <keyword name="prepareUninstall" id="prepareUninstall" ref="eric5.Plugins.PluginVcsMercurial.html#prepareUninstall" />
+      <keyword name="VcsMercurialPlugin (Constructor)" id="VcsMercurialPlugin (Constructor)" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.__init__" />
+      <keyword name="VcsMercurialPlugin.activate" id="VcsMercurialPlugin.activate" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.activate" />
+      <keyword name="VcsMercurialPlugin.deactivate" id="VcsMercurialPlugin.deactivate" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.deactivate" />
+      <keyword name="VcsMercurialPlugin.getConfigPath" id="VcsMercurialPlugin.getConfigPath" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.getConfigPath" />
+      <keyword name="VcsMercurialPlugin.getPreferences" id="VcsMercurialPlugin.getPreferences" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.getPreferences" />
+      <keyword name="VcsMercurialPlugin.getProjectHelper" id="VcsMercurialPlugin.getProjectHelper" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.getProjectHelper" />
+      <keyword name="VcsMercurialPlugin.prepareUninstall" id="VcsMercurialPlugin.prepareUninstall" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.prepareUninstall" />
+      <keyword name="VcsMercurialPlugin.setPreferences" id="VcsMercurialPlugin.setPreferences" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.setPreferences" />
+      <keyword name="PluginWizardQColorDialog (Module)" id="PluginWizardQColorDialog (Module)" ref="eric5.Plugins.PluginWizardQColorDialog.html" />
+      <keyword name="ColorDialogWizard" id="ColorDialogWizard" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard" />
+      <keyword name="ColorDialogWizard (Constructor)" id="ColorDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__init__" />
+      <keyword name="ColorDialogWizard.__callForm" id="ColorDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__callForm" />
+      <keyword name="ColorDialogWizard.__handle" id="ColorDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__handle" />
+      <keyword name="ColorDialogWizard.__initAction" id="ColorDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__initAction" />
+      <keyword name="ColorDialogWizard.__initMenu" id="ColorDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__initMenu" />
+      <keyword name="ColorDialogWizard.activate" id="ColorDialogWizard.activate" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.activate" />
+      <keyword name="ColorDialogWizard.deactivate" id="ColorDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.deactivate" />
+      <keyword name="PluginWizardQFontDialog (Module)" id="PluginWizardQFontDialog (Module)" ref="eric5.Plugins.PluginWizardQFontDialog.html" />
+      <keyword name="FontDialogWizard" id="FontDialogWizard" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard" />
+      <keyword name="FontDialogWizard (Constructor)" id="FontDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__init__" />
+      <keyword name="FontDialogWizard.__callForm" id="FontDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__callForm" />
+      <keyword name="FontDialogWizard.__handle" id="FontDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__handle" />
+      <keyword name="FontDialogWizard.__initAction" id="FontDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__initAction" />
+      <keyword name="FontDialogWizard.__initMenu" id="FontDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__initMenu" />
+      <keyword name="FontDialogWizard.activate" id="FontDialogWizard.activate" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.activate" />
+      <keyword name="FontDialogWizard.deactivate" id="FontDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.deactivate" />
+      <keyword name="PluginSyntaxChecker (Module)" id="PluginSyntaxChecker (Module)" ref="eric5.Plugins.PluginSyntaxChecker.html" />
+      <keyword name="SyntaxCheckerPlugin" id="SyntaxCheckerPlugin" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin" />
+      <keyword name="SyntaxCheckerPlugin (Constructor)" id="SyntaxCheckerPlugin (Constructor)" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__init__" />
+      <keyword name="SyntaxCheckerPlugin.__editorClosed" id="SyntaxCheckerPlugin.__editorClosed" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorClosed" />
+      <keyword name="SyntaxCheckerPlugin.__editorOpened" id="SyntaxCheckerPlugin.__editorOpened" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorOpened" />
+      <keyword name="SyntaxCheckerPlugin.__editorShowMenu" id="SyntaxCheckerPlugin.__editorShowMenu" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorShowMenu" />
+      <keyword name="SyntaxCheckerPlugin.__editorSyntaxCheck" id="SyntaxCheckerPlugin.__editorSyntaxCheck" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorSyntaxCheck" />
+      <keyword name="SyntaxCheckerPlugin.__initialize" id="SyntaxCheckerPlugin.__initialize" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__initialize" />
+      <keyword name="SyntaxCheckerPlugin.__projectBrowserShowMenu" id="SyntaxCheckerPlugin.__projectBrowserShowMenu" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectBrowserShowMenu" />
+      <keyword name="SyntaxCheckerPlugin.__projectBrowserSyntaxCheck" id="SyntaxCheckerPlugin.__projectBrowserSyntaxCheck" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectBrowserSyntaxCheck" />
+      <keyword name="SyntaxCheckerPlugin.__projectShowMenu" id="SyntaxCheckerPlugin.__projectShowMenu" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectShowMenu" />
+      <keyword name="SyntaxCheckerPlugin.__projectSyntaxCheck" id="SyntaxCheckerPlugin.__projectSyntaxCheck" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectSyntaxCheck" />
+      <keyword name="SyntaxCheckerPlugin.activate" id="SyntaxCheckerPlugin.activate" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.activate" />
+      <keyword name="SyntaxCheckerPlugin.deactivate" id="SyntaxCheckerPlugin.deactivate" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.deactivate" />
+      <keyword name="PluginWizardQInputDialog (Module)" id="PluginWizardQInputDialog (Module)" ref="eric5.Plugins.PluginWizardQInputDialog.html" />
+      <keyword name="InputDialogWizard" id="InputDialogWizard" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard" />
+      <keyword name="InputDialogWizard (Constructor)" id="InputDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__init__" />
+      <keyword name="InputDialogWizard.__callForm" id="InputDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__callForm" />
+      <keyword name="InputDialogWizard.__handle" id="InputDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__handle" />
+      <keyword name="InputDialogWizard.__initAction" id="InputDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__initAction" />
+      <keyword name="InputDialogWizard.__initMenu" id="InputDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__initMenu" />
+      <keyword name="InputDialogWizard.activate" id="InputDialogWizard.activate" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.activate" />
+      <keyword name="InputDialogWizard.deactivate" id="InputDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.deactivate" />
+      <keyword name="PluginVmTabview (Module)" id="PluginVmTabview (Module)" ref="eric5.Plugins.PluginVmTabview.html" />
+      <keyword name="VmTabviewPlugin" id="VmTabviewPlugin" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin" />
+      <keyword name="previewPix" id="previewPix" ref="eric5.Plugins.PluginVmTabview.html#previewPix" />
+      <keyword name="VmTabviewPlugin (Constructor)" id="VmTabviewPlugin (Constructor)" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin.__init__" />
+      <keyword name="VmTabviewPlugin.activate" id="VmTabviewPlugin.activate" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin.activate" />
+      <keyword name="VmTabviewPlugin.deactivate" id="VmTabviewPlugin.deactivate" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin.deactivate" />
+      <keyword name="PluginWizardPyRegExp (Module)" id="PluginWizardPyRegExp (Module)" ref="eric5.Plugins.PluginWizardPyRegExp.html" />
+      <keyword name="PyRegExpWizard" id="PyRegExpWizard" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard" />
+      <keyword name="PyRegExpWizard (Constructor)" id="PyRegExpWizard (Constructor)" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__init__" />
+      <keyword name="PyRegExpWizard.__callForm" id="PyRegExpWizard.__callForm" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__callForm" />
+      <keyword name="PyRegExpWizard.__handle" id="PyRegExpWizard.__handle" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__handle" />
+      <keyword name="PyRegExpWizard.__initAction" id="PyRegExpWizard.__initAction" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__initAction" />
+      <keyword name="PyRegExpWizard.__initMenu" id="PyRegExpWizard.__initMenu" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__initMenu" />
+      <keyword name="PyRegExpWizard.activate" id="PyRegExpWizard.activate" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.activate" />
+      <keyword name="PyRegExpWizard.deactivate" id="PyRegExpWizard.deactivate" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.deactivate" />
+      <keyword name="PluginVcsPySvn (Module)" id="PluginVcsPySvn (Module)" ref="eric5.Plugins.PluginVcsPySvn.html" />
+      <keyword name="VcsPySvnPlugin" id="VcsPySvnPlugin" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin" />
+      <keyword name="createConfigurationPage" id="createConfigurationPage" ref="eric5.Plugins.PluginVcsPySvn.html#createConfigurationPage" />
+      <keyword name="displayString" id="displayString" ref="eric5.Plugins.PluginVcsPySvn.html#displayString" />
+      <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginVcsPySvn.html#exeDisplayData" />
+      <keyword name="getConfigData" id="getConfigData" ref="eric5.Plugins.PluginVcsPySvn.html#getConfigData" />
+      <keyword name="getVcsSystemIndicator" id="getVcsSystemIndicator" ref="eric5.Plugins.PluginVcsPySvn.html#getVcsSystemIndicator" />
+      <keyword name="prepareUninstall" id="prepareUninstall" ref="eric5.Plugins.PluginVcsPySvn.html#prepareUninstall" />
+      <keyword name="VcsPySvnPlugin (Constructor)" id="VcsPySvnPlugin (Constructor)" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.__init__" />
+      <keyword name="VcsPySvnPlugin.activate" id="VcsPySvnPlugin.activate" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.activate" />
+      <keyword name="VcsPySvnPlugin.deactivate" id="VcsPySvnPlugin.deactivate" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.deactivate" />
+      <keyword name="VcsPySvnPlugin.getConfigPath" id="VcsPySvnPlugin.getConfigPath" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getConfigPath" />
+      <keyword name="VcsPySvnPlugin.getPreferences" id="VcsPySvnPlugin.getPreferences" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getPreferences" />
+      <keyword name="VcsPySvnPlugin.getProjectHelper" id="VcsPySvnPlugin.getProjectHelper" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getProjectHelper" />
+      <keyword name="VcsPySvnPlugin.getServersPath" id="VcsPySvnPlugin.getServersPath" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getServersPath" />
+      <keyword name="VcsPySvnPlugin.prepareUninstall" id="VcsPySvnPlugin.prepareUninstall" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.prepareUninstall" />
+      <keyword name="VcsPySvnPlugin.setPreferences" id="VcsPySvnPlugin.setPreferences" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.setPreferences" />
+      <keyword name="PluginAbout (Module)" id="PluginAbout (Module)" ref="eric5.Plugins.PluginAbout.html" />
+      <keyword name="AboutPlugin" id="AboutPlugin" ref="eric5.Plugins.PluginAbout.html#AboutPlugin" />
+      <keyword name="AboutPlugin (Constructor)" id="AboutPlugin (Constructor)" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__init__" />
+      <keyword name="AboutPlugin.__about" id="AboutPlugin.__about" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__about" />
+      <keyword name="AboutPlugin.__aboutQt" id="AboutPlugin.__aboutQt" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__aboutQt" />
+      <keyword name="AboutPlugin.__initActions" id="AboutPlugin.__initActions" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__initActions" />
+      <keyword name="AboutPlugin.__initMenu" id="AboutPlugin.__initMenu" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__initMenu" />
+      <keyword name="AboutPlugin.activate" id="AboutPlugin.activate" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.activate" />
+      <keyword name="AboutPlugin.deactivate" id="AboutPlugin.deactivate" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.deactivate" />
+      <keyword name="PluginTabnanny (Module)" id="PluginTabnanny (Module)" ref="eric5.Plugins.PluginTabnanny.html" />
+      <keyword name="TabnannyPlugin" id="TabnannyPlugin" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin" />
+      <keyword name="TabnannyPlugin (Constructor)" id="TabnannyPlugin (Constructor)" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__init__" />
+      <keyword name="TabnannyPlugin.__editorClosed" id="TabnannyPlugin.__editorClosed" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorClosed" />
+      <keyword name="TabnannyPlugin.__editorOpened" id="TabnannyPlugin.__editorOpened" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorOpened" />
+      <keyword name="TabnannyPlugin.__editorShowMenu" id="TabnannyPlugin.__editorShowMenu" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorShowMenu" />
+      <keyword name="TabnannyPlugin.__editorTabnanny" id="TabnannyPlugin.__editorTabnanny" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorTabnanny" />
+      <keyword name="TabnannyPlugin.__initialize" id="TabnannyPlugin.__initialize" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__initialize" />
+      <keyword name="TabnannyPlugin.__projectBrowserShowMenu" id="TabnannyPlugin.__projectBrowserShowMenu" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectBrowserShowMenu" />
+      <keyword name="TabnannyPlugin.__projectBrowserTabnanny" id="TabnannyPlugin.__projectBrowserTabnanny" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectBrowserTabnanny" />
+      <keyword name="TabnannyPlugin.__projectShowMenu" id="TabnannyPlugin.__projectShowMenu" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectShowMenu" />
+      <keyword name="TabnannyPlugin.__projectTabnanny" id="TabnannyPlugin.__projectTabnanny" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectTabnanny" />
+      <keyword name="TabnannyPlugin.activate" id="TabnannyPlugin.activate" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.activate" />
+      <keyword name="TabnannyPlugin.deactivate" id="TabnannyPlugin.deactivate" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.deactivate" />
+      <keyword name="PluginEricapi (Module)" id="PluginEricapi (Module)" ref="eric5.Plugins.PluginEricapi.html" />
+      <keyword name="EricapiPlugin" id="EricapiPlugin" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin" />
+      <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginEricapi.html#exeDisplayData" />
+      <keyword name="EricapiPlugin (Constructor)" id="EricapiPlugin (Constructor)" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__init__" />
+      <keyword name="EricapiPlugin.__doEricapi" id="EricapiPlugin.__doEricapi" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__doEricapi" />
+      <keyword name="EricapiPlugin.__initialize" id="EricapiPlugin.__initialize" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__initialize" />
+      <keyword name="EricapiPlugin.__projectShowMenu" id="EricapiPlugin.__projectShowMenu" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__projectShowMenu" />
+      <keyword name="EricapiPlugin.activate" id="EricapiPlugin.activate" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.activate" />
+      <keyword name="EricapiPlugin.deactivate" id="EricapiPlugin.deactivate" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.deactivate" />
+      <keyword name="PluginWizardQMessageBox (Module)" id="PluginWizardQMessageBox (Module)" ref="eric5.Plugins.PluginWizardQMessageBox.html" />
+      <keyword name="MessageBoxWizard" id="MessageBoxWizard" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard" />
+      <keyword name="MessageBoxWizard (Constructor)" id="MessageBoxWizard (Constructor)" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__init__" />
+      <keyword name="MessageBoxWizard.__callForm" id="MessageBoxWizard.__callForm" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__callForm" />
+      <keyword name="MessageBoxWizard.__handle" id="MessageBoxWizard.__handle" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__handle" />
+      <keyword name="MessageBoxWizard.__initAction" id="MessageBoxWizard.__initAction" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__initAction" />
+      <keyword name="MessageBoxWizard.__initMenu" id="MessageBoxWizard.__initMenu" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__initMenu" />
+      <keyword name="MessageBoxWizard.activate" id="MessageBoxWizard.activate" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.activate" />
+      <keyword name="MessageBoxWizard.deactivate" id="MessageBoxWizard.deactivate" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.deactivate" />
+      <keyword name="PluginVmListspace (Module)" id="PluginVmListspace (Module)" ref="eric5.Plugins.PluginVmListspace.html" />
+      <keyword name="VmListspacePlugin" id="VmListspacePlugin" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin" />
+      <keyword name="previewPix" id="previewPix" ref="eric5.Plugins.PluginVmListspace.html#previewPix" />
+      <keyword name="VmListspacePlugin (Constructor)" id="VmListspacePlugin (Constructor)" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin.__init__" />
+      <keyword name="VmListspacePlugin.activate" id="VmListspacePlugin.activate" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin.activate" />
+      <keyword name="VmListspacePlugin.deactivate" id="VmListspacePlugin.deactivate" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin.deactivate" />
+      <keyword name="PluginWizardQRegExp (Module)" id="PluginWizardQRegExp (Module)" ref="eric5.Plugins.PluginWizardQRegExp.html" />
+      <keyword name="QRegExpWizard" id="QRegExpWizard" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard" />
+      <keyword name="QRegExpWizard (Constructor)" id="QRegExpWizard (Constructor)" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__init__" />
+      <keyword name="QRegExpWizard.__callForm" id="QRegExpWizard.__callForm" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__callForm" />
+      <keyword name="QRegExpWizard.__handle" id="QRegExpWizard.__handle" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__handle" />
+      <keyword name="QRegExpWizard.__initAction" id="QRegExpWizard.__initAction" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__initAction" />
+      <keyword name="QRegExpWizard.__initMenu" id="QRegExpWizard.__initMenu" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__initMenu" />
+      <keyword name="QRegExpWizard.activate" id="QRegExpWizard.activate" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.activate" />
+      <keyword name="QRegExpWizard.deactivate" id="QRegExpWizard.deactivate" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.deactivate" />
+      <keyword name="PluginWizardQFileDialog (Module)" id="PluginWizardQFileDialog (Module)" ref="eric5.Plugins.PluginWizardQFileDialog.html" />
+      <keyword name="FileDialogWizard" id="FileDialogWizard" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard" />
+      <keyword name="FileDialogWizard (Constructor)" id="FileDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__init__" />
+      <keyword name="FileDialogWizard.__callForm" id="FileDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__callForm" />
+      <keyword name="FileDialogWizard.__handle" id="FileDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__handle" />
+      <keyword name="FileDialogWizard.__initAction" id="FileDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__initAction" />
+      <keyword name="FileDialogWizard.__initMenu" id="FileDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__initMenu" />
+      <keyword name="FileDialogWizard.activate" id="FileDialogWizard.activate" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.activate" />
+      <keyword name="FileDialogWizard.deactivate" id="FileDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.deactivate" />
+      <keyword name="Tools (Package)" id="Tools (Package)" ref="index-eric5.Tools.html" />
+      <keyword name="TRSingleApplication (Module)" id="TRSingleApplication (Module)" ref="eric5.Tools.TRSingleApplication.html" />
+      <keyword name="TRSingleApplicationClient" id="TRSingleApplicationClient" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationClient" />
+      <keyword name="TRSingleApplicationServer" id="TRSingleApplicationServer" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer" />
+      <keyword name="TRSingleApplicationClient (Constructor)" id="TRSingleApplicationClient (Constructor)" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationClient.__init__" />
+      <keyword name="TRSingleApplicationClient.processArgs" id="TRSingleApplicationClient.processArgs" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationClient.processArgs" />
+      <keyword name="TRSingleApplicationServer (Constructor)" id="TRSingleApplicationServer (Constructor)" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.__init__" />
+      <keyword name="TRSingleApplicationServer.__saLoadForm" id="TRSingleApplicationServer.__saLoadForm" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.__saLoadForm" />
+      <keyword name="TRSingleApplicationServer.__saLoadTranslation" id="TRSingleApplicationServer.__saLoadTranslation" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.__saLoadTranslation" />
+      <keyword name="TRSingleApplicationServer.handleCommand" id="TRSingleApplicationServer.handleCommand" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.handleCommand" />
+      <keyword name="TRPreviewer (Module)" id="TRPreviewer (Module)" ref="eric5.Tools.TRPreviewer.html" />
+      <keyword name="TRPreviewer" id="TRPreviewer" ref="eric5.Tools.TRPreviewer.html#TRPreviewer" />
+      <keyword name="Translation" id="Translation" ref="eric5.Tools.TRPreviewer.html#Translation" />
+      <keyword name="TranslationsDict" id="TranslationsDict" ref="eric5.Tools.TRPreviewer.html#TranslationsDict" />
+      <keyword name="WidgetView" id="WidgetView" ref="eric5.Tools.TRPreviewer.html#WidgetView" />
+      <keyword name="WidgetWorkspace" id="WidgetWorkspace" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace" />
+      <keyword name="TRPreviewer (Constructor)" id="TRPreviewer (Constructor)" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__init__" />
+      <keyword name="TRPreviewer.__about" id="TRPreviewer.__about" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__about" />
+      <keyword name="TRPreviewer.__aboutQt" id="TRPreviewer.__aboutQt" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__aboutQt" />
+      <keyword name="TRPreviewer.__initActions" id="TRPreviewer.__initActions" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__initActions" />
+      <keyword name="TRPreviewer.__initMenus" id="TRPreviewer.__initMenus" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__initMenus" />
+      <keyword name="TRPreviewer.__initToolbars" id="TRPreviewer.__initToolbars" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__initToolbars" />
+      <keyword name="TRPreviewer.__openTranslation" id="TRPreviewer.__openTranslation" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__openTranslation" />
+      <keyword name="TRPreviewer.__openWidget" id="TRPreviewer.__openWidget" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__openWidget" />
+      <keyword name="TRPreviewer.__showWindowMenu" id="TRPreviewer.__showWindowMenu" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__showWindowMenu" />
+      <keyword name="TRPreviewer.__updateActions" id="TRPreviewer.__updateActions" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__updateActions" />
+      <keyword name="TRPreviewer.__whatsThis" id="TRPreviewer.__whatsThis" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__whatsThis" />
+      <keyword name="TRPreviewer.closeEvent" id="TRPreviewer.closeEvent" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.closeEvent" />
+      <keyword name="TRPreviewer.reloadTranslations" id="TRPreviewer.reloadTranslations" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.reloadTranslations" />
+      <keyword name="TRPreviewer.setTranslation" id="TRPreviewer.setTranslation" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.setTranslation" />
+      <keyword name="TRPreviewer.show" id="TRPreviewer.show" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.show" />
+      <keyword name="Translation (Constructor)" id="Translation (Constructor)" ref="eric5.Tools.TRPreviewer.html#Translation.__init__" />
+      <keyword name="TranslationsDict (Constructor)" id="TranslationsDict (Constructor)" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__init__" />
+      <keyword name="TranslationsDict.__del" id="TranslationsDict.__del" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__del" />
+      <keyword name="TranslationsDict.__findFileName" id="TranslationsDict.__findFileName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__findFileName" />
+      <keyword name="TranslationsDict.__findName" id="TranslationsDict.__findName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__findName" />
+      <keyword name="TranslationsDict.__haveFileName" id="TranslationsDict.__haveFileName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__haveFileName" />
+      <keyword name="TranslationsDict.__haveName" id="TranslationsDict.__haveName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__haveName" />
+      <keyword name="TranslationsDict.__uniqueName" id="TranslationsDict.__uniqueName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__uniqueName" />
+      <keyword name="TranslationsDict.add" id="TranslationsDict.add" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.add" />
+      <keyword name="TranslationsDict.hasTranslations" id="TranslationsDict.hasTranslations" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.hasTranslations" />
+      <keyword name="TranslationsDict.loadTransFile" id="TranslationsDict.loadTransFile" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.loadTransFile" />
+      <keyword name="TranslationsDict.reload" id="TranslationsDict.reload" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.reload" />
+      <keyword name="TranslationsDict.set" id="TranslationsDict.set" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.set" />
+      <keyword name="WidgetView (Constructor)" id="WidgetView (Constructor)" ref="eric5.Tools.TRPreviewer.html#WidgetView.__init__" />
+      <keyword name="WidgetView.__rebuildWidget" id="WidgetView.__rebuildWidget" ref="eric5.Tools.TRPreviewer.html#WidgetView.__rebuildWidget" />
+      <keyword name="WidgetView.buildWidget" id="WidgetView.buildWidget" ref="eric5.Tools.TRPreviewer.html#WidgetView.buildWidget" />
+      <keyword name="WidgetView.isValid" id="WidgetView.isValid" ref="eric5.Tools.TRPreviewer.html#WidgetView.isValid" />
+      <keyword name="WidgetView.uiFileName" id="WidgetView.uiFileName" ref="eric5.Tools.TRPreviewer.html#WidgetView.uiFileName" />
+      <keyword name="WidgetWorkspace (Constructor)" id="WidgetWorkspace (Constructor)" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.__init__" />
+      <keyword name="WidgetWorkspace.__findWidget" id="WidgetWorkspace.__findWidget" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.__findWidget" />
+      <keyword name="WidgetWorkspace.__toggleWidget" id="WidgetWorkspace.__toggleWidget" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.__toggleWidget" />
+      <keyword name="WidgetWorkspace.closeAllWidgets" id="WidgetWorkspace.closeAllWidgets" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.closeAllWidgets" />
+      <keyword name="WidgetWorkspace.closeWidget" id="WidgetWorkspace.closeWidget" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.closeWidget" />
+      <keyword name="WidgetWorkspace.eventFilter" id="WidgetWorkspace.eventFilter" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.eventFilter" />
+      <keyword name="WidgetWorkspace.hasWidgets" id="WidgetWorkspace.hasWidgets" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.hasWidgets" />
+      <keyword name="WidgetWorkspace.loadWidget" id="WidgetWorkspace.loadWidget" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.loadWidget" />
+      <keyword name="WidgetWorkspace.showWindowMenu" id="WidgetWorkspace.showWindowMenu" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.showWindowMenu" />
+      <keyword name="WidgetWorkspace.toggleSelectedWidget" id="WidgetWorkspace.toggleSelectedWidget" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.toggleSelectedWidget" />
+      <keyword name="UIPreviewer (Module)" id="UIPreviewer (Module)" ref="eric5.Tools.UIPreviewer.html" />
+      <keyword name="UIPreviewer" id="UIPreviewer" ref="eric5.Tools.UIPreviewer.html#UIPreviewer" />
+      <keyword name="UIPreviewer (Constructor)" id="UIPreviewer (Constructor)" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__init__" />
+      <keyword name="UIPreviewer.__about" id="UIPreviewer.__about" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__about" />
+      <keyword name="UIPreviewer.__aboutQt" id="UIPreviewer.__aboutQt" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__aboutQt" />
+      <keyword name="UIPreviewer.__copyImageToClipboard" id="UIPreviewer.__copyImageToClipboard" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__copyImageToClipboard" />
+      <keyword name="UIPreviewer.__guiStyleSelected" id="UIPreviewer.__guiStyleSelected" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__guiStyleSelected" />
+      <keyword name="UIPreviewer.__handleCloseEvent" id="UIPreviewer.__handleCloseEvent" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__handleCloseEvent" />
+      <keyword name="UIPreviewer.__initActions" id="UIPreviewer.__initActions" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__initActions" />
+      <keyword name="UIPreviewer.__initMenus" id="UIPreviewer.__initMenus" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__initMenus" />
+      <keyword name="UIPreviewer.__initToolbars" id="UIPreviewer.__initToolbars" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__initToolbars" />
+      <keyword name="UIPreviewer.__loadFile" id="UIPreviewer.__loadFile" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__loadFile" />
+      <keyword name="UIPreviewer.__openFile" id="UIPreviewer.__openFile" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__openFile" />
+      <keyword name="UIPreviewer.__print" id="UIPreviewer.__print" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__print" />
+      <keyword name="UIPreviewer.__printImage" id="UIPreviewer.__printImage" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__printImage" />
+      <keyword name="UIPreviewer.__printPreviewImage" id="UIPreviewer.__printPreviewImage" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__printPreviewImage" />
+      <keyword name="UIPreviewer.__saveImage" id="UIPreviewer.__saveImage" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__saveImage" />
+      <keyword name="UIPreviewer.__updateActions" id="UIPreviewer.__updateActions" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__updateActions" />
+      <keyword name="UIPreviewer.__updateChildren" id="UIPreviewer.__updateChildren" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__updateChildren" />
+      <keyword name="UIPreviewer.__whatsThis" id="UIPreviewer.__whatsThis" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__whatsThis" />
+      <keyword name="UIPreviewer.eventFilter" id="UIPreviewer.eventFilter" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.eventFilter" />
+      <keyword name="UIPreviewer.show" id="UIPreviewer.show" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.show" />
+      <keyword name="TrayStarter (Module)" id="TrayStarter (Module)" ref="eric5.Tools.TrayStarter.html" />
+      <keyword name="TrayStarter" id="TrayStarter" ref="eric5.Tools.TrayStarter.html#TrayStarter" />
+      <keyword name="TrayStarter (Constructor)" id="TrayStarter (Constructor)" ref="eric5.Tools.TrayStarter.html#TrayStarter.__init__" />
+      <keyword name="TrayStarter.__activated" id="TrayStarter.__activated" ref="eric5.Tools.TrayStarter.html#TrayStarter.__activated" />
+      <keyword name="TrayStarter.__loadRecentFiles" id="TrayStarter.__loadRecentFiles" ref="eric5.Tools.TrayStarter.html#TrayStarter.__loadRecentFiles" />
+      <keyword name="TrayStarter.__loadRecentMultiProjects" id="TrayStarter.__loadRecentMultiProjects" ref="eric5.Tools.TrayStarter.html#TrayStarter.__loadRecentMultiProjects" />
+      <keyword name="TrayStarter.__loadRecentProjects" id="TrayStarter.__loadRecentProjects" ref="eric5.Tools.TrayStarter.html#TrayStarter.__loadRecentProjects" />
+      <keyword name="TrayStarter.__openRecent" id="TrayStarter.__openRecent" ref="eric5.Tools.TrayStarter.html#TrayStarter.__openRecent" />
+      <keyword name="TrayStarter.__showContextMenu" id="TrayStarter.__showContextMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showContextMenu" />
+      <keyword name="TrayStarter.__showRecentFilesMenu" id="TrayStarter.__showRecentFilesMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showRecentFilesMenu" />
+      <keyword name="TrayStarter.__showRecentMultiProjectsMenu" id="TrayStarter.__showRecentMultiProjectsMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showRecentMultiProjectsMenu" />
+      <keyword name="TrayStarter.__showRecentProjectsMenu" id="TrayStarter.__showRecentProjectsMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showRecentProjectsMenu" />
+      <keyword name="TrayStarter.__startCompare" id="TrayStarter.__startCompare" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startCompare" />
+      <keyword name="TrayStarter.__startDiff" id="TrayStarter.__startDiff" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startDiff" />
+      <keyword name="TrayStarter.__startEric" id="TrayStarter.__startEric" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startEric" />
+      <keyword name="TrayStarter.__startHelpViewer" id="TrayStarter.__startHelpViewer" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startHelpViewer" />
+      <keyword name="TrayStarter.__startMiniEditor" id="TrayStarter.__startMiniEditor" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startMiniEditor" />
+      <keyword name="TrayStarter.__startPluginInstall" id="TrayStarter.__startPluginInstall" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPluginInstall" />
+      <keyword name="TrayStarter.__startPluginRepository" id="TrayStarter.__startPluginRepository" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPluginRepository" />
+      <keyword name="TrayStarter.__startPluginUninstall" id="TrayStarter.__startPluginUninstall" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPluginUninstall" />
+      <keyword name="TrayStarter.__startPreferences" id="TrayStarter.__startPreferences" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPreferences" />
+      <keyword name="TrayStarter.__startProc" id="TrayStarter.__startProc" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startProc" />
+      <keyword name="TrayStarter.__startPyRe" id="TrayStarter.__startPyRe" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPyRe" />
+      <keyword name="TrayStarter.__startQRegExp" id="TrayStarter.__startQRegExp" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startQRegExp" />
+      <keyword name="TrayStarter.__startSqlBrowser" id="TrayStarter.__startSqlBrowser" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startSqlBrowser" />
+      <keyword name="TrayStarter.__startTRPreviewer" id="TrayStarter.__startTRPreviewer" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startTRPreviewer" />
+      <keyword name="TrayStarter.__startUIPreviewer" id="TrayStarter.__startUIPreviewer" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startUIPreviewer" />
+      <keyword name="TrayStarter.__startUnittest" id="TrayStarter.__startUnittest" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startUnittest" />
+      <keyword name="Tasks (Package)" id="Tasks (Package)" ref="index-eric5.Tasks.html" />
+      <keyword name="TaskViewer (Module)" id="TaskViewer (Module)" ref="eric5.Tasks.TaskViewer.html" />
+      <keyword name="Task" id="Task" ref="eric5.Tasks.TaskViewer.html#Task" />
+      <keyword name="TaskFilter" id="TaskFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter" />
+      <keyword name="TaskViewer" id="TaskViewer" ref="eric5.Tasks.TaskViewer.html#TaskViewer" />
+      <keyword name="Task (Constructor)" id="Task (Constructor)" ref="eric5.Tasks.TaskViewer.html#Task.__init__" />
+      <keyword name="Task.colorizeTask" id="Task.colorizeTask" ref="eric5.Tasks.TaskViewer.html#Task.colorizeTask" />
+      <keyword name="Task.getFilename" id="Task.getFilename" ref="eric5.Tasks.TaskViewer.html#Task.getFilename" />
+      <keyword name="Task.getLineno" id="Task.getLineno" ref="eric5.Tasks.TaskViewer.html#Task.getLineno" />
+      <keyword name="Task.isCompleted" id="Task.isCompleted" ref="eric5.Tasks.TaskViewer.html#Task.isCompleted" />
+      <keyword name="Task.isProjectTask" id="Task.isProjectTask" ref="eric5.Tasks.TaskViewer.html#Task.isProjectTask" />
+      <keyword name="Task.setCompleted" id="Task.setCompleted" ref="eric5.Tasks.TaskViewer.html#Task.setCompleted" />
+      <keyword name="Task.setDescription" id="Task.setDescription" ref="eric5.Tasks.TaskViewer.html#Task.setDescription" />
+      <keyword name="Task.setLongText" id="Task.setLongText" ref="eric5.Tasks.TaskViewer.html#Task.setLongText" />
+      <keyword name="Task.setPriority" id="Task.setPriority" ref="eric5.Tasks.TaskViewer.html#Task.setPriority" />
+      <keyword name="Task.setProjectTask" id="Task.setProjectTask" ref="eric5.Tasks.TaskViewer.html#Task.setProjectTask" />
+      <keyword name="TaskFilter (Constructor)" id="TaskFilter (Constructor)" ref="eric5.Tasks.TaskViewer.html#TaskFilter.__init__" />
+      <keyword name="TaskFilter.hasActiveFilter" id="TaskFilter.hasActiveFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.hasActiveFilter" />
+      <keyword name="TaskFilter.setActive" id="TaskFilter.setActive" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setActive" />
+      <keyword name="TaskFilter.setDescriptionFilter" id="TaskFilter.setDescriptionFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setDescriptionFilter" />
+      <keyword name="TaskFilter.setFileNameFilter" id="TaskFilter.setFileNameFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setFileNameFilter" />
+      <keyword name="TaskFilter.setPrioritiesFilter" id="TaskFilter.setPrioritiesFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setPrioritiesFilter" />
+      <keyword name="TaskFilter.setScopeFilter" id="TaskFilter.setScopeFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setScopeFilter" />
+      <keyword name="TaskFilter.setStatusFilter" id="TaskFilter.setStatusFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setStatusFilter" />
+      <keyword name="TaskFilter.setTypeFilter" id="TaskFilter.setTypeFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setTypeFilter" />
+      <keyword name="TaskFilter.showTask" id="TaskFilter.showTask" ref="eric5.Tasks.TaskViewer.html#TaskFilter.showTask" />
+      <keyword name="TaskViewer (Constructor)" id="TaskViewer (Constructor)" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__init__" />
+      <keyword name="TaskViewer.__activateFilter" id="TaskViewer.__activateFilter" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__activateFilter" />
+      <keyword name="TaskViewer.__configure" id="TaskViewer.__configure" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__configure" />
+      <keyword name="TaskViewer.__configureFilter" id="TaskViewer.__configureFilter" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__configureFilter" />
+      <keyword name="TaskViewer.__copyTask" id="TaskViewer.__copyTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__copyTask" />
+      <keyword name="TaskViewer.__deleteCompleted" id="TaskViewer.__deleteCompleted" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__deleteCompleted" />
+      <keyword name="TaskViewer.__deleteTask" id="TaskViewer.__deleteTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__deleteTask" />
+      <keyword name="TaskViewer.__editTaskProperties" id="TaskViewer.__editTaskProperties" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__editTaskProperties" />
+      <keyword name="TaskViewer.__goToTask" id="TaskViewer.__goToTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__goToTask" />
+      <keyword name="TaskViewer.__markCompleted" id="TaskViewer.__markCompleted" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__markCompleted" />
+      <keyword name="TaskViewer.__newTask" id="TaskViewer.__newTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__newTask" />
+      <keyword name="TaskViewer.__pasteTask" id="TaskViewer.__pasteTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__pasteTask" />
+      <keyword name="TaskViewer.__refreshDisplay" id="TaskViewer.__refreshDisplay" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__refreshDisplay" />
+      <keyword name="TaskViewer.__regenerateProjectTasks" id="TaskViewer.__regenerateProjectTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__regenerateProjectTasks" />
+      <keyword name="TaskViewer.__resizeColumns" id="TaskViewer.__resizeColumns" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__resizeColumns" />
+      <keyword name="TaskViewer.__resort" id="TaskViewer.__resort" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__resort" />
+      <keyword name="TaskViewer.__showContextMenu" id="TaskViewer.__showContextMenu" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__showContextMenu" />
+      <keyword name="TaskViewer.__taskItemActivated" id="TaskViewer.__taskItemActivated" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__taskItemActivated" />
+      <keyword name="TaskViewer.addFileTask" id="TaskViewer.addFileTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.addFileTask" />
+      <keyword name="TaskViewer.addTask" id="TaskViewer.addTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.addTask" />
+      <keyword name="TaskViewer.clearFileTasks" id="TaskViewer.clearFileTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.clearFileTasks" />
+      <keyword name="TaskViewer.clearProjectTasks" id="TaskViewer.clearProjectTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.clearProjectTasks" />
+      <keyword name="TaskViewer.clearTasks" id="TaskViewer.clearTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.clearTasks" />
+      <keyword name="TaskViewer.getGlobalTasks" id="TaskViewer.getGlobalTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.getGlobalTasks" />
+      <keyword name="TaskViewer.getProjectTasks" id="TaskViewer.getProjectTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.getProjectTasks" />
+      <keyword name="TaskViewer.handlePreferencesChanged" id="TaskViewer.handlePreferencesChanged" ref="eric5.Tasks.TaskViewer.html#TaskViewer.handlePreferencesChanged" />
+      <keyword name="TaskViewer.setProjectOpen" id="TaskViewer.setProjectOpen" ref="eric5.Tasks.TaskViewer.html#TaskViewer.setProjectOpen" />
+      <keyword name="TaskPropertiesDialog (Module)" id="TaskPropertiesDialog (Module)" ref="eric5.Tasks.TaskPropertiesDialog.html" />
+      <keyword name="TaskPropertiesDialog" id="TaskPropertiesDialog" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog" />
+      <keyword name="TaskPropertiesDialog (Constructor)" id="TaskPropertiesDialog (Constructor)" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog.__init__" />
+      <keyword name="TaskPropertiesDialog.getData" id="TaskPropertiesDialog.getData" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog.getData" />
+      <keyword name="TaskPropertiesDialog.setReadOnly" id="TaskPropertiesDialog.setReadOnly" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog.setReadOnly" />
+      <keyword name="TaskFilterConfigDialog (Module)" id="TaskFilterConfigDialog (Module)" ref="eric5.Tasks.TaskFilterConfigDialog.html" />
+      <keyword name="TaskFilterConfigDialog" id="TaskFilterConfigDialog" ref="eric5.Tasks.TaskFilterConfigDialog.html#TaskFilterConfigDialog" />
+      <keyword name="TaskFilterConfigDialog (Constructor)" id="TaskFilterConfigDialog (Constructor)" ref="eric5.Tasks.TaskFilterConfigDialog.html#TaskFilterConfigDialog.__init__" />
+      <keyword name="TaskFilterConfigDialog.configureTaskFilter" id="TaskFilterConfigDialog.configureTaskFilter" ref="eric5.Tasks.TaskFilterConfigDialog.html#TaskFilterConfigDialog.configureTaskFilter" />
       <keyword name="QScintilla (Package)" id="QScintilla (Package)" ref="index-eric5.QScintilla.html" />
+      <keyword name="SpellCheckingDialog (Module)" id="SpellCheckingDialog (Module)" ref="eric5.QScintilla.SpellCheckingDialog.html" />
+      <keyword name="SpellCheckingDialog" id="SpellCheckingDialog" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog" />
+      <keyword name="SpellCheckingDialog (Constructor)" id="SpellCheckingDialog (Constructor)" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.__init__" />
+      <keyword name="SpellCheckingDialog.__advance" id="SpellCheckingDialog.__advance" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.__advance" />
+      <keyword name="SpellCheckingDialog.__enableButtons" id="SpellCheckingDialog.__enableButtons" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.__enableButtons" />
+      <keyword name="SpellCheckingDialog.on_addButton_clicked" id="SpellCheckingDialog.on_addButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_addButton_clicked" />
+      <keyword name="SpellCheckingDialog.on_changeEdit_textChanged" id="SpellCheckingDialog.on_changeEdit_textChanged" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_changeEdit_textChanged" />
+      <keyword name="SpellCheckingDialog.on_ignoreAllButton_clicked" id="SpellCheckingDialog.on_ignoreAllButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_ignoreAllButton_clicked" />
+      <keyword name="SpellCheckingDialog.on_ignoreButton_clicked" id="SpellCheckingDialog.on_ignoreButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_ignoreButton_clicked" />
+      <keyword name="SpellCheckingDialog.on_replaceAllButton_clicked" id="SpellCheckingDialog.on_replaceAllButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_replaceAllButton_clicked" />
+      <keyword name="SpellCheckingDialog.on_replaceButton_clicked" id="SpellCheckingDialog.on_replaceButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_replaceButton_clicked" />
+      <keyword name="SpellCheckingDialog.on_suggestionsList_currentTextChanged" id="SpellCheckingDialog.on_suggestionsList_currentTextChanged" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_suggestionsList_currentTextChanged" />
+      <keyword name="QsciScintillaCompat (Module)" id="QsciScintillaCompat (Module)" ref="eric5.QScintilla.QsciScintillaCompat.html" />
+      <keyword name="QsciScintillaCompat" id="QsciScintillaCompat" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat" />
+      <keyword name="QSCINTILLA_VERSION" id="QSCINTILLA_VERSION" ref="eric5.QScintilla.QsciScintillaCompat.html#QSCINTILLA_VERSION" />
+      <keyword name="QsciScintillaCompat (Constructor)" id="QsciScintillaCompat (Constructor)" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.__init__" />
+      <keyword name="QsciScintillaCompat.__doSearchTarget" id="QsciScintillaCompat.__doSearchTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.__doSearchTarget" />
+      <keyword name="QsciScintillaCompat.__setFoldMarker" id="QsciScintillaCompat.__setFoldMarker" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.__setFoldMarker" />
+      <keyword name="QsciScintillaCompat.byteAt" id="QsciScintillaCompat.byteAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.byteAt" />
+      <keyword name="QsciScintillaCompat.charAt" id="QsciScintillaCompat.charAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.charAt" />
+      <keyword name="QsciScintillaCompat.clearAllIndicators" id="QsciScintillaCompat.clearAllIndicators" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearAllIndicators" />
+      <keyword name="QsciScintillaCompat.clearAlternateKeys" id="QsciScintillaCompat.clearAlternateKeys" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearAlternateKeys" />
+      <keyword name="QsciScintillaCompat.clearIndicator" id="QsciScintillaCompat.clearIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearIndicator" />
+      <keyword name="QsciScintillaCompat.clearIndicatorRange" id="QsciScintillaCompat.clearIndicatorRange" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearIndicatorRange" />
+      <keyword name="QsciScintillaCompat.clearKeys" id="QsciScintillaCompat.clearKeys" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearKeys" />
+      <keyword name="QsciScintillaCompat.clearStyles" id="QsciScintillaCompat.clearStyles" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearStyles" />
+      <keyword name="QsciScintillaCompat.currentPosition" id="QsciScintillaCompat.currentPosition" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.currentPosition" />
+      <keyword name="QsciScintillaCompat.currentStyle" id="QsciScintillaCompat.currentStyle" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.currentStyle" />
+      <keyword name="QsciScintillaCompat.delete" id="QsciScintillaCompat.delete" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.delete" />
+      <keyword name="QsciScintillaCompat.deleteBack" id="QsciScintillaCompat.deleteBack" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteBack" />
+      <keyword name="QsciScintillaCompat.deleteLineLeft" id="QsciScintillaCompat.deleteLineLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteLineLeft" />
+      <keyword name="QsciScintillaCompat.deleteLineRight" id="QsciScintillaCompat.deleteLineRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteLineRight" />
+      <keyword name="QsciScintillaCompat.deleteWordLeft" id="QsciScintillaCompat.deleteWordLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteWordLeft" />
+      <keyword name="QsciScintillaCompat.deleteWordRight" id="QsciScintillaCompat.deleteWordRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteWordRight" />
+      <keyword name="QsciScintillaCompat.detectEolString" id="QsciScintillaCompat.detectEolString" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.detectEolString" />
+      <keyword name="QsciScintillaCompat.editorCommand" id="QsciScintillaCompat.editorCommand" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.editorCommand" />
+      <keyword name="QsciScintillaCompat.extendSelectionLeft" id="QsciScintillaCompat.extendSelectionLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionLeft" />
+      <keyword name="QsciScintillaCompat.extendSelectionRight" id="QsciScintillaCompat.extendSelectionRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionRight" />
+      <keyword name="QsciScintillaCompat.extendSelectionToBOL" id="QsciScintillaCompat.extendSelectionToBOL" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionToBOL" />
+      <keyword name="QsciScintillaCompat.extendSelectionToEOL" id="QsciScintillaCompat.extendSelectionToEOL" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionToEOL" />
+      <keyword name="QsciScintillaCompat.extendSelectionWordLeft" id="QsciScintillaCompat.extendSelectionWordLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionWordLeft" />
+      <keyword name="QsciScintillaCompat.extendSelectionWordRight" id="QsciScintillaCompat.extendSelectionWordRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionWordRight" />
+      <keyword name="QsciScintillaCompat.findFirstTarget" id="QsciScintillaCompat.findFirstTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.findFirstTarget" />
+      <keyword name="QsciScintillaCompat.findNextTarget" id="QsciScintillaCompat.findNextTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.findNextTarget" />
+      <keyword name="QsciScintillaCompat.focusOutEvent" id="QsciScintillaCompat.focusOutEvent" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.focusOutEvent" />
+      <keyword name="QsciScintillaCompat.foldExpandedAt" id="QsciScintillaCompat.foldExpandedAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldExpandedAt" />
+      <keyword name="QsciScintillaCompat.foldFlagsAt" id="QsciScintillaCompat.foldFlagsAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldFlagsAt" />
+      <keyword name="QsciScintillaCompat.foldHeaderAt" id="QsciScintillaCompat.foldHeaderAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldHeaderAt" />
+      <keyword name="QsciScintillaCompat.foldLevelAt" id="QsciScintillaCompat.foldLevelAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldLevelAt" />
+      <keyword name="QsciScintillaCompat.getEndStyled" id="QsciScintillaCompat.getEndStyled" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getEndStyled" />
+      <keyword name="QsciScintillaCompat.getEolIndicator" id="QsciScintillaCompat.getEolIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getEolIndicator" />
+      <keyword name="QsciScintillaCompat.getFileName" id="QsciScintillaCompat.getFileName" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getFileName" />
+      <keyword name="QsciScintillaCompat.getFoundTarget" id="QsciScintillaCompat.getFoundTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getFoundTarget" />
+      <keyword name="QsciScintillaCompat.getLineSeparator" id="QsciScintillaCompat.getLineSeparator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getLineSeparator" />
+      <keyword name="QsciScintillaCompat.getZoom" id="QsciScintillaCompat.getZoom" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getZoom" />
+      <keyword name="QsciScintillaCompat.hasIndicator" id="QsciScintillaCompat.hasIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.hasIndicator" />
+      <keyword name="QsciScintillaCompat.indentationGuideView" id="QsciScintillaCompat.indentationGuideView" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.indentationGuideView" />
+      <keyword name="QsciScintillaCompat.indicatorDefine" id="QsciScintillaCompat.indicatorDefine" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.indicatorDefine" />
+      <keyword name="QsciScintillaCompat.lineAt" id="QsciScintillaCompat.lineAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.lineAt" />
+      <keyword name="QsciScintillaCompat.lineEndPosition" id="QsciScintillaCompat.lineEndPosition" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.lineEndPosition" />
+      <keyword name="QsciScintillaCompat.lineIndexFromPosition" id="QsciScintillaCompat.lineIndexFromPosition" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.lineIndexFromPosition" />
+      <keyword name="QsciScintillaCompat.linesOnScreen" id="QsciScintillaCompat.linesOnScreen" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.linesOnScreen" />
+      <keyword name="QsciScintillaCompat.monospacedStyles" id="QsciScintillaCompat.monospacedStyles" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.monospacedStyles" />
+      <keyword name="QsciScintillaCompat.moveCursorLeft" id="QsciScintillaCompat.moveCursorLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorLeft" />
+      <keyword name="QsciScintillaCompat.moveCursorRight" id="QsciScintillaCompat.moveCursorRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorRight" />
+      <keyword name="QsciScintillaCompat.moveCursorToEOL" id="QsciScintillaCompat.moveCursorToEOL" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorToEOL" />
+      <keyword name="QsciScintillaCompat.moveCursorWordLeft" id="QsciScintillaCompat.moveCursorWordLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorWordLeft" />
+      <keyword name="QsciScintillaCompat.moveCursorWordRight" id="QsciScintillaCompat.moveCursorWordRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorWordRight" />
+      <keyword name="QsciScintillaCompat.newLineBelow" id="QsciScintillaCompat.newLineBelow" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.newLineBelow" />
+      <keyword name="QsciScintillaCompat.positionAfter" id="QsciScintillaCompat.positionAfter" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionAfter" />
+      <keyword name="QsciScintillaCompat.positionBefore" id="QsciScintillaCompat.positionBefore" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionBefore" />
+      <keyword name="QsciScintillaCompat.positionFromLineIndex" id="QsciScintillaCompat.positionFromLineIndex" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionFromLineIndex" />
+      <keyword name="QsciScintillaCompat.positionFromPoint" id="QsciScintillaCompat.positionFromPoint" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionFromPoint" />
+      <keyword name="QsciScintillaCompat.replaceTarget" id="QsciScintillaCompat.replaceTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.replaceTarget" />
+      <keyword name="QsciScintillaCompat.scrollVertical" id="QsciScintillaCompat.scrollVertical" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.scrollVertical" />
+      <keyword name="QsciScintillaCompat.setCurrentIndicator" id="QsciScintillaCompat.setCurrentIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setCurrentIndicator" />
+      <keyword name="QsciScintillaCompat.setEolModeByEolString" id="QsciScintillaCompat.setEolModeByEolString" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setEolModeByEolString" />
+      <keyword name="QsciScintillaCompat.setFoldMarkersColors" id="QsciScintillaCompat.setFoldMarkersColors" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setFoldMarkersColors" />
+      <keyword name="QsciScintillaCompat.setFolding" id="QsciScintillaCompat.setFolding" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setFolding" />
+      <keyword name="QsciScintillaCompat.setIndentationGuideView" id="QsciScintillaCompat.setIndentationGuideView" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setIndentationGuideView" />
+      <keyword name="QsciScintillaCompat.setIndicator" id="QsciScintillaCompat.setIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setIndicator" />
+      <keyword name="QsciScintillaCompat.setIndicatorRange" id="QsciScintillaCompat.setIndicatorRange" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setIndicatorRange" />
+      <keyword name="QsciScintillaCompat.setLexer" id="QsciScintillaCompat.setLexer" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setLexer" />
+      <keyword name="QsciScintillaCompat.setStyleBits" id="QsciScintillaCompat.setStyleBits" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setStyleBits" />
+      <keyword name="QsciScintillaCompat.setStyling" id="QsciScintillaCompat.setStyling" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setStyling" />
+      <keyword name="QsciScintillaCompat.startStyling" id="QsciScintillaCompat.startStyling" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.startStyling" />
+      <keyword name="QsciScintillaCompat.styleAt" id="QsciScintillaCompat.styleAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.styleAt" />
+      <keyword name="QsciScintillaCompat.zoomIn" id="QsciScintillaCompat.zoomIn" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.zoomIn" />
+      <keyword name="QsciScintillaCompat.zoomOut" id="QsciScintillaCompat.zoomOut" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.zoomOut" />
+      <keyword name="QsciScintillaCompat.zoomTo" id="QsciScintillaCompat.zoomTo" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.zoomTo" />
+      <keyword name="MiniEditor (Module)" id="MiniEditor (Module)" ref="eric5.QScintilla.MiniEditor.html" />
+      <keyword name="MiniEditor" id="MiniEditor" ref="eric5.QScintilla.MiniEditor.html#MiniEditor" />
+      <keyword name="MiniScintilla" id="MiniScintilla" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla" />
+      <keyword name="MiniEditor (Constructor)" id="MiniEditor (Constructor)" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__init__" />
+      <keyword name="MiniEditor.__about" id="MiniEditor.__about" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__about" />
+      <keyword name="MiniEditor.__aboutQt" id="MiniEditor.__aboutQt" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__aboutQt" />
+      <keyword name="MiniEditor.__bindLexer" id="MiniEditor.__bindLexer" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__bindLexer" />
+      <keyword name="MiniEditor.__bindName" id="MiniEditor.__bindName" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__bindName" />
+      <keyword name="MiniEditor.__checkActions" id="MiniEditor.__checkActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__checkActions" />
+      <keyword name="MiniEditor.__checkLanguage" id="MiniEditor.__checkLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__checkLanguage" />
+      <keyword name="MiniEditor.__contextMenuRequested" id="MiniEditor.__contextMenuRequested" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__contextMenuRequested" />
+      <keyword name="MiniEditor.__createActions" id="MiniEditor.__createActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createActions" />
+      <keyword name="MiniEditor.__createEditActions" id="MiniEditor.__createEditActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createEditActions" />
+      <keyword name="MiniEditor.__createFileActions" id="MiniEditor.__createFileActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createFileActions" />
+      <keyword name="MiniEditor.__createHelpActions" id="MiniEditor.__createHelpActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createHelpActions" />
+      <keyword name="MiniEditor.__createMenus" id="MiniEditor.__createMenus" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createMenus" />
+      <keyword name="MiniEditor.__createSearchActions" id="MiniEditor.__createSearchActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createSearchActions" />
+      <keyword name="MiniEditor.__createStatusBar" id="MiniEditor.__createStatusBar" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createStatusBar" />
+      <keyword name="MiniEditor.__createToolBars" id="MiniEditor.__createToolBars" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createToolBars" />
+      <keyword name="MiniEditor.__cursorPositionChanged" id="MiniEditor.__cursorPositionChanged" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__cursorPositionChanged" />
+      <keyword name="MiniEditor.__deselectAll" id="MiniEditor.__deselectAll" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__deselectAll" />
+      <keyword name="MiniEditor.__documentWasModified" id="MiniEditor.__documentWasModified" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__documentWasModified" />
+      <keyword name="MiniEditor.__getCurrentWord" id="MiniEditor.__getCurrentWord" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__getCurrentWord" />
+      <keyword name="MiniEditor.__getWord" id="MiniEditor.__getWord" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__getWord" />
+      <keyword name="MiniEditor.__initContextMenu" id="MiniEditor.__initContextMenu" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__initContextMenu" />
+      <keyword name="MiniEditor.__initContextMenuLanguages" id="MiniEditor.__initContextMenuLanguages" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__initContextMenuLanguages" />
+      <keyword name="MiniEditor.__languageMenuTriggered" id="MiniEditor.__languageMenuTriggered" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__languageMenuTriggered" />
+      <keyword name="MiniEditor.__loadFile" id="MiniEditor.__loadFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__loadFile" />
+      <keyword name="MiniEditor.__markOccurrences" id="MiniEditor.__markOccurrences" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__markOccurrences" />
+      <keyword name="MiniEditor.__maybeSave" id="MiniEditor.__maybeSave" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__maybeSave" />
+      <keyword name="MiniEditor.__modificationChanged" id="MiniEditor.__modificationChanged" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__modificationChanged" />
+      <keyword name="MiniEditor.__newFile" id="MiniEditor.__newFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__newFile" />
+      <keyword name="MiniEditor.__open" id="MiniEditor.__open" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__open" />
+      <keyword name="MiniEditor.__printFile" id="MiniEditor.__printFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__printFile" />
+      <keyword name="MiniEditor.__printPreview" id="MiniEditor.__printPreview" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__printPreview" />
+      <keyword name="MiniEditor.__printPreviewFile" id="MiniEditor.__printPreviewFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__printPreviewFile" />
+      <keyword name="MiniEditor.__readSettings" id="MiniEditor.__readSettings" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__readSettings" />
+      <keyword name="MiniEditor.__readShortcut" id="MiniEditor.__readShortcut" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__readShortcut" />
+      <keyword name="MiniEditor.__redo" id="MiniEditor.__redo" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__redo" />
+      <keyword name="MiniEditor.__replace" id="MiniEditor.__replace" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__replace" />
+      <keyword name="MiniEditor.__resetLanguage" id="MiniEditor.__resetLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__resetLanguage" />
+      <keyword name="MiniEditor.__save" id="MiniEditor.__save" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__save" />
+      <keyword name="MiniEditor.__saveAs" id="MiniEditor.__saveAs" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__saveAs" />
+      <keyword name="MiniEditor.__saveFile" id="MiniEditor.__saveFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__saveFile" />
+      <keyword name="MiniEditor.__search" id="MiniEditor.__search" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__search" />
+      <keyword name="MiniEditor.__searchClearMarkers" id="MiniEditor.__searchClearMarkers" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__searchClearMarkers" />
+      <keyword name="MiniEditor.__selectAll" id="MiniEditor.__selectAll" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__selectAll" />
+      <keyword name="MiniEditor.__selectPygmentsLexer" id="MiniEditor.__selectPygmentsLexer" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__selectPygmentsLexer" />
+      <keyword name="MiniEditor.__setCurrentFile" id="MiniEditor.__setCurrentFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setCurrentFile" />
+      <keyword name="MiniEditor.__setEolMode" id="MiniEditor.__setEolMode" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setEolMode" />
+      <keyword name="MiniEditor.__setMargins" id="MiniEditor.__setMargins" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setMargins" />
+      <keyword name="MiniEditor.__setMonospaced" id="MiniEditor.__setMonospaced" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setMonospaced" />
+      <keyword name="MiniEditor.__setSbFile" id="MiniEditor.__setSbFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setSbFile" />
+      <keyword name="MiniEditor.__setTextDisplay" id="MiniEditor.__setTextDisplay" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setTextDisplay" />
+      <keyword name="MiniEditor.__showContextMenuLanguages" id="MiniEditor.__showContextMenuLanguages" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__showContextMenuLanguages" />
+      <keyword name="MiniEditor.__strippedName" id="MiniEditor.__strippedName" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__strippedName" />
+      <keyword name="MiniEditor.__styleNeeded" id="MiniEditor.__styleNeeded" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__styleNeeded" />
+      <keyword name="MiniEditor.__undo" id="MiniEditor.__undo" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__undo" />
+      <keyword name="MiniEditor.__whatsThis" id="MiniEditor.__whatsThis" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__whatsThis" />
+      <keyword name="MiniEditor.__writeSettings" id="MiniEditor.__writeSettings" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__writeSettings" />
+      <keyword name="MiniEditor.activeWindow" id="MiniEditor.activeWindow" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.activeWindow" />
+      <keyword name="MiniEditor.clearSearchIndicators" id="MiniEditor.clearSearchIndicators" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.clearSearchIndicators" />
+      <keyword name="MiniEditor.closeEvent" id="MiniEditor.closeEvent" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.closeEvent" />
+      <keyword name="MiniEditor.getFileName" id="MiniEditor.getFileName" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.getFileName" />
+      <keyword name="MiniEditor.getLanguage" id="MiniEditor.getLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.getLanguage" />
+      <keyword name="MiniEditor.getSRHistory" id="MiniEditor.getSRHistory" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.getSRHistory" />
+      <keyword name="MiniEditor.setLanguage" id="MiniEditor.setLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.setLanguage" />
+      <keyword name="MiniEditor.setSearchIndicator" id="MiniEditor.setSearchIndicator" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.setSearchIndicator" />
+      <keyword name="MiniEditor.setText" id="MiniEditor.setText" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.setText" />
+      <keyword name="MiniEditor.textForFind" id="MiniEditor.textForFind" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.textForFind" />
+      <keyword name="MiniScintilla (Constructor)" id="MiniScintilla (Constructor)" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.__init__" />
+      <keyword name="MiniScintilla.focusInEvent" id="MiniScintilla.focusInEvent" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.focusInEvent" />
+      <keyword name="MiniScintilla.focusOutEvent" id="MiniScintilla.focusOutEvent" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.focusOutEvent" />
+      <keyword name="MiniScintilla.getFileName" id="MiniScintilla.getFileName" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.getFileName" />
       <keyword name="APIsManager (Module)" id="APIsManager (Module)" ref="eric5.QScintilla.APIsManager.html" />
       <keyword name="APIs" id="APIs" ref="eric5.QScintilla.APIsManager.html#APIs" />
       <keyword name="APIsManager" id="APIsManager" ref="eric5.QScintilla.APIsManager.html#APIsManager" />
@@ -4145,6 +5539,71 @@
       <keyword name="APIsManager (Constructor)" id="APIsManager (Constructor)" ref="eric5.QScintilla.APIsManager.html#APIsManager.__init__" />
       <keyword name="APIsManager.getAPIs" id="APIsManager.getAPIs" ref="eric5.QScintilla.APIsManager.html#APIsManager.getAPIs" />
       <keyword name="APIsManager.reloadAPIs" id="APIsManager.reloadAPIs" ref="eric5.QScintilla.APIsManager.html#APIsManager.reloadAPIs" />
+      <keyword name="Terminal (Module)" id="Terminal (Module)" ref="eric5.QScintilla.Terminal.html" />
+      <keyword name="Terminal" id="Terminal" ref="eric5.QScintilla.Terminal.html#Terminal" />
+      <keyword name="Terminal (Constructor)" id="Terminal (Constructor)" ref="eric5.QScintilla.Terminal.html#Terminal.__init__" />
+      <keyword name="Terminal.__QScintillaCharLeft" id="Terminal.__QScintillaCharLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaCharLeft" />
+      <keyword name="Terminal.__QScintillaCharLeftExtend" id="Terminal.__QScintillaCharLeftExtend" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaCharLeftExtend" />
+      <keyword name="Terminal.__QScintillaCharRight" id="Terminal.__QScintillaCharRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaCharRight" />
+      <keyword name="Terminal.__QScintillaDelete" id="Terminal.__QScintillaDelete" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDelete" />
+      <keyword name="Terminal.__QScintillaDeleteBack" id="Terminal.__QScintillaDeleteBack" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteBack" />
+      <keyword name="Terminal.__QScintillaDeleteLineLeft" id="Terminal.__QScintillaDeleteLineLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteLineLeft" />
+      <keyword name="Terminal.__QScintillaDeleteLineRight" id="Terminal.__QScintillaDeleteLineRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteLineRight" />
+      <keyword name="Terminal.__QScintillaDeleteWordLeft" id="Terminal.__QScintillaDeleteWordLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteWordLeft" />
+      <keyword name="Terminal.__QScintillaDeleteWordRight" id="Terminal.__QScintillaDeleteWordRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteWordRight" />
+      <keyword name="Terminal.__QScintillaLeftCommand" id="Terminal.__QScintillaLeftCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLeftCommand" />
+      <keyword name="Terminal.__QScintillaLeftDeleteCommand" id="Terminal.__QScintillaLeftDeleteCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLeftDeleteCommand" />
+      <keyword name="Terminal.__QScintillaLineDown" id="Terminal.__QScintillaLineDown" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLineDown" />
+      <keyword name="Terminal.__QScintillaLineEnd" id="Terminal.__QScintillaLineEnd" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLineEnd" />
+      <keyword name="Terminal.__QScintillaLineUp" id="Terminal.__QScintillaLineUp" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLineUp" />
+      <keyword name="Terminal.__QScintillaNewline" id="Terminal.__QScintillaNewline" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaNewline" />
+      <keyword name="Terminal.__QScintillaRightCommand" id="Terminal.__QScintillaRightCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaRightCommand" />
+      <keyword name="Terminal.__QScintillaVCHome" id="Terminal.__QScintillaVCHome" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaVCHome" />
+      <keyword name="Terminal.__QScintillaVCHomeExtend" id="Terminal.__QScintillaVCHomeExtend" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaVCHomeExtend" />
+      <keyword name="Terminal.__QScintillaWordLeft" id="Terminal.__QScintillaWordLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaWordLeft" />
+      <keyword name="Terminal.__QScintillaWordLeftExtend" id="Terminal.__QScintillaWordLeftExtend" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaWordLeftExtend" />
+      <keyword name="Terminal.__QScintillaWordRight" id="Terminal.__QScintillaWordRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaWordRight" />
+      <keyword name="Terminal.__bindLexer" id="Terminal.__bindLexer" ref="eric5.QScintilla.Terminal.html#Terminal.__bindLexer" />
+      <keyword name="Terminal.__clearCurrentLine" id="Terminal.__clearCurrentLine" ref="eric5.QScintilla.Terminal.html#Terminal.__clearCurrentLine" />
+      <keyword name="Terminal.__clearHistory" id="Terminal.__clearHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__clearHistory" />
+      <keyword name="Terminal.__configure" id="Terminal.__configure" ref="eric5.QScintilla.Terminal.html#Terminal.__configure" />
+      <keyword name="Terminal.__executeCommand" id="Terminal.__executeCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__executeCommand" />
+      <keyword name="Terminal.__finished" id="Terminal.__finished" ref="eric5.QScintilla.Terminal.html#Terminal.__finished" />
+      <keyword name="Terminal.__getEndPos" id="Terminal.__getEndPos" ref="eric5.QScintilla.Terminal.html#Terminal.__getEndPos" />
+      <keyword name="Terminal.__insertHistory" id="Terminal.__insertHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__insertHistory" />
+      <keyword name="Terminal.__insertText" id="Terminal.__insertText" ref="eric5.QScintilla.Terminal.html#Terminal.__insertText" />
+      <keyword name="Terminal.__insertTextAtEnd" id="Terminal.__insertTextAtEnd" ref="eric5.QScintilla.Terminal.html#Terminal.__insertTextAtEnd" />
+      <keyword name="Terminal.__isCursorOnLastLine" id="Terminal.__isCursorOnLastLine" ref="eric5.QScintilla.Terminal.html#Terminal.__isCursorOnLastLine" />
+      <keyword name="Terminal.__readOutput" id="Terminal.__readOutput" ref="eric5.QScintilla.Terminal.html#Terminal.__readOutput" />
+      <keyword name="Terminal.__reset" id="Terminal.__reset" ref="eric5.QScintilla.Terminal.html#Terminal.__reset" />
+      <keyword name="Terminal.__rsearchHistory" id="Terminal.__rsearchHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__rsearchHistory" />
+      <keyword name="Terminal.__searchHistory" id="Terminal.__searchHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__searchHistory" />
+      <keyword name="Terminal.__selectHistory" id="Terminal.__selectHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__selectHistory" />
+      <keyword name="Terminal.__send" id="Terminal.__send" ref="eric5.QScintilla.Terminal.html#Terminal.__send" />
+      <keyword name="Terminal.__sendCtrl" id="Terminal.__sendCtrl" ref="eric5.QScintilla.Terminal.html#Terminal.__sendCtrl" />
+      <keyword name="Terminal.__setMargin0" id="Terminal.__setMargin0" ref="eric5.QScintilla.Terminal.html#Terminal.__setMargin0" />
+      <keyword name="Terminal.__setMonospaced" id="Terminal.__setMonospaced" ref="eric5.QScintilla.Terminal.html#Terminal.__setMonospaced" />
+      <keyword name="Terminal.__setTextDisplay" id="Terminal.__setTextDisplay" ref="eric5.QScintilla.Terminal.html#Terminal.__setTextDisplay" />
+      <keyword name="Terminal.__showHistory" id="Terminal.__showHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__showHistory" />
+      <keyword name="Terminal.__startShell" id="Terminal.__startShell" ref="eric5.QScintilla.Terminal.html#Terminal.__startShell" />
+      <keyword name="Terminal.__started" id="Terminal.__started" ref="eric5.QScintilla.Terminal.html#Terminal.__started" />
+      <keyword name="Terminal.__stopShell" id="Terminal.__stopShell" ref="eric5.QScintilla.Terminal.html#Terminal.__stopShell" />
+      <keyword name="Terminal.__useHistory" id="Terminal.__useHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__useHistory" />
+      <keyword name="Terminal.__write" id="Terminal.__write" ref="eric5.QScintilla.Terminal.html#Terminal.__write" />
+      <keyword name="Terminal.clear" id="Terminal.clear" ref="eric5.QScintilla.Terminal.html#Terminal.clear" />
+      <keyword name="Terminal.closeTerminal" id="Terminal.closeTerminal" ref="eric5.QScintilla.Terminal.html#Terminal.closeTerminal" />
+      <keyword name="Terminal.contextMenuEvent" id="Terminal.contextMenuEvent" ref="eric5.QScintilla.Terminal.html#Terminal.contextMenuEvent" />
+      <keyword name="Terminal.editorCommand" id="Terminal.editorCommand" ref="eric5.QScintilla.Terminal.html#Terminal.editorCommand" />
+      <keyword name="Terminal.focusInEvent" id="Terminal.focusInEvent" ref="eric5.QScintilla.Terminal.html#Terminal.focusInEvent" />
+      <keyword name="Terminal.focusOutEvent" id="Terminal.focusOutEvent" ref="eric5.QScintilla.Terminal.html#Terminal.focusOutEvent" />
+      <keyword name="Terminal.getHistory" id="Terminal.getHistory" ref="eric5.QScintilla.Terminal.html#Terminal.getHistory" />
+      <keyword name="Terminal.handlePreferencesChanged" id="Terminal.handlePreferencesChanged" ref="eric5.QScintilla.Terminal.html#Terminal.handlePreferencesChanged" />
+      <keyword name="Terminal.insert" id="Terminal.insert" ref="eric5.QScintilla.Terminal.html#Terminal.insert" />
+      <keyword name="Terminal.keyPressEvent" id="Terminal.keyPressEvent" ref="eric5.QScintilla.Terminal.html#Terminal.keyPressEvent" />
+      <keyword name="Terminal.loadHistory" id="Terminal.loadHistory" ref="eric5.QScintilla.Terminal.html#Terminal.loadHistory" />
+      <keyword name="Terminal.mousePressEvent" id="Terminal.mousePressEvent" ref="eric5.QScintilla.Terminal.html#Terminal.mousePressEvent" />
+      <keyword name="Terminal.reloadHistory" id="Terminal.reloadHistory" ref="eric5.QScintilla.Terminal.html#Terminal.reloadHistory" />
+      <keyword name="Terminal.saveHistory" id="Terminal.saveHistory" ref="eric5.QScintilla.Terminal.html#Terminal.saveHistory" />
       <keyword name="Editor (Module)" id="Editor (Module)" ref="eric5.QScintilla.Editor.html" />
       <keyword name="Editor" id="Editor" ref="eric5.QScintilla.Editor.html#Editor" />
       <keyword name="Editor (Constructor)" id="Editor (Constructor)" ref="eric5.QScintilla.Editor.html#Editor.__init__" />
@@ -4418,166 +5877,6 @@
       <keyword name="Editor.unsetAutoCompletionHook" id="Editor.unsetAutoCompletionHook" ref="eric5.QScintilla.Editor.html#Editor.unsetAutoCompletionHook" />
       <keyword name="Editor.unsetCallTipHook" id="Editor.unsetCallTipHook" ref="eric5.QScintilla.Editor.html#Editor.unsetCallTipHook" />
       <keyword name="Editor.writeFile" id="Editor.writeFile" ref="eric5.QScintilla.Editor.html#Editor.writeFile" />
-      <keyword name="GotoDialog (Module)" id="GotoDialog (Module)" ref="eric5.QScintilla.GotoDialog.html" />
-      <keyword name="GotoDialog" id="GotoDialog" ref="eric5.QScintilla.GotoDialog.html#GotoDialog" />
-      <keyword name="GotoDialog (Constructor)" id="GotoDialog (Constructor)" ref="eric5.QScintilla.GotoDialog.html#GotoDialog.__init__" />
-      <keyword name="GotoDialog.getLinenumber" id="GotoDialog.getLinenumber" ref="eric5.QScintilla.GotoDialog.html#GotoDialog.getLinenumber" />
-      <keyword name="MiniEditor (Module)" id="MiniEditor (Module)" ref="eric5.QScintilla.MiniEditor.html" />
-      <keyword name="MiniEditor" id="MiniEditor" ref="eric5.QScintilla.MiniEditor.html#MiniEditor" />
-      <keyword name="MiniScintilla" id="MiniScintilla" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla" />
-      <keyword name="MiniEditor (Constructor)" id="MiniEditor (Constructor)" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__init__" />
-      <keyword name="MiniEditor.__about" id="MiniEditor.__about" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__about" />
-      <keyword name="MiniEditor.__aboutQt" id="MiniEditor.__aboutQt" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__aboutQt" />
-      <keyword name="MiniEditor.__bindLexer" id="MiniEditor.__bindLexer" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__bindLexer" />
-      <keyword name="MiniEditor.__bindName" id="MiniEditor.__bindName" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__bindName" />
-      <keyword name="MiniEditor.__checkActions" id="MiniEditor.__checkActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__checkActions" />
-      <keyword name="MiniEditor.__checkLanguage" id="MiniEditor.__checkLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__checkLanguage" />
-      <keyword name="MiniEditor.__contextMenuRequested" id="MiniEditor.__contextMenuRequested" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__contextMenuRequested" />
-      <keyword name="MiniEditor.__createActions" id="MiniEditor.__createActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createActions" />
-      <keyword name="MiniEditor.__createEditActions" id="MiniEditor.__createEditActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createEditActions" />
-      <keyword name="MiniEditor.__createFileActions" id="MiniEditor.__createFileActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createFileActions" />
-      <keyword name="MiniEditor.__createHelpActions" id="MiniEditor.__createHelpActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createHelpActions" />
-      <keyword name="MiniEditor.__createMenus" id="MiniEditor.__createMenus" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createMenus" />
-      <keyword name="MiniEditor.__createSearchActions" id="MiniEditor.__createSearchActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createSearchActions" />
-      <keyword name="MiniEditor.__createStatusBar" id="MiniEditor.__createStatusBar" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createStatusBar" />
-      <keyword name="MiniEditor.__createToolBars" id="MiniEditor.__createToolBars" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createToolBars" />
-      <keyword name="MiniEditor.__cursorPositionChanged" id="MiniEditor.__cursorPositionChanged" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__cursorPositionChanged" />
-      <keyword name="MiniEditor.__deselectAll" id="MiniEditor.__deselectAll" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__deselectAll" />
-      <keyword name="MiniEditor.__documentWasModified" id="MiniEditor.__documentWasModified" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__documentWasModified" />
-      <keyword name="MiniEditor.__getCurrentWord" id="MiniEditor.__getCurrentWord" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__getCurrentWord" />
-      <keyword name="MiniEditor.__getWord" id="MiniEditor.__getWord" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__getWord" />
-      <keyword name="MiniEditor.__initContextMenu" id="MiniEditor.__initContextMenu" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__initContextMenu" />
-      <keyword name="MiniEditor.__initContextMenuLanguages" id="MiniEditor.__initContextMenuLanguages" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__initContextMenuLanguages" />
-      <keyword name="MiniEditor.__languageMenuTriggered" id="MiniEditor.__languageMenuTriggered" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__languageMenuTriggered" />
-      <keyword name="MiniEditor.__loadFile" id="MiniEditor.__loadFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__loadFile" />
-      <keyword name="MiniEditor.__markOccurrences" id="MiniEditor.__markOccurrences" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__markOccurrences" />
-      <keyword name="MiniEditor.__maybeSave" id="MiniEditor.__maybeSave" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__maybeSave" />
-      <keyword name="MiniEditor.__modificationChanged" id="MiniEditor.__modificationChanged" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__modificationChanged" />
-      <keyword name="MiniEditor.__newFile" id="MiniEditor.__newFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__newFile" />
-      <keyword name="MiniEditor.__open" id="MiniEditor.__open" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__open" />
-      <keyword name="MiniEditor.__printFile" id="MiniEditor.__printFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__printFile" />
-      <keyword name="MiniEditor.__printPreview" id="MiniEditor.__printPreview" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__printPreview" />
-      <keyword name="MiniEditor.__printPreviewFile" id="MiniEditor.__printPreviewFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__printPreviewFile" />
-      <keyword name="MiniEditor.__readSettings" id="MiniEditor.__readSettings" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__readSettings" />
-      <keyword name="MiniEditor.__readShortcut" id="MiniEditor.__readShortcut" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__readShortcut" />
-      <keyword name="MiniEditor.__redo" id="MiniEditor.__redo" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__redo" />
-      <keyword name="MiniEditor.__replace" id="MiniEditor.__replace" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__replace" />
-      <keyword name="MiniEditor.__resetLanguage" id="MiniEditor.__resetLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__resetLanguage" />
-      <keyword name="MiniEditor.__save" id="MiniEditor.__save" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__save" />
-      <keyword name="MiniEditor.__saveAs" id="MiniEditor.__saveAs" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__saveAs" />
-      <keyword name="MiniEditor.__saveFile" id="MiniEditor.__saveFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__saveFile" />
-      <keyword name="MiniEditor.__search" id="MiniEditor.__search" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__search" />
-      <keyword name="MiniEditor.__searchClearMarkers" id="MiniEditor.__searchClearMarkers" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__searchClearMarkers" />
-      <keyword name="MiniEditor.__selectAll" id="MiniEditor.__selectAll" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__selectAll" />
-      <keyword name="MiniEditor.__selectPygmentsLexer" id="MiniEditor.__selectPygmentsLexer" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__selectPygmentsLexer" />
-      <keyword name="MiniEditor.__setCurrentFile" id="MiniEditor.__setCurrentFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setCurrentFile" />
-      <keyword name="MiniEditor.__setEolMode" id="MiniEditor.__setEolMode" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setEolMode" />
-      <keyword name="MiniEditor.__setMargins" id="MiniEditor.__setMargins" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setMargins" />
-      <keyword name="MiniEditor.__setMonospaced" id="MiniEditor.__setMonospaced" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setMonospaced" />
-      <keyword name="MiniEditor.__setSbFile" id="MiniEditor.__setSbFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setSbFile" />
-      <keyword name="MiniEditor.__setTextDisplay" id="MiniEditor.__setTextDisplay" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setTextDisplay" />
-      <keyword name="MiniEditor.__showContextMenuLanguages" id="MiniEditor.__showContextMenuLanguages" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__showContextMenuLanguages" />
-      <keyword name="MiniEditor.__strippedName" id="MiniEditor.__strippedName" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__strippedName" />
-      <keyword name="MiniEditor.__styleNeeded" id="MiniEditor.__styleNeeded" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__styleNeeded" />
-      <keyword name="MiniEditor.__undo" id="MiniEditor.__undo" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__undo" />
-      <keyword name="MiniEditor.__whatsThis" id="MiniEditor.__whatsThis" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__whatsThis" />
-      <keyword name="MiniEditor.__writeSettings" id="MiniEditor.__writeSettings" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__writeSettings" />
-      <keyword name="MiniEditor.activeWindow" id="MiniEditor.activeWindow" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.activeWindow" />
-      <keyword name="MiniEditor.clearSearchIndicators" id="MiniEditor.clearSearchIndicators" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.clearSearchIndicators" />
-      <keyword name="MiniEditor.closeEvent" id="MiniEditor.closeEvent" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.closeEvent" />
-      <keyword name="MiniEditor.getFileName" id="MiniEditor.getFileName" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.getFileName" />
-      <keyword name="MiniEditor.getLanguage" id="MiniEditor.getLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.getLanguage" />
-      <keyword name="MiniEditor.getSRHistory" id="MiniEditor.getSRHistory" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.getSRHistory" />
-      <keyword name="MiniEditor.setLanguage" id="MiniEditor.setLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.setLanguage" />
-      <keyword name="MiniEditor.setSearchIndicator" id="MiniEditor.setSearchIndicator" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.setSearchIndicator" />
-      <keyword name="MiniEditor.setText" id="MiniEditor.setText" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.setText" />
-      <keyword name="MiniEditor.textForFind" id="MiniEditor.textForFind" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.textForFind" />
-      <keyword name="MiniScintilla (Constructor)" id="MiniScintilla (Constructor)" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.__init__" />
-      <keyword name="MiniScintilla.focusInEvent" id="MiniScintilla.focusInEvent" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.focusInEvent" />
-      <keyword name="MiniScintilla.focusOutEvent" id="MiniScintilla.focusOutEvent" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.focusOutEvent" />
-      <keyword name="MiniScintilla.getFileName" id="MiniScintilla.getFileName" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.getFileName" />
-      <keyword name="Printer (Module)" id="Printer (Module)" ref="eric5.QScintilla.Printer.html" />
-      <keyword name="Printer" id="Printer" ref="eric5.QScintilla.Printer.html#Printer" />
-      <keyword name="Printer (Constructor)" id="Printer (Constructor)" ref="eric5.QScintilla.Printer.html#Printer.__init__" />
-      <keyword name="Printer.formatPage" id="Printer.formatPage" ref="eric5.QScintilla.Printer.html#Printer.formatPage" />
-      <keyword name="QsciScintillaCompat (Module)" id="QsciScintillaCompat (Module)" ref="eric5.QScintilla.QsciScintillaCompat.html" />
-      <keyword name="QsciScintillaCompat" id="QsciScintillaCompat" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat" />
-      <keyword name="QSCINTILLA_VERSION" id="QSCINTILLA_VERSION" ref="eric5.QScintilla.QsciScintillaCompat.html#QSCINTILLA_VERSION" />
-      <keyword name="QsciScintillaCompat (Constructor)" id="QsciScintillaCompat (Constructor)" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.__init__" />
-      <keyword name="QsciScintillaCompat.__doSearchTarget" id="QsciScintillaCompat.__doSearchTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.__doSearchTarget" />
-      <keyword name="QsciScintillaCompat.__setFoldMarker" id="QsciScintillaCompat.__setFoldMarker" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.__setFoldMarker" />
-      <keyword name="QsciScintillaCompat.byteAt" id="QsciScintillaCompat.byteAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.byteAt" />
-      <keyword name="QsciScintillaCompat.charAt" id="QsciScintillaCompat.charAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.charAt" />
-      <keyword name="QsciScintillaCompat.clearAllIndicators" id="QsciScintillaCompat.clearAllIndicators" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearAllIndicators" />
-      <keyword name="QsciScintillaCompat.clearAlternateKeys" id="QsciScintillaCompat.clearAlternateKeys" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearAlternateKeys" />
-      <keyword name="QsciScintillaCompat.clearIndicator" id="QsciScintillaCompat.clearIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearIndicator" />
-      <keyword name="QsciScintillaCompat.clearIndicatorRange" id="QsciScintillaCompat.clearIndicatorRange" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearIndicatorRange" />
-      <keyword name="QsciScintillaCompat.clearKeys" id="QsciScintillaCompat.clearKeys" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearKeys" />
-      <keyword name="QsciScintillaCompat.clearStyles" id="QsciScintillaCompat.clearStyles" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearStyles" />
-      <keyword name="QsciScintillaCompat.currentPosition" id="QsciScintillaCompat.currentPosition" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.currentPosition" />
-      <keyword name="QsciScintillaCompat.currentStyle" id="QsciScintillaCompat.currentStyle" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.currentStyle" />
-      <keyword name="QsciScintillaCompat.delete" id="QsciScintillaCompat.delete" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.delete" />
-      <keyword name="QsciScintillaCompat.deleteBack" id="QsciScintillaCompat.deleteBack" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteBack" />
-      <keyword name="QsciScintillaCompat.deleteLineLeft" id="QsciScintillaCompat.deleteLineLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteLineLeft" />
-      <keyword name="QsciScintillaCompat.deleteLineRight" id="QsciScintillaCompat.deleteLineRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteLineRight" />
-      <keyword name="QsciScintillaCompat.deleteWordLeft" id="QsciScintillaCompat.deleteWordLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteWordLeft" />
-      <keyword name="QsciScintillaCompat.deleteWordRight" id="QsciScintillaCompat.deleteWordRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteWordRight" />
-      <keyword name="QsciScintillaCompat.detectEolString" id="QsciScintillaCompat.detectEolString" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.detectEolString" />
-      <keyword name="QsciScintillaCompat.editorCommand" id="QsciScintillaCompat.editorCommand" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.editorCommand" />
-      <keyword name="QsciScintillaCompat.extendSelectionLeft" id="QsciScintillaCompat.extendSelectionLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionLeft" />
-      <keyword name="QsciScintillaCompat.extendSelectionRight" id="QsciScintillaCompat.extendSelectionRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionRight" />
-      <keyword name="QsciScintillaCompat.extendSelectionToBOL" id="QsciScintillaCompat.extendSelectionToBOL" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionToBOL" />
-      <keyword name="QsciScintillaCompat.extendSelectionToEOL" id="QsciScintillaCompat.extendSelectionToEOL" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionToEOL" />
-      <keyword name="QsciScintillaCompat.extendSelectionWordLeft" id="QsciScintillaCompat.extendSelectionWordLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionWordLeft" />
-      <keyword name="QsciScintillaCompat.extendSelectionWordRight" id="QsciScintillaCompat.extendSelectionWordRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionWordRight" />
-      <keyword name="QsciScintillaCompat.findFirstTarget" id="QsciScintillaCompat.findFirstTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.findFirstTarget" />
-      <keyword name="QsciScintillaCompat.findNextTarget" id="QsciScintillaCompat.findNextTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.findNextTarget" />
-      <keyword name="QsciScintillaCompat.focusOutEvent" id="QsciScintillaCompat.focusOutEvent" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.focusOutEvent" />
-      <keyword name="QsciScintillaCompat.foldExpandedAt" id="QsciScintillaCompat.foldExpandedAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldExpandedAt" />
-      <keyword name="QsciScintillaCompat.foldFlagsAt" id="QsciScintillaCompat.foldFlagsAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldFlagsAt" />
-      <keyword name="QsciScintillaCompat.foldHeaderAt" id="QsciScintillaCompat.foldHeaderAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldHeaderAt" />
-      <keyword name="QsciScintillaCompat.foldLevelAt" id="QsciScintillaCompat.foldLevelAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldLevelAt" />
-      <keyword name="QsciScintillaCompat.getEndStyled" id="QsciScintillaCompat.getEndStyled" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getEndStyled" />
-      <keyword name="QsciScintillaCompat.getEolIndicator" id="QsciScintillaCompat.getEolIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getEolIndicator" />
-      <keyword name="QsciScintillaCompat.getFileName" id="QsciScintillaCompat.getFileName" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getFileName" />
-      <keyword name="QsciScintillaCompat.getFoundTarget" id="QsciScintillaCompat.getFoundTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getFoundTarget" />
-      <keyword name="QsciScintillaCompat.getLineSeparator" id="QsciScintillaCompat.getLineSeparator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getLineSeparator" />
-      <keyword name="QsciScintillaCompat.getZoom" id="QsciScintillaCompat.getZoom" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getZoom" />
-      <keyword name="QsciScintillaCompat.hasIndicator" id="QsciScintillaCompat.hasIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.hasIndicator" />
-      <keyword name="QsciScintillaCompat.indentationGuideView" id="QsciScintillaCompat.indentationGuideView" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.indentationGuideView" />
-      <keyword name="QsciScintillaCompat.indicatorDefine" id="QsciScintillaCompat.indicatorDefine" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.indicatorDefine" />
-      <keyword name="QsciScintillaCompat.lineAt" id="QsciScintillaCompat.lineAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.lineAt" />
-      <keyword name="QsciScintillaCompat.lineEndPosition" id="QsciScintillaCompat.lineEndPosition" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.lineEndPosition" />
-      <keyword name="QsciScintillaCompat.lineIndexFromPosition" id="QsciScintillaCompat.lineIndexFromPosition" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.lineIndexFromPosition" />
-      <keyword name="QsciScintillaCompat.linesOnScreen" id="QsciScintillaCompat.linesOnScreen" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.linesOnScreen" />
-      <keyword name="QsciScintillaCompat.monospacedStyles" id="QsciScintillaCompat.monospacedStyles" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.monospacedStyles" />
-      <keyword name="QsciScintillaCompat.moveCursorLeft" id="QsciScintillaCompat.moveCursorLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorLeft" />
-      <keyword name="QsciScintillaCompat.moveCursorRight" id="QsciScintillaCompat.moveCursorRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorRight" />
-      <keyword name="QsciScintillaCompat.moveCursorToEOL" id="QsciScintillaCompat.moveCursorToEOL" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorToEOL" />
-      <keyword name="QsciScintillaCompat.moveCursorWordLeft" id="QsciScintillaCompat.moveCursorWordLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorWordLeft" />
-      <keyword name="QsciScintillaCompat.moveCursorWordRight" id="QsciScintillaCompat.moveCursorWordRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorWordRight" />
-      <keyword name="QsciScintillaCompat.newLineBelow" id="QsciScintillaCompat.newLineBelow" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.newLineBelow" />
-      <keyword name="QsciScintillaCompat.positionAfter" id="QsciScintillaCompat.positionAfter" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionAfter" />
-      <keyword name="QsciScintillaCompat.positionBefore" id="QsciScintillaCompat.positionBefore" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionBefore" />
-      <keyword name="QsciScintillaCompat.positionFromLineIndex" id="QsciScintillaCompat.positionFromLineIndex" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionFromLineIndex" />
-      <keyword name="QsciScintillaCompat.positionFromPoint" id="QsciScintillaCompat.positionFromPoint" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionFromPoint" />
-      <keyword name="QsciScintillaCompat.replaceTarget" id="QsciScintillaCompat.replaceTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.replaceTarget" />
-      <keyword name="QsciScintillaCompat.scrollVertical" id="QsciScintillaCompat.scrollVertical" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.scrollVertical" />
-      <keyword name="QsciScintillaCompat.setCurrentIndicator" id="QsciScintillaCompat.setCurrentIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setCurrentIndicator" />
-      <keyword name="QsciScintillaCompat.setEolModeByEolString" id="QsciScintillaCompat.setEolModeByEolString" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setEolModeByEolString" />
-      <keyword name="QsciScintillaCompat.setFoldMarkersColors" id="QsciScintillaCompat.setFoldMarkersColors" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setFoldMarkersColors" />
-      <keyword name="QsciScintillaCompat.setFolding" id="QsciScintillaCompat.setFolding" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setFolding" />
-      <keyword name="QsciScintillaCompat.setIndentationGuideView" id="QsciScintillaCompat.setIndentationGuideView" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setIndentationGuideView" />
-      <keyword name="QsciScintillaCompat.setIndicator" id="QsciScintillaCompat.setIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setIndicator" />
-      <keyword name="QsciScintillaCompat.setIndicatorRange" id="QsciScintillaCompat.setIndicatorRange" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setIndicatorRange" />
-      <keyword name="QsciScintillaCompat.setLexer" id="QsciScintillaCompat.setLexer" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setLexer" />
-      <keyword name="QsciScintillaCompat.setStyleBits" id="QsciScintillaCompat.setStyleBits" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setStyleBits" />
-      <keyword name="QsciScintillaCompat.setStyling" id="QsciScintillaCompat.setStyling" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setStyling" />
-      <keyword name="QsciScintillaCompat.startStyling" id="QsciScintillaCompat.startStyling" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.startStyling" />
-      <keyword name="QsciScintillaCompat.styleAt" id="QsciScintillaCompat.styleAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.styleAt" />
-      <keyword name="QsciScintillaCompat.zoomIn" id="QsciScintillaCompat.zoomIn" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.zoomIn" />
-      <keyword name="QsciScintillaCompat.zoomOut" id="QsciScintillaCompat.zoomOut" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.zoomOut" />
-      <keyword name="QsciScintillaCompat.zoomTo" id="QsciScintillaCompat.zoomTo" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.zoomTo" />
       <keyword name="SearchReplaceWidget (Module)" id="SearchReplaceWidget (Module)" ref="eric5.QScintilla.SearchReplaceWidget.html" />
       <keyword name="SearchReplaceWidget" id="SearchReplaceWidget" ref="eric5.QScintilla.SearchReplaceWidget.html#SearchReplaceWidget" />
       <keyword name="SearchReplaceWidget (Constructor)" id="SearchReplaceWidget (Constructor)" ref="eric5.QScintilla.SearchReplaceWidget.html#SearchReplaceWidget.__init__" />
@@ -4685,6 +5984,14 @@
       <keyword name="Shell.reloadHistory" id="Shell.reloadHistory" ref="eric5.QScintilla.Shell.html#Shell.reloadHistory" />
       <keyword name="Shell.saveHistory" id="Shell.saveHistory" ref="eric5.QScintilla.Shell.html#Shell.saveHistory" />
       <keyword name="Shell.setDebuggerUI" id="Shell.setDebuggerUI" ref="eric5.QScintilla.Shell.html#Shell.setDebuggerUI" />
+      <keyword name="Printer (Module)" id="Printer (Module)" ref="eric5.QScintilla.Printer.html" />
+      <keyword name="Printer" id="Printer" ref="eric5.QScintilla.Printer.html#Printer" />
+      <keyword name="Printer (Constructor)" id="Printer (Constructor)" ref="eric5.QScintilla.Printer.html#Printer.__init__" />
+      <keyword name="Printer.formatPage" id="Printer.formatPage" ref="eric5.QScintilla.Printer.html#Printer.formatPage" />
+      <keyword name="ZoomDialog (Module)" id="ZoomDialog (Module)" ref="eric5.QScintilla.ZoomDialog.html" />
+      <keyword name="ZoomDialog" id="ZoomDialog" ref="eric5.QScintilla.ZoomDialog.html#ZoomDialog" />
+      <keyword name="ZoomDialog (Constructor)" id="ZoomDialog (Constructor)" ref="eric5.QScintilla.ZoomDialog.html#ZoomDialog.__init__" />
+      <keyword name="ZoomDialog.getZoomSize" id="ZoomDialog.getZoomSize" ref="eric5.QScintilla.ZoomDialog.html#ZoomDialog.getZoomSize" />
       <keyword name="ShellHistoryDialog (Module)" id="ShellHistoryDialog (Module)" ref="eric5.QScintilla.ShellHistoryDialog.html" />
       <keyword name="ShellHistoryDialog" id="ShellHistoryDialog" ref="eric5.QScintilla.ShellHistoryDialog.html#ShellHistoryDialog" />
       <keyword name="ShellHistoryDialog (Constructor)" id="ShellHistoryDialog (Constructor)" ref="eric5.QScintilla.ShellHistoryDialog.html#ShellHistoryDialog.__init__" />
@@ -4695,6 +6002,10 @@
       <keyword name="ShellHistoryDialog.on_historyList_itemDoubleClicked" id="ShellHistoryDialog.on_historyList_itemDoubleClicked" ref="eric5.QScintilla.ShellHistoryDialog.html#ShellHistoryDialog.on_historyList_itemDoubleClicked" />
       <keyword name="ShellHistoryDialog.on_historyList_itemSelectionChanged" id="ShellHistoryDialog.on_historyList_itemSelectionChanged" ref="eric5.QScintilla.ShellHistoryDialog.html#ShellHistoryDialog.on_historyList_itemSelectionChanged" />
       <keyword name="ShellHistoryDialog.on_reloadButton_clicked" id="ShellHistoryDialog.on_reloadButton_clicked" ref="eric5.QScintilla.ShellHistoryDialog.html#ShellHistoryDialog.on_reloadButton_clicked" />
+      <keyword name="GotoDialog (Module)" id="GotoDialog (Module)" ref="eric5.QScintilla.GotoDialog.html" />
+      <keyword name="GotoDialog" id="GotoDialog" ref="eric5.QScintilla.GotoDialog.html#GotoDialog" />
+      <keyword name="GotoDialog (Constructor)" id="GotoDialog (Constructor)" ref="eric5.QScintilla.GotoDialog.html#GotoDialog.__init__" />
+      <keyword name="GotoDialog.getLinenumber" id="GotoDialog.getLinenumber" ref="eric5.QScintilla.GotoDialog.html#GotoDialog.getLinenumber" />
       <keyword name="SpellChecker (Module)" id="SpellChecker (Module)" ref="eric5.QScintilla.SpellChecker.html" />
       <keyword name="SpellChecker" id="SpellChecker" ref="eric5.QScintilla.SpellChecker.html#SpellChecker" />
       <keyword name="SpellChecker (Constructor)" id="SpellChecker (Constructor)" ref="eric5.QScintilla.SpellChecker.html#SpellChecker.__init__" />
@@ -4727,1688 +6038,73 @@
       <keyword name="SpellChecker.setLanguage" id="SpellChecker.setLanguage" ref="eric5.QScintilla.SpellChecker.html#SpellChecker.setLanguage" />
       <keyword name="SpellChecker.setMinimumWordSize" id="SpellChecker.setMinimumWordSize" ref="eric5.QScintilla.SpellChecker.html#SpellChecker.setMinimumWordSize" />
       <keyword name="SpellChecker.stopIncrementalCheck" id="SpellChecker.stopIncrementalCheck" ref="eric5.QScintilla.SpellChecker.html#SpellChecker.stopIncrementalCheck" />
-      <keyword name="SpellCheckingDialog (Module)" id="SpellCheckingDialog (Module)" ref="eric5.QScintilla.SpellCheckingDialog.html" />
-      <keyword name="SpellCheckingDialog" id="SpellCheckingDialog" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog" />
-      <keyword name="SpellCheckingDialog (Constructor)" id="SpellCheckingDialog (Constructor)" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.__init__" />
-      <keyword name="SpellCheckingDialog.__advance" id="SpellCheckingDialog.__advance" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.__advance" />
-      <keyword name="SpellCheckingDialog.__enableButtons" id="SpellCheckingDialog.__enableButtons" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.__enableButtons" />
-      <keyword name="SpellCheckingDialog.on_addButton_clicked" id="SpellCheckingDialog.on_addButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_addButton_clicked" />
-      <keyword name="SpellCheckingDialog.on_changeEdit_textChanged" id="SpellCheckingDialog.on_changeEdit_textChanged" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_changeEdit_textChanged" />
-      <keyword name="SpellCheckingDialog.on_ignoreAllButton_clicked" id="SpellCheckingDialog.on_ignoreAllButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_ignoreAllButton_clicked" />
-      <keyword name="SpellCheckingDialog.on_ignoreButton_clicked" id="SpellCheckingDialog.on_ignoreButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_ignoreButton_clicked" />
-      <keyword name="SpellCheckingDialog.on_replaceAllButton_clicked" id="SpellCheckingDialog.on_replaceAllButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_replaceAllButton_clicked" />
-      <keyword name="SpellCheckingDialog.on_replaceButton_clicked" id="SpellCheckingDialog.on_replaceButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_replaceButton_clicked" />
-      <keyword name="SpellCheckingDialog.on_suggestionsList_currentTextChanged" id="SpellCheckingDialog.on_suggestionsList_currentTextChanged" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_suggestionsList_currentTextChanged" />
-      <keyword name="Terminal (Module)" id="Terminal (Module)" ref="eric5.QScintilla.Terminal.html" />
-      <keyword name="Terminal" id="Terminal" ref="eric5.QScintilla.Terminal.html#Terminal" />
-      <keyword name="Terminal (Constructor)" id="Terminal (Constructor)" ref="eric5.QScintilla.Terminal.html#Terminal.__init__" />
-      <keyword name="Terminal.__QScintillaCharLeft" id="Terminal.__QScintillaCharLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaCharLeft" />
-      <keyword name="Terminal.__QScintillaCharLeftExtend" id="Terminal.__QScintillaCharLeftExtend" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaCharLeftExtend" />
-      <keyword name="Terminal.__QScintillaCharRight" id="Terminal.__QScintillaCharRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaCharRight" />
-      <keyword name="Terminal.__QScintillaDelete" id="Terminal.__QScintillaDelete" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDelete" />
-      <keyword name="Terminal.__QScintillaDeleteBack" id="Terminal.__QScintillaDeleteBack" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteBack" />
-      <keyword name="Terminal.__QScintillaDeleteLineLeft" id="Terminal.__QScintillaDeleteLineLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteLineLeft" />
-      <keyword name="Terminal.__QScintillaDeleteLineRight" id="Terminal.__QScintillaDeleteLineRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteLineRight" />
-      <keyword name="Terminal.__QScintillaDeleteWordLeft" id="Terminal.__QScintillaDeleteWordLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteWordLeft" />
-      <keyword name="Terminal.__QScintillaDeleteWordRight" id="Terminal.__QScintillaDeleteWordRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteWordRight" />
-      <keyword name="Terminal.__QScintillaLeftCommand" id="Terminal.__QScintillaLeftCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLeftCommand" />
-      <keyword name="Terminal.__QScintillaLeftDeleteCommand" id="Terminal.__QScintillaLeftDeleteCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLeftDeleteCommand" />
-      <keyword name="Terminal.__QScintillaLineDown" id="Terminal.__QScintillaLineDown" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLineDown" />
-      <keyword name="Terminal.__QScintillaLineEnd" id="Terminal.__QScintillaLineEnd" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLineEnd" />
-      <keyword name="Terminal.__QScintillaLineUp" id="Terminal.__QScintillaLineUp" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLineUp" />
-      <keyword name="Terminal.__QScintillaNewline" id="Terminal.__QScintillaNewline" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaNewline" />
-      <keyword name="Terminal.__QScintillaRightCommand" id="Terminal.__QScintillaRightCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaRightCommand" />
-      <keyword name="Terminal.__QScintillaVCHome" id="Terminal.__QScintillaVCHome" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaVCHome" />
-      <keyword name="Terminal.__QScintillaVCHomeExtend" id="Terminal.__QScintillaVCHomeExtend" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaVCHomeExtend" />
-      <keyword name="Terminal.__QScintillaWordLeft" id="Terminal.__QScintillaWordLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaWordLeft" />
-      <keyword name="Terminal.__QScintillaWordLeftExtend" id="Terminal.__QScintillaWordLeftExtend" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaWordLeftExtend" />
-      <keyword name="Terminal.__QScintillaWordRight" id="Terminal.__QScintillaWordRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaWordRight" />
-      <keyword name="Terminal.__bindLexer" id="Terminal.__bindLexer" ref="eric5.QScintilla.Terminal.html#Terminal.__bindLexer" />
-      <keyword name="Terminal.__clearCurrentLine" id="Terminal.__clearCurrentLine" ref="eric5.QScintilla.Terminal.html#Terminal.__clearCurrentLine" />
-      <keyword name="Terminal.__clearHistory" id="Terminal.__clearHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__clearHistory" />
-      <keyword name="Terminal.__configure" id="Terminal.__configure" ref="eric5.QScintilla.Terminal.html#Terminal.__configure" />
-      <keyword name="Terminal.__executeCommand" id="Terminal.__executeCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__executeCommand" />
-      <keyword name="Terminal.__finished" id="Terminal.__finished" ref="eric5.QScintilla.Terminal.html#Terminal.__finished" />
-      <keyword name="Terminal.__getEndPos" id="Terminal.__getEndPos" ref="eric5.QScintilla.Terminal.html#Terminal.__getEndPos" />
-      <keyword name="Terminal.__insertHistory" id="Terminal.__insertHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__insertHistory" />
-      <keyword name="Terminal.__insertText" id="Terminal.__insertText" ref="eric5.QScintilla.Terminal.html#Terminal.__insertText" />
-      <keyword name="Terminal.__insertTextAtEnd" id="Terminal.__insertTextAtEnd" ref="eric5.QScintilla.Terminal.html#Terminal.__insertTextAtEnd" />
-      <keyword name="Terminal.__isCursorOnLastLine" id="Terminal.__isCursorOnLastLine" ref="eric5.QScintilla.Terminal.html#Terminal.__isCursorOnLastLine" />
-      <keyword name="Terminal.__readOutput" id="Terminal.__readOutput" ref="eric5.QScintilla.Terminal.html#Terminal.__readOutput" />
-      <keyword name="Terminal.__reset" id="Terminal.__reset" ref="eric5.QScintilla.Terminal.html#Terminal.__reset" />
-      <keyword name="Terminal.__rsearchHistory" id="Terminal.__rsearchHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__rsearchHistory" />
-      <keyword name="Terminal.__searchHistory" id="Terminal.__searchHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__searchHistory" />
-      <keyword name="Terminal.__selectHistory" id="Terminal.__selectHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__selectHistory" />
-      <keyword name="Terminal.__send" id="Terminal.__send" ref="eric5.QScintilla.Terminal.html#Terminal.__send" />
-      <keyword name="Terminal.__sendCtrl" id="Terminal.__sendCtrl" ref="eric5.QScintilla.Terminal.html#Terminal.__sendCtrl" />
-      <keyword name="Terminal.__setMargin0" id="Terminal.__setMargin0" ref="eric5.QScintilla.Terminal.html#Terminal.__setMargin0" />
-      <keyword name="Terminal.__setMonospaced" id="Terminal.__setMonospaced" ref="eric5.QScintilla.Terminal.html#Terminal.__setMonospaced" />
-      <keyword name="Terminal.__setTextDisplay" id="Terminal.__setTextDisplay" ref="eric5.QScintilla.Terminal.html#Terminal.__setTextDisplay" />
-      <keyword name="Terminal.__showHistory" id="Terminal.__showHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__showHistory" />
-      <keyword name="Terminal.__startShell" id="Terminal.__startShell" ref="eric5.QScintilla.Terminal.html#Terminal.__startShell" />
-      <keyword name="Terminal.__started" id="Terminal.__started" ref="eric5.QScintilla.Terminal.html#Terminal.__started" />
-      <keyword name="Terminal.__stopShell" id="Terminal.__stopShell" ref="eric5.QScintilla.Terminal.html#Terminal.__stopShell" />
-      <keyword name="Terminal.__useHistory" id="Terminal.__useHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__useHistory" />
-      <keyword name="Terminal.__write" id="Terminal.__write" ref="eric5.QScintilla.Terminal.html#Terminal.__write" />
-      <keyword name="Terminal.clear" id="Terminal.clear" ref="eric5.QScintilla.Terminal.html#Terminal.clear" />
-      <keyword name="Terminal.closeTerminal" id="Terminal.closeTerminal" ref="eric5.QScintilla.Terminal.html#Terminal.closeTerminal" />
-      <keyword name="Terminal.contextMenuEvent" id="Terminal.contextMenuEvent" ref="eric5.QScintilla.Terminal.html#Terminal.contextMenuEvent" />
-      <keyword name="Terminal.editorCommand" id="Terminal.editorCommand" ref="eric5.QScintilla.Terminal.html#Terminal.editorCommand" />
-      <keyword name="Terminal.focusInEvent" id="Terminal.focusInEvent" ref="eric5.QScintilla.Terminal.html#Terminal.focusInEvent" />
-      <keyword name="Terminal.focusOutEvent" id="Terminal.focusOutEvent" ref="eric5.QScintilla.Terminal.html#Terminal.focusOutEvent" />
-      <keyword name="Terminal.getHistory" id="Terminal.getHistory" ref="eric5.QScintilla.Terminal.html#Terminal.getHistory" />
-      <keyword name="Terminal.handlePreferencesChanged" id="Terminal.handlePreferencesChanged" ref="eric5.QScintilla.Terminal.html#Terminal.handlePreferencesChanged" />
-      <keyword name="Terminal.insert" id="Terminal.insert" ref="eric5.QScintilla.Terminal.html#Terminal.insert" />
-      <keyword name="Terminal.keyPressEvent" id="Terminal.keyPressEvent" ref="eric5.QScintilla.Terminal.html#Terminal.keyPressEvent" />
-      <keyword name="Terminal.loadHistory" id="Terminal.loadHistory" ref="eric5.QScintilla.Terminal.html#Terminal.loadHistory" />
-      <keyword name="Terminal.mousePressEvent" id="Terminal.mousePressEvent" ref="eric5.QScintilla.Terminal.html#Terminal.mousePressEvent" />
-      <keyword name="Terminal.reloadHistory" id="Terminal.reloadHistory" ref="eric5.QScintilla.Terminal.html#Terminal.reloadHistory" />
-      <keyword name="Terminal.saveHistory" id="Terminal.saveHistory" ref="eric5.QScintilla.Terminal.html#Terminal.saveHistory" />
-      <keyword name="ZoomDialog (Module)" id="ZoomDialog (Module)" ref="eric5.QScintilla.ZoomDialog.html" />
-      <keyword name="ZoomDialog" id="ZoomDialog" ref="eric5.QScintilla.ZoomDialog.html#ZoomDialog" />
-      <keyword name="ZoomDialog (Constructor)" id="ZoomDialog (Constructor)" ref="eric5.QScintilla.ZoomDialog.html#ZoomDialog.__init__" />
-      <keyword name="ZoomDialog.getZoomSize" id="ZoomDialog.getZoomSize" ref="eric5.QScintilla.ZoomDialog.html#ZoomDialog.getZoomSize" />
-      <keyword name="SqlBrowser (Package)" id="SqlBrowser (Package)" ref="index-eric5.SqlBrowser.html" />
-      <keyword name="SqlBrowser (Module)" id="SqlBrowser (Module)" ref="eric5.SqlBrowser.SqlBrowser.html" />
-      <keyword name="SqlBrowser" id="SqlBrowser" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser" />
-      <keyword name="SqlBrowser (Constructor)" id="SqlBrowser (Constructor)" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__init__" />
-      <keyword name="SqlBrowser.__about" id="SqlBrowser.__about" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__about" />
-      <keyword name="SqlBrowser.__aboutQt" id="SqlBrowser.__aboutQt" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__aboutQt" />
-      <keyword name="SqlBrowser.__initActions" id="SqlBrowser.__initActions" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__initActions" />
-      <keyword name="SqlBrowser.__initMenus" id="SqlBrowser.__initMenus" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__initMenus" />
-      <keyword name="SqlBrowser.__initToolbars" id="SqlBrowser.__initToolbars" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__initToolbars" />
-      <keyword name="SqlBrowser.__uiStartUp" id="SqlBrowser.__uiStartUp" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__uiStartUp" />
-      <keyword name="SqlBrowserWidget (Module)" id="SqlBrowserWidget (Module)" ref="eric5.SqlBrowser.SqlBrowserWidget.html" />
-      <keyword name="SqlBrowserWidget" id="SqlBrowserWidget" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget" />
-      <keyword name="SqlBrowserWidget (Constructor)" id="SqlBrowserWidget (Constructor)" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.__init__" />
-      <keyword name="SqlBrowserWidget.__deleteRow" id="SqlBrowserWidget.__deleteRow" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.__deleteRow" />
-      <keyword name="SqlBrowserWidget.__insertRow" id="SqlBrowserWidget.__insertRow" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.__insertRow" />
-      <keyword name="SqlBrowserWidget.addConnection" id="SqlBrowserWidget.addConnection" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.addConnection" />
-      <keyword name="SqlBrowserWidget.addConnectionByDialog" id="SqlBrowserWidget.addConnectionByDialog" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.addConnectionByDialog" />
-      <keyword name="SqlBrowserWidget.executeQuery" id="SqlBrowserWidget.executeQuery" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.executeQuery" />
-      <keyword name="SqlBrowserWidget.on_clearButton_clicked" id="SqlBrowserWidget.on_clearButton_clicked" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_clearButton_clicked" />
-      <keyword name="SqlBrowserWidget.on_connections_cleared" id="SqlBrowserWidget.on_connections_cleared" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_connections_cleared" />
-      <keyword name="SqlBrowserWidget.on_connections_schemaRequested" id="SqlBrowserWidget.on_connections_schemaRequested" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_connections_schemaRequested" />
-      <keyword name="SqlBrowserWidget.on_connections_tableActivated" id="SqlBrowserWidget.on_connections_tableActivated" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_connections_tableActivated" />
-      <keyword name="SqlBrowserWidget.on_deleteRowAction_triggered" id="SqlBrowserWidget.on_deleteRowAction_triggered" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_deleteRowAction_triggered" />
-      <keyword name="SqlBrowserWidget.on_executeButton_clicked" id="SqlBrowserWidget.on_executeButton_clicked" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_executeButton_clicked" />
-      <keyword name="SqlBrowserWidget.on_insertRowAction_triggered" id="SqlBrowserWidget.on_insertRowAction_triggered" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_insertRowAction_triggered" />
-      <keyword name="SqlBrowserWidget.showSchema" id="SqlBrowserWidget.showSchema" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.showSchema" />
-      <keyword name="SqlBrowserWidget.showTable" id="SqlBrowserWidget.showTable" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.showTable" />
-      <keyword name="SqlBrowserWidget.updateActions" id="SqlBrowserWidget.updateActions" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.updateActions" />
-      <keyword name="SqlConnectionDialog (Module)" id="SqlConnectionDialog (Module)" ref="eric5.SqlBrowser.SqlConnectionDialog.html" />
-      <keyword name="SqlConnectionDialog" id="SqlConnectionDialog" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog" />
-      <keyword name="SqlConnectionDialog (Constructor)" id="SqlConnectionDialog (Constructor)" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.__init__" />
-      <keyword name="SqlConnectionDialog.__updateDialog" id="SqlConnectionDialog.__updateDialog" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.__updateDialog" />
-      <keyword name="SqlConnectionDialog.getData" id="SqlConnectionDialog.getData" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.getData" />
-      <keyword name="SqlConnectionDialog.on_databaseEdit_textChanged" id="SqlConnectionDialog.on_databaseEdit_textChanged" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_databaseEdit_textChanged" />
-      <keyword name="SqlConnectionDialog.on_databaseFileButton_clicked" id="SqlConnectionDialog.on_databaseFileButton_clicked" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_databaseFileButton_clicked" />
-      <keyword name="SqlConnectionDialog.on_driverCombo_activated" id="SqlConnectionDialog.on_driverCombo_activated" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_driverCombo_activated" />
-      <keyword name="SqlConnectionWidget (Module)" id="SqlConnectionWidget (Module)" ref="eric5.SqlBrowser.SqlConnectionWidget.html" />
-      <keyword name="SqlConnectionWidget" id="SqlConnectionWidget" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget" />
-      <keyword name="SqlConnectionWidget (Constructor)" id="SqlConnectionWidget (Constructor)" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__init__" />
-      <keyword name="SqlConnectionWidget.__currentItemChanged" id="SqlConnectionWidget.__currentItemChanged" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__currentItemChanged" />
-      <keyword name="SqlConnectionWidget.__dbCaption" id="SqlConnectionWidget.__dbCaption" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__dbCaption" />
-      <keyword name="SqlConnectionWidget.__itemActivated" id="SqlConnectionWidget.__itemActivated" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__itemActivated" />
-      <keyword name="SqlConnectionWidget.__setActive" id="SqlConnectionWidget.__setActive" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__setActive" />
-      <keyword name="SqlConnectionWidget.__setBold" id="SqlConnectionWidget.__setBold" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__setBold" />
-      <keyword name="SqlConnectionWidget.currentDatabase" id="SqlConnectionWidget.currentDatabase" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.currentDatabase" />
-      <keyword name="SqlConnectionWidget.refresh" id="SqlConnectionWidget.refresh" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.refresh" />
-      <keyword name="SqlConnectionWidget.showSchema" id="SqlConnectionWidget.showSchema" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.showSchema" />
-      <keyword name="Tasks (Package)" id="Tasks (Package)" ref="index-eric5.Tasks.html" />
-      <keyword name="TaskFilterConfigDialog (Module)" id="TaskFilterConfigDialog (Module)" ref="eric5.Tasks.TaskFilterConfigDialog.html" />
-      <keyword name="TaskFilterConfigDialog" id="TaskFilterConfigDialog" ref="eric5.Tasks.TaskFilterConfigDialog.html#TaskFilterConfigDialog" />
-      <keyword name="TaskFilterConfigDialog (Constructor)" id="TaskFilterConfigDialog (Constructor)" ref="eric5.Tasks.TaskFilterConfigDialog.html#TaskFilterConfigDialog.__init__" />
-      <keyword name="TaskFilterConfigDialog.configureTaskFilter" id="TaskFilterConfigDialog.configureTaskFilter" ref="eric5.Tasks.TaskFilterConfigDialog.html#TaskFilterConfigDialog.configureTaskFilter" />
-      <keyword name="TaskPropertiesDialog (Module)" id="TaskPropertiesDialog (Module)" ref="eric5.Tasks.TaskPropertiesDialog.html" />
-      <keyword name="TaskPropertiesDialog" id="TaskPropertiesDialog" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog" />
-      <keyword name="TaskPropertiesDialog (Constructor)" id="TaskPropertiesDialog (Constructor)" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog.__init__" />
-      <keyword name="TaskPropertiesDialog.getData" id="TaskPropertiesDialog.getData" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog.getData" />
-      <keyword name="TaskPropertiesDialog.setReadOnly" id="TaskPropertiesDialog.setReadOnly" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog.setReadOnly" />
-      <keyword name="TaskViewer (Module)" id="TaskViewer (Module)" ref="eric5.Tasks.TaskViewer.html" />
-      <keyword name="Task" id="Task" ref="eric5.Tasks.TaskViewer.html#Task" />
-      <keyword name="TaskFilter" id="TaskFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter" />
-      <keyword name="TaskViewer" id="TaskViewer" ref="eric5.Tasks.TaskViewer.html#TaskViewer" />
-      <keyword name="Task (Constructor)" id="Task (Constructor)" ref="eric5.Tasks.TaskViewer.html#Task.__init__" />
-      <keyword name="Task.colorizeTask" id="Task.colorizeTask" ref="eric5.Tasks.TaskViewer.html#Task.colorizeTask" />
-      <keyword name="Task.getFilename" id="Task.getFilename" ref="eric5.Tasks.TaskViewer.html#Task.getFilename" />
-      <keyword name="Task.getLineno" id="Task.getLineno" ref="eric5.Tasks.TaskViewer.html#Task.getLineno" />
-      <keyword name="Task.isCompleted" id="Task.isCompleted" ref="eric5.Tasks.TaskViewer.html#Task.isCompleted" />
-      <keyword name="Task.isProjectTask" id="Task.isProjectTask" ref="eric5.Tasks.TaskViewer.html#Task.isProjectTask" />
-      <keyword name="Task.setCompleted" id="Task.setCompleted" ref="eric5.Tasks.TaskViewer.html#Task.setCompleted" />
-      <keyword name="Task.setDescription" id="Task.setDescription" ref="eric5.Tasks.TaskViewer.html#Task.setDescription" />
-      <keyword name="Task.setLongText" id="Task.setLongText" ref="eric5.Tasks.TaskViewer.html#Task.setLongText" />
-      <keyword name="Task.setPriority" id="Task.setPriority" ref="eric5.Tasks.TaskViewer.html#Task.setPriority" />
-      <keyword name="Task.setProjectTask" id="Task.setProjectTask" ref="eric5.Tasks.TaskViewer.html#Task.setProjectTask" />
-      <keyword name="TaskFilter (Constructor)" id="TaskFilter (Constructor)" ref="eric5.Tasks.TaskViewer.html#TaskFilter.__init__" />
-      <keyword name="TaskFilter.hasActiveFilter" id="TaskFilter.hasActiveFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.hasActiveFilter" />
-      <keyword name="TaskFilter.setActive" id="TaskFilter.setActive" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setActive" />
-      <keyword name="TaskFilter.setDescriptionFilter" id="TaskFilter.setDescriptionFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setDescriptionFilter" />
-      <keyword name="TaskFilter.setFileNameFilter" id="TaskFilter.setFileNameFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setFileNameFilter" />
-      <keyword name="TaskFilter.setPrioritiesFilter" id="TaskFilter.setPrioritiesFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setPrioritiesFilter" />
-      <keyword name="TaskFilter.setScopeFilter" id="TaskFilter.setScopeFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setScopeFilter" />
-      <keyword name="TaskFilter.setStatusFilter" id="TaskFilter.setStatusFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setStatusFilter" />
-      <keyword name="TaskFilter.setTypeFilter" id="TaskFilter.setTypeFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setTypeFilter" />
-      <keyword name="TaskFilter.showTask" id="TaskFilter.showTask" ref="eric5.Tasks.TaskViewer.html#TaskFilter.showTask" />
-      <keyword name="TaskViewer (Constructor)" id="TaskViewer (Constructor)" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__init__" />
-      <keyword name="TaskViewer.__activateFilter" id="TaskViewer.__activateFilter" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__activateFilter" />
-      <keyword name="TaskViewer.__configure" id="TaskViewer.__configure" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__configure" />
-      <keyword name="TaskViewer.__configureFilter" id="TaskViewer.__configureFilter" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__configureFilter" />
-      <keyword name="TaskViewer.__copyTask" id="TaskViewer.__copyTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__copyTask" />
-      <keyword name="TaskViewer.__deleteCompleted" id="TaskViewer.__deleteCompleted" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__deleteCompleted" />
-      <keyword name="TaskViewer.__deleteTask" id="TaskViewer.__deleteTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__deleteTask" />
-      <keyword name="TaskViewer.__editTaskProperties" id="TaskViewer.__editTaskProperties" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__editTaskProperties" />
-      <keyword name="TaskViewer.__goToTask" id="TaskViewer.__goToTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__goToTask" />
-      <keyword name="TaskViewer.__markCompleted" id="TaskViewer.__markCompleted" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__markCompleted" />
-      <keyword name="TaskViewer.__newTask" id="TaskViewer.__newTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__newTask" />
-      <keyword name="TaskViewer.__pasteTask" id="TaskViewer.__pasteTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__pasteTask" />
-      <keyword name="TaskViewer.__refreshDisplay" id="TaskViewer.__refreshDisplay" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__refreshDisplay" />
-      <keyword name="TaskViewer.__regenerateProjectTasks" id="TaskViewer.__regenerateProjectTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__regenerateProjectTasks" />
-      <keyword name="TaskViewer.__resizeColumns" id="TaskViewer.__resizeColumns" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__resizeColumns" />
-      <keyword name="TaskViewer.__resort" id="TaskViewer.__resort" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__resort" />
-      <keyword name="TaskViewer.__showContextMenu" id="TaskViewer.__showContextMenu" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__showContextMenu" />
-      <keyword name="TaskViewer.__taskItemActivated" id="TaskViewer.__taskItemActivated" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__taskItemActivated" />
-      <keyword name="TaskViewer.addFileTask" id="TaskViewer.addFileTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.addFileTask" />
-      <keyword name="TaskViewer.addTask" id="TaskViewer.addTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.addTask" />
-      <keyword name="TaskViewer.clearFileTasks" id="TaskViewer.clearFileTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.clearFileTasks" />
-      <keyword name="TaskViewer.clearProjectTasks" id="TaskViewer.clearProjectTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.clearProjectTasks" />
-      <keyword name="TaskViewer.clearTasks" id="TaskViewer.clearTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.clearTasks" />
-      <keyword name="TaskViewer.getGlobalTasks" id="TaskViewer.getGlobalTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.getGlobalTasks" />
-      <keyword name="TaskViewer.getProjectTasks" id="TaskViewer.getProjectTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.getProjectTasks" />
-      <keyword name="TaskViewer.handlePreferencesChanged" id="TaskViewer.handlePreferencesChanged" ref="eric5.Tasks.TaskViewer.html#TaskViewer.handlePreferencesChanged" />
-      <keyword name="TaskViewer.setProjectOpen" id="TaskViewer.setProjectOpen" ref="eric5.Tasks.TaskViewer.html#TaskViewer.setProjectOpen" />
-      <keyword name="Templates (Package)" id="Templates (Package)" ref="index-eric5.Templates.html" />
-      <keyword name="TemplateMultipleVariablesDialog (Module)" id="TemplateMultipleVariablesDialog (Module)" ref="eric5.Templates.TemplateMultipleVariablesDialog.html" />
-      <keyword name="TemplateMultipleVariablesDialog" id="TemplateMultipleVariablesDialog" ref="eric5.Templates.TemplateMultipleVariablesDialog.html#TemplateMultipleVariablesDialog" />
-      <keyword name="TemplateMultipleVariablesDialog (Constructor)" id="TemplateMultipleVariablesDialog (Constructor)" ref="eric5.Templates.TemplateMultipleVariablesDialog.html#TemplateMultipleVariablesDialog.__init__" />
-      <keyword name="TemplateMultipleVariablesDialog.getVariables" id="TemplateMultipleVariablesDialog.getVariables" ref="eric5.Templates.TemplateMultipleVariablesDialog.html#TemplateMultipleVariablesDialog.getVariables" />
-      <keyword name="TemplatePropertiesDialog (Module)" id="TemplatePropertiesDialog (Module)" ref="eric5.Templates.TemplatePropertiesDialog.html" />
-      <keyword name="TemplatePropertiesDialog" id="TemplatePropertiesDialog" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog" />
-      <keyword name="TemplatePropertiesDialog (Constructor)" id="TemplatePropertiesDialog (Constructor)" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.__init__" />
-      <keyword name="TemplatePropertiesDialog.getData" id="TemplatePropertiesDialog.getData" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.getData" />
-      <keyword name="TemplatePropertiesDialog.keyPressEvent" id="TemplatePropertiesDialog.keyPressEvent" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.keyPressEvent" />
-      <keyword name="TemplatePropertiesDialog.on_helpButton_clicked" id="TemplatePropertiesDialog.on_helpButton_clicked" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.on_helpButton_clicked" />
-      <keyword name="TemplatePropertiesDialog.setSelectedGroup" id="TemplatePropertiesDialog.setSelectedGroup" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.setSelectedGroup" />
-      <keyword name="TemplateSingleVariableDialog (Module)" id="TemplateSingleVariableDialog (Module)" ref="eric5.Templates.TemplateSingleVariableDialog.html" />
-      <keyword name="TemplateSingleVariableDialog" id="TemplateSingleVariableDialog" ref="eric5.Templates.TemplateSingleVariableDialog.html#TemplateSingleVariableDialog" />
-      <keyword name="TemplateSingleVariableDialog (Constructor)" id="TemplateSingleVariableDialog (Constructor)" ref="eric5.Templates.TemplateSingleVariableDialog.html#TemplateSingleVariableDialog.__init__" />
-      <keyword name="TemplateSingleVariableDialog.getVariable" id="TemplateSingleVariableDialog.getVariable" ref="eric5.Templates.TemplateSingleVariableDialog.html#TemplateSingleVariableDialog.getVariable" />
-      <keyword name="TemplateViewer (Module)" id="TemplateViewer (Module)" ref="eric5.Templates.TemplateViewer.html" />
-      <keyword name="TemplateEntry" id="TemplateEntry" ref="eric5.Templates.TemplateViewer.html#TemplateEntry" />
-      <keyword name="TemplateGroup" id="TemplateGroup" ref="eric5.Templates.TemplateViewer.html#TemplateGroup" />
-      <keyword name="TemplateViewer" id="TemplateViewer" ref="eric5.Templates.TemplateViewer.html#TemplateViewer" />
-      <keyword name="TemplateEntry (Constructor)" id="TemplateEntry (Constructor)" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__init__" />
-      <keyword name="TemplateEntry.__displayText" id="TemplateEntry.__displayText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__displayText" />
-      <keyword name="TemplateEntry.__expandFormattedVariable" id="TemplateEntry.__expandFormattedVariable" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__expandFormattedVariable" />
-      <keyword name="TemplateEntry.__extractVariables" id="TemplateEntry.__extractVariables" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__extractVariables" />
-      <keyword name="TemplateEntry.getDescription" id="TemplateEntry.getDescription" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getDescription" />
-      <keyword name="TemplateEntry.getExpandedText" id="TemplateEntry.getExpandedText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getExpandedText" />
-      <keyword name="TemplateEntry.getGroupName" id="TemplateEntry.getGroupName" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getGroupName" />
-      <keyword name="TemplateEntry.getName" id="TemplateEntry.getName" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getName" />
-      <keyword name="TemplateEntry.getTemplateText" id="TemplateEntry.getTemplateText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getTemplateText" />
-      <keyword name="TemplateEntry.getVariables" id="TemplateEntry.getVariables" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getVariables" />
-      <keyword name="TemplateEntry.setDescription" id="TemplateEntry.setDescription" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.setDescription" />
-      <keyword name="TemplateEntry.setName" id="TemplateEntry.setName" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.setName" />
-      <keyword name="TemplateEntry.setTemplateText" id="TemplateEntry.setTemplateText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.setTemplateText" />
-      <keyword name="TemplateGroup (Constructor)" id="TemplateGroup (Constructor)" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.__init__" />
-      <keyword name="TemplateGroup.addEntry" id="TemplateGroup.addEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.addEntry" />
-      <keyword name="TemplateGroup.getAllEntries" id="TemplateGroup.getAllEntries" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getAllEntries" />
-      <keyword name="TemplateGroup.getEntry" id="TemplateGroup.getEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getEntry" />
-      <keyword name="TemplateGroup.getEntryNames" id="TemplateGroup.getEntryNames" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getEntryNames" />
-      <keyword name="TemplateGroup.getLanguage" id="TemplateGroup.getLanguage" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getLanguage" />
-      <keyword name="TemplateGroup.getName" id="TemplateGroup.getName" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getName" />
-      <keyword name="TemplateGroup.hasEntry" id="TemplateGroup.hasEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.hasEntry" />
-      <keyword name="TemplateGroup.removeAllEntries" id="TemplateGroup.removeAllEntries" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.removeAllEntries" />
-      <keyword name="TemplateGroup.removeEntry" id="TemplateGroup.removeEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.removeEntry" />
-      <keyword name="TemplateGroup.setLanguage" id="TemplateGroup.setLanguage" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.setLanguage" />
-      <keyword name="TemplateGroup.setName" id="TemplateGroup.setName" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.setName" />
-      <keyword name="TemplateViewer (Constructor)" id="TemplateViewer (Constructor)" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__init__" />
-      <keyword name="TemplateViewer.__addEntry" id="TemplateViewer.__addEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__addEntry" />
-      <keyword name="TemplateViewer.__addGroup" id="TemplateViewer.__addGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__addGroup" />
-      <keyword name="TemplateViewer.__configure" id="TemplateViewer.__configure" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__configure" />
-      <keyword name="TemplateViewer.__edit" id="TemplateViewer.__edit" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__edit" />
-      <keyword name="TemplateViewer.__export" id="TemplateViewer.__export" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__export" />
-      <keyword name="TemplateViewer.__getPredefinedVars" id="TemplateViewer.__getPredefinedVars" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__getPredefinedVars" />
-      <keyword name="TemplateViewer.__import" id="TemplateViewer.__import" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__import" />
-      <keyword name="TemplateViewer.__remove" id="TemplateViewer.__remove" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__remove" />
-      <keyword name="TemplateViewer.__resort" id="TemplateViewer.__resort" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__resort" />
-      <keyword name="TemplateViewer.__save" id="TemplateViewer.__save" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__save" />
-      <keyword name="TemplateViewer.__showContextMenu" id="TemplateViewer.__showContextMenu" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__showContextMenu" />
-      <keyword name="TemplateViewer.__showHelp" id="TemplateViewer.__showHelp" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__showHelp" />
-      <keyword name="TemplateViewer.__templateItemActivated" id="TemplateViewer.__templateItemActivated" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__templateItemActivated" />
-      <keyword name="TemplateViewer.addEntry" id="TemplateViewer.addEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.addEntry" />
-      <keyword name="TemplateViewer.addGroup" id="TemplateViewer.addGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.addGroup" />
-      <keyword name="TemplateViewer.applyNamedTemplate" id="TemplateViewer.applyNamedTemplate" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.applyNamedTemplate" />
-      <keyword name="TemplateViewer.applyTemplate" id="TemplateViewer.applyTemplate" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.applyTemplate" />
-      <keyword name="TemplateViewer.changeEntry" id="TemplateViewer.changeEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.changeEntry" />
-      <keyword name="TemplateViewer.changeGroup" id="TemplateViewer.changeGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.changeGroup" />
-      <keyword name="TemplateViewer.getAllGroups" id="TemplateViewer.getAllGroups" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.getAllGroups" />
-      <keyword name="TemplateViewer.getGroupNames" id="TemplateViewer.getGroupNames" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.getGroupNames" />
-      <keyword name="TemplateViewer.getTemplateNames" id="TemplateViewer.getTemplateNames" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.getTemplateNames" />
-      <keyword name="TemplateViewer.hasTemplate" id="TemplateViewer.hasTemplate" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.hasTemplate" />
-      <keyword name="TemplateViewer.readTemplates" id="TemplateViewer.readTemplates" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.readTemplates" />
-      <keyword name="TemplateViewer.removeEntry" id="TemplateViewer.removeEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.removeEntry" />
-      <keyword name="TemplateViewer.removeGroup" id="TemplateViewer.removeGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.removeGroup" />
-      <keyword name="TemplateViewer.writeTemplates" id="TemplateViewer.writeTemplates" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.writeTemplates" />
-      <keyword name="Tools (Package)" id="Tools (Package)" ref="index-eric5.Tools.html" />
-      <keyword name="TrayStarter (Module)" id="TrayStarter (Module)" ref="eric5.Tools.TrayStarter.html" />
-      <keyword name="TrayStarter" id="TrayStarter" ref="eric5.Tools.TrayStarter.html#TrayStarter" />
-      <keyword name="TrayStarter (Constructor)" id="TrayStarter (Constructor)" ref="eric5.Tools.TrayStarter.html#TrayStarter.__init__" />
-      <keyword name="TrayStarter.__activated" id="TrayStarter.__activated" ref="eric5.Tools.TrayStarter.html#TrayStarter.__activated" />
-      <keyword name="TrayStarter.__loadRecentFiles" id="TrayStarter.__loadRecentFiles" ref="eric5.Tools.TrayStarter.html#TrayStarter.__loadRecentFiles" />
-      <keyword name="TrayStarter.__loadRecentMultiProjects" id="TrayStarter.__loadRecentMultiProjects" ref="eric5.Tools.TrayStarter.html#TrayStarter.__loadRecentMultiProjects" />
-      <keyword name="TrayStarter.__loadRecentProjects" id="TrayStarter.__loadRecentProjects" ref="eric5.Tools.TrayStarter.html#TrayStarter.__loadRecentProjects" />
-      <keyword name="TrayStarter.__openRecent" id="TrayStarter.__openRecent" ref="eric5.Tools.TrayStarter.html#TrayStarter.__openRecent" />
-      <keyword name="TrayStarter.__showContextMenu" id="TrayStarter.__showContextMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showContextMenu" />
-      <keyword name="TrayStarter.__showRecentFilesMenu" id="TrayStarter.__showRecentFilesMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showRecentFilesMenu" />
-      <keyword name="TrayStarter.__showRecentMultiProjectsMenu" id="TrayStarter.__showRecentMultiProjectsMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showRecentMultiProjectsMenu" />
-      <keyword name="TrayStarter.__showRecentProjectsMenu" id="TrayStarter.__showRecentProjectsMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showRecentProjectsMenu" />
-      <keyword name="TrayStarter.__startCompare" id="TrayStarter.__startCompare" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startCompare" />
-      <keyword name="TrayStarter.__startDiff" id="TrayStarter.__startDiff" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startDiff" />
-      <keyword name="TrayStarter.__startEric" id="TrayStarter.__startEric" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startEric" />
-      <keyword name="TrayStarter.__startHelpViewer" id="TrayStarter.__startHelpViewer" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startHelpViewer" />
-      <keyword name="TrayStarter.__startMiniEditor" id="TrayStarter.__startMiniEditor" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startMiniEditor" />
-      <keyword name="TrayStarter.__startPluginInstall" id="TrayStarter.__startPluginInstall" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPluginInstall" />
-      <keyword name="TrayStarter.__startPluginRepository" id="TrayStarter.__startPluginRepository" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPluginRepository" />
-      <keyword name="TrayStarter.__startPluginUninstall" id="TrayStarter.__startPluginUninstall" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPluginUninstall" />
-      <keyword name="TrayStarter.__startPreferences" id="TrayStarter.__startPreferences" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPreferences" />
-      <keyword name="TrayStarter.__startProc" id="TrayStarter.__startProc" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startProc" />
-      <keyword name="TrayStarter.__startPyRe" id="TrayStarter.__startPyRe" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPyRe" />
-      <keyword name="TrayStarter.__startQRegExp" id="TrayStarter.__startQRegExp" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startQRegExp" />
-      <keyword name="TrayStarter.__startSqlBrowser" id="TrayStarter.__startSqlBrowser" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startSqlBrowser" />
-      <keyword name="TrayStarter.__startTRPreviewer" id="TrayStarter.__startTRPreviewer" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startTRPreviewer" />
-      <keyword name="TrayStarter.__startUIPreviewer" id="TrayStarter.__startUIPreviewer" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startUIPreviewer" />
-      <keyword name="TrayStarter.__startUnittest" id="TrayStarter.__startUnittest" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startUnittest" />
-      <keyword name="TRPreviewer (Module)" id="TRPreviewer (Module)" ref="eric5.Tools.TRPreviewer.html" />
-      <keyword name="TRPreviewer" id="TRPreviewer" ref="eric5.Tools.TRPreviewer.html#TRPreviewer" />
-      <keyword name="Translation" id="Translation" ref="eric5.Tools.TRPreviewer.html#Translation" />
-      <keyword name="TranslationsDict" id="TranslationsDict" ref="eric5.Tools.TRPreviewer.html#TranslationsDict" />
-      <keyword name="WidgetView" id="WidgetView" ref="eric5.Tools.TRPreviewer.html#WidgetView" />
-      <keyword name="WidgetWorkspace" id="WidgetWorkspace" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace" />
-      <keyword name="TRPreviewer (Constructor)" id="TRPreviewer (Constructor)" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__init__" />
-      <keyword name="TRPreviewer.__about" id="TRPreviewer.__about" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__about" />
-      <keyword name="TRPreviewer.__aboutQt" id="TRPreviewer.__aboutQt" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__aboutQt" />
-      <keyword name="TRPreviewer.__initActions" id="TRPreviewer.__initActions" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__initActions" />
-      <keyword name="TRPreviewer.__initMenus" id="TRPreviewer.__initMenus" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__initMenus" />
-      <keyword name="TRPreviewer.__initToolbars" id="TRPreviewer.__initToolbars" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__initToolbars" />
-      <keyword name="TRPreviewer.__openTranslation" id="TRPreviewer.__openTranslation" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__openTranslation" />
-      <keyword name="TRPreviewer.__openWidget" id="TRPreviewer.__openWidget" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__openWidget" />
-      <keyword name="TRPreviewer.__showWindowMenu" id="TRPreviewer.__showWindowMenu" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__showWindowMenu" />
-      <keyword name="TRPreviewer.__updateActions" id="TRPreviewer.__updateActions" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__updateActions" />
-      <keyword name="TRPreviewer.__whatsThis" id="TRPreviewer.__whatsThis" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__whatsThis" />
-      <keyword name="TRPreviewer.closeEvent" id="TRPreviewer.closeEvent" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.closeEvent" />
-      <keyword name="TRPreviewer.reloadTranslations" id="TRPreviewer.reloadTranslations" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.reloadTranslations" />
-      <keyword name="TRPreviewer.setTranslation" id="TRPreviewer.setTranslation" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.setTranslation" />
-      <keyword name="TRPreviewer.show" id="TRPreviewer.show" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.show" />
-      <keyword name="Translation (Constructor)" id="Translation (Constructor)" ref="eric5.Tools.TRPreviewer.html#Translation.__init__" />
-      <keyword name="TranslationsDict (Constructor)" id="TranslationsDict (Constructor)" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__init__" />
-      <keyword name="TranslationsDict.__del" id="TranslationsDict.__del" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__del" />
-      <keyword name="TranslationsDict.__findFileName" id="TranslationsDict.__findFileName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__findFileName" />
-      <keyword name="TranslationsDict.__findName" id="TranslationsDict.__findName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__findName" />
-      <keyword name="TranslationsDict.__haveFileName" id="TranslationsDict.__haveFileName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__haveFileName" />
-      <keyword name="TranslationsDict.__haveName" id="TranslationsDict.__haveName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__haveName" />
-      <keyword name="TranslationsDict.__uniqueName" id="TranslationsDict.__uniqueName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__uniqueName" />
-      <keyword name="TranslationsDict.add" id="TranslationsDict.add" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.add" />
-      <keyword name="TranslationsDict.hasTranslations" id="TranslationsDict.hasTranslations" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.hasTranslations" />
-      <keyword name="TranslationsDict.loadTransFile" id="TranslationsDict.loadTransFile" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.loadTransFile" />
-      <keyword name="TranslationsDict.reload" id="TranslationsDict.reload" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.reload" />
-      <keyword name="TranslationsDict.set" id="TranslationsDict.set" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.set" />
-      <keyword name="WidgetView (Constructor)" id="WidgetView (Constructor)" ref="eric5.Tools.TRPreviewer.html#WidgetView.__init__" />
-      <keyword name="WidgetView.__rebuildWidget" id="WidgetView.__rebuildWidget" ref="eric5.Tools.TRPreviewer.html#WidgetView.__rebuildWidget" />
-      <keyword name="WidgetView.buildWidget" id="WidgetView.buildWidget" ref="eric5.Tools.TRPreviewer.html#WidgetView.buildWidget" />
-      <keyword name="WidgetView.isValid" id="WidgetView.isValid" ref="eric5.Tools.TRPreviewer.html#WidgetView.isValid" />
-      <keyword name="WidgetView.uiFileName" id="WidgetView.uiFileName" ref="eric5.Tools.TRPreviewer.html#WidgetView.uiFileName" />
-      <keyword name="WidgetWorkspace (Constructor)" id="WidgetWorkspace (Constructor)" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.__init__" />
-      <keyword name="WidgetWorkspace.__findWidget" id="WidgetWorkspace.__findWidget" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.__findWidget" />
-      <keyword name="WidgetWorkspace.__toggleWidget" id="WidgetWorkspace.__toggleWidget" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.__toggleWidget" />
-      <keyword name="WidgetWorkspace.closeAllWidgets" id="WidgetWorkspace.closeAllWidgets" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.closeAllWidgets" />
-      <keyword name="WidgetWorkspace.closeWidget" id="WidgetWorkspace.closeWidget" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.closeWidget" />
-      <keyword name="WidgetWorkspace.eventFilter" id="WidgetWorkspace.eventFilter" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.eventFilter" />
-      <keyword name="WidgetWorkspace.hasWidgets" id="WidgetWorkspace.hasWidgets" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.hasWidgets" />
-      <keyword name="WidgetWorkspace.loadWidget" id="WidgetWorkspace.loadWidget" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.loadWidget" />
-      <keyword name="WidgetWorkspace.showWindowMenu" id="WidgetWorkspace.showWindowMenu" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.showWindowMenu" />
-      <keyword name="WidgetWorkspace.toggleSelectedWidget" id="WidgetWorkspace.toggleSelectedWidget" ref="eric5.Tools.TRPreviewer.html#WidgetWorkspace.toggleSelectedWidget" />
-      <keyword name="TRSingleApplication (Module)" id="TRSingleApplication (Module)" ref="eric5.Tools.TRSingleApplication.html" />
-      <keyword name="TRSingleApplicationClient" id="TRSingleApplicationClient" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationClient" />
-      <keyword name="TRSingleApplicationServer" id="TRSingleApplicationServer" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer" />
-      <keyword name="TRSingleApplicationClient (Constructor)" id="TRSingleApplicationClient (Constructor)" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationClient.__init__" />
-      <keyword name="TRSingleApplicationClient.processArgs" id="TRSingleApplicationClient.processArgs" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationClient.processArgs" />
-      <keyword name="TRSingleApplicationServer (Constructor)" id="TRSingleApplicationServer (Constructor)" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.__init__" />
-      <keyword name="TRSingleApplicationServer.__saLoadForm" id="TRSingleApplicationServer.__saLoadForm" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.__saLoadForm" />
-      <keyword name="TRSingleApplicationServer.__saLoadTranslation" id="TRSingleApplicationServer.__saLoadTranslation" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.__saLoadTranslation" />
-      <keyword name="TRSingleApplicationServer.handleCommand" id="TRSingleApplicationServer.handleCommand" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.handleCommand" />
-      <keyword name="UIPreviewer (Module)" id="UIPreviewer (Module)" ref="eric5.Tools.UIPreviewer.html" />
-      <keyword name="UIPreviewer" id="UIPreviewer" ref="eric5.Tools.UIPreviewer.html#UIPreviewer" />
-      <keyword name="UIPreviewer (Constructor)" id="UIPreviewer (Constructor)" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__init__" />
-      <keyword name="UIPreviewer.__about" id="UIPreviewer.__about" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__about" />
-      <keyword name="UIPreviewer.__aboutQt" id="UIPreviewer.__aboutQt" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__aboutQt" />
-      <keyword name="UIPreviewer.__copyImageToClipboard" id="UIPreviewer.__copyImageToClipboard" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__copyImageToClipboard" />
-      <keyword name="UIPreviewer.__guiStyleSelected" id="UIPreviewer.__guiStyleSelected" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__guiStyleSelected" />
-      <keyword name="UIPreviewer.__handleCloseEvent" id="UIPreviewer.__handleCloseEvent" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__handleCloseEvent" />
-      <keyword name="UIPreviewer.__initActions" id="UIPreviewer.__initActions" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__initActions" />
-      <keyword name="UIPreviewer.__initMenus" id="UIPreviewer.__initMenus" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__initMenus" />
-      <keyword name="UIPreviewer.__initToolbars" id="UIPreviewer.__initToolbars" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__initToolbars" />
-      <keyword name="UIPreviewer.__loadFile" id="UIPreviewer.__loadFile" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__loadFile" />
-      <keyword name="UIPreviewer.__openFile" id="UIPreviewer.__openFile" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__openFile" />
-      <keyword name="UIPreviewer.__print" id="UIPreviewer.__print" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__print" />
-      <keyword name="UIPreviewer.__printImage" id="UIPreviewer.__printImage" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__printImage" />
-      <keyword name="UIPreviewer.__printPreviewImage" id="UIPreviewer.__printPreviewImage" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__printPreviewImage" />
-      <keyword name="UIPreviewer.__saveImage" id="UIPreviewer.__saveImage" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__saveImage" />
-      <keyword name="UIPreviewer.__updateActions" id="UIPreviewer.__updateActions" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__updateActions" />
-      <keyword name="UIPreviewer.__updateChildren" id="UIPreviewer.__updateChildren" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__updateChildren" />
-      <keyword name="UIPreviewer.__whatsThis" id="UIPreviewer.__whatsThis" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__whatsThis" />
-      <keyword name="UIPreviewer.eventFilter" id="UIPreviewer.eventFilter" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.eventFilter" />
-      <keyword name="UIPreviewer.show" id="UIPreviewer.show" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.show" />
-      <keyword name="UI (Package)" id="UI (Package)" ref="index-eric5.UI.html" />
-      <keyword name="AuthenticationDialog (Module)" id="AuthenticationDialog (Module)" ref="eric5.UI.AuthenticationDialog.html" />
-      <keyword name="AuthenticationDialog" id="AuthenticationDialog" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog" />
-      <keyword name="AuthenticationDialog (Constructor)" id="AuthenticationDialog (Constructor)" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.__init__" />
-      <keyword name="AuthenticationDialog.getData" id="AuthenticationDialog.getData" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.getData" />
-      <keyword name="AuthenticationDialog.setData" id="AuthenticationDialog.setData" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.setData" />
-      <keyword name="AuthenticationDialog.shallSave" id="AuthenticationDialog.shallSave" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.shallSave" />
-      <keyword name="Browser (Module)" id="Browser (Module)" ref="eric5.UI.Browser.html" />
-      <keyword name="Browser" id="Browser" ref="eric5.UI.Browser.html#Browser" />
-      <keyword name="Browser (Constructor)" id="Browser (Constructor)" ref="eric5.UI.Browser.html#Browser.__init__" />
-      <keyword name="Browser.__addAsToplevelDir" id="Browser.__addAsToplevelDir" ref="eric5.UI.Browser.html#Browser.__addAsToplevelDir" />
-      <keyword name="Browser.__configure" id="Browser.__configure" ref="eric5.UI.Browser.html#Browser.__configure" />
-      <keyword name="Browser.__createPopupMenus" id="Browser.__createPopupMenus" ref="eric5.UI.Browser.html#Browser.__createPopupMenus" />
-      <keyword name="Browser.__findInDirectory" id="Browser.__findInDirectory" ref="eric5.UI.Browser.html#Browser.__findInDirectory" />
-      <keyword name="Browser.__newToplevelDir" id="Browser.__newToplevelDir" ref="eric5.UI.Browser.html#Browser.__newToplevelDir" />
-      <keyword name="Browser.__refreshDirectory" id="Browser.__refreshDirectory" ref="eric5.UI.Browser.html#Browser.__refreshDirectory" />
-      <keyword name="Browser.__removeToplevel" id="Browser.__removeToplevel" ref="eric5.UI.Browser.html#Browser.__removeToplevel" />
-      <keyword name="Browser.__replaceInDirectory" id="Browser.__replaceInDirectory" ref="eric5.UI.Browser.html#Browser.__replaceInDirectory" />
-      <keyword name="Browser._contextMenuRequested" id="Browser._contextMenuRequested" ref="eric5.UI.Browser.html#Browser._contextMenuRequested" />
-      <keyword name="Browser._copyToClipboard" id="Browser._copyToClipboard" ref="eric5.UI.Browser.html#Browser._copyToClipboard" />
-      <keyword name="Browser._editPixmap" id="Browser._editPixmap" ref="eric5.UI.Browser.html#Browser._editPixmap" />
-      <keyword name="Browser._init" id="Browser._init" ref="eric5.UI.Browser.html#Browser._init" />
-      <keyword name="Browser._openItem" id="Browser._openItem" ref="eric5.UI.Browser.html#Browser._openItem" />
-      <keyword name="Browser._resizeColumns" id="Browser._resizeColumns" ref="eric5.UI.Browser.html#Browser._resizeColumns" />
-      <keyword name="Browser._resort" id="Browser._resort" ref="eric5.UI.Browser.html#Browser._resort" />
-      <keyword name="Browser.getSelectedItems" id="Browser.getSelectedItems" ref="eric5.UI.Browser.html#Browser.getSelectedItems" />
-      <keyword name="Browser.getSelectedItemsCount" id="Browser.getSelectedItemsCount" ref="eric5.UI.Browser.html#Browser.getSelectedItemsCount" />
-      <keyword name="Browser.getSelectedItemsCountCategorized" id="Browser.getSelectedItemsCountCategorized" ref="eric5.UI.Browser.html#Browser.getSelectedItemsCountCategorized" />
-      <keyword name="Browser.handlePreferencesChanged" id="Browser.handlePreferencesChanged" ref="eric5.UI.Browser.html#Browser.handlePreferencesChanged" />
-      <keyword name="Browser.handleProgramChange" id="Browser.handleProgramChange" ref="eric5.UI.Browser.html#Browser.handleProgramChange" />
-      <keyword name="Browser.handleUnittest" id="Browser.handleUnittest" ref="eric5.UI.Browser.html#Browser.handleUnittest" />
-      <keyword name="Browser.layoutDisplay" id="Browser.layoutDisplay" ref="eric5.UI.Browser.html#Browser.layoutDisplay" />
-      <keyword name="Browser.mouseDoubleClickEvent" id="Browser.mouseDoubleClickEvent" ref="eric5.UI.Browser.html#Browser.mouseDoubleClickEvent" />
-      <keyword name="Browser.saveToplevelDirs" id="Browser.saveToplevelDirs" ref="eric5.UI.Browser.html#Browser.saveToplevelDirs" />
-      <keyword name="Browser.wantedItem" id="Browser.wantedItem" ref="eric5.UI.Browser.html#Browser.wantedItem" />
-      <keyword name="BrowserModel (Module)" id="BrowserModel (Module)" ref="eric5.UI.BrowserModel.html" />
-      <keyword name="BrowserClassAttributeItem" id="BrowserClassAttributeItem" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem" />
-      <keyword name="BrowserClassAttributesItem" id="BrowserClassAttributesItem" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem" />
-      <keyword name="BrowserClassItem" id="BrowserClassItem" ref="eric5.UI.BrowserModel.html#BrowserClassItem" />
-      <keyword name="BrowserCodingItem" id="BrowserCodingItem" ref="eric5.UI.BrowserModel.html#BrowserCodingItem" />
-      <keyword name="BrowserDirectoryItem" id="BrowserDirectoryItem" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem" />
-      <keyword name="BrowserFileItem" id="BrowserFileItem" ref="eric5.UI.BrowserModel.html#BrowserFileItem" />
-      <keyword name="BrowserItem" id="BrowserItem" ref="eric5.UI.BrowserModel.html#BrowserItem" />
-      <keyword name="BrowserMethodItem" id="BrowserMethodItem" ref="eric5.UI.BrowserModel.html#BrowserMethodItem" />
-      <keyword name="BrowserModel" id="BrowserModel" ref="eric5.UI.BrowserModel.html#BrowserModel" />
-      <keyword name="BrowserSysPathItem" id="BrowserSysPathItem" ref="eric5.UI.BrowserModel.html#BrowserSysPathItem" />
-      <keyword name="BrowserClassAttributeItem (Constructor)" id="BrowserClassAttributeItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.__init__" />
-      <keyword name="BrowserClassAttributeItem.attributeObject" id="BrowserClassAttributeItem.attributeObject" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.attributeObject" />
-      <keyword name="BrowserClassAttributeItem.fileName" id="BrowserClassAttributeItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.fileName" />
-      <keyword name="BrowserClassAttributeItem.isPublic" id="BrowserClassAttributeItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.isPublic" />
-      <keyword name="BrowserClassAttributeItem.lessThan" id="BrowserClassAttributeItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.lessThan" />
-      <keyword name="BrowserClassAttributeItem.lineno" id="BrowserClassAttributeItem.lineno" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.lineno" />
-      <keyword name="BrowserClassAttributesItem (Constructor)" id="BrowserClassAttributesItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem.__init__" />
-      <keyword name="BrowserClassAttributesItem.attributes" id="BrowserClassAttributesItem.attributes" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem.attributes" />
-      <keyword name="BrowserClassAttributesItem.lessThan" id="BrowserClassAttributesItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem.lessThan" />
-      <keyword name="BrowserClassItem (Constructor)" id="BrowserClassItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserClassItem.__init__" />
-      <keyword name="BrowserClassItem.classObject" id="BrowserClassItem.classObject" ref="eric5.UI.BrowserModel.html#BrowserClassItem.classObject" />
-      <keyword name="BrowserClassItem.fileName" id="BrowserClassItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserClassItem.fileName" />
-      <keyword name="BrowserClassItem.isPublic" id="BrowserClassItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserClassItem.isPublic" />
-      <keyword name="BrowserClassItem.lessThan" id="BrowserClassItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserClassItem.lessThan" />
-      <keyword name="BrowserClassItem.lineno" id="BrowserClassItem.lineno" ref="eric5.UI.BrowserModel.html#BrowserClassItem.lineno" />
-      <keyword name="BrowserCodingItem (Constructor)" id="BrowserCodingItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserCodingItem.__init__" />
-      <keyword name="BrowserCodingItem.lessThan" id="BrowserCodingItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserCodingItem.lessThan" />
-      <keyword name="BrowserDirectoryItem (Constructor)" id="BrowserDirectoryItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.__init__" />
-      <keyword name="BrowserDirectoryItem.dirName" id="BrowserDirectoryItem.dirName" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.dirName" />
-      <keyword name="BrowserDirectoryItem.lessThan" id="BrowserDirectoryItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.lessThan" />
-      <keyword name="BrowserDirectoryItem.name" id="BrowserDirectoryItem.name" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.name" />
-      <keyword name="BrowserDirectoryItem.setName" id="BrowserDirectoryItem.setName" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.setName" />
-      <keyword name="BrowserFileItem (Constructor)" id="BrowserFileItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserFileItem.__init__" />
-      <keyword name="BrowserFileItem.dirName" id="BrowserFileItem.dirName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.dirName" />
-      <keyword name="BrowserFileItem.fileExt" id="BrowserFileItem.fileExt" ref="eric5.UI.BrowserModel.html#BrowserFileItem.fileExt" />
-      <keyword name="BrowserFileItem.fileName" id="BrowserFileItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.fileName" />
-      <keyword name="BrowserFileItem.isDFile" id="BrowserFileItem.isDFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isDFile" />
-      <keyword name="BrowserFileItem.isDesignerFile" id="BrowserFileItem.isDesignerFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isDesignerFile" />
-      <keyword name="BrowserFileItem.isIdlFile" id="BrowserFileItem.isIdlFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isIdlFile" />
-      <keyword name="BrowserFileItem.isLinguistFile" id="BrowserFileItem.isLinguistFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isLinguistFile" />
-      <keyword name="BrowserFileItem.isMultiProjectFile" id="BrowserFileItem.isMultiProjectFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isMultiProjectFile" />
-      <keyword name="BrowserFileItem.isPixmapFile" id="BrowserFileItem.isPixmapFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isPixmapFile" />
-      <keyword name="BrowserFileItem.isProjectFile" id="BrowserFileItem.isProjectFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isProjectFile" />
-      <keyword name="BrowserFileItem.isPython3File" id="BrowserFileItem.isPython3File" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isPython3File" />
-      <keyword name="BrowserFileItem.isPythonFile" id="BrowserFileItem.isPythonFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isPythonFile" />
-      <keyword name="BrowserFileItem.isResourcesFile" id="BrowserFileItem.isResourcesFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isResourcesFile" />
-      <keyword name="BrowserFileItem.isRubyFile" id="BrowserFileItem.isRubyFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isRubyFile" />
-      <keyword name="BrowserFileItem.isSvgFile" id="BrowserFileItem.isSvgFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isSvgFile" />
-      <keyword name="BrowserFileItem.lessThan" id="BrowserFileItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserFileItem.lessThan" />
-      <keyword name="BrowserFileItem.moduleName" id="BrowserFileItem.moduleName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.moduleName" />
-      <keyword name="BrowserFileItem.name" id="BrowserFileItem.name" ref="eric5.UI.BrowserModel.html#BrowserFileItem.name" />
-      <keyword name="BrowserFileItem.setName" id="BrowserFileItem.setName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.setName" />
-      <keyword name="BrowserItem (Constructor)" id="BrowserItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserItem.__init__" />
-      <keyword name="BrowserItem.appendChild" id="BrowserItem.appendChild" ref="eric5.UI.BrowserModel.html#BrowserItem.appendChild" />
-      <keyword name="BrowserItem.child" id="BrowserItem.child" ref="eric5.UI.BrowserModel.html#BrowserItem.child" />
-      <keyword name="BrowserItem.childCount" id="BrowserItem.childCount" ref="eric5.UI.BrowserModel.html#BrowserItem.childCount" />
-      <keyword name="BrowserItem.children" id="BrowserItem.children" ref="eric5.UI.BrowserModel.html#BrowserItem.children" />
-      <keyword name="BrowserItem.columnCount" id="BrowserItem.columnCount" ref="eric5.UI.BrowserModel.html#BrowserItem.columnCount" />
-      <keyword name="BrowserItem.data" id="BrowserItem.data" ref="eric5.UI.BrowserModel.html#BrowserItem.data" />
-      <keyword name="BrowserItem.getIcon" id="BrowserItem.getIcon" ref="eric5.UI.BrowserModel.html#BrowserItem.getIcon" />
-      <keyword name="BrowserItem.isLazyPopulated" id="BrowserItem.isLazyPopulated" ref="eric5.UI.BrowserModel.html#BrowserItem.isLazyPopulated" />
-      <keyword name="BrowserItem.isPopulated" id="BrowserItem.isPopulated" ref="eric5.UI.BrowserModel.html#BrowserItem.isPopulated" />
-      <keyword name="BrowserItem.isPublic" id="BrowserItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserItem.isPublic" />
-      <keyword name="BrowserItem.isSymlink" id="BrowserItem.isSymlink" ref="eric5.UI.BrowserModel.html#BrowserItem.isSymlink" />
-      <keyword name="BrowserItem.lessThan" id="BrowserItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserItem.lessThan" />
-      <keyword name="BrowserItem.parent" id="BrowserItem.parent" ref="eric5.UI.BrowserModel.html#BrowserItem.parent" />
-      <keyword name="BrowserItem.removeChild" id="BrowserItem.removeChild" ref="eric5.UI.BrowserModel.html#BrowserItem.removeChild" />
-      <keyword name="BrowserItem.removeChildren" id="BrowserItem.removeChildren" ref="eric5.UI.BrowserModel.html#BrowserItem.removeChildren" />
-      <keyword name="BrowserItem.row" id="BrowserItem.row" ref="eric5.UI.BrowserModel.html#BrowserItem.row" />
-      <keyword name="BrowserItem.type" id="BrowserItem.type" ref="eric5.UI.BrowserModel.html#BrowserItem.type" />
-      <keyword name="BrowserMethodItem (Constructor)" id="BrowserMethodItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.__init__" />
-      <keyword name="BrowserMethodItem.fileName" id="BrowserMethodItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.fileName" />
-      <keyword name="BrowserMethodItem.functionObject" id="BrowserMethodItem.functionObject" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.functionObject" />
-      <keyword name="BrowserMethodItem.isPublic" id="BrowserMethodItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.isPublic" />
-      <keyword name="BrowserMethodItem.lessThan" id="BrowserMethodItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.lessThan" />
-      <keyword name="BrowserMethodItem.lineno" id="BrowserMethodItem.lineno" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.lineno" />
-      <keyword name="BrowserModel (Constructor)" id="BrowserModel (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserModel.__init__" />
-      <keyword name="BrowserModel.__populateModel" id="BrowserModel.__populateModel" ref="eric5.UI.BrowserModel.html#BrowserModel.__populateModel" />
-      <keyword name="BrowserModel._addItem" id="BrowserModel._addItem" ref="eric5.UI.BrowserModel.html#BrowserModel._addItem" />
-      <keyword name="BrowserModel._addWatchedItem" id="BrowserModel._addWatchedItem" ref="eric5.UI.BrowserModel.html#BrowserModel._addWatchedItem" />
-      <keyword name="BrowserModel._removeWatchedItem" id="BrowserModel._removeWatchedItem" ref="eric5.UI.BrowserModel.html#BrowserModel._removeWatchedItem" />
-      <keyword name="BrowserModel.addItem" id="BrowserModel.addItem" ref="eric5.UI.BrowserModel.html#BrowserModel.addItem" />
-      <keyword name="BrowserModel.addTopLevelDir" id="BrowserModel.addTopLevelDir" ref="eric5.UI.BrowserModel.html#BrowserModel.addTopLevelDir" />
-      <keyword name="BrowserModel.clear" id="BrowserModel.clear" ref="eric5.UI.BrowserModel.html#BrowserModel.clear" />
-      <keyword name="BrowserModel.columnCount" id="BrowserModel.columnCount" ref="eric5.UI.BrowserModel.html#BrowserModel.columnCount" />
-      <keyword name="BrowserModel.data" id="BrowserModel.data" ref="eric5.UI.BrowserModel.html#BrowserModel.data" />
-      <keyword name="BrowserModel.directoryChanged" id="BrowserModel.directoryChanged" ref="eric5.UI.BrowserModel.html#BrowserModel.directoryChanged" />
-      <keyword name="BrowserModel.flags" id="BrowserModel.flags" ref="eric5.UI.BrowserModel.html#BrowserModel.flags" />
-      <keyword name="BrowserModel.hasChildren" id="BrowserModel.hasChildren" ref="eric5.UI.BrowserModel.html#BrowserModel.hasChildren" />
-      <keyword name="BrowserModel.headerData" id="BrowserModel.headerData" ref="eric5.UI.BrowserModel.html#BrowserModel.headerData" />
-      <keyword name="BrowserModel.index" id="BrowserModel.index" ref="eric5.UI.BrowserModel.html#BrowserModel.index" />
-      <keyword name="BrowserModel.item" id="BrowserModel.item" ref="eric5.UI.BrowserModel.html#BrowserModel.item" />
-      <keyword name="BrowserModel.parent" id="BrowserModel.parent" ref="eric5.UI.BrowserModel.html#BrowserModel.parent" />
-      <keyword name="BrowserModel.populateClassAttributesItem" id="BrowserModel.populateClassAttributesItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateClassAttributesItem" />
-      <keyword name="BrowserModel.populateClassItem" id="BrowserModel.populateClassItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateClassItem" />
-      <keyword name="BrowserModel.populateDirectoryItem" id="BrowserModel.populateDirectoryItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateDirectoryItem" />
-      <keyword name="BrowserModel.populateFileItem" id="BrowserModel.populateFileItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateFileItem" />
-      <keyword name="BrowserModel.populateItem" id="BrowserModel.populateItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateItem" />
-      <keyword name="BrowserModel.populateMethodItem" id="BrowserModel.populateMethodItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateMethodItem" />
-      <keyword name="BrowserModel.populateSysPathItem" id="BrowserModel.populateSysPathItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateSysPathItem" />
-      <keyword name="BrowserModel.programChange" id="BrowserModel.programChange" ref="eric5.UI.BrowserModel.html#BrowserModel.programChange" />
-      <keyword name="BrowserModel.removeToplevelDir" id="BrowserModel.removeToplevelDir" ref="eric5.UI.BrowserModel.html#BrowserModel.removeToplevelDir" />
-      <keyword name="BrowserModel.rowCount" id="BrowserModel.rowCount" ref="eric5.UI.BrowserModel.html#BrowserModel.rowCount" />
-      <keyword name="BrowserModel.saveToplevelDirs" id="BrowserModel.saveToplevelDirs" ref="eric5.UI.BrowserModel.html#BrowserModel.saveToplevelDirs" />
-      <keyword name="BrowserSysPathItem (Constructor)" id="BrowserSysPathItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserSysPathItem.__init__" />
-      <keyword name="BrowserSortFilterProxyModel (Module)" id="BrowserSortFilterProxyModel (Module)" ref="eric5.UI.BrowserSortFilterProxyModel.html" />
-      <keyword name="BrowserSortFilterProxyModel" id="BrowserSortFilterProxyModel" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel" />
-      <keyword name="BrowserSortFilterProxyModel (Constructor)" id="BrowserSortFilterProxyModel (Constructor)" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.__init__" />
-      <keyword name="BrowserSortFilterProxyModel.filterAcceptsRow" id="BrowserSortFilterProxyModel.filterAcceptsRow" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.filterAcceptsRow" />
-      <keyword name="BrowserSortFilterProxyModel.hasChildren" id="BrowserSortFilterProxyModel.hasChildren" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.hasChildren" />
-      <keyword name="BrowserSortFilterProxyModel.item" id="BrowserSortFilterProxyModel.item" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.item" />
-      <keyword name="BrowserSortFilterProxyModel.lessThan" id="BrowserSortFilterProxyModel.lessThan" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.lessThan" />
-      <keyword name="BrowserSortFilterProxyModel.preferencesChanged" id="BrowserSortFilterProxyModel.preferencesChanged" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.preferencesChanged" />
-      <keyword name="BrowserSortFilterProxyModel.sort" id="BrowserSortFilterProxyModel.sort" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.sort" />
-      <keyword name="CompareDialog (Module)" id="CompareDialog (Module)" ref="eric5.UI.CompareDialog.html" />
-      <keyword name="CompareDialog" id="CompareDialog" ref="eric5.UI.CompareDialog.html#CompareDialog" />
-      <keyword name="CompareWindow" id="CompareWindow" ref="eric5.UI.CompareDialog.html#CompareWindow" />
-      <keyword name="removeMarkers" id="removeMarkers" ref="eric5.UI.CompareDialog.html#removeMarkers" />
-      <keyword name="sbsdiff" id="sbsdiff" ref="eric5.UI.CompareDialog.html#sbsdiff" />
-      <keyword name="CompareDialog (Constructor)" id="CompareDialog (Constructor)" ref="eric5.UI.CompareDialog.html#CompareDialog.__init__" />
-      <keyword name="CompareDialog.__appendText" id="CompareDialog.__appendText" ref="eric5.UI.CompareDialog.html#CompareDialog.__appendText" />
-      <keyword name="CompareDialog.__fileChanged" id="CompareDialog.__fileChanged" ref="eric5.UI.CompareDialog.html#CompareDialog.__fileChanged" />
-      <keyword name="CompareDialog.__moveTextToCurrentDiffPos" id="CompareDialog.__moveTextToCurrentDiffPos" ref="eric5.UI.CompareDialog.html#CompareDialog.__moveTextToCurrentDiffPos" />
-      <keyword name="CompareDialog.__scrollBarMoved" id="CompareDialog.__scrollBarMoved" ref="eric5.UI.CompareDialog.html#CompareDialog.__scrollBarMoved" />
-      <keyword name="CompareDialog.__selectFile" id="CompareDialog.__selectFile" ref="eric5.UI.CompareDialog.html#CompareDialog.__selectFile" />
-      <keyword name="CompareDialog.on_buttonBox_clicked" id="CompareDialog.on_buttonBox_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_buttonBox_clicked" />
-      <keyword name="CompareDialog.on_diffButton_clicked" id="CompareDialog.on_diffButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_diffButton_clicked" />
-      <keyword name="CompareDialog.on_downButton_clicked" id="CompareDialog.on_downButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_downButton_clicked" />
-      <keyword name="CompareDialog.on_file1Button_clicked" id="CompareDialog.on_file1Button_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_file1Button_clicked" />
-      <keyword name="CompareDialog.on_file2Button_clicked" id="CompareDialog.on_file2Button_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_file2Button_clicked" />
-      <keyword name="CompareDialog.on_firstButton_clicked" id="CompareDialog.on_firstButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_firstButton_clicked" />
-      <keyword name="CompareDialog.on_lastButton_clicked" id="CompareDialog.on_lastButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_lastButton_clicked" />
-      <keyword name="CompareDialog.on_synchronizeCheckBox_toggled" id="CompareDialog.on_synchronizeCheckBox_toggled" ref="eric5.UI.CompareDialog.html#CompareDialog.on_synchronizeCheckBox_toggled" />
-      <keyword name="CompareDialog.on_upButton_clicked" id="CompareDialog.on_upButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_upButton_clicked" />
-      <keyword name="CompareDialog.show" id="CompareDialog.show" ref="eric5.UI.CompareDialog.html#CompareDialog.show" />
-      <keyword name="CompareWindow (Constructor)" id="CompareWindow (Constructor)" ref="eric5.UI.CompareDialog.html#CompareWindow.__init__" />
-      <keyword name="CompareWindow.eventFilter" id="CompareWindow.eventFilter" ref="eric5.UI.CompareDialog.html#CompareWindow.eventFilter" />
-      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.UI.Config.html" />
-      <keyword name="DeleteFilesConfirmationDialog (Module)" id="DeleteFilesConfirmationDialog (Module)" ref="eric5.UI.DeleteFilesConfirmationDialog.html" />
-      <keyword name="DeleteFilesConfirmationDialog" id="DeleteFilesConfirmationDialog" ref="eric5.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog" />
-      <keyword name="DeleteFilesConfirmationDialog (Constructor)" id="DeleteFilesConfirmationDialog (Constructor)" ref="eric5.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog.__init__" />
-      <keyword name="DeleteFilesConfirmationDialog.on_buttonBox_clicked" id="DeleteFilesConfirmationDialog.on_buttonBox_clicked" ref="eric5.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog.on_buttonBox_clicked" />
-      <keyword name="DiffDialog (Module)" id="DiffDialog (Module)" ref="eric5.UI.DiffDialog.html" />
-      <keyword name="DiffDialog" id="DiffDialog" ref="eric5.UI.DiffDialog.html#DiffDialog" />
-      <keyword name="DiffWindow" id="DiffWindow" ref="eric5.UI.DiffDialog.html#DiffWindow" />
-      <keyword name="context_diff" id="context_diff" ref="eric5.UI.DiffDialog.html#context_diff" />
-      <keyword name="unified_diff" id="unified_diff" ref="eric5.UI.DiffDialog.html#unified_diff" />
-      <keyword name="DiffDialog (Constructor)" id="DiffDialog (Constructor)" ref="eric5.UI.DiffDialog.html#DiffDialog.__init__" />
-      <keyword name="DiffDialog.__appendText" id="DiffDialog.__appendText" ref="eric5.UI.DiffDialog.html#DiffDialog.__appendText" />
-      <keyword name="DiffDialog.__fileChanged" id="DiffDialog.__fileChanged" ref="eric5.UI.DiffDialog.html#DiffDialog.__fileChanged" />
-      <keyword name="DiffDialog.__generateContextDiff" id="DiffDialog.__generateContextDiff" ref="eric5.UI.DiffDialog.html#DiffDialog.__generateContextDiff" />
-      <keyword name="DiffDialog.__generateUnifiedDiff" id="DiffDialog.__generateUnifiedDiff" ref="eric5.UI.DiffDialog.html#DiffDialog.__generateUnifiedDiff" />
-      <keyword name="DiffDialog.__selectFile" id="DiffDialog.__selectFile" ref="eric5.UI.DiffDialog.html#DiffDialog.__selectFile" />
-      <keyword name="DiffDialog.on_buttonBox_clicked" id="DiffDialog.on_buttonBox_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_buttonBox_clicked" />
-      <keyword name="DiffDialog.on_diffButton_clicked" id="DiffDialog.on_diffButton_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_diffButton_clicked" />
-      <keyword name="DiffDialog.on_file1Button_clicked" id="DiffDialog.on_file1Button_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_file1Button_clicked" />
-      <keyword name="DiffDialog.on_file2Button_clicked" id="DiffDialog.on_file2Button_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_file2Button_clicked" />
-      <keyword name="DiffDialog.on_saveButton_clicked" id="DiffDialog.on_saveButton_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_saveButton_clicked" />
-      <keyword name="DiffDialog.show" id="DiffDialog.show" ref="eric5.UI.DiffDialog.html#DiffDialog.show" />
-      <keyword name="DiffWindow (Constructor)" id="DiffWindow (Constructor)" ref="eric5.UI.DiffDialog.html#DiffWindow.__init__" />
-      <keyword name="DiffWindow.eventFilter" id="DiffWindow.eventFilter" ref="eric5.UI.DiffDialog.html#DiffWindow.eventFilter" />
-      <keyword name="EmailDialog (Module)" id="EmailDialog (Module)" ref="eric5.UI.EmailDialog.html" />
-      <keyword name="EmailDialog" id="EmailDialog" ref="eric5.UI.EmailDialog.html#EmailDialog" />
-      <keyword name="_encode_base64" id="_encode_base64" ref="eric5.UI.EmailDialog.html#_encode_base64" />
-      <keyword name="EmailDialog (Constructor)" id="EmailDialog (Constructor)" ref="eric5.UI.EmailDialog.html#EmailDialog.__init__" />
-      <keyword name="EmailDialog.__createMultipartMail" id="EmailDialog.__createMultipartMail" ref="eric5.UI.EmailDialog.html#EmailDialog.__createMultipartMail" />
-      <keyword name="EmailDialog.__createSimpleMail" id="EmailDialog.__createSimpleMail" ref="eric5.UI.EmailDialog.html#EmailDialog.__createSimpleMail" />
-      <keyword name="EmailDialog.__encodedHeader" id="EmailDialog.__encodedHeader" ref="eric5.UI.EmailDialog.html#EmailDialog.__encodedHeader" />
-      <keyword name="EmailDialog.__encodedText" id="EmailDialog.__encodedText" ref="eric5.UI.EmailDialog.html#EmailDialog.__encodedText" />
-      <keyword name="EmailDialog.__sendmail" id="EmailDialog.__sendmail" ref="eric5.UI.EmailDialog.html#EmailDialog.__sendmail" />
-      <keyword name="EmailDialog.attachFile" id="EmailDialog.attachFile" ref="eric5.UI.EmailDialog.html#EmailDialog.attachFile" />
-      <keyword name="EmailDialog.keyPressEvent" id="EmailDialog.keyPressEvent" ref="eric5.UI.EmailDialog.html#EmailDialog.keyPressEvent" />
-      <keyword name="EmailDialog.on_addButton_clicked" id="EmailDialog.on_addButton_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_addButton_clicked" />
-      <keyword name="EmailDialog.on_buttonBox_clicked" id="EmailDialog.on_buttonBox_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_buttonBox_clicked" />
-      <keyword name="EmailDialog.on_buttonBox_rejected" id="EmailDialog.on_buttonBox_rejected" ref="eric5.UI.EmailDialog.html#EmailDialog.on_buttonBox_rejected" />
-      <keyword name="EmailDialog.on_deleteButton_clicked" id="EmailDialog.on_deleteButton_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_deleteButton_clicked" />
-      <keyword name="EmailDialog.on_message_textChanged" id="EmailDialog.on_message_textChanged" ref="eric5.UI.EmailDialog.html#EmailDialog.on_message_textChanged" />
-      <keyword name="EmailDialog.on_sendButton_clicked" id="EmailDialog.on_sendButton_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_sendButton_clicked" />
-      <keyword name="EmailDialog.on_subject_textChanged" id="EmailDialog.on_subject_textChanged" ref="eric5.UI.EmailDialog.html#EmailDialog.on_subject_textChanged" />
-      <keyword name="FindFileDialog (Module)" id="FindFileDialog (Module)" ref="eric5.UI.FindFileDialog.html" />
-      <keyword name="FindFileDialog" id="FindFileDialog" ref="eric5.UI.FindFileDialog.html#FindFileDialog" />
-      <keyword name="FindFileDialog (Constructor)" id="FindFileDialog (Constructor)" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__init__" />
-      <keyword name="FindFileDialog.__contextMenuRequested" id="FindFileDialog.__contextMenuRequested" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__contextMenuRequested" />
-      <keyword name="FindFileDialog.__copyToClipboard" id="FindFileDialog.__copyToClipboard" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__copyToClipboard" />
-      <keyword name="FindFileDialog.__createItem" id="FindFileDialog.__createItem" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__createItem" />
-      <keyword name="FindFileDialog.__doSearch" id="FindFileDialog.__doSearch" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__doSearch" />
-      <keyword name="FindFileDialog.__enableFindButton" id="FindFileDialog.__enableFindButton" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__enableFindButton" />
-      <keyword name="FindFileDialog.__getFileList" id="FindFileDialog.__getFileList" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__getFileList" />
-      <keyword name="FindFileDialog.__openFile" id="FindFileDialog.__openFile" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__openFile" />
-      <keyword name="FindFileDialog.__stopSearch" id="FindFileDialog.__stopSearch" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__stopSearch" />
-      <keyword name="FindFileDialog.on_buttonBox_clicked" id="FindFileDialog.on_buttonBox_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_buttonBox_clicked" />
-      <keyword name="FindFileDialog.on_dirButton_clicked" id="FindFileDialog.on_dirButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_dirButton_clicked" />
-      <keyword name="FindFileDialog.on_dirCombo_editTextChanged" id="FindFileDialog.on_dirCombo_editTextChanged" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_dirCombo_editTextChanged" />
-      <keyword name="FindFileDialog.on_dirSelectButton_clicked" id="FindFileDialog.on_dirSelectButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_dirSelectButton_clicked" />
-      <keyword name="FindFileDialog.on_filterCheckBox_clicked" id="FindFileDialog.on_filterCheckBox_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_filterCheckBox_clicked" />
-      <keyword name="FindFileDialog.on_filterEdit_textEdited" id="FindFileDialog.on_filterEdit_textEdited" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_filterEdit_textEdited" />
-      <keyword name="FindFileDialog.on_findList_itemDoubleClicked" id="FindFileDialog.on_findList_itemDoubleClicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_findList_itemDoubleClicked" />
-      <keyword name="FindFileDialog.on_findtextCombo_editTextChanged" id="FindFileDialog.on_findtextCombo_editTextChanged" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_findtextCombo_editTextChanged" />
-      <keyword name="FindFileDialog.on_projectButton_clicked" id="FindFileDialog.on_projectButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_projectButton_clicked" />
-      <keyword name="FindFileDialog.on_replaceButton_clicked" id="FindFileDialog.on_replaceButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_replaceButton_clicked" />
-      <keyword name="FindFileDialog.on_replacetextCombo_editTextChanged" id="FindFileDialog.on_replacetextCombo_editTextChanged" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_replacetextCombo_editTextChanged" />
-      <keyword name="FindFileDialog.setSearchDirectory" id="FindFileDialog.setSearchDirectory" ref="eric5.UI.FindFileDialog.html#FindFileDialog.setSearchDirectory" />
-      <keyword name="FindFileDialog.show" id="FindFileDialog.show" ref="eric5.UI.FindFileDialog.html#FindFileDialog.show" />
-      <keyword name="FindFileNameDialog (Module)" id="FindFileNameDialog (Module)" ref="eric5.UI.FindFileNameDialog.html" />
-      <keyword name="FindFileNameDialog" id="FindFileNameDialog" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog" />
-      <keyword name="FindFileNameDialog (Constructor)" id="FindFileNameDialog (Constructor)" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.__init__" />
-      <keyword name="FindFileNameDialog.__openFile" id="FindFileNameDialog.__openFile" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.__openFile" />
-      <keyword name="FindFileNameDialog.__searchFile" id="FindFileNameDialog.__searchFile" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.__searchFile" />
-      <keyword name="FindFileNameDialog.checkStop" id="FindFileNameDialog.checkStop" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.checkStop" />
-      <keyword name="FindFileNameDialog.on_buttonBox_clicked" id="FindFileNameDialog.on_buttonBox_clicked" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_buttonBox_clicked" />
-      <keyword name="FindFileNameDialog.on_fileExtEdit_textChanged" id="FindFileNameDialog.on_fileExtEdit_textChanged" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileExtEdit_textChanged" />
-      <keyword name="FindFileNameDialog.on_fileList_itemActivated" id="FindFileNameDialog.on_fileList_itemActivated" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileList_itemActivated" />
-      <keyword name="FindFileNameDialog.on_fileNameEdit_textChanged" id="FindFileNameDialog.on_fileNameEdit_textChanged" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileNameEdit_textChanged" />
-      <keyword name="FindFileNameDialog.on_projectCheckBox_toggled" id="FindFileNameDialog.on_projectCheckBox_toggled" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_projectCheckBox_toggled" />
-      <keyword name="FindFileNameDialog.on_searchDirButton_clicked" id="FindFileNameDialog.on_searchDirButton_clicked" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirButton_clicked" />
-      <keyword name="FindFileNameDialog.on_searchDirCheckBox_toggled" id="FindFileNameDialog.on_searchDirCheckBox_toggled" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirCheckBox_toggled" />
-      <keyword name="FindFileNameDialog.on_searchDirEdit_textChanged" id="FindFileNameDialog.on_searchDirEdit_textChanged" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirEdit_textChanged" />
-      <keyword name="FindFileNameDialog.on_syspathCheckBox_toggled" id="FindFileNameDialog.on_syspathCheckBox_toggled" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_syspathCheckBox_toggled" />
-      <keyword name="FindFileNameDialog.show" id="FindFileNameDialog.show" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.show" />
-      <keyword name="Info (Module)" id="Info (Module)" ref="eric5.UI.Info.html" />
-      <keyword name="LogView (Module)" id="LogView (Module)" ref="eric5.UI.LogView.html" />
-      <keyword name="LogViewer" id="LogViewer" ref="eric5.UI.LogView.html#LogViewer" />
-      <keyword name="LogViewer (Constructor)" id="LogViewer (Constructor)" ref="eric5.UI.LogView.html#LogViewer.__init__" />
-      <keyword name="LogViewer.__appendText" id="LogViewer.__appendText" ref="eric5.UI.LogView.html#LogViewer.__appendText" />
-      <keyword name="LogViewer.__configure" id="LogViewer.__configure" ref="eric5.UI.LogView.html#LogViewer.__configure" />
-      <keyword name="LogViewer.__handleShowContextMenu" id="LogViewer.__handleShowContextMenu" ref="eric5.UI.LogView.html#LogViewer.__handleShowContextMenu" />
-      <keyword name="LogViewer.appendToStderr" id="LogViewer.appendToStderr" ref="eric5.UI.LogView.html#LogViewer.appendToStderr" />
-      <keyword name="LogViewer.appendToStdout" id="LogViewer.appendToStdout" ref="eric5.UI.LogView.html#LogViewer.appendToStdout" />
-      <keyword name="LogViewer.preferencesChanged" id="LogViewer.preferencesChanged" ref="eric5.UI.LogView.html#LogViewer.preferencesChanged" />
-      <keyword name="PixmapCache (Module)" id="PixmapCache (Module)" ref="eric5.UI.PixmapCache.html" />
-      <keyword name="PixmapCache" id="PixmapCache" ref="eric5.UI.PixmapCache.html#PixmapCache" />
-      <keyword name="addSearchPath" id="addSearchPath" ref="eric5.UI.PixmapCache.html#addSearchPath" />
-      <keyword name="getIcon" id="getIcon" ref="eric5.UI.PixmapCache.html#getIcon" />
-      <keyword name="getPixmap" id="getPixmap" ref="eric5.UI.PixmapCache.html#getPixmap" />
-      <keyword name="getSymlinkIcon" id="getSymlinkIcon" ref="eric5.UI.PixmapCache.html#getSymlinkIcon" />
-      <keyword name="PixmapCache (Constructor)" id="PixmapCache (Constructor)" ref="eric5.UI.PixmapCache.html#PixmapCache.__init__" />
-      <keyword name="PixmapCache.addSearchPath" id="PixmapCache.addSearchPath" ref="eric5.UI.PixmapCache.html#PixmapCache.addSearchPath" />
-      <keyword name="PixmapCache.getPixmap" id="PixmapCache.getPixmap" ref="eric5.UI.PixmapCache.html#PixmapCache.getPixmap" />
-      <keyword name="SplashScreen (Module)" id="SplashScreen (Module)" ref="eric5.UI.SplashScreen.html" />
-      <keyword name="NoneSplashScreen" id="NoneSplashScreen" ref="eric5.UI.SplashScreen.html#NoneSplashScreen" />
-      <keyword name="SplashScreen" id="SplashScreen" ref="eric5.UI.SplashScreen.html#SplashScreen" />
-      <keyword name="NoneSplashScreen (Constructor)" id="NoneSplashScreen (Constructor)" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.__init__" />
-      <keyword name="NoneSplashScreen.clearMessage" id="NoneSplashScreen.clearMessage" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.clearMessage" />
-      <keyword name="NoneSplashScreen.finish" id="NoneSplashScreen.finish" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.finish" />
-      <keyword name="NoneSplashScreen.showMessage" id="NoneSplashScreen.showMessage" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.showMessage" />
-      <keyword name="SplashScreen (Constructor)" id="SplashScreen (Constructor)" ref="eric5.UI.SplashScreen.html#SplashScreen.__init__" />
-      <keyword name="SplashScreen.clearMessage" id="SplashScreen.clearMessage" ref="eric5.UI.SplashScreen.html#SplashScreen.clearMessage" />
-      <keyword name="SplashScreen.showMessage" id="SplashScreen.showMessage" ref="eric5.UI.SplashScreen.html#SplashScreen.showMessage" />
-      <keyword name="UserInterface (Module)" id="UserInterface (Module)" ref="eric5.UI.UserInterface.html" />
-      <keyword name="Redirector" id="Redirector" ref="eric5.UI.UserInterface.html#Redirector" />
-      <keyword name="UserInterface" id="UserInterface" ref="eric5.UI.UserInterface.html#UserInterface" />
-      <keyword name="Redirector (Constructor)" id="Redirector (Constructor)" ref="eric5.UI.UserInterface.html#Redirector.__init__" />
-      <keyword name="Redirector.__bufferedWrite" id="Redirector.__bufferedWrite" ref="eric5.UI.UserInterface.html#Redirector.__bufferedWrite" />
-      <keyword name="Redirector.__nWrite" id="Redirector.__nWrite" ref="eric5.UI.UserInterface.html#Redirector.__nWrite" />
-      <keyword name="Redirector.flush" id="Redirector.flush" ref="eric5.UI.UserInterface.html#Redirector.flush" />
-      <keyword name="Redirector.write" id="Redirector.write" ref="eric5.UI.UserInterface.html#Redirector.write" />
-      <keyword name="UserInterface (Constructor)" id="UserInterface (Constructor)" ref="eric5.UI.UserInterface.html#UserInterface.__init__" />
-      <keyword name="UserInterface.__TBMenuTriggered" id="UserInterface.__TBMenuTriggered" ref="eric5.UI.UserInterface.html#UserInterface.__TBMenuTriggered" />
-      <keyword name="UserInterface.__TRPreviewer" id="UserInterface.__TRPreviewer" ref="eric5.UI.UserInterface.html#UserInterface.__TRPreviewer" />
-      <keyword name="UserInterface.__UIPreviewer" id="UserInterface.__UIPreviewer" ref="eric5.UI.UserInterface.html#UserInterface.__UIPreviewer" />
-      <keyword name="UserInterface.__activateBrowser" id="UserInterface.__activateBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__activateBrowser" />
-      <keyword name="UserInterface.__activateCooperationViewer" id="UserInterface.__activateCooperationViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateCooperationViewer" />
-      <keyword name="UserInterface.__activateDebugViewer" id="UserInterface.__activateDebugViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateDebugViewer" />
-      <keyword name="UserInterface.__activateLogViewer" id="UserInterface.__activateLogViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateLogViewer" />
-      <keyword name="UserInterface.__activateMultiProjectBrowser" id="UserInterface.__activateMultiProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__activateMultiProjectBrowser" />
-      <keyword name="UserInterface.__activateProjectBrowser" id="UserInterface.__activateProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__activateProjectBrowser" />
-      <keyword name="UserInterface.__activateShell" id="UserInterface.__activateShell" ref="eric5.UI.UserInterface.html#UserInterface.__activateShell" />
-      <keyword name="UserInterface.__activateTaskViewer" id="UserInterface.__activateTaskViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateTaskViewer" />
-      <keyword name="UserInterface.__activateTemplateViewer" id="UserInterface.__activateTemplateViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateTemplateViewer" />
-      <keyword name="UserInterface.__activateTerminal" id="UserInterface.__activateTerminal" ref="eric5.UI.UserInterface.html#UserInterface.__activateTerminal" />
-      <keyword name="UserInterface.__activateViewProfile" id="UserInterface.__activateViewProfile" ref="eric5.UI.UserInterface.html#UserInterface.__activateViewProfile" />
-      <keyword name="UserInterface.__activateViewmanager" id="UserInterface.__activateViewmanager" ref="eric5.UI.UserInterface.html#UserInterface.__activateViewmanager" />
-      <keyword name="UserInterface.__assistant" id="UserInterface.__assistant" ref="eric5.UI.UserInterface.html#UserInterface.__assistant" />
-      <keyword name="UserInterface.__assistant4" id="UserInterface.__assistant4" ref="eric5.UI.UserInterface.html#UserInterface.__assistant4" />
-      <keyword name="UserInterface.__checkActions" id="UserInterface.__checkActions" ref="eric5.UI.UserInterface.html#UserInterface.__checkActions" />
-      <keyword name="UserInterface.__chmViewer" id="UserInterface.__chmViewer" ref="eric5.UI.UserInterface.html#UserInterface.__chmViewer" />
-      <keyword name="UserInterface.__compareFiles" id="UserInterface.__compareFiles" ref="eric5.UI.UserInterface.html#UserInterface.__compareFiles" />
-      <keyword name="UserInterface.__compareFilesSbs" id="UserInterface.__compareFilesSbs" ref="eric5.UI.UserInterface.html#UserInterface.__compareFilesSbs" />
-      <keyword name="UserInterface.__configShortcuts" id="UserInterface.__configShortcuts" ref="eric5.UI.UserInterface.html#UserInterface.__configShortcuts" />
-      <keyword name="UserInterface.__configToolBars" id="UserInterface.__configToolBars" ref="eric5.UI.UserInterface.html#UserInterface.__configToolBars" />
-      <keyword name="UserInterface.__configViewProfiles" id="UserInterface.__configViewProfiles" ref="eric5.UI.UserInterface.html#UserInterface.__configViewProfiles" />
-      <keyword name="UserInterface.__configureDockareaCornerUsage" id="UserInterface.__configureDockareaCornerUsage" ref="eric5.UI.UserInterface.html#UserInterface.__configureDockareaCornerUsage" />
-      <keyword name="UserInterface.__createDockWindow" id="UserInterface.__createDockWindow" ref="eric5.UI.UserInterface.html#UserInterface.__createDockWindow" />
-      <keyword name="UserInterface.__createDockWindowsLayout" id="UserInterface.__createDockWindowsLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createDockWindowsLayout" />
-      <keyword name="UserInterface.__createFloatingWindowsLayout" id="UserInterface.__createFloatingWindowsLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createFloatingWindowsLayout" />
-      <keyword name="UserInterface.__createLayout" id="UserInterface.__createLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createLayout" />
-      <keyword name="UserInterface.__createSidebarsLayout" id="UserInterface.__createSidebarsLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createSidebarsLayout" />
-      <keyword name="UserInterface.__createToolboxesLayout" id="UserInterface.__createToolboxesLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createToolboxesLayout" />
-      <keyword name="UserInterface.__customViewer" id="UserInterface.__customViewer" ref="eric5.UI.UserInterface.html#UserInterface.__customViewer" />
-      <keyword name="UserInterface.__debuggingStarted" id="UserInterface.__debuggingStarted" ref="eric5.UI.UserInterface.html#UserInterface.__debuggingStarted" />
-      <keyword name="UserInterface.__deinstallPlugin" id="UserInterface.__deinstallPlugin" ref="eric5.UI.UserInterface.html#UserInterface.__deinstallPlugin" />
-      <keyword name="UserInterface.__designer" id="UserInterface.__designer" ref="eric5.UI.UserInterface.html#UserInterface.__designer" />
-      <keyword name="UserInterface.__designer4" id="UserInterface.__designer4" ref="eric5.UI.UserInterface.html#UserInterface.__designer4" />
-      <keyword name="UserInterface.__editPixmap" id="UserInterface.__editPixmap" ref="eric5.UI.UserInterface.html#UserInterface.__editPixmap" />
-      <keyword name="UserInterface.__editorOpened" id="UserInterface.__editorOpened" ref="eric5.UI.UserInterface.html#UserInterface.__editorOpened" />
-      <keyword name="UserInterface.__exportPreferences" id="UserInterface.__exportPreferences" ref="eric5.UI.UserInterface.html#UserInterface.__exportPreferences" />
-      <keyword name="UserInterface.__exportShortcuts" id="UserInterface.__exportShortcuts" ref="eric5.UI.UserInterface.html#UserInterface.__exportShortcuts" />
-      <keyword name="UserInterface.__getFloatingGeometry" id="UserInterface.__getFloatingGeometry" ref="eric5.UI.UserInterface.html#UserInterface.__getFloatingGeometry" />
-      <keyword name="UserInterface.__helpClosed" id="UserInterface.__helpClosed" ref="eric5.UI.UserInterface.html#UserInterface.__helpClosed" />
-      <keyword name="UserInterface.__helpViewer" id="UserInterface.__helpViewer" ref="eric5.UI.UserInterface.html#UserInterface.__helpViewer" />
-      <keyword name="UserInterface.__importPreferences" id="UserInterface.__importPreferences" ref="eric5.UI.UserInterface.html#UserInterface.__importPreferences" />
-      <keyword name="UserInterface.__importShortcuts" id="UserInterface.__importShortcuts" ref="eric5.UI.UserInterface.html#UserInterface.__importShortcuts" />
-      <keyword name="UserInterface.__initActions" id="UserInterface.__initActions" ref="eric5.UI.UserInterface.html#UserInterface.__initActions" />
-      <keyword name="UserInterface.__initEricDocAction" id="UserInterface.__initEricDocAction" ref="eric5.UI.UserInterface.html#UserInterface.__initEricDocAction" />
-      <keyword name="UserInterface.__initExternalToolsActions" id="UserInterface.__initExternalToolsActions" ref="eric5.UI.UserInterface.html#UserInterface.__initExternalToolsActions" />
-      <keyword name="UserInterface.__initMenus" id="UserInterface.__initMenus" ref="eric5.UI.UserInterface.html#UserInterface.__initMenus" />
-      <keyword name="UserInterface.__initPySideDocActions" id="UserInterface.__initPySideDocActions" ref="eric5.UI.UserInterface.html#UserInterface.__initPySideDocActions" />
-      <keyword name="UserInterface.__initPythonDocAction" id="UserInterface.__initPythonDocAction" ref="eric5.UI.UserInterface.html#UserInterface.__initPythonDocAction" />
-      <keyword name="UserInterface.__initQtDocActions" id="UserInterface.__initQtDocActions" ref="eric5.UI.UserInterface.html#UserInterface.__initQtDocActions" />
-      <keyword name="UserInterface.__initStatusbar" id="UserInterface.__initStatusbar" ref="eric5.UI.UserInterface.html#UserInterface.__initStatusbar" />
-      <keyword name="UserInterface.__initToolbars" id="UserInterface.__initToolbars" ref="eric5.UI.UserInterface.html#UserInterface.__initToolbars" />
-      <keyword name="UserInterface.__installPlugins" id="UserInterface.__installPlugins" ref="eric5.UI.UserInterface.html#UserInterface.__installPlugins" />
-      <keyword name="UserInterface.__lastEditorClosed" id="UserInterface.__lastEditorClosed" ref="eric5.UI.UserInterface.html#UserInterface.__lastEditorClosed" />
-      <keyword name="UserInterface.__linguist" id="UserInterface.__linguist" ref="eric5.UI.UserInterface.html#UserInterface.__linguist" />
-      <keyword name="UserInterface.__linguist4" id="UserInterface.__linguist4" ref="eric5.UI.UserInterface.html#UserInterface.__linguist4" />
-      <keyword name="UserInterface.__newProject" id="UserInterface.__newProject" ref="eric5.UI.UserInterface.html#UserInterface.__newProject" />
-      <keyword name="UserInterface.__openMiniEditor" id="UserInterface.__openMiniEditor" ref="eric5.UI.UserInterface.html#UserInterface.__openMiniEditor" />
-      <keyword name="UserInterface.__openOnStartup" id="UserInterface.__openOnStartup" ref="eric5.UI.UserInterface.html#UserInterface.__openOnStartup" />
-      <keyword name="UserInterface.__pluginsConfigure" id="UserInterface.__pluginsConfigure" ref="eric5.UI.UserInterface.html#UserInterface.__pluginsConfigure" />
-      <keyword name="UserInterface.__preferencesChanged" id="UserInterface.__preferencesChanged" ref="eric5.UI.UserInterface.html#UserInterface.__preferencesChanged" />
-      <keyword name="UserInterface.__processToolStderr" id="UserInterface.__processToolStderr" ref="eric5.UI.UserInterface.html#UserInterface.__processToolStderr" />
-      <keyword name="UserInterface.__processToolStdout" id="UserInterface.__processToolStdout" ref="eric5.UI.UserInterface.html#UserInterface.__processToolStdout" />
-      <keyword name="UserInterface.__programChange" id="UserInterface.__programChange" ref="eric5.UI.UserInterface.html#UserInterface.__programChange" />
-      <keyword name="UserInterface.__projectClosed" id="UserInterface.__projectClosed" ref="eric5.UI.UserInterface.html#UserInterface.__projectClosed" />
-      <keyword name="UserInterface.__projectOpened" id="UserInterface.__projectOpened" ref="eric5.UI.UserInterface.html#UserInterface.__projectOpened" />
-      <keyword name="UserInterface.__quit" id="UserInterface.__quit" ref="eric5.UI.UserInterface.html#UserInterface.__quit" />
-      <keyword name="UserInterface.__readSession" id="UserInterface.__readSession" ref="eric5.UI.UserInterface.html#UserInterface.__readSession" />
-      <keyword name="UserInterface.__readTasks" id="UserInterface.__readTasks" ref="eric5.UI.UserInterface.html#UserInterface.__readTasks" />
-      <keyword name="UserInterface.__reloadAPIs" id="UserInterface.__reloadAPIs" ref="eric5.UI.UserInterface.html#UserInterface.__reloadAPIs" />
-      <keyword name="UserInterface.__reportBug" id="UserInterface.__reportBug" ref="eric5.UI.UserInterface.html#UserInterface.__reportBug" />
-      <keyword name="UserInterface.__requestFeature" id="UserInterface.__requestFeature" ref="eric5.UI.UserInterface.html#UserInterface.__requestFeature" />
-      <keyword name="UserInterface.__restart" id="UserInterface.__restart" ref="eric5.UI.UserInterface.html#UserInterface.__restart" />
-      <keyword name="UserInterface.__saveCurrentViewProfile" id="UserInterface.__saveCurrentViewProfile" ref="eric5.UI.UserInterface.html#UserInterface.__saveCurrentViewProfile" />
-      <keyword name="UserInterface.__setEditProfile" id="UserInterface.__setEditProfile" ref="eric5.UI.UserInterface.html#UserInterface.__setEditProfile" />
-      <keyword name="UserInterface.__setStyle" id="UserInterface.__setStyle" ref="eric5.UI.UserInterface.html#UserInterface.__setStyle" />
-      <keyword name="UserInterface.__setWindowCaption" id="UserInterface.__setWindowCaption" ref="eric5.UI.UserInterface.html#UserInterface.__setWindowCaption" />
-      <keyword name="UserInterface.__setupDockWindow" id="UserInterface.__setupDockWindow" ref="eric5.UI.UserInterface.html#UserInterface.__setupDockWindow" />
-      <keyword name="UserInterface.__showAvailableVersionInfos" id="UserInterface.__showAvailableVersionInfos" ref="eric5.UI.UserInterface.html#UserInterface.__showAvailableVersionInfos" />
-      <keyword name="UserInterface.__showEmailDialog" id="UserInterface.__showEmailDialog" ref="eric5.UI.UserInterface.html#UserInterface.__showEmailDialog" />
-      <keyword name="UserInterface.__showEricDoc" id="UserInterface.__showEricDoc" ref="eric5.UI.UserInterface.html#UserInterface.__showEricDoc" />
-      <keyword name="UserInterface.__showExternalTools" id="UserInterface.__showExternalTools" ref="eric5.UI.UserInterface.html#UserInterface.__showExternalTools" />
-      <keyword name="UserInterface.__showExtrasMenu" id="UserInterface.__showExtrasMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showExtrasMenu" />
-      <keyword name="UserInterface.__showFileMenu" id="UserInterface.__showFileMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showFileMenu" />
-      <keyword name="UserInterface.__showHelpMenu" id="UserInterface.__showHelpMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showHelpMenu" />
-      <keyword name="UserInterface.__showNext" id="UserInterface.__showNext" ref="eric5.UI.UserInterface.html#UserInterface.__showNext" />
-      <keyword name="UserInterface.__showPixmap" id="UserInterface.__showPixmap" ref="eric5.UI.UserInterface.html#UserInterface.__showPixmap" />
-      <keyword name="UserInterface.__showPluginInfo" id="UserInterface.__showPluginInfo" ref="eric5.UI.UserInterface.html#UserInterface.__showPluginInfo" />
-      <keyword name="UserInterface.__showPluginsAvailable" id="UserInterface.__showPluginsAvailable" ref="eric5.UI.UserInterface.html#UserInterface.__showPluginsAvailable" />
-      <keyword name="UserInterface.__showPrevious" id="UserInterface.__showPrevious" ref="eric5.UI.UserInterface.html#UserInterface.__showPrevious" />
-      <keyword name="UserInterface.__showPyQt4Doc" id="UserInterface.__showPyQt4Doc" ref="eric5.UI.UserInterface.html#UserInterface.__showPyQt4Doc" />
-      <keyword name="UserInterface.__showPySideDoc" id="UserInterface.__showPySideDoc" ref="eric5.UI.UserInterface.html#UserInterface.__showPySideDoc" />
-      <keyword name="UserInterface.__showPythonDoc" id="UserInterface.__showPythonDoc" ref="eric5.UI.UserInterface.html#UserInterface.__showPythonDoc" />
-      <keyword name="UserInterface.__showQt4Doc" id="UserInterface.__showQt4Doc" ref="eric5.UI.UserInterface.html#UserInterface.__showQt4Doc" />
-      <keyword name="UserInterface.__showSvg" id="UserInterface.__showSvg" ref="eric5.UI.UserInterface.html#UserInterface.__showSvg" />
-      <keyword name="UserInterface.__showSystemEmailClient" id="UserInterface.__showSystemEmailClient" ref="eric5.UI.UserInterface.html#UserInterface.__showSystemEmailClient" />
-      <keyword name="UserInterface.__showToolGroupsMenu" id="UserInterface.__showToolGroupsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showToolGroupsMenu" />
-      <keyword name="UserInterface.__showToolbarsMenu" id="UserInterface.__showToolbarsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showToolbarsMenu" />
-      <keyword name="UserInterface.__showToolsMenu" id="UserInterface.__showToolsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showToolsMenu" />
-      <keyword name="UserInterface.__showVersions" id="UserInterface.__showVersions" ref="eric5.UI.UserInterface.html#UserInterface.__showVersions" />
-      <keyword name="UserInterface.__showWindowMenu" id="UserInterface.__showWindowMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showWindowMenu" />
-      <keyword name="UserInterface.__showWizardsMenu" id="UserInterface.__showWizardsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showWizardsMenu" />
-      <keyword name="UserInterface.__shutdown" id="UserInterface.__shutdown" ref="eric5.UI.UserInterface.html#UserInterface.__shutdown" />
-      <keyword name="UserInterface.__sqlBrowser" id="UserInterface.__sqlBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__sqlBrowser" />
-      <keyword name="UserInterface.__sslErrors" id="UserInterface.__sslErrors" ref="eric5.UI.UserInterface.html#UserInterface.__sslErrors" />
-      <keyword name="UserInterface.__startToolProcess" id="UserInterface.__startToolProcess" ref="eric5.UI.UserInterface.html#UserInterface.__startToolProcess" />
-      <keyword name="UserInterface.__startWebBrowser" id="UserInterface.__startWebBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__startWebBrowser" />
-      <keyword name="UserInterface.__switchTab" id="UserInterface.__switchTab" ref="eric5.UI.UserInterface.html#UserInterface.__switchTab" />
-      <keyword name="UserInterface.__toggleBottomSidebar" id="UserInterface.__toggleBottomSidebar" ref="eric5.UI.UserInterface.html#UserInterface.__toggleBottomSidebar" />
-      <keyword name="UserInterface.__toggleBrowser" id="UserInterface.__toggleBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__toggleBrowser" />
-      <keyword name="UserInterface.__toggleCooperationViewer" id="UserInterface.__toggleCooperationViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleCooperationViewer" />
-      <keyword name="UserInterface.__toggleDebugViewer" id="UserInterface.__toggleDebugViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleDebugViewer" />
-      <keyword name="UserInterface.__toggleHorizontalToolbox" id="UserInterface.__toggleHorizontalToolbox" ref="eric5.UI.UserInterface.html#UserInterface.__toggleHorizontalToolbox" />
-      <keyword name="UserInterface.__toggleLeftSidebar" id="UserInterface.__toggleLeftSidebar" ref="eric5.UI.UserInterface.html#UserInterface.__toggleLeftSidebar" />
-      <keyword name="UserInterface.__toggleLogViewer" id="UserInterface.__toggleLogViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleLogViewer" />
-      <keyword name="UserInterface.__toggleMultiProjectBrowser" id="UserInterface.__toggleMultiProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__toggleMultiProjectBrowser" />
-      <keyword name="UserInterface.__toggleProjectBrowser" id="UserInterface.__toggleProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__toggleProjectBrowser" />
-      <keyword name="UserInterface.__toggleShell" id="UserInterface.__toggleShell" ref="eric5.UI.UserInterface.html#UserInterface.__toggleShell" />
-      <keyword name="UserInterface.__toggleTaskViewer" id="UserInterface.__toggleTaskViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleTaskViewer" />
-      <keyword name="UserInterface.__toggleTemplateViewer" id="UserInterface.__toggleTemplateViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleTemplateViewer" />
-      <keyword name="UserInterface.__toggleTerminal" id="UserInterface.__toggleTerminal" ref="eric5.UI.UserInterface.html#UserInterface.__toggleTerminal" />
-      <keyword name="UserInterface.__toggleVerticalToolbox" id="UserInterface.__toggleVerticalToolbox" ref="eric5.UI.UserInterface.html#UserInterface.__toggleVerticalToolbox" />
-      <keyword name="UserInterface.__toggleWindow" id="UserInterface.__toggleWindow" ref="eric5.UI.UserInterface.html#UserInterface.__toggleWindow" />
-      <keyword name="UserInterface.__toolActionTriggered" id="UserInterface.__toolActionTriggered" ref="eric5.UI.UserInterface.html#UserInterface.__toolActionTriggered" />
-      <keyword name="UserInterface.__toolExecute" id="UserInterface.__toolExecute" ref="eric5.UI.UserInterface.html#UserInterface.__toolExecute" />
-      <keyword name="UserInterface.__toolFinished" id="UserInterface.__toolFinished" ref="eric5.UI.UserInterface.html#UserInterface.__toolFinished" />
-      <keyword name="UserInterface.__toolGroupSelected" id="UserInterface.__toolGroupSelected" ref="eric5.UI.UserInterface.html#UserInterface.__toolGroupSelected" />
-      <keyword name="UserInterface.__toolGroupsConfiguration" id="UserInterface.__toolGroupsConfiguration" ref="eric5.UI.UserInterface.html#UserInterface.__toolGroupsConfiguration" />
-      <keyword name="UserInterface.__toolsConfiguration" id="UserInterface.__toolsConfiguration" ref="eric5.UI.UserInterface.html#UserInterface.__toolsConfiguration" />
-      <keyword name="UserInterface.__unittest" id="UserInterface.__unittest" ref="eric5.UI.UserInterface.html#UserInterface.__unittest" />
-      <keyword name="UserInterface.__unittestProject" id="UserInterface.__unittestProject" ref="eric5.UI.UserInterface.html#UserInterface.__unittestProject" />
-      <keyword name="UserInterface.__unittestRestart" id="UserInterface.__unittestRestart" ref="eric5.UI.UserInterface.html#UserInterface.__unittestRestart" />
-      <keyword name="UserInterface.__unittestScript" id="UserInterface.__unittestScript" ref="eric5.UI.UserInterface.html#UserInterface.__unittestScript" />
-      <keyword name="UserInterface.__updateExternalToolsActions" id="UserInterface.__updateExternalToolsActions" ref="eric5.UI.UserInterface.html#UserInterface.__updateExternalToolsActions" />
-      <keyword name="UserInterface.__updateVersionsUrls" id="UserInterface.__updateVersionsUrls" ref="eric5.UI.UserInterface.html#UserInterface.__updateVersionsUrls" />
-      <keyword name="UserInterface.__versionCheckResult" id="UserInterface.__versionCheckResult" ref="eric5.UI.UserInterface.html#UserInterface.__versionCheckResult" />
-      <keyword name="UserInterface.__versionsDownloadCanceled" id="UserInterface.__versionsDownloadCanceled" ref="eric5.UI.UserInterface.html#UserInterface.__versionsDownloadCanceled" />
-      <keyword name="UserInterface.__versionsDownloadDone" id="UserInterface.__versionsDownloadDone" ref="eric5.UI.UserInterface.html#UserInterface.__versionsDownloadDone" />
-      <keyword name="UserInterface.__webBrowser" id="UserInterface.__webBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__webBrowser" />
-      <keyword name="UserInterface.__whatsThis" id="UserInterface.__whatsThis" ref="eric5.UI.UserInterface.html#UserInterface.__whatsThis" />
-      <keyword name="UserInterface.__writeSession" id="UserInterface.__writeSession" ref="eric5.UI.UserInterface.html#UserInterface.__writeSession" />
-      <keyword name="UserInterface.__writeTasks" id="UserInterface.__writeTasks" ref="eric5.UI.UserInterface.html#UserInterface.__writeTasks" />
-      <keyword name="UserInterface.addE5Actions" id="UserInterface.addE5Actions" ref="eric5.UI.UserInterface.html#UserInterface.addE5Actions" />
-      <keyword name="UserInterface.appendToStderr" id="UserInterface.appendToStderr" ref="eric5.UI.UserInterface.html#UserInterface.appendToStderr" />
-      <keyword name="UserInterface.appendToStdout" id="UserInterface.appendToStdout" ref="eric5.UI.UserInterface.html#UserInterface.appendToStdout" />
-      <keyword name="UserInterface.checkConfigurationStatus" id="UserInterface.checkConfigurationStatus" ref="eric5.UI.UserInterface.html#UserInterface.checkConfigurationStatus" />
-      <keyword name="UserInterface.checkForErrorLog" id="UserInterface.checkForErrorLog" ref="eric5.UI.UserInterface.html#UserInterface.checkForErrorLog" />
-      <keyword name="UserInterface.closeEvent" id="UserInterface.closeEvent" ref="eric5.UI.UserInterface.html#UserInterface.closeEvent" />
-      <keyword name="UserInterface.dragEnterEvent" id="UserInterface.dragEnterEvent" ref="eric5.UI.UserInterface.html#UserInterface.dragEnterEvent" />
-      <keyword name="UserInterface.dragLeaveEvent" id="UserInterface.dragLeaveEvent" ref="eric5.UI.UserInterface.html#UserInterface.dragLeaveEvent" />
-      <keyword name="UserInterface.dragMoveEvent" id="UserInterface.dragMoveEvent" ref="eric5.UI.UserInterface.html#UserInterface.dragMoveEvent" />
-      <keyword name="UserInterface.dropEvent" id="UserInterface.dropEvent" ref="eric5.UI.UserInterface.html#UserInterface.dropEvent" />
-      <keyword name="UserInterface.getActions" id="UserInterface.getActions" ref="eric5.UI.UserInterface.html#UserInterface.getActions" />
-      <keyword name="UserInterface.getLocale" id="UserInterface.getLocale" ref="eric5.UI.UserInterface.html#UserInterface.getLocale" />
-      <keyword name="UserInterface.getMenu" id="UserInterface.getMenu" ref="eric5.UI.UserInterface.html#UserInterface.getMenu" />
-      <keyword name="UserInterface.getMenuAction" id="UserInterface.getMenuAction" ref="eric5.UI.UserInterface.html#UserInterface.getMenuAction" />
-      <keyword name="UserInterface.getMenuBarAction" id="UserInterface.getMenuBarAction" ref="eric5.UI.UserInterface.html#UserInterface.getMenuBarAction" />
-      <keyword name="UserInterface.getToolBarIconSize" id="UserInterface.getToolBarIconSize" ref="eric5.UI.UserInterface.html#UserInterface.getToolBarIconSize" />
-      <keyword name="UserInterface.getToolbar" id="UserInterface.getToolbar" ref="eric5.UI.UserInterface.html#UserInterface.getToolbar" />
-      <keyword name="UserInterface.getViewProfile" id="UserInterface.getViewProfile" ref="eric5.UI.UserInterface.html#UserInterface.getViewProfile" />
-      <keyword name="UserInterface.launchHelpViewer" id="UserInterface.launchHelpViewer" ref="eric5.UI.UserInterface.html#UserInterface.launchHelpViewer" />
-      <keyword name="UserInterface.performVersionCheck" id="UserInterface.performVersionCheck" ref="eric5.UI.UserInterface.html#UserInterface.performVersionCheck" />
-      <keyword name="UserInterface.processArgs" id="UserInterface.processArgs" ref="eric5.UI.UserInterface.html#UserInterface.processArgs" />
-      <keyword name="UserInterface.registerToolbar" id="UserInterface.registerToolbar" ref="eric5.UI.UserInterface.html#UserInterface.registerToolbar" />
-      <keyword name="UserInterface.removeE5Actions" id="UserInterface.removeE5Actions" ref="eric5.UI.UserInterface.html#UserInterface.removeE5Actions" />
-      <keyword name="UserInterface.reregisterToolbar" id="UserInterface.reregisterToolbar" ref="eric5.UI.UserInterface.html#UserInterface.reregisterToolbar" />
-      <keyword name="UserInterface.setDebugProfile" id="UserInterface.setDebugProfile" ref="eric5.UI.UserInterface.html#UserInterface.setDebugProfile" />
-      <keyword name="UserInterface.showAvailableVersionsInfo" id="UserInterface.showAvailableVersionsInfo" ref="eric5.UI.UserInterface.html#UserInterface.showAvailableVersionsInfo" />
-      <keyword name="UserInterface.showEvent" id="UserInterface.showEvent" ref="eric5.UI.UserInterface.html#UserInterface.showEvent" />
-      <keyword name="UserInterface.showLogTab" id="UserInterface.showLogTab" ref="eric5.UI.UserInterface.html#UserInterface.showLogTab" />
-      <keyword name="UserInterface.showPreferences" id="UserInterface.showPreferences" ref="eric5.UI.UserInterface.html#UserInterface.showPreferences" />
-      <keyword name="UserInterface.unregisterToolbar" id="UserInterface.unregisterToolbar" ref="eric5.UI.UserInterface.html#UserInterface.unregisterToolbar" />
-      <keyword name="UserInterface.versionIsNewer" id="UserInterface.versionIsNewer" ref="eric5.UI.UserInterface.html#UserInterface.versionIsNewer" />
-      <keyword name="Utilities (Package)" id="Utilities (Package)" ref="index-eric5.Utilities.html" />
-      <keyword name="CodingError" id="CodingError" ref="eric5.Utilities.__init__.html#CodingError" />
-      <keyword name="__showwarning" id="__showwarning" ref="eric5.Utilities.__init__.html#__showwarning" />
-      <keyword name="_percentReplacementFunc" id="_percentReplacementFunc" ref="eric5.Utilities.__init__.html#_percentReplacementFunc" />
-      <keyword name="compactPath" id="compactPath" ref="eric5.Utilities.__init__.html#compactPath" />
-      <keyword name="compile" id="compile" ref="eric5.Utilities.__init__.html#compile" />
-      <keyword name="convertLineEnds" id="convertLineEnds" ref="eric5.Utilities.__init__.html#convertLineEnds" />
-      <keyword name="decode" id="decode" ref="eric5.Utilities.__init__.html#decode" />
-      <keyword name="direntries" id="direntries" ref="eric5.Utilities.__init__.html#direntries" />
-      <keyword name="encode" id="encode" ref="eric5.Utilities.__init__.html#encode" />
-      <keyword name="escape_entities" id="escape_entities" ref="eric5.Utilities.__init__.html#escape_entities" />
-      <keyword name="escape_uentities" id="escape_uentities" ref="eric5.Utilities.__init__.html#escape_uentities" />
-      <keyword name="fromNativeSeparators" id="fromNativeSeparators" ref="eric5.Utilities.__init__.html#fromNativeSeparators" />
-      <keyword name="generateDistroInfo" id="generateDistroInfo" ref="eric5.Utilities.__init__.html#generateDistroInfo" />
-      <keyword name="generatePluginsVersionInfo" id="generatePluginsVersionInfo" ref="eric5.Utilities.__init__.html#generatePluginsVersionInfo" />
-      <keyword name="generateQtToolName" id="generateQtToolName" ref="eric5.Utilities.__init__.html#generateQtToolName" />
-      <keyword name="generateVersionInfo" id="generateVersionInfo" ref="eric5.Utilities.__init__.html#generateVersionInfo" />
-      <keyword name="getConfigDir" id="getConfigDir" ref="eric5.Utilities.__init__.html#getConfigDir" />
-      <keyword name="getDirs" id="getDirs" ref="eric5.Utilities.__init__.html#getDirs" />
-      <keyword name="getEnvironmentEntry" id="getEnvironmentEntry" ref="eric5.Utilities.__init__.html#getEnvironmentEntry" />
-      <keyword name="getExecutablePath" id="getExecutablePath" ref="eric5.Utilities.__init__.html#getExecutablePath" />
-      <keyword name="getHomeDir" id="getHomeDir" ref="eric5.Utilities.__init__.html#getHomeDir" />
-      <keyword name="getPercentReplacement" id="getPercentReplacement" ref="eric5.Utilities.__init__.html#getPercentReplacement" />
-      <keyword name="getPercentReplacementHelp" id="getPercentReplacementHelp" ref="eric5.Utilities.__init__.html#getPercentReplacementHelp" />
-      <keyword name="getPythonLibPath" id="getPythonLibPath" ref="eric5.Utilities.__init__.html#getPythonLibPath" />
-      <keyword name="getPythonModulesDirectory" id="getPythonModulesDirectory" ref="eric5.Utilities.__init__.html#getPythonModulesDirectory" />
-      <keyword name="getPythonVersion" id="getPythonVersion" ref="eric5.Utilities.__init__.html#getPythonVersion" />
-      <keyword name="getTestFileName" id="getTestFileName" ref="eric5.Utilities.__init__.html#getTestFileName" />
-      <keyword name="getUserName" id="getUserName" ref="eric5.Utilities.__init__.html#getUserName" />
-      <keyword name="get_coding" id="get_coding" ref="eric5.Utilities.__init__.html#get_coding" />
-      <keyword name="get_codingBytes" id="get_codingBytes" ref="eric5.Utilities.__init__.html#get_codingBytes" />
-      <keyword name="hasEnvironmentEntry" id="hasEnvironmentEntry" ref="eric5.Utilities.__init__.html#hasEnvironmentEntry" />
-      <keyword name="html_encode" id="html_encode" ref="eric5.Utilities.__init__.html#html_encode" />
-      <keyword name="html_uencode" id="html_uencode" ref="eric5.Utilities.__init__.html#html_uencode" />
-      <keyword name="isExecutable" id="isExecutable" ref="eric5.Utilities.__init__.html#isExecutable" />
-      <keyword name="isinpath" id="isinpath" ref="eric5.Utilities.__init__.html#isinpath" />
-      <keyword name="joinext" id="joinext" ref="eric5.Utilities.__init__.html#joinext" />
-      <keyword name="linesep" id="linesep" ref="eric5.Utilities.__init__.html#linesep" />
-      <keyword name="normabsjoinpath" id="normabsjoinpath" ref="eric5.Utilities.__init__.html#normabsjoinpath" />
-      <keyword name="normabspath" id="normabspath" ref="eric5.Utilities.__init__.html#normabspath" />
-      <keyword name="normcaseabspath" id="normcaseabspath" ref="eric5.Utilities.__init__.html#normcaseabspath" />
-      <keyword name="normcasepath" id="normcasepath" ref="eric5.Utilities.__init__.html#normcasepath" />
-      <keyword name="normjoinpath" id="normjoinpath" ref="eric5.Utilities.__init__.html#normjoinpath" />
-      <keyword name="parseEnvironmentString" id="parseEnvironmentString" ref="eric5.Utilities.__init__.html#parseEnvironmentString" />
-      <keyword name="parseOptionString" id="parseOptionString" ref="eric5.Utilities.__init__.html#parseOptionString" />
-      <keyword name="parseString" id="parseString" ref="eric5.Utilities.__init__.html#parseString" />
-      <keyword name="prepareQtMacBundle" id="prepareQtMacBundle" ref="eric5.Utilities.__init__.html#prepareQtMacBundle" />
-      <keyword name="pwDecode" id="pwDecode" ref="eric5.Utilities.__init__.html#pwDecode" />
-      <keyword name="pwEncode" id="pwEncode" ref="eric5.Utilities.__init__.html#pwEncode" />
-      <keyword name="readEncodedFile" id="readEncodedFile" ref="eric5.Utilities.__init__.html#readEncodedFile" />
-      <keyword name="relpath" id="relpath" ref="eric5.Utilities.__init__.html#relpath" />
-      <keyword name="samepath" id="samepath" ref="eric5.Utilities.__init__.html#samepath" />
-      <keyword name="setConfigDir" id="setConfigDir" ref="eric5.Utilities.__init__.html#setConfigDir" />
-      <keyword name="splitPath" id="splitPath" ref="eric5.Utilities.__init__.html#splitPath" />
-      <keyword name="toNativeSeparators" id="toNativeSeparators" ref="eric5.Utilities.__init__.html#toNativeSeparators" />
-      <keyword name="win32_GetUserName" id="win32_GetUserName" ref="eric5.Utilities.__init__.html#win32_GetUserName" />
-      <keyword name="win32_Kill" id="win32_Kill" ref="eric5.Utilities.__init__.html#win32_Kill" />
-      <keyword name="writeEncodedFile" id="writeEncodedFile" ref="eric5.Utilities.__init__.html#writeEncodedFile" />
-      <keyword name="CodingError (Constructor)" id="CodingError (Constructor)" ref="eric5.Utilities.__init__.html#CodingError.__init__" />
-      <keyword name="CodingError.__repr__" id="CodingError.__repr__" ref="eric5.Utilities.__init__.html#CodingError.__repr__" />
-      <keyword name="CodingError.__str__" id="CodingError.__str__" ref="eric5.Utilities.__init__.html#CodingError.__str__" />
-      <keyword name="AutoSaver (Module)" id="AutoSaver (Module)" ref="eric5.Utilities.AutoSaver.html" />
-      <keyword name="AutoSaver" id="AutoSaver" ref="eric5.Utilities.AutoSaver.html#AutoSaver" />
-      <keyword name="AutoSaver (Constructor)" id="AutoSaver (Constructor)" ref="eric5.Utilities.AutoSaver.html#AutoSaver.__init__" />
-      <keyword name="AutoSaver.changeOccurred" id="AutoSaver.changeOccurred" ref="eric5.Utilities.AutoSaver.html#AutoSaver.changeOccurred" />
-      <keyword name="AutoSaver.saveIfNeccessary" id="AutoSaver.saveIfNeccessary" ref="eric5.Utilities.AutoSaver.html#AutoSaver.saveIfNeccessary" />
-      <keyword name="AutoSaver.timerEvent" id="AutoSaver.timerEvent" ref="eric5.Utilities.AutoSaver.html#AutoSaver.timerEvent" />
-      <keyword name="ModuleParser (Module)" id="ModuleParser (Module)" ref="eric5.Utilities.ModuleParser.html" />
-      <keyword name="Attribute" id="Attribute" ref="eric5.Utilities.ModuleParser.html#Attribute" />
-      <keyword name="Class" id="Class" ref="eric5.Utilities.ModuleParser.html#Class" />
-      <keyword name="Function" id="Function" ref="eric5.Utilities.ModuleParser.html#Function" />
-      <keyword name="Module" id="Module" ref="eric5.Utilities.ModuleParser.html#Module" />
-      <keyword name="RbModule" id="RbModule" ref="eric5.Utilities.ModuleParser.html#RbModule" />
-      <keyword name="VisibilityBase" id="VisibilityBase" ref="eric5.Utilities.ModuleParser.html#VisibilityBase" />
-      <keyword name="_indent" id="_indent" ref="eric5.Utilities.ModuleParser.html#_indent" />
-      <keyword name="find_module" id="find_module" ref="eric5.Utilities.ModuleParser.html#find_module" />
-      <keyword name="readModule" id="readModule" ref="eric5.Utilities.ModuleParser.html#readModule" />
-      <keyword name="resetParsedModule" id="resetParsedModule" ref="eric5.Utilities.ModuleParser.html#resetParsedModule" />
-      <keyword name="resetParsedModules" id="resetParsedModules" ref="eric5.Utilities.ModuleParser.html#resetParsedModules" />
-      <keyword name="Attribute (Constructor)" id="Attribute (Constructor)" ref="eric5.Utilities.ModuleParser.html#Attribute.__init__" />
-      <keyword name="Class (Constructor)" id="Class (Constructor)" ref="eric5.Utilities.ModuleParser.html#Class.__init__" />
-      <keyword name="Class.addAttribute" id="Class.addAttribute" ref="eric5.Utilities.ModuleParser.html#Class.addAttribute" />
-      <keyword name="Class.addDescription" id="Class.addDescription" ref="eric5.Utilities.ModuleParser.html#Class.addDescription" />
-      <keyword name="Class.addGlobal" id="Class.addGlobal" ref="eric5.Utilities.ModuleParser.html#Class.addGlobal" />
-      <keyword name="Class.addMethod" id="Class.addMethod" ref="eric5.Utilities.ModuleParser.html#Class.addMethod" />
-      <keyword name="Class.getAttribute" id="Class.getAttribute" ref="eric5.Utilities.ModuleParser.html#Class.getAttribute" />
-      <keyword name="Class.getMethod" id="Class.getMethod" ref="eric5.Utilities.ModuleParser.html#Class.getMethod" />
-      <keyword name="Class.setEndLine" id="Class.setEndLine" ref="eric5.Utilities.ModuleParser.html#Class.setEndLine" />
-      <keyword name="Function (Constructor)" id="Function (Constructor)" ref="eric5.Utilities.ModuleParser.html#Function.__init__" />
-      <keyword name="Function.addDescription" id="Function.addDescription" ref="eric5.Utilities.ModuleParser.html#Function.addDescription" />
-      <keyword name="Module (Constructor)" id="Module (Constructor)" ref="eric5.Utilities.ModuleParser.html#Module.__init__" />
-      <keyword name="Module.__py_scan" id="Module.__py_scan" ref="eric5.Utilities.ModuleParser.html#Module.__py_scan" />
-      <keyword name="Module.__py_setVisibility" id="Module.__py_setVisibility" ref="eric5.Utilities.ModuleParser.html#Module.__py_setVisibility" />
-      <keyword name="Module.__rb_scan" id="Module.__rb_scan" ref="eric5.Utilities.ModuleParser.html#Module.__rb_scan" />
-      <keyword name="Module.addClass" id="Module.addClass" ref="eric5.Utilities.ModuleParser.html#Module.addClass" />
-      <keyword name="Module.addDescription" id="Module.addDescription" ref="eric5.Utilities.ModuleParser.html#Module.addDescription" />
-      <keyword name="Module.addFunction" id="Module.addFunction" ref="eric5.Utilities.ModuleParser.html#Module.addFunction" />
-      <keyword name="Module.addGlobal" id="Module.addGlobal" ref="eric5.Utilities.ModuleParser.html#Module.addGlobal" />
-      <keyword name="Module.addModule" id="Module.addModule" ref="eric5.Utilities.ModuleParser.html#Module.addModule" />
-      <keyword name="Module.addPathToHierarchy" id="Module.addPathToHierarchy" ref="eric5.Utilities.ModuleParser.html#Module.addPathToHierarchy" />
-      <keyword name="Module.assembleHierarchy" id="Module.assembleHierarchy" ref="eric5.Utilities.ModuleParser.html#Module.assembleHierarchy" />
-      <keyword name="Module.createHierarchy" id="Module.createHierarchy" ref="eric5.Utilities.ModuleParser.html#Module.createHierarchy" />
-      <keyword name="Module.getFileName" id="Module.getFileName" ref="eric5.Utilities.ModuleParser.html#Module.getFileName" />
-      <keyword name="Module.getName" id="Module.getName" ref="eric5.Utilities.ModuleParser.html#Module.getName" />
-      <keyword name="Module.getType" id="Module.getType" ref="eric5.Utilities.ModuleParser.html#Module.getType" />
-      <keyword name="Module.scan" id="Module.scan" ref="eric5.Utilities.ModuleParser.html#Module.scan" />
-      <keyword name="RbModule (Constructor)" id="RbModule (Constructor)" ref="eric5.Utilities.ModuleParser.html#RbModule.__init__" />
-      <keyword name="RbModule.addClass" id="RbModule.addClass" ref="eric5.Utilities.ModuleParser.html#RbModule.addClass" />
-      <keyword name="VisibilityBase.isPrivate" id="VisibilityBase.isPrivate" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.isPrivate" />
-      <keyword name="VisibilityBase.isProtected" id="VisibilityBase.isProtected" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.isProtected" />
-      <keyword name="VisibilityBase.isPublic" id="VisibilityBase.isPublic" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.isPublic" />
-      <keyword name="VisibilityBase.setPrivate" id="VisibilityBase.setPrivate" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.setPrivate" />
-      <keyword name="VisibilityBase.setProtected" id="VisibilityBase.setProtected" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.setProtected" />
-      <keyword name="VisibilityBase.setPublic" id="VisibilityBase.setPublic" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.setPublic" />
-      <keyword name="SingleApplication (Module)" id="SingleApplication (Module)" ref="eric5.Utilities.SingleApplication.html" />
-      <keyword name="SingleApplicationClient" id="SingleApplicationClient" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient" />
-      <keyword name="SingleApplicationServer" id="SingleApplicationServer" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer" />
-      <keyword name="SingleApplicationClient (Constructor)" id="SingleApplicationClient (Constructor)" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.__init__" />
-      <keyword name="SingleApplicationClient.connect" id="SingleApplicationClient.connect" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.connect" />
-      <keyword name="SingleApplicationClient.disconnect" id="SingleApplicationClient.disconnect" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.disconnect" />
-      <keyword name="SingleApplicationClient.errstr" id="SingleApplicationClient.errstr" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.errstr" />
-      <keyword name="SingleApplicationClient.processArgs" id="SingleApplicationClient.processArgs" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.processArgs" />
-      <keyword name="SingleApplicationClient.sendCommand" id="SingleApplicationClient.sendCommand" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.sendCommand" />
-      <keyword name="SingleApplicationServer (Constructor)" id="SingleApplicationServer (Constructor)" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__init__" />
-      <keyword name="SingleApplicationServer.__disconnected" id="SingleApplicationServer.__disconnected" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__disconnected" />
-      <keyword name="SingleApplicationServer.__newConnection" id="SingleApplicationServer.__newConnection" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__newConnection" />
-      <keyword name="SingleApplicationServer.__parseLine" id="SingleApplicationServer.__parseLine" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__parseLine" />
-      <keyword name="SingleApplicationServer.handleCommand" id="SingleApplicationServer.handleCommand" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.handleCommand" />
-      <keyword name="SingleApplicationServer.shutdown" id="SingleApplicationServer.shutdown" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.shutdown" />
-      <keyword name="Startup (Module)" id="Startup (Module)" ref="eric5.Utilities.Startup.html" />
-      <keyword name="handleArgs" id="handleArgs" ref="eric5.Utilities.Startup.html#handleArgs" />
-      <keyword name="initializeResourceSearchPath" id="initializeResourceSearchPath" ref="eric5.Utilities.Startup.html#initializeResourceSearchPath" />
-      <keyword name="loadTranslatorForLocale" id="loadTranslatorForLocale" ref="eric5.Utilities.Startup.html#loadTranslatorForLocale" />
-      <keyword name="loadTranslators" id="loadTranslators" ref="eric5.Utilities.Startup.html#loadTranslators" />
-      <keyword name="makeAppInfo" id="makeAppInfo" ref="eric5.Utilities.Startup.html#makeAppInfo" />
-      <keyword name="setLibraryPaths" id="setLibraryPaths" ref="eric5.Utilities.Startup.html#setLibraryPaths" />
-      <keyword name="simpleAppStartup" id="simpleAppStartup" ref="eric5.Utilities.Startup.html#simpleAppStartup" />
-      <keyword name="usage" id="usage" ref="eric5.Utilities.Startup.html#usage" />
-      <keyword name="version" id="version" ref="eric5.Utilities.Startup.html#version" />
-      <keyword name="uic (Module)" id="uic (Module)" ref="eric5.Utilities.uic.html" />
-      <keyword name="compileUiDir" id="compileUiDir" ref="eric5.Utilities.uic.html#compileUiDir" />
-      <keyword name="compileUiFiles" id="compileUiFiles" ref="eric5.Utilities.uic.html#compileUiFiles" />
-      <keyword name="compile_ui" id="compile_ui" ref="eric5.Utilities.uic.html#compile_ui" />
-      <keyword name="pyName" id="pyName" ref="eric5.Utilities.uic.html#pyName" />
-      <keyword name="VCS (Package)" id="VCS (Package)" ref="index-eric5.VCS.html" />
-      <keyword name="factory" id="factory" ref="eric5.VCS.__init__.html#factory" />
-      <keyword name="CommandOptionsDialog (Module)" id="CommandOptionsDialog (Module)" ref="eric5.VCS.CommandOptionsDialog.html" />
-      <keyword name="vcsCommandOptionsDialog" id="vcsCommandOptionsDialog" ref="eric5.VCS.CommandOptionsDialog.html#vcsCommandOptionsDialog" />
-      <keyword name="vcsCommandOptionsDialog (Constructor)" id="vcsCommandOptionsDialog (Constructor)" ref="eric5.VCS.CommandOptionsDialog.html#vcsCommandOptionsDialog.__init__" />
-      <keyword name="vcsCommandOptionsDialog.getOptions" id="vcsCommandOptionsDialog.getOptions" ref="eric5.VCS.CommandOptionsDialog.html#vcsCommandOptionsDialog.getOptions" />
-      <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.VCS.ProjectBrowserHelper.html" />
-      <keyword name="VcsProjectBrowserHelper" id="VcsProjectBrowserHelper" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper" />
-      <keyword name="VcsProjectBrowserHelper (Constructor)" id="VcsProjectBrowserHelper (Constructor)" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.__init__" />
-      <keyword name="VcsProjectBrowserHelper._VCSAdd" id="VcsProjectBrowserHelper._VCSAdd" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSAdd" />
-      <keyword name="VcsProjectBrowserHelper._VCSAddTree" id="VcsProjectBrowserHelper._VCSAddTree" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSAddTree" />
-      <keyword name="VcsProjectBrowserHelper._VCSCommit" id="VcsProjectBrowserHelper._VCSCommit" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSCommit" />
-      <keyword name="VcsProjectBrowserHelper._VCSDiff" id="VcsProjectBrowserHelper._VCSDiff" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSDiff" />
-      <keyword name="VcsProjectBrowserHelper._VCSInfoDisplay" id="VcsProjectBrowserHelper._VCSInfoDisplay" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSInfoDisplay" />
-      <keyword name="VcsProjectBrowserHelper._VCSLog" id="VcsProjectBrowserHelper._VCSLog" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSLog" />
-      <keyword name="VcsProjectBrowserHelper._VCSMerge" id="VcsProjectBrowserHelper._VCSMerge" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSMerge" />
-      <keyword name="VcsProjectBrowserHelper._VCSRemove" id="VcsProjectBrowserHelper._VCSRemove" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSRemove" />
-      <keyword name="VcsProjectBrowserHelper._VCSRevert" id="VcsProjectBrowserHelper._VCSRevert" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSRevert" />
-      <keyword name="VcsProjectBrowserHelper._VCSStatus" id="VcsProjectBrowserHelper._VCSStatus" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSStatus" />
-      <keyword name="VcsProjectBrowserHelper._VCSUpdate" id="VcsProjectBrowserHelper._VCSUpdate" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSUpdate" />
-      <keyword name="VcsProjectBrowserHelper._updateVCSStatus" id="VcsProjectBrowserHelper._updateVCSStatus" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._updateVCSStatus" />
-      <keyword name="VcsProjectBrowserHelper.addVCSMenus" id="VcsProjectBrowserHelper.addVCSMenus" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.addVCSMenus" />
-      <keyword name="VcsProjectBrowserHelper.showContextMenu" id="VcsProjectBrowserHelper.showContextMenu" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenu" />
-      <keyword name="VcsProjectBrowserHelper.showContextMenuDir" id="VcsProjectBrowserHelper.showContextMenuDir" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenuDir" />
-      <keyword name="VcsProjectBrowserHelper.showContextMenuDirMulti" id="VcsProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenuDirMulti" />
-      <keyword name="VcsProjectBrowserHelper.showContextMenuMulti" id="VcsProjectBrowserHelper.showContextMenuMulti" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenuMulti" />
-      <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.VCS.ProjectHelper.html" />
-      <keyword name="VcsProjectHelper" id="VcsProjectHelper" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper" />
-      <keyword name="VcsProjectHelper (Constructor)" id="VcsProjectHelper (Constructor)" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.__init__" />
-      <keyword name="VcsProjectHelper._vcsCheckout" id="VcsProjectHelper._vcsCheckout" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCheckout" />
-      <keyword name="VcsProjectHelper._vcsCleanup" id="VcsProjectHelper._vcsCleanup" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCleanup" />
-      <keyword name="VcsProjectHelper._vcsCommand" id="VcsProjectHelper._vcsCommand" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCommand" />
-      <keyword name="VcsProjectHelper._vcsCommandOptions" id="VcsProjectHelper._vcsCommandOptions" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCommandOptions" />
-      <keyword name="VcsProjectHelper._vcsCommit" id="VcsProjectHelper._vcsCommit" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCommit" />
-      <keyword name="VcsProjectHelper._vcsDiff" id="VcsProjectHelper._vcsDiff" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsDiff" />
-      <keyword name="VcsProjectHelper._vcsExport" id="VcsProjectHelper._vcsExport" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsExport" />
-      <keyword name="VcsProjectHelper._vcsImport" id="VcsProjectHelper._vcsImport" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsImport" />
-      <keyword name="VcsProjectHelper._vcsInfoDisplay" id="VcsProjectHelper._vcsInfoDisplay" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsInfoDisplay" />
-      <keyword name="VcsProjectHelper._vcsLog" id="VcsProjectHelper._vcsLog" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsLog" />
-      <keyword name="VcsProjectHelper._vcsMerge" id="VcsProjectHelper._vcsMerge" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsMerge" />
-      <keyword name="VcsProjectHelper._vcsRemove" id="VcsProjectHelper._vcsRemove" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsRemove" />
-      <keyword name="VcsProjectHelper._vcsRevert" id="VcsProjectHelper._vcsRevert" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsRevert" />
-      <keyword name="VcsProjectHelper._vcsStatus" id="VcsProjectHelper._vcsStatus" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsStatus" />
-      <keyword name="VcsProjectHelper._vcsSwitch" id="VcsProjectHelper._vcsSwitch" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsSwitch" />
-      <keyword name="VcsProjectHelper._vcsTag" id="VcsProjectHelper._vcsTag" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsTag" />
-      <keyword name="VcsProjectHelper._vcsUpdate" id="VcsProjectHelper._vcsUpdate" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsUpdate" />
-      <keyword name="VcsProjectHelper.initActions" id="VcsProjectHelper.initActions" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.initActions" />
-      <keyword name="VcsProjectHelper.initMenu" id="VcsProjectHelper.initMenu" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.initMenu" />
-      <keyword name="VcsProjectHelper.revertChanges" id="VcsProjectHelper.revertChanges" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.revertChanges" />
-      <keyword name="VcsProjectHelper.setObjects" id="VcsProjectHelper.setObjects" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.setObjects" />
-      <keyword name="VcsProjectHelper.showMenu" id="VcsProjectHelper.showMenu" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.showMenu" />
-      <keyword name="RepositoryInfoDialog (Module)" id="RepositoryInfoDialog (Module)" ref="eric5.VCS.RepositoryInfoDialog.html" />
-      <keyword name="VcsRepositoryInfoDialog" id="VcsRepositoryInfoDialog" ref="eric5.VCS.RepositoryInfoDialog.html#VcsRepositoryInfoDialog" />
-      <keyword name="VcsRepositoryInfoDialog (Constructor)" id="VcsRepositoryInfoDialog (Constructor)" ref="eric5.VCS.RepositoryInfoDialog.html#VcsRepositoryInfoDialog.__init__" />
-      <keyword name="StatusMonitorLed (Module)" id="StatusMonitorLed (Module)" ref="eric5.VCS.StatusMonitorLed.html" />
-      <keyword name="StatusMonitorLed" id="StatusMonitorLed" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed" />
-      <keyword name="StatusMonitorLed (Constructor)" id="StatusMonitorLed (Constructor)" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__init__" />
-      <keyword name="StatusMonitorLed.__checkActions" id="StatusMonitorLed.__checkActions" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__checkActions" />
-      <keyword name="StatusMonitorLed.__checkStatus" id="StatusMonitorLed.__checkStatus" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__checkStatus" />
-      <keyword name="StatusMonitorLed.__projectVcsMonitorStatus" id="StatusMonitorLed.__projectVcsMonitorStatus" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__projectVcsMonitorStatus" />
-      <keyword name="StatusMonitorLed.__setInterval" id="StatusMonitorLed.__setInterval" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__setInterval" />
-      <keyword name="StatusMonitorLed.__switchOff" id="StatusMonitorLed.__switchOff" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__switchOff" />
-      <keyword name="StatusMonitorLed.__switchOn" id="StatusMonitorLed.__switchOn" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__switchOn" />
-      <keyword name="StatusMonitorLed._showContextMenu" id="StatusMonitorLed._showContextMenu" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed._showContextMenu" />
-      <keyword name="StatusMonitorThread (Module)" id="StatusMonitorThread (Module)" ref="eric5.VCS.StatusMonitorThread.html" />
-      <keyword name="VcsStatusMonitorThread" id="VcsStatusMonitorThread" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread" />
-      <keyword name="VcsStatusMonitorThread (Constructor)" id="VcsStatusMonitorThread (Constructor)" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.__init__" />
-      <keyword name="VcsStatusMonitorThread._performMonitor" id="VcsStatusMonitorThread._performMonitor" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread._performMonitor" />
-      <keyword name="VcsStatusMonitorThread.checkStatus" id="VcsStatusMonitorThread.checkStatus" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.checkStatus" />
-      <keyword name="VcsStatusMonitorThread.clearCachedState" id="VcsStatusMonitorThread.clearCachedState" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.clearCachedState" />
-      <keyword name="VcsStatusMonitorThread.getAutoUpdate" id="VcsStatusMonitorThread.getAutoUpdate" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.getAutoUpdate" />
-      <keyword name="VcsStatusMonitorThread.getInterval" id="VcsStatusMonitorThread.getInterval" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.getInterval" />
-      <keyword name="VcsStatusMonitorThread.run" id="VcsStatusMonitorThread.run" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.run" />
-      <keyword name="VcsStatusMonitorThread.setAutoUpdate" id="VcsStatusMonitorThread.setAutoUpdate" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.setAutoUpdate" />
-      <keyword name="VcsStatusMonitorThread.setInterval" id="VcsStatusMonitorThread.setInterval" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.setInterval" />
-      <keyword name="VcsStatusMonitorThread.stop" id="VcsStatusMonitorThread.stop" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.stop" />
-      <keyword name="VersionControl (Module)" id="VersionControl (Module)" ref="eric5.VCS.VersionControl.html" />
-      <keyword name="VersionControl" id="VersionControl" ref="eric5.VCS.VersionControl.html#VersionControl" />
-      <keyword name="VersionControl (Constructor)" id="VersionControl (Constructor)" ref="eric5.VCS.VersionControl.html#VersionControl.__init__" />
-      <keyword name="VersionControl.__statusMonitorData" id="VersionControl.__statusMonitorData" ref="eric5.VCS.VersionControl.html#VersionControl.__statusMonitorData" />
-      <keyword name="VersionControl.__statusMonitorStatus" id="VersionControl.__statusMonitorStatus" ref="eric5.VCS.VersionControl.html#VersionControl.__statusMonitorStatus" />
-      <keyword name="VersionControl._createStatusMonitorThread" id="VersionControl._createStatusMonitorThread" ref="eric5.VCS.VersionControl.html#VersionControl._createStatusMonitorThread" />
-      <keyword name="VersionControl.addArguments" id="VersionControl.addArguments" ref="eric5.VCS.VersionControl.html#VersionControl.addArguments" />
-      <keyword name="VersionControl.checkVCSStatus" id="VersionControl.checkVCSStatus" ref="eric5.VCS.VersionControl.html#VersionControl.checkVCSStatus" />
-      <keyword name="VersionControl.clearStatusCache" id="VersionControl.clearStatusCache" ref="eric5.VCS.VersionControl.html#VersionControl.clearStatusCache" />
-      <keyword name="VersionControl.clearStatusMonitorCachedState" id="VersionControl.clearStatusMonitorCachedState" ref="eric5.VCS.VersionControl.html#VersionControl.clearStatusMonitorCachedState" />
-      <keyword name="VersionControl.getStatusMonitorAutoUpdate" id="VersionControl.getStatusMonitorAutoUpdate" ref="eric5.VCS.VersionControl.html#VersionControl.getStatusMonitorAutoUpdate" />
-      <keyword name="VersionControl.getStatusMonitorInterval" id="VersionControl.getStatusMonitorInterval" ref="eric5.VCS.VersionControl.html#VersionControl.getStatusMonitorInterval" />
-      <keyword name="VersionControl.setStatusMonitorAutoUpdate" id="VersionControl.setStatusMonitorAutoUpdate" ref="eric5.VCS.VersionControl.html#VersionControl.setStatusMonitorAutoUpdate" />
-      <keyword name="VersionControl.setStatusMonitorInterval" id="VersionControl.setStatusMonitorInterval" ref="eric5.VCS.VersionControl.html#VersionControl.setStatusMonitorInterval" />
-      <keyword name="VersionControl.splitPath" id="VersionControl.splitPath" ref="eric5.VCS.VersionControl.html#VersionControl.splitPath" />
-      <keyword name="VersionControl.splitPathList" id="VersionControl.splitPathList" ref="eric5.VCS.VersionControl.html#VersionControl.splitPathList" />
-      <keyword name="VersionControl.startStatusMonitor" id="VersionControl.startStatusMonitor" ref="eric5.VCS.VersionControl.html#VersionControl.startStatusMonitor" />
-      <keyword name="VersionControl.startSynchronizedProcess" id="VersionControl.startSynchronizedProcess" ref="eric5.VCS.VersionControl.html#VersionControl.startSynchronizedProcess" />
-      <keyword name="VersionControl.stopStatusMonitor" id="VersionControl.stopStatusMonitor" ref="eric5.VCS.VersionControl.html#VersionControl.stopStatusMonitor" />
-      <keyword name="VersionControl.vcsAdd" id="VersionControl.vcsAdd" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAdd" />
-      <keyword name="VersionControl.vcsAddBinary" id="VersionControl.vcsAddBinary" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAddBinary" />
-      <keyword name="VersionControl.vcsAddTree" id="VersionControl.vcsAddTree" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAddTree" />
-      <keyword name="VersionControl.vcsAllRegisteredStates" id="VersionControl.vcsAllRegisteredStates" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAllRegisteredStates" />
-      <keyword name="VersionControl.vcsCheckout" id="VersionControl.vcsCheckout" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCheckout" />
-      <keyword name="VersionControl.vcsCleanup" id="VersionControl.vcsCleanup" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCleanup" />
-      <keyword name="VersionControl.vcsCommandLine" id="VersionControl.vcsCommandLine" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCommandLine" />
-      <keyword name="VersionControl.vcsCommit" id="VersionControl.vcsCommit" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCommit" />
-      <keyword name="VersionControl.vcsConvertProject" id="VersionControl.vcsConvertProject" ref="eric5.VCS.VersionControl.html#VersionControl.vcsConvertProject" />
-      <keyword name="VersionControl.vcsDefaultOptions" id="VersionControl.vcsDefaultOptions" ref="eric5.VCS.VersionControl.html#VersionControl.vcsDefaultOptions" />
-      <keyword name="VersionControl.vcsDiff" id="VersionControl.vcsDiff" ref="eric5.VCS.VersionControl.html#VersionControl.vcsDiff" />
-      <keyword name="VersionControl.vcsExists" id="VersionControl.vcsExists" ref="eric5.VCS.VersionControl.html#VersionControl.vcsExists" />
-      <keyword name="VersionControl.vcsExport" id="VersionControl.vcsExport" ref="eric5.VCS.VersionControl.html#VersionControl.vcsExport" />
-      <keyword name="VersionControl.vcsGetOptions" id="VersionControl.vcsGetOptions" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetOptions" />
-      <keyword name="VersionControl.vcsGetOtherData" id="VersionControl.vcsGetOtherData" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetOtherData" />
-      <keyword name="VersionControl.vcsGetProjectBrowserHelper" id="VersionControl.vcsGetProjectBrowserHelper" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetProjectBrowserHelper" />
-      <keyword name="VersionControl.vcsGetProjectHelper" id="VersionControl.vcsGetProjectHelper" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetProjectHelper" />
-      <keyword name="VersionControl.vcsHistory" id="VersionControl.vcsHistory" ref="eric5.VCS.VersionControl.html#VersionControl.vcsHistory" />
-      <keyword name="VersionControl.vcsImport" id="VersionControl.vcsImport" ref="eric5.VCS.VersionControl.html#VersionControl.vcsImport" />
-      <keyword name="VersionControl.vcsInit" id="VersionControl.vcsInit" ref="eric5.VCS.VersionControl.html#VersionControl.vcsInit" />
-      <keyword name="VersionControl.vcsLog" id="VersionControl.vcsLog" ref="eric5.VCS.VersionControl.html#VersionControl.vcsLog" />
-      <keyword name="VersionControl.vcsMerge" id="VersionControl.vcsMerge" ref="eric5.VCS.VersionControl.html#VersionControl.vcsMerge" />
-      <keyword name="VersionControl.vcsMove" id="VersionControl.vcsMove" ref="eric5.VCS.VersionControl.html#VersionControl.vcsMove" />
-      <keyword name="VersionControl.vcsName" id="VersionControl.vcsName" ref="eric5.VCS.VersionControl.html#VersionControl.vcsName" />
-      <keyword name="VersionControl.vcsNewProjectOptionsDialog" id="VersionControl.vcsNewProjectOptionsDialog" ref="eric5.VCS.VersionControl.html#VersionControl.vcsNewProjectOptionsDialog" />
-      <keyword name="VersionControl.vcsOptionsDialog" id="VersionControl.vcsOptionsDialog" ref="eric5.VCS.VersionControl.html#VersionControl.vcsOptionsDialog" />
-      <keyword name="VersionControl.vcsRegisteredState" id="VersionControl.vcsRegisteredState" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRegisteredState" />
-      <keyword name="VersionControl.vcsRemove" id="VersionControl.vcsRemove" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRemove" />
-      <keyword name="VersionControl.vcsRepositoryInfos" id="VersionControl.vcsRepositoryInfos" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRepositoryInfos" />
-      <keyword name="VersionControl.vcsRevert" id="VersionControl.vcsRevert" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRevert" />
-      <keyword name="VersionControl.vcsSetData" id="VersionControl.vcsSetData" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetData" />
-      <keyword name="VersionControl.vcsSetDataFromDict" id="VersionControl.vcsSetDataFromDict" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetDataFromDict" />
-      <keyword name="VersionControl.vcsSetOptions" id="VersionControl.vcsSetOptions" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetOptions" />
-      <keyword name="VersionControl.vcsSetOtherData" id="VersionControl.vcsSetOtherData" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetOtherData" />
-      <keyword name="VersionControl.vcsShutdown" id="VersionControl.vcsShutdown" ref="eric5.VCS.VersionControl.html#VersionControl.vcsShutdown" />
-      <keyword name="VersionControl.vcsStatus" id="VersionControl.vcsStatus" ref="eric5.VCS.VersionControl.html#VersionControl.vcsStatus" />
-      <keyword name="VersionControl.vcsSwitch" id="VersionControl.vcsSwitch" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSwitch" />
-      <keyword name="VersionControl.vcsTag" id="VersionControl.vcsTag" ref="eric5.VCS.VersionControl.html#VersionControl.vcsTag" />
-      <keyword name="VersionControl.vcsUpdate" id="VersionControl.vcsUpdate" ref="eric5.VCS.VersionControl.html#VersionControl.vcsUpdate" />
-      <keyword name="ViewManager (Package)" id="ViewManager (Package)" ref="index-eric5.ViewManager.html" />
-      <keyword name="factory" id="factory" ref="eric5.ViewManager.__init__.html#factory" />
-      <keyword name="BookmarkedFilesDialog (Module)" id="BookmarkedFilesDialog (Module)" ref="eric5.ViewManager.BookmarkedFilesDialog.html" />
-      <keyword name="BookmarkedFilesDialog" id="BookmarkedFilesDialog" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog" />
-      <keyword name="BookmarkedFilesDialog (Constructor)" id="BookmarkedFilesDialog (Constructor)" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.__init__" />
-      <keyword name="BookmarkedFilesDialog.__swap" id="BookmarkedFilesDialog.__swap" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.__swap" />
-      <keyword name="BookmarkedFilesDialog.getBookmarkedFiles" id="BookmarkedFilesDialog.getBookmarkedFiles" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.getBookmarkedFiles" />
-      <keyword name="BookmarkedFilesDialog.on_addButton_clicked" id="BookmarkedFilesDialog.on_addButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_addButton_clicked" />
-      <keyword name="BookmarkedFilesDialog.on_changeButton_clicked" id="BookmarkedFilesDialog.on_changeButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_changeButton_clicked" />
-      <keyword name="BookmarkedFilesDialog.on_deleteButton_clicked" id="BookmarkedFilesDialog.on_deleteButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_deleteButton_clicked" />
-      <keyword name="BookmarkedFilesDialog.on_downButton_clicked" id="BookmarkedFilesDialog.on_downButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_downButton_clicked" />
-      <keyword name="BookmarkedFilesDialog.on_fileButton_clicked" id="BookmarkedFilesDialog.on_fileButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_fileButton_clicked" />
-      <keyword name="BookmarkedFilesDialog.on_fileEdit_textChanged" id="BookmarkedFilesDialog.on_fileEdit_textChanged" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_fileEdit_textChanged" />
-      <keyword name="BookmarkedFilesDialog.on_filesList_currentRowChanged" id="BookmarkedFilesDialog.on_filesList_currentRowChanged" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_filesList_currentRowChanged" />
-      <keyword name="BookmarkedFilesDialog.on_upButton_clicked" id="BookmarkedFilesDialog.on_upButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_upButton_clicked" />
-      <keyword name="ViewManager (Module)" id="ViewManager (Module)" ref="eric5.ViewManager.ViewManager.html" />
-      <keyword name="QuickSearchLineEdit" id="QuickSearchLineEdit" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit" />
-      <keyword name="ViewManager" id="ViewManager" ref="eric5.ViewManager.ViewManager.html#ViewManager" />
-      <keyword name="QuickSearchLineEdit.editorCommand" id="QuickSearchLineEdit.editorCommand" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit.editorCommand" />
-      <keyword name="QuickSearchLineEdit.focusInEvent" id="QuickSearchLineEdit.focusInEvent" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit.focusInEvent" />
-      <keyword name="QuickSearchLineEdit.keyPressEvent" id="QuickSearchLineEdit.keyPressEvent" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit.keyPressEvent" />
-      <keyword name="ViewManager (Constructor)" id="ViewManager (Constructor)" ref="eric5.ViewManager.ViewManager.html#ViewManager.__init__" />
-      <keyword name="ViewManager.__addBookmarked" id="ViewManager.__addBookmarked" ref="eric5.ViewManager.ViewManager.html#ViewManager.__addBookmarked" />
-      <keyword name="ViewManager.__autosave" id="ViewManager.__autosave" ref="eric5.ViewManager.ViewManager.html#ViewManager.__autosave" />
-      <keyword name="ViewManager.__bookmarkSelected" id="ViewManager.__bookmarkSelected" ref="eric5.ViewManager.ViewManager.html#ViewManager.__bookmarkSelected" />
-      <keyword name="ViewManager.__bookmarkToggled" id="ViewManager.__bookmarkToggled" ref="eric5.ViewManager.ViewManager.html#ViewManager.__bookmarkToggled" />
-      <keyword name="ViewManager.__breakpointToggled" id="ViewManager.__breakpointToggled" ref="eric5.ViewManager.ViewManager.html#ViewManager.__breakpointToggled" />
-      <keyword name="ViewManager.__clearAllBookmarks" id="ViewManager.__clearAllBookmarks" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearAllBookmarks" />
-      <keyword name="ViewManager.__clearAllSyntaxErrors" id="ViewManager.__clearAllSyntaxErrors" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearAllSyntaxErrors" />
-      <keyword name="ViewManager.__clearAllWarnings" id="ViewManager.__clearAllWarnings" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearAllWarnings" />
-      <keyword name="ViewManager.__clearBookmarked" id="ViewManager.__clearBookmarked" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearBookmarked" />
-      <keyword name="ViewManager.__clearRecent" id="ViewManager.__clearRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearRecent" />
-      <keyword name="ViewManager.__connectEditor" id="ViewManager.__connectEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.__connectEditor" />
-      <keyword name="ViewManager.__convertEOL" id="ViewManager.__convertEOL" ref="eric5.ViewManager.ViewManager.html#ViewManager.__convertEOL" />
-      <keyword name="ViewManager.__coverageMarkersShown" id="ViewManager.__coverageMarkersShown" ref="eric5.ViewManager.ViewManager.html#ViewManager.__coverageMarkersShown" />
-      <keyword name="ViewManager.__cursorChanged" id="ViewManager.__cursorChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.__cursorChanged" />
-      <keyword name="ViewManager.__editAutoComplete" id="ViewManager.__editAutoComplete" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoComplete" />
-      <keyword name="ViewManager.__editAutoCompleteFromAPIs" id="ViewManager.__editAutoCompleteFromAPIs" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoCompleteFromAPIs" />
-      <keyword name="ViewManager.__editAutoCompleteFromAll" id="ViewManager.__editAutoCompleteFromAll" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoCompleteFromAll" />
-      <keyword name="ViewManager.__editAutoCompleteFromDoc" id="ViewManager.__editAutoCompleteFromDoc" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoCompleteFromDoc" />
-      <keyword name="ViewManager.__editBookmarked" id="ViewManager.__editBookmarked" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editBookmarked" />
-      <keyword name="ViewManager.__editBoxComment" id="ViewManager.__editBoxComment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editBoxComment" />
-      <keyword name="ViewManager.__editComment" id="ViewManager.__editComment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editComment" />
-      <keyword name="ViewManager.__editCopy" id="ViewManager.__editCopy" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editCopy" />
-      <keyword name="ViewManager.__editCut" id="ViewManager.__editCut" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editCut" />
-      <keyword name="ViewManager.__editDelete" id="ViewManager.__editDelete" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editDelete" />
-      <keyword name="ViewManager.__editDeselectAll" id="ViewManager.__editDeselectAll" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editDeselectAll" />
-      <keyword name="ViewManager.__editIndent" id="ViewManager.__editIndent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editIndent" />
-      <keyword name="ViewManager.__editPaste" id="ViewManager.__editPaste" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editPaste" />
-      <keyword name="ViewManager.__editRedo" id="ViewManager.__editRedo" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editRedo" />
-      <keyword name="ViewManager.__editRevert" id="ViewManager.__editRevert" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editRevert" />
-      <keyword name="ViewManager.__editSelectAll" id="ViewManager.__editSelectAll" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSelectAll" />
-      <keyword name="ViewManager.__editSelectBrace" id="ViewManager.__editSelectBrace" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSelectBrace" />
-      <keyword name="ViewManager.__editShowCallTips" id="ViewManager.__editShowCallTips" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editShowCallTips" />
-      <keyword name="ViewManager.__editSmartIndent" id="ViewManager.__editSmartIndent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSmartIndent" />
-      <keyword name="ViewManager.__editStreamComment" id="ViewManager.__editStreamComment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editStreamComment" />
-      <keyword name="ViewManager.__editUncomment" id="ViewManager.__editUncomment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editUncomment" />
-      <keyword name="ViewManager.__editUndo" id="ViewManager.__editUndo" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editUndo" />
-      <keyword name="ViewManager.__editUnindent" id="ViewManager.__editUnindent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editUnindent" />
-      <keyword name="ViewManager.__editorAutoCompletionAPIsAvailable" id="ViewManager.__editorAutoCompletionAPIsAvailable" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorAutoCompletionAPIsAvailable" />
-      <keyword name="ViewManager.__editorCommand" id="ViewManager.__editorCommand" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorCommand" />
-      <keyword name="ViewManager.__editorConfigChanged" id="ViewManager.__editorConfigChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorConfigChanged" />
-      <keyword name="ViewManager.__editorOpened" id="ViewManager.__editorOpened" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorOpened" />
-      <keyword name="ViewManager.__editorSaved" id="ViewManager.__editorSaved" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorSaved" />
-      <keyword name="ViewManager.__enableSpellingActions" id="ViewManager.__enableSpellingActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__enableSpellingActions" />
-      <keyword name="ViewManager.__exportMenuTriggered" id="ViewManager.__exportMenuTriggered" ref="eric5.ViewManager.ViewManager.html#ViewManager.__exportMenuTriggered" />
-      <keyword name="ViewManager.__findFileName" id="ViewManager.__findFileName" ref="eric5.ViewManager.ViewManager.html#ViewManager.__findFileName" />
-      <keyword name="ViewManager.__goto" id="ViewManager.__goto" ref="eric5.ViewManager.ViewManager.html#ViewManager.__goto" />
-      <keyword name="ViewManager.__gotoBrace" id="ViewManager.__gotoBrace" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoBrace" />
-      <keyword name="ViewManager.__gotoSyntaxError" id="ViewManager.__gotoSyntaxError" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoSyntaxError" />
-      <keyword name="ViewManager.__initBookmarkActions" id="ViewManager.__initBookmarkActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initBookmarkActions" />
-      <keyword name="ViewManager.__initContextMenuExporters" id="ViewManager.__initContextMenuExporters" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initContextMenuExporters" />
-      <keyword name="ViewManager.__initEditActions" id="ViewManager.__initEditActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initEditActions" />
-      <keyword name="ViewManager.__initFileActions" id="ViewManager.__initFileActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initFileActions" />
-      <keyword name="ViewManager.__initMacroActions" id="ViewManager.__initMacroActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initMacroActions" />
-      <keyword name="ViewManager.__initSearchActions" id="ViewManager.__initSearchActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initSearchActions" />
-      <keyword name="ViewManager.__initSpellingActions" id="ViewManager.__initSpellingActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initSpellingActions" />
-      <keyword name="ViewManager.__initViewActions" id="ViewManager.__initViewActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initViewActions" />
-      <keyword name="ViewManager.__lastEditorClosed" id="ViewManager.__lastEditorClosed" ref="eric5.ViewManager.ViewManager.html#ViewManager.__lastEditorClosed" />
-      <keyword name="ViewManager.__loadRecent" id="ViewManager.__loadRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__loadRecent" />
-      <keyword name="ViewManager.__macroDelete" id="ViewManager.__macroDelete" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroDelete" />
-      <keyword name="ViewManager.__macroLoad" id="ViewManager.__macroLoad" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroLoad" />
-      <keyword name="ViewManager.__macroRun" id="ViewManager.__macroRun" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroRun" />
-      <keyword name="ViewManager.__macroSave" id="ViewManager.__macroSave" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroSave" />
-      <keyword name="ViewManager.__macroStartRecording" id="ViewManager.__macroStartRecording" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroStartRecording" />
-      <keyword name="ViewManager.__macroStopRecording" id="ViewManager.__macroStopRecording" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroStopRecording" />
-      <keyword name="ViewManager.__newLineBelow" id="ViewManager.__newLineBelow" ref="eric5.ViewManager.ViewManager.html#ViewManager.__newLineBelow" />
-      <keyword name="ViewManager.__nextBookmark" id="ViewManager.__nextBookmark" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextBookmark" />
-      <keyword name="ViewManager.__nextTask" id="ViewManager.__nextTask" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextTask" />
-      <keyword name="ViewManager.__nextUncovered" id="ViewManager.__nextUncovered" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextUncovered" />
-      <keyword name="ViewManager.__nextWarning" id="ViewManager.__nextWarning" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextWarning" />
-      <keyword name="ViewManager.__openSourceFile" id="ViewManager.__openSourceFile" ref="eric5.ViewManager.ViewManager.html#ViewManager.__openSourceFile" />
-      <keyword name="ViewManager.__previousBookmark" id="ViewManager.__previousBookmark" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousBookmark" />
-      <keyword name="ViewManager.__previousTask" id="ViewManager.__previousTask" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousTask" />
-      <keyword name="ViewManager.__previousUncovered" id="ViewManager.__previousUncovered" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousUncovered" />
-      <keyword name="ViewManager.__previousWarning" id="ViewManager.__previousWarning" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousWarning" />
-      <keyword name="ViewManager.__quickSearch" id="ViewManager.__quickSearch" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearch" />
-      <keyword name="ViewManager.__quickSearchEnter" id="ViewManager.__quickSearchEnter" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchEnter" />
-      <keyword name="ViewManager.__quickSearchEscape" id="ViewManager.__quickSearchEscape" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchEscape" />
-      <keyword name="ViewManager.__quickSearchExtend" id="ViewManager.__quickSearchExtend" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchExtend" />
-      <keyword name="ViewManager.__quickSearchFocusIn" id="ViewManager.__quickSearchFocusIn" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchFocusIn" />
-      <keyword name="ViewManager.__quickSearchInEditor" id="ViewManager.__quickSearchInEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchInEditor" />
-      <keyword name="ViewManager.__quickSearchMarkOccurrences" id="ViewManager.__quickSearchMarkOccurrences" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchMarkOccurrences" />
-      <keyword name="ViewManager.__quickSearchPrev" id="ViewManager.__quickSearchPrev" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchPrev" />
-      <keyword name="ViewManager.__quickSearchText" id="ViewManager.__quickSearchText" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchText" />
-      <keyword name="ViewManager.__replace" id="ViewManager.__replace" ref="eric5.ViewManager.ViewManager.html#ViewManager.__replace" />
-      <keyword name="ViewManager.__replaceFiles" id="ViewManager.__replaceFiles" ref="eric5.ViewManager.ViewManager.html#ViewManager.__replaceFiles" />
-      <keyword name="ViewManager.__saveRecent" id="ViewManager.__saveRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__saveRecent" />
-      <keyword name="ViewManager.__search" id="ViewManager.__search" ref="eric5.ViewManager.ViewManager.html#ViewManager.__search" />
-      <keyword name="ViewManager.__searchClearMarkers" id="ViewManager.__searchClearMarkers" ref="eric5.ViewManager.ViewManager.html#ViewManager.__searchClearMarkers" />
-      <keyword name="ViewManager.__searchFiles" id="ViewManager.__searchFiles" ref="eric5.ViewManager.ViewManager.html#ViewManager.__searchFiles" />
-      <keyword name="ViewManager.__setAutoSpellChecking" id="ViewManager.__setAutoSpellChecking" ref="eric5.ViewManager.ViewManager.html#ViewManager.__setAutoSpellChecking" />
-      <keyword name="ViewManager.__setSbFile" id="ViewManager.__setSbFile" ref="eric5.ViewManager.ViewManager.html#ViewManager.__setSbFile" />
-      <keyword name="ViewManager.__shortenEmptyLines" id="ViewManager.__shortenEmptyLines" ref="eric5.ViewManager.ViewManager.html#ViewManager.__shortenEmptyLines" />
-      <keyword name="ViewManager.__showBookmarkMenu" id="ViewManager.__showBookmarkMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showBookmarkMenu" />
-      <keyword name="ViewManager.__showBookmarkedMenu" id="ViewManager.__showBookmarkedMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showBookmarkedMenu" />
-      <keyword name="ViewManager.__showBookmarksMenu" id="ViewManager.__showBookmarksMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showBookmarksMenu" />
-      <keyword name="ViewManager.__showFileMenu" id="ViewManager.__showFileMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showFileMenu" />
-      <keyword name="ViewManager.__showRecentMenu" id="ViewManager.__showRecentMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showRecentMenu" />
-      <keyword name="ViewManager.__spellCheck" id="ViewManager.__spellCheck" ref="eric5.ViewManager.ViewManager.html#ViewManager.__spellCheck" />
-      <keyword name="ViewManager.__splitOrientation" id="ViewManager.__splitOrientation" ref="eric5.ViewManager.ViewManager.html#ViewManager.__splitOrientation" />
-      <keyword name="ViewManager.__splitView" id="ViewManager.__splitView" ref="eric5.ViewManager.ViewManager.html#ViewManager.__splitView" />
-      <keyword name="ViewManager.__taskMarkersUpdated" id="ViewManager.__taskMarkersUpdated" ref="eric5.ViewManager.ViewManager.html#ViewManager.__taskMarkersUpdated" />
-      <keyword name="ViewManager.__toggleAll" id="ViewManager.__toggleAll" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleAll" />
-      <keyword name="ViewManager.__toggleAllChildren" id="ViewManager.__toggleAllChildren" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleAllChildren" />
-      <keyword name="ViewManager.__toggleBookmark" id="ViewManager.__toggleBookmark" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleBookmark" />
-      <keyword name="ViewManager.__toggleCurrent" id="ViewManager.__toggleCurrent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleCurrent" />
-      <keyword name="ViewManager.__zoom" id="ViewManager.__zoom" ref="eric5.ViewManager.ViewManager.html#ViewManager.__zoom" />
-      <keyword name="ViewManager.__zoomIn" id="ViewManager.__zoomIn" ref="eric5.ViewManager.ViewManager.html#ViewManager.__zoomIn" />
-      <keyword name="ViewManager.__zoomOut" id="ViewManager.__zoomOut" ref="eric5.ViewManager.ViewManager.html#ViewManager.__zoomOut" />
-      <keyword name="ViewManager._addView" id="ViewManager._addView" ref="eric5.ViewManager.ViewManager.html#ViewManager._addView" />
-      <keyword name="ViewManager._checkActions" id="ViewManager._checkActions" ref="eric5.ViewManager.ViewManager.html#ViewManager._checkActions" />
-      <keyword name="ViewManager._getOpenFileFilter" id="ViewManager._getOpenFileFilter" ref="eric5.ViewManager.ViewManager.html#ViewManager._getOpenFileFilter" />
-      <keyword name="ViewManager._getOpenStartDir" id="ViewManager._getOpenStartDir" ref="eric5.ViewManager.ViewManager.html#ViewManager._getOpenStartDir" />
-      <keyword name="ViewManager._initWindowActions" id="ViewManager._initWindowActions" ref="eric5.ViewManager.ViewManager.html#ViewManager._initWindowActions" />
-      <keyword name="ViewManager._modificationStatusChanged" id="ViewManager._modificationStatusChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager._modificationStatusChanged" />
-      <keyword name="ViewManager._removeAllViews" id="ViewManager._removeAllViews" ref="eric5.ViewManager.ViewManager.html#ViewManager._removeAllViews" />
-      <keyword name="ViewManager._removeView" id="ViewManager._removeView" ref="eric5.ViewManager.ViewManager.html#ViewManager._removeView" />
-      <keyword name="ViewManager._showView" id="ViewManager._showView" ref="eric5.ViewManager.ViewManager.html#ViewManager._showView" />
-      <keyword name="ViewManager._syntaxErrorToggled" id="ViewManager._syntaxErrorToggled" ref="eric5.ViewManager.ViewManager.html#ViewManager._syntaxErrorToggled" />
-      <keyword name="ViewManager.activeWindow" id="ViewManager.activeWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.activeWindow" />
-      <keyword name="ViewManager.addSplit" id="ViewManager.addSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.addSplit" />
-      <keyword name="ViewManager.addToExtrasMenu" id="ViewManager.addToExtrasMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.addToExtrasMenu" />
-      <keyword name="ViewManager.addToRecentList" id="ViewManager.addToRecentList" ref="eric5.ViewManager.ViewManager.html#ViewManager.addToRecentList" />
-      <keyword name="ViewManager.appFocusChanged" id="ViewManager.appFocusChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.appFocusChanged" />
-      <keyword name="ViewManager.canCascade" id="ViewManager.canCascade" ref="eric5.ViewManager.ViewManager.html#ViewManager.canCascade" />
-      <keyword name="ViewManager.canSplit" id="ViewManager.canSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.canSplit" />
-      <keyword name="ViewManager.canTile" id="ViewManager.canTile" ref="eric5.ViewManager.ViewManager.html#ViewManager.canTile" />
-      <keyword name="ViewManager.cancelSharedEdit" id="ViewManager.cancelSharedEdit" ref="eric5.ViewManager.ViewManager.html#ViewManager.cancelSharedEdit" />
-      <keyword name="ViewManager.cascade" id="ViewManager.cascade" ref="eric5.ViewManager.ViewManager.html#ViewManager.cascade" />
-      <keyword name="ViewManager.checkAllDirty" id="ViewManager.checkAllDirty" ref="eric5.ViewManager.ViewManager.html#ViewManager.checkAllDirty" />
-      <keyword name="ViewManager.checkDirty" id="ViewManager.checkDirty" ref="eric5.ViewManager.ViewManager.html#ViewManager.checkDirty" />
-      <keyword name="ViewManager.cloneEditor" id="ViewManager.cloneEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.cloneEditor" />
-      <keyword name="ViewManager.closeAllWindows" id="ViewManager.closeAllWindows" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeAllWindows" />
-      <keyword name="ViewManager.closeCurrentWindow" id="ViewManager.closeCurrentWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeCurrentWindow" />
-      <keyword name="ViewManager.closeEditor" id="ViewManager.closeEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeEditor" />
-      <keyword name="ViewManager.closeEditorWindow" id="ViewManager.closeEditorWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeEditorWindow" />
-      <keyword name="ViewManager.closeViewManager" id="ViewManager.closeViewManager" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeViewManager" />
-      <keyword name="ViewManager.closeWindow" id="ViewManager.closeWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeWindow" />
-      <keyword name="ViewManager.editorsCheckFocusInEnabled" id="ViewManager.editorsCheckFocusInEnabled" ref="eric5.ViewManager.ViewManager.html#ViewManager.editorsCheckFocusInEnabled" />
-      <keyword name="ViewManager.enableEditorsCheckFocusIn" id="ViewManager.enableEditorsCheckFocusIn" ref="eric5.ViewManager.ViewManager.html#ViewManager.enableEditorsCheckFocusIn" />
-      <keyword name="ViewManager.eventFilter" id="ViewManager.eventFilter" ref="eric5.ViewManager.ViewManager.html#ViewManager.eventFilter" />
-      <keyword name="ViewManager.exit" id="ViewManager.exit" ref="eric5.ViewManager.ViewManager.html#ViewManager.exit" />
-      <keyword name="ViewManager.getAPIsManager" id="ViewManager.getAPIsManager" ref="eric5.ViewManager.ViewManager.html#ViewManager.getAPIsManager" />
-      <keyword name="ViewManager.getActions" id="ViewManager.getActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.getActions" />
-      <keyword name="ViewManager.getActiveName" id="ViewManager.getActiveName" ref="eric5.ViewManager.ViewManager.html#ViewManager.getActiveName" />
-      <keyword name="ViewManager.getEditor" id="ViewManager.getEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.getEditor" />
-      <keyword name="ViewManager.getMostRecent" id="ViewManager.getMostRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.getMostRecent" />
-      <keyword name="ViewManager.getOpenEditor" id="ViewManager.getOpenEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditor" />
-      <keyword name="ViewManager.getOpenEditorCount" id="ViewManager.getOpenEditorCount" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditorCount" />
-      <keyword name="ViewManager.getOpenEditors" id="ViewManager.getOpenEditors" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditors" />
-      <keyword name="ViewManager.getOpenEditorsCount" id="ViewManager.getOpenEditorsCount" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditorsCount" />
-      <keyword name="ViewManager.getOpenFilenames" id="ViewManager.getOpenFilenames" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenFilenames" />
-      <keyword name="ViewManager.getSRHistory" id="ViewManager.getSRHistory" ref="eric5.ViewManager.ViewManager.html#ViewManager.getSRHistory" />
-      <keyword name="ViewManager.handleResetUI" id="ViewManager.handleResetUI" ref="eric5.ViewManager.ViewManager.html#ViewManager.handleResetUI" />
-      <keyword name="ViewManager.initActions" id="ViewManager.initActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.initActions" />
-      <keyword name="ViewManager.initBookmarkMenu" id="ViewManager.initBookmarkMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initBookmarkMenu" />
-      <keyword name="ViewManager.initBookmarkToolbar" id="ViewManager.initBookmarkToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initBookmarkToolbar" />
-      <keyword name="ViewManager.initEditMenu" id="ViewManager.initEditMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initEditMenu" />
-      <keyword name="ViewManager.initEditToolbar" id="ViewManager.initEditToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initEditToolbar" />
-      <keyword name="ViewManager.initFileMenu" id="ViewManager.initFileMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initFileMenu" />
-      <keyword name="ViewManager.initFileToolbar" id="ViewManager.initFileToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initFileToolbar" />
-      <keyword name="ViewManager.initMacroMenu" id="ViewManager.initMacroMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initMacroMenu" />
-      <keyword name="ViewManager.initSearchToolbars" id="ViewManager.initSearchToolbars" ref="eric5.ViewManager.ViewManager.html#ViewManager.initSearchToolbars" />
-      <keyword name="ViewManager.initSpellingToolbar" id="ViewManager.initSpellingToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initSpellingToolbar" />
-      <keyword name="ViewManager.initViewMenu" id="ViewManager.initViewMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initViewMenu" />
-      <keyword name="ViewManager.initViewToolbar" id="ViewManager.initViewToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initViewToolbar" />
-      <keyword name="ViewManager.isConnected" id="ViewManager.isConnected" ref="eric5.ViewManager.ViewManager.html#ViewManager.isConnected" />
-      <keyword name="ViewManager.newEditor" id="ViewManager.newEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.newEditor" />
-      <keyword name="ViewManager.newEditorView" id="ViewManager.newEditorView" ref="eric5.ViewManager.ViewManager.html#ViewManager.newEditorView" />
-      <keyword name="ViewManager.newProject" id="ViewManager.newProject" ref="eric5.ViewManager.ViewManager.html#ViewManager.newProject" />
-      <keyword name="ViewManager.nextSplit" id="ViewManager.nextSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.nextSplit" />
-      <keyword name="ViewManager.openFiles" id="ViewManager.openFiles" ref="eric5.ViewManager.ViewManager.html#ViewManager.openFiles" />
-      <keyword name="ViewManager.openSourceFile" id="ViewManager.openSourceFile" ref="eric5.ViewManager.ViewManager.html#ViewManager.openSourceFile" />
-      <keyword name="ViewManager.preferencesChanged" id="ViewManager.preferencesChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.preferencesChanged" />
-      <keyword name="ViewManager.prevSplit" id="ViewManager.prevSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.prevSplit" />
-      <keyword name="ViewManager.printCurrentEditor" id="ViewManager.printCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.printCurrentEditor" />
-      <keyword name="ViewManager.printEditor" id="ViewManager.printEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.printEditor" />
-      <keyword name="ViewManager.printPreviewCurrentEditor" id="ViewManager.printPreviewCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.printPreviewCurrentEditor" />
-      <keyword name="ViewManager.projectClosed" id="ViewManager.projectClosed" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectClosed" />
-      <keyword name="ViewManager.projectFileRenamed" id="ViewManager.projectFileRenamed" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectFileRenamed" />
-      <keyword name="ViewManager.projectLexerAssociationsChanged" id="ViewManager.projectLexerAssociationsChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectLexerAssociationsChanged" />
-      <keyword name="ViewManager.projectOpened" id="ViewManager.projectOpened" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectOpened" />
-      <keyword name="ViewManager.receive" id="ViewManager.receive" ref="eric5.ViewManager.ViewManager.html#ViewManager.receive" />
-      <keyword name="ViewManager.removeSplit" id="ViewManager.removeSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.removeSplit" />
-      <keyword name="ViewManager.saveAllEditors" id="ViewManager.saveAllEditors" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveAllEditors" />
-      <keyword name="ViewManager.saveAsCurrentEditor" id="ViewManager.saveAsCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveAsCurrentEditor" />
-      <keyword name="ViewManager.saveAsEditorEd" id="ViewManager.saveAsEditorEd" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveAsEditorEd" />
-      <keyword name="ViewManager.saveCurrentEditor" id="ViewManager.saveCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveCurrentEditor" />
-      <keyword name="ViewManager.saveCurrentEditorToProject" id="ViewManager.saveCurrentEditorToProject" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveCurrentEditorToProject" />
-      <keyword name="ViewManager.saveEditor" id="ViewManager.saveEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveEditor" />
-      <keyword name="ViewManager.saveEditorEd" id="ViewManager.saveEditorEd" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveEditorEd" />
-      <keyword name="ViewManager.saveEditorToProjectEd" id="ViewManager.saveEditorToProjectEd" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveEditorToProjectEd" />
-      <keyword name="ViewManager.saveEditorsList" id="ViewManager.saveEditorsList" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveEditorsList" />
-      <keyword name="ViewManager.send" id="ViewManager.send" ref="eric5.ViewManager.ViewManager.html#ViewManager.send" />
-      <keyword name="ViewManager.sendSharedEdit" id="ViewManager.sendSharedEdit" ref="eric5.ViewManager.ViewManager.html#ViewManager.sendSharedEdit" />
-      <keyword name="ViewManager.setCooperationClient" id="ViewManager.setCooperationClient" ref="eric5.ViewManager.ViewManager.html#ViewManager.setCooperationClient" />
-      <keyword name="ViewManager.setEditorName" id="ViewManager.setEditorName" ref="eric5.ViewManager.ViewManager.html#ViewManager.setEditorName" />
-      <keyword name="ViewManager.setFileLine" id="ViewManager.setFileLine" ref="eric5.ViewManager.ViewManager.html#ViewManager.setFileLine" />
-      <keyword name="ViewManager.setReferences" id="ViewManager.setReferences" ref="eric5.ViewManager.ViewManager.html#ViewManager.setReferences" />
-      <keyword name="ViewManager.setSbInfo" id="ViewManager.setSbInfo" ref="eric5.ViewManager.ViewManager.html#ViewManager.setSbInfo" />
-      <keyword name="ViewManager.setSplitOrientation" id="ViewManager.setSplitOrientation" ref="eric5.ViewManager.ViewManager.html#ViewManager.setSplitOrientation" />
-      <keyword name="ViewManager.shareConnected" id="ViewManager.shareConnected" ref="eric5.ViewManager.ViewManager.html#ViewManager.shareConnected" />
-      <keyword name="ViewManager.shareEditor" id="ViewManager.shareEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.shareEditor" />
-      <keyword name="ViewManager.showDebugSource" id="ViewManager.showDebugSource" ref="eric5.ViewManager.ViewManager.html#ViewManager.showDebugSource" />
-      <keyword name="ViewManager.showWindowMenu" id="ViewManager.showWindowMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.showWindowMenu" />
-      <keyword name="ViewManager.startSharedEdit" id="ViewManager.startSharedEdit" ref="eric5.ViewManager.ViewManager.html#ViewManager.startSharedEdit" />
-      <keyword name="ViewManager.textForFind" id="ViewManager.textForFind" ref="eric5.ViewManager.ViewManager.html#ViewManager.textForFind" />
-      <keyword name="ViewManager.tile" id="ViewManager.tile" ref="eric5.ViewManager.ViewManager.html#ViewManager.tile" />
-      <keyword name="ViewManager.unhighlight" id="ViewManager.unhighlight" ref="eric5.ViewManager.ViewManager.html#ViewManager.unhighlight" />
-      <keyword name="Python (Package)" id="Python (Package)" ref="index-eric5.DebugClients.Python.html" />
-      <keyword name="AsyncFile (Module)" id="AsyncFile (Module)" ref="eric5.DebugClients.Python.AsyncFile.html" />
-      <keyword name="AsyncFile" id="AsyncFile" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile" />
-      <keyword name="AsyncPendingWrite" id="AsyncPendingWrite" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncPendingWrite" />
-      <keyword name="AsyncFile (Constructor)" id="AsyncFile (Constructor)" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.__init__" />
-      <keyword name="AsyncFile.__checkMode" id="AsyncFile.__checkMode" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.__checkMode" />
-      <keyword name="AsyncFile.__nWrite" id="AsyncFile.__nWrite" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.__nWrite" />
-      <keyword name="AsyncFile.close" id="AsyncFile.close" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.close" />
-      <keyword name="AsyncFile.fileno" id="AsyncFile.fileno" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.fileno" />
-      <keyword name="AsyncFile.flush" id="AsyncFile.flush" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.flush" />
-      <keyword name="AsyncFile.isatty" id="AsyncFile.isatty" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.isatty" />
-      <keyword name="AsyncFile.pendingWrite" id="AsyncFile.pendingWrite" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.pendingWrite" />
-      <keyword name="AsyncFile.read" id="AsyncFile.read" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.read" />
-      <keyword name="AsyncFile.read_p" id="AsyncFile.read_p" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.read_p" />
-      <keyword name="AsyncFile.readline" id="AsyncFile.readline" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.readline" />
-      <keyword name="AsyncFile.readline_p" id="AsyncFile.readline_p" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.readline_p" />
-      <keyword name="AsyncFile.readlines" id="AsyncFile.readlines" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.readlines" />
-      <keyword name="AsyncFile.seek" id="AsyncFile.seek" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.seek" />
-      <keyword name="AsyncFile.tell" id="AsyncFile.tell" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.tell" />
-      <keyword name="AsyncFile.truncate" id="AsyncFile.truncate" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.truncate" />
-      <keyword name="AsyncFile.write" id="AsyncFile.write" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.write" />
-      <keyword name="AsyncFile.writelines" id="AsyncFile.writelines" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.writelines" />
-      <keyword name="AsyncIO (Module)" id="AsyncIO (Module)" ref="eric5.DebugClients.Python.AsyncIO.html" />
-      <keyword name="AsyncIO" id="AsyncIO" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO" />
-      <keyword name="AsyncIO (Constructor)" id="AsyncIO (Constructor)" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.__init__" />
-      <keyword name="AsyncIO.disconnect" id="AsyncIO.disconnect" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.disconnect" />
-      <keyword name="AsyncIO.readReady" id="AsyncIO.readReady" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.readReady" />
-      <keyword name="AsyncIO.setDescriptors" id="AsyncIO.setDescriptors" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.setDescriptors" />
-      <keyword name="AsyncIO.write" id="AsyncIO.write" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.write" />
-      <keyword name="AsyncIO.writeReady" id="AsyncIO.writeReady" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.writeReady" />
-      <keyword name="DCTestResult (Module)" id="DCTestResult (Module)" ref="eric5.DebugClients.Python.DCTestResult.html" />
-      <keyword name="DCTestResult" id="DCTestResult" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult" />
-      <keyword name="DCTestResult (Constructor)" id="DCTestResult (Constructor)" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.__init__" />
-      <keyword name="DCTestResult.addError" id="DCTestResult.addError" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.addError" />
-      <keyword name="DCTestResult.addFailure" id="DCTestResult.addFailure" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.addFailure" />
-      <keyword name="DCTestResult.startTest" id="DCTestResult.startTest" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.startTest" />
-      <keyword name="DCTestResult.stopTest" id="DCTestResult.stopTest" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.stopTest" />
-      <keyword name="DebugBase (Module)" id="DebugBase (Module)" ref="eric5.DebugClients.Python.DebugBase.html" />
-      <keyword name="DebugBase" id="DebugBase" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase" />
-      <keyword name="printerr" id="printerr" ref="eric5.DebugClients.Python.DebugBase.html#printerr" />
-      <keyword name="setRecursionLimit" id="setRecursionLimit" ref="eric5.DebugClients.Python.DebugBase.html#setRecursionLimit" />
-      <keyword name="DebugBase (Constructor)" id="DebugBase (Constructor)" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__init__" />
-      <keyword name="DebugBase.__do_clear" id="DebugBase.__do_clear" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__do_clear" />
-      <keyword name="DebugBase.__do_clearWatch" id="DebugBase.__do_clearWatch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__do_clearWatch" />
-      <keyword name="DebugBase.__effective" id="DebugBase.__effective" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__effective" />
-      <keyword name="DebugBase.__extract_stack" id="DebugBase.__extract_stack" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__extract_stack" />
-      <keyword name="DebugBase.__skip_it" id="DebugBase.__skip_it" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__skip_it" />
-      <keyword name="DebugBase.break_anywhere" id="DebugBase.break_anywhere" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.break_anywhere" />
-      <keyword name="DebugBase.break_here" id="DebugBase.break_here" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.break_here" />
-      <keyword name="DebugBase.clear_watch" id="DebugBase.clear_watch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.clear_watch" />
-      <keyword name="DebugBase.dispatch_exception" id="DebugBase.dispatch_exception" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.dispatch_exception" />
-      <keyword name="DebugBase.dispatch_line" id="DebugBase.dispatch_line" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.dispatch_line" />
-      <keyword name="DebugBase.dispatch_return" id="DebugBase.dispatch_return" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.dispatch_return" />
-      <keyword name="DebugBase.fix_frame_filename" id="DebugBase.fix_frame_filename" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.fix_frame_filename" />
-      <keyword name="DebugBase.getCurrentFrame" id="DebugBase.getCurrentFrame" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.getCurrentFrame" />
-      <keyword name="DebugBase.getEvent" id="DebugBase.getEvent" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.getEvent" />
-      <keyword name="DebugBase.getStack" id="DebugBase.getStack" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.getStack" />
-      <keyword name="DebugBase.get_break" id="DebugBase.get_break" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.get_break" />
-      <keyword name="DebugBase.get_watch" id="DebugBase.get_watch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.get_watch" />
-      <keyword name="DebugBase.go" id="DebugBase.go" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.go" />
-      <keyword name="DebugBase.isBroken" id="DebugBase.isBroken" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.isBroken" />
-      <keyword name="DebugBase.profile" id="DebugBase.profile" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.profile" />
-      <keyword name="DebugBase.setRecursionDepth" id="DebugBase.setRecursionDepth" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.setRecursionDepth" />
-      <keyword name="DebugBase.set_continue" id="DebugBase.set_continue" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_continue" />
-      <keyword name="DebugBase.set_quit" id="DebugBase.set_quit" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_quit" />
-      <keyword name="DebugBase.set_trace" id="DebugBase.set_trace" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_trace" />
-      <keyword name="DebugBase.set_watch" id="DebugBase.set_watch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_watch" />
-      <keyword name="DebugBase.step" id="DebugBase.step" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.step" />
-      <keyword name="DebugBase.stepOut" id="DebugBase.stepOut" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.stepOut" />
-      <keyword name="DebugBase.stop_here" id="DebugBase.stop_here" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.stop_here" />
-      <keyword name="DebugBase.trace_dispatch" id="DebugBase.trace_dispatch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.trace_dispatch" />
-      <keyword name="DebugBase.user_exception" id="DebugBase.user_exception" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.user_exception" />
-      <keyword name="DebugBase.user_line" id="DebugBase.user_line" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.user_line" />
-      <keyword name="DebugBase.user_return" id="DebugBase.user_return" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.user_return" />
-      <keyword name="DebugClient (Module)" id="DebugClient (Module)" ref="eric5.DebugClients.Python.DebugClient.html" />
-      <keyword name="DebugClient" id="DebugClient" ref="eric5.DebugClients.Python.DebugClient.html#DebugClient" />
-      <keyword name="DebugClient (Constructor)" id="DebugClient (Constructor)" ref="eric5.DebugClients.Python.DebugClient.html#DebugClient.__init__" />
-      <keyword name="DebugClientBase (Module)" id="DebugClientBase (Module)" ref="eric5.DebugClients.Python.DebugClientBase.html" />
-      <keyword name="DebugClientBase" id="DebugClientBase" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase" />
-      <keyword name="DebugClientClose" id="DebugClientClose" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientClose" />
-      <keyword name="DebugClientFork" id="DebugClientFork" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientFork" />
-      <keyword name="DebugClientInput" id="DebugClientInput" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientInput" />
-      <keyword name="DebugClientRawInput" id="DebugClientRawInput" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientRawInput" />
-      <keyword name="DebugClientSetRecursionLimit" id="DebugClientSetRecursionLimit" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientSetRecursionLimit" />
-      <keyword name="DebugClientBase (Constructor)" id="DebugClientBase (Constructor)" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__init__" />
-      <keyword name="DebugClientBase.__clientCapabilities" id="DebugClientBase.__clientCapabilities" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__clientCapabilities" />
-      <keyword name="DebugClientBase.__completionList" id="DebugClientBase.__completionList" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__completionList" />
-      <keyword name="DebugClientBase.__dumpThreadList" id="DebugClientBase.__dumpThreadList" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__dumpThreadList" />
-      <keyword name="DebugClientBase.__dumpVariable" id="DebugClientBase.__dumpVariable" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__dumpVariable" />
-      <keyword name="DebugClientBase.__dumpVariables" id="DebugClientBase.__dumpVariables" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__dumpVariables" />
-      <keyword name="DebugClientBase.__exceptionRaised" id="DebugClientBase.__exceptionRaised" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__exceptionRaised" />
-      <keyword name="DebugClientBase.__formatQt4Variable" id="DebugClientBase.__formatQt4Variable" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__formatQt4Variable" />
-      <keyword name="DebugClientBase.__formatVariablesList" id="DebugClientBase.__formatVariablesList" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__formatVariablesList" />
-      <keyword name="DebugClientBase.__generateFilterObjects" id="DebugClientBase.__generateFilterObjects" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__generateFilterObjects" />
-      <keyword name="DebugClientBase.__getSysPath" id="DebugClientBase.__getSysPath" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__getSysPath" />
-      <keyword name="DebugClientBase.__interact" id="DebugClientBase.__interact" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__interact" />
-      <keyword name="DebugClientBase.__resolveHost" id="DebugClientBase.__resolveHost" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__resolveHost" />
-      <keyword name="DebugClientBase.__setCoding" id="DebugClientBase.__setCoding" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__setCoding" />
-      <keyword name="DebugClientBase.__unhandled_exception" id="DebugClientBase.__unhandled_exception" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__unhandled_exception" />
-      <keyword name="DebugClientBase.absPath" id="DebugClientBase.absPath" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.absPath" />
-      <keyword name="DebugClientBase.attachThread" id="DebugClientBase.attachThread" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.attachThread" />
-      <keyword name="DebugClientBase.close" id="DebugClientBase.close" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.close" />
-      <keyword name="DebugClientBase.connectDebugger" id="DebugClientBase.connectDebugger" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.connectDebugger" />
-      <keyword name="DebugClientBase.eventLoop" id="DebugClientBase.eventLoop" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.eventLoop" />
-      <keyword name="DebugClientBase.eventPoll" id="DebugClientBase.eventPoll" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.eventPoll" />
-      <keyword name="DebugClientBase.fork" id="DebugClientBase.fork" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.fork" />
-      <keyword name="DebugClientBase.getCoding" id="DebugClientBase.getCoding" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.getCoding" />
-      <keyword name="DebugClientBase.getRunning" id="DebugClientBase.getRunning" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.getRunning" />
-      <keyword name="DebugClientBase.handleLine" id="DebugClientBase.handleLine" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.handleLine" />
-      <keyword name="DebugClientBase.input" id="DebugClientBase.input" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.input" />
-      <keyword name="DebugClientBase.main" id="DebugClientBase.main" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.main" />
-      <keyword name="DebugClientBase.progTerminated" id="DebugClientBase.progTerminated" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.progTerminated" />
-      <keyword name="DebugClientBase.raw_input" id="DebugClientBase.raw_input" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.raw_input" />
-      <keyword name="DebugClientBase.run_call" id="DebugClientBase.run_call" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.run_call" />
-      <keyword name="DebugClientBase.sessionClose" id="DebugClientBase.sessionClose" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.sessionClose" />
-      <keyword name="DebugClientBase.shouldSkip" id="DebugClientBase.shouldSkip" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.shouldSkip" />
-      <keyword name="DebugClientBase.startDebugger" id="DebugClientBase.startDebugger" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.startDebugger" />
-      <keyword name="DebugClientBase.startProgInDebugger" id="DebugClientBase.startProgInDebugger" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.startProgInDebugger" />
-      <keyword name="DebugClientBase.write" id="DebugClientBase.write" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.write" />
-      <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.DebugClients.Python.DebugClientCapabilities.html" />
-      <keyword name="DebugClientThreads (Module)" id="DebugClientThreads (Module)" ref="eric5.DebugClients.Python.DebugClientThreads.html" />
-      <keyword name="DebugClientThreads" id="DebugClientThreads" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads" />
-      <keyword name="_debugclient_start_new_thread" id="_debugclient_start_new_thread" ref="eric5.DebugClients.Python.DebugClientThreads.html#_debugclient_start_new_thread" />
-      <keyword name="DebugClientThreads (Constructor)" id="DebugClientThreads (Constructor)" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.__init__" />
-      <keyword name="DebugClientThreads.attachThread" id="DebugClientThreads.attachThread" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.attachThread" />
-      <keyword name="DebugClientThreads.eventLoop" id="DebugClientThreads.eventLoop" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.eventLoop" />
-      <keyword name="DebugClientThreads.lockClient" id="DebugClientThreads.lockClient" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.lockClient" />
-      <keyword name="DebugClientThreads.setCurrentThread" id="DebugClientThreads.setCurrentThread" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.setCurrentThread" />
-      <keyword name="DebugClientThreads.set_quit" id="DebugClientThreads.set_quit" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.set_quit" />
-      <keyword name="DebugClientThreads.threadTerminated" id="DebugClientThreads.threadTerminated" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.threadTerminated" />
-      <keyword name="DebugClientThreads.unlockClient" id="DebugClientThreads.unlockClient" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.unlockClient" />
-      <keyword name="DebugConfig (Module)" id="DebugConfig (Module)" ref="eric5.DebugClients.Python.DebugConfig.html" />
-      <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.DebugClients.Python.DebugProtocol.html" />
-      <keyword name="DebugThread (Module)" id="DebugThread (Module)" ref="eric5.DebugClients.Python.DebugThread.html" />
-      <keyword name="DebugThread" id="DebugThread" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread" />
-      <keyword name="DebugThread (Constructor)" id="DebugThread (Constructor)" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.__init__" />
-      <keyword name="DebugThread.bootstrap" id="DebugThread.bootstrap" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.bootstrap" />
-      <keyword name="DebugThread.get_ident" id="DebugThread.get_ident" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.get_ident" />
-      <keyword name="DebugThread.get_name" id="DebugThread.get_name" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.get_name" />
-      <keyword name="DebugThread.set_ident" id="DebugThread.set_ident" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.set_ident" />
-      <keyword name="DebugThread.traceThread" id="DebugThread.traceThread" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.traceThread" />
-      <keyword name="DebugThread.trace_dispatch" id="DebugThread.trace_dispatch" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.trace_dispatch" />
-      <keyword name="eric5dbgstub (Module)" id="eric5dbgstub (Module)" ref="eric5.DebugClients.Python.eric5dbgstub.html" />
-      <keyword name="initDebugger" id="initDebugger" ref="eric5.DebugClients.Python.eric5dbgstub.html#initDebugger" />
-      <keyword name="runcall" id="runcall" ref="eric5.DebugClients.Python.eric5dbgstub.html#runcall" />
-      <keyword name="setScriptname" id="setScriptname" ref="eric5.DebugClients.Python.eric5dbgstub.html#setScriptname" />
-      <keyword name="startDebugger" id="startDebugger" ref="eric5.DebugClients.Python.eric5dbgstub.html#startDebugger" />
-      <keyword name="FlexCompleter (Module)" id="FlexCompleter (Module)" ref="eric5.DebugClients.Python.FlexCompleter.html" />
-      <keyword name="Completer" id="Completer" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer" />
-      <keyword name="get_class_members" id="get_class_members" ref="eric5.DebugClients.Python.FlexCompleter.html#get_class_members" />
-      <keyword name="Completer (Constructor)" id="Completer (Constructor)" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.__init__" />
-      <keyword name="Completer.attr_matches" id="Completer.attr_matches" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.attr_matches" />
-      <keyword name="Completer.complete" id="Completer.complete" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.complete" />
-      <keyword name="Completer.global_matches" id="Completer.global_matches" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.global_matches" />
-      <keyword name="getpass (Module)" id="getpass (Module)" ref="eric5.DebugClients.Python.getpass.html" />
-      <keyword name="getpass" id="getpass" ref="eric5.DebugClients.Python.getpass.html#getpass" />
-      <keyword name="getuser" id="getuser" ref="eric5.DebugClients.Python.getpass.html#getuser" />
-      <keyword name="PyProfile (Module)" id="PyProfile (Module)" ref="eric5.DebugClients.Python.PyProfile.html" />
-      <keyword name="PyProfile" id="PyProfile" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile" />
-      <keyword name="PyProfile (Constructor)" id="PyProfile (Constructor)" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.__init__" />
-      <keyword name="PyProfile.__restore" id="PyProfile.__restore" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.__restore" />
-      <keyword name="PyProfile.dump_stats" id="PyProfile.dump_stats" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.dump_stats" />
-      <keyword name="PyProfile.erase" id="PyProfile.erase" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.erase" />
-      <keyword name="PyProfile.fix_frame_filename" id="PyProfile.fix_frame_filename" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.fix_frame_filename" />
-      <keyword name="PyProfile.save" id="PyProfile.save" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.save" />
-      <keyword name="PyProfile.trace_dispatch_call" id="PyProfile.trace_dispatch_call" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.trace_dispatch_call" />
-      <keyword name="Python3 (Package)" id="Python3 (Package)" ref="index-eric5.DebugClients.Python3.html" />
-      <keyword name="AsyncFile (Module)" id="AsyncFile (Module)" ref="eric5.DebugClients.Python3.AsyncFile.html" />
-      <keyword name="AsyncFile" id="AsyncFile" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile" />
-      <keyword name="AsyncPendingWrite" id="AsyncPendingWrite" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncPendingWrite" />
-      <keyword name="AsyncFile (Constructor)" id="AsyncFile (Constructor)" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.__init__" />
-      <keyword name="AsyncFile.__checkMode" id="AsyncFile.__checkMode" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.__checkMode" />
-      <keyword name="AsyncFile.__nWrite" id="AsyncFile.__nWrite" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.__nWrite" />
-      <keyword name="AsyncFile.close" id="AsyncFile.close" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.close" />
-      <keyword name="AsyncFile.fileno" id="AsyncFile.fileno" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.fileno" />
-      <keyword name="AsyncFile.flush" id="AsyncFile.flush" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.flush" />
-      <keyword name="AsyncFile.isatty" id="AsyncFile.isatty" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.isatty" />
-      <keyword name="AsyncFile.pendingWrite" id="AsyncFile.pendingWrite" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.pendingWrite" />
-      <keyword name="AsyncFile.read" id="AsyncFile.read" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.read" />
-      <keyword name="AsyncFile.read_p" id="AsyncFile.read_p" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.read_p" />
-      <keyword name="AsyncFile.readline" id="AsyncFile.readline" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.readline" />
-      <keyword name="AsyncFile.readline_p" id="AsyncFile.readline_p" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.readline_p" />
-      <keyword name="AsyncFile.readlines" id="AsyncFile.readlines" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.readlines" />
-      <keyword name="AsyncFile.seek" id="AsyncFile.seek" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.seek" />
-      <keyword name="AsyncFile.tell" id="AsyncFile.tell" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.tell" />
-      <keyword name="AsyncFile.truncate" id="AsyncFile.truncate" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.truncate" />
-      <keyword name="AsyncFile.write" id="AsyncFile.write" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.write" />
-      <keyword name="AsyncFile.writelines" id="AsyncFile.writelines" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.writelines" />
-      <keyword name="AsyncIO (Module)" id="AsyncIO (Module)" ref="eric5.DebugClients.Python3.AsyncIO.html" />
-      <keyword name="AsyncIO" id="AsyncIO" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO" />
-      <keyword name="AsyncIO (Constructor)" id="AsyncIO (Constructor)" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.__init__" />
-      <keyword name="AsyncIO.disconnect" id="AsyncIO.disconnect" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.disconnect" />
-      <keyword name="AsyncIO.readReady" id="AsyncIO.readReady" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.readReady" />
-      <keyword name="AsyncIO.setDescriptors" id="AsyncIO.setDescriptors" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.setDescriptors" />
-      <keyword name="AsyncIO.write" id="AsyncIO.write" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.write" />
-      <keyword name="AsyncIO.writeReady" id="AsyncIO.writeReady" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.writeReady" />
-      <keyword name="DCTestResult (Module)" id="DCTestResult (Module)" ref="eric5.DebugClients.Python3.DCTestResult.html" />
-      <keyword name="DCTestResult" id="DCTestResult" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult" />
-      <keyword name="DCTestResult (Constructor)" id="DCTestResult (Constructor)" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.__init__" />
-      <keyword name="DCTestResult.addError" id="DCTestResult.addError" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.addError" />
-      <keyword name="DCTestResult.addFailure" id="DCTestResult.addFailure" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.addFailure" />
-      <keyword name="DCTestResult.startTest" id="DCTestResult.startTest" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.startTest" />
-      <keyword name="DCTestResult.stopTest" id="DCTestResult.stopTest" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.stopTest" />
-      <keyword name="DebugBase (Module)" id="DebugBase (Module)" ref="eric5.DebugClients.Python3.DebugBase.html" />
-      <keyword name="DebugBase" id="DebugBase" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase" />
-      <keyword name="printerr" id="printerr" ref="eric5.DebugClients.Python3.DebugBase.html#printerr" />
-      <keyword name="setRecursionLimit" id="setRecursionLimit" ref="eric5.DebugClients.Python3.DebugBase.html#setRecursionLimit" />
-      <keyword name="DebugBase (Constructor)" id="DebugBase (Constructor)" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__init__" />
-      <keyword name="DebugBase.__do_clear" id="DebugBase.__do_clear" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__do_clear" />
-      <keyword name="DebugBase.__do_clearWatch" id="DebugBase.__do_clearWatch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__do_clearWatch" />
-      <keyword name="DebugBase.__effective" id="DebugBase.__effective" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__effective" />
-      <keyword name="DebugBase.__extractExceptionName" id="DebugBase.__extractExceptionName" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__extractExceptionName" />
-      <keyword name="DebugBase.__extract_stack" id="DebugBase.__extract_stack" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__extract_stack" />
-      <keyword name="DebugBase.__skip_it" id="DebugBase.__skip_it" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__skip_it" />
-      <keyword name="DebugBase.break_anywhere" id="DebugBase.break_anywhere" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.break_anywhere" />
-      <keyword name="DebugBase.break_here" id="DebugBase.break_here" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.break_here" />
-      <keyword name="DebugBase.clear_watch" id="DebugBase.clear_watch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.clear_watch" />
-      <keyword name="DebugBase.dispatch_exception" id="DebugBase.dispatch_exception" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.dispatch_exception" />
-      <keyword name="DebugBase.dispatch_line" id="DebugBase.dispatch_line" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.dispatch_line" />
-      <keyword name="DebugBase.dispatch_return" id="DebugBase.dispatch_return" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.dispatch_return" />
-      <keyword name="DebugBase.fix_frame_filename" id="DebugBase.fix_frame_filename" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.fix_frame_filename" />
-      <keyword name="DebugBase.getCurrentFrame" id="DebugBase.getCurrentFrame" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.getCurrentFrame" />
-      <keyword name="DebugBase.getEvent" id="DebugBase.getEvent" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.getEvent" />
-      <keyword name="DebugBase.getStack" id="DebugBase.getStack" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.getStack" />
-      <keyword name="DebugBase.get_break" id="DebugBase.get_break" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.get_break" />
-      <keyword name="DebugBase.get_watch" id="DebugBase.get_watch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.get_watch" />
-      <keyword name="DebugBase.go" id="DebugBase.go" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.go" />
-      <keyword name="DebugBase.isBroken" id="DebugBase.isBroken" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.isBroken" />
-      <keyword name="DebugBase.profile" id="DebugBase.profile" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.profile" />
-      <keyword name="DebugBase.setRecursionDepth" id="DebugBase.setRecursionDepth" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.setRecursionDepth" />
-      <keyword name="DebugBase.set_continue" id="DebugBase.set_continue" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_continue" />
-      <keyword name="DebugBase.set_quit" id="DebugBase.set_quit" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_quit" />
-      <keyword name="DebugBase.set_trace" id="DebugBase.set_trace" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_trace" />
-      <keyword name="DebugBase.set_watch" id="DebugBase.set_watch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_watch" />
-      <keyword name="DebugBase.step" id="DebugBase.step" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.step" />
-      <keyword name="DebugBase.stepOut" id="DebugBase.stepOut" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.stepOut" />
-      <keyword name="DebugBase.stop_here" id="DebugBase.stop_here" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.stop_here" />
-      <keyword name="DebugBase.trace_dispatch" id="DebugBase.trace_dispatch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.trace_dispatch" />
-      <keyword name="DebugBase.user_exception" id="DebugBase.user_exception" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.user_exception" />
-      <keyword name="DebugBase.user_line" id="DebugBase.user_line" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.user_line" />
-      <keyword name="DebugBase.user_return" id="DebugBase.user_return" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.user_return" />
-      <keyword name="DebugClient (Module)" id="DebugClient (Module)" ref="eric5.DebugClients.Python3.DebugClient.html" />
-      <keyword name="DebugClient" id="DebugClient" ref="eric5.DebugClients.Python3.DebugClient.html#DebugClient" />
-      <keyword name="DebugClient (Constructor)" id="DebugClient (Constructor)" ref="eric5.DebugClients.Python3.DebugClient.html#DebugClient.__init__" />
-      <keyword name="DebugClientBase (Module)" id="DebugClientBase (Module)" ref="eric5.DebugClients.Python3.DebugClientBase.html" />
-      <keyword name="DebugClientBase" id="DebugClientBase" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase" />
-      <keyword name="DebugClientClose" id="DebugClientClose" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientClose" />
-      <keyword name="DebugClientFork" id="DebugClientFork" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientFork" />
-      <keyword name="DebugClientInput" id="DebugClientInput" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientInput" />
-      <keyword name="DebugClientSetRecursionLimit" id="DebugClientSetRecursionLimit" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientSetRecursionLimit" />
-      <keyword name="DebugClientBase (Constructor)" id="DebugClientBase (Constructor)" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__init__" />
-      <keyword name="DebugClientBase.__clientCapabilities" id="DebugClientBase.__clientCapabilities" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__clientCapabilities" />
-      <keyword name="DebugClientBase.__compileFileSource" id="DebugClientBase.__compileFileSource" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__compileFileSource" />
-      <keyword name="DebugClientBase.__completionList" id="DebugClientBase.__completionList" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__completionList" />
-      <keyword name="DebugClientBase.__dumpThreadList" id="DebugClientBase.__dumpThreadList" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__dumpThreadList" />
-      <keyword name="DebugClientBase.__dumpVariable" id="DebugClientBase.__dumpVariable" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__dumpVariable" />
-      <keyword name="DebugClientBase.__dumpVariables" id="DebugClientBase.__dumpVariables" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__dumpVariables" />
-      <keyword name="DebugClientBase.__exceptionRaised" id="DebugClientBase.__exceptionRaised" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__exceptionRaised" />
-      <keyword name="DebugClientBase.__formatQt4Variable" id="DebugClientBase.__formatQt4Variable" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__formatQt4Variable" />
-      <keyword name="DebugClientBase.__formatVariablesList" id="DebugClientBase.__formatVariablesList" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__formatVariablesList" />
-      <keyword name="DebugClientBase.__generateFilterObjects" id="DebugClientBase.__generateFilterObjects" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__generateFilterObjects" />
-      <keyword name="DebugClientBase.__getSysPath" id="DebugClientBase.__getSysPath" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__getSysPath" />
-      <keyword name="DebugClientBase.__interact" id="DebugClientBase.__interact" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__interact" />
-      <keyword name="DebugClientBase.__resolveHost" id="DebugClientBase.__resolveHost" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__resolveHost" />
-      <keyword name="DebugClientBase.__setCoding" id="DebugClientBase.__setCoding" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__setCoding" />
-      <keyword name="DebugClientBase.__unhandled_exception" id="DebugClientBase.__unhandled_exception" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__unhandled_exception" />
-      <keyword name="DebugClientBase.absPath" id="DebugClientBase.absPath" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.absPath" />
-      <keyword name="DebugClientBase.attachThread" id="DebugClientBase.attachThread" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.attachThread" />
-      <keyword name="DebugClientBase.close" id="DebugClientBase.close" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.close" />
-      <keyword name="DebugClientBase.connectDebugger" id="DebugClientBase.connectDebugger" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.connectDebugger" />
-      <keyword name="DebugClientBase.eventLoop" id="DebugClientBase.eventLoop" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.eventLoop" />
-      <keyword name="DebugClientBase.eventPoll" id="DebugClientBase.eventPoll" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.eventPoll" />
-      <keyword name="DebugClientBase.fork" id="DebugClientBase.fork" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.fork" />
-      <keyword name="DebugClientBase.getCoding" id="DebugClientBase.getCoding" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.getCoding" />
-      <keyword name="DebugClientBase.getRunning" id="DebugClientBase.getRunning" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.getRunning" />
-      <keyword name="DebugClientBase.handleLine" id="DebugClientBase.handleLine" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.handleLine" />
-      <keyword name="DebugClientBase.input" id="DebugClientBase.input" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.input" />
-      <keyword name="DebugClientBase.main" id="DebugClientBase.main" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.main" />
-      <keyword name="DebugClientBase.progTerminated" id="DebugClientBase.progTerminated" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.progTerminated" />
-      <keyword name="DebugClientBase.run_call" id="DebugClientBase.run_call" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.run_call" />
-      <keyword name="DebugClientBase.sessionClose" id="DebugClientBase.sessionClose" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.sessionClose" />
-      <keyword name="DebugClientBase.shouldSkip" id="DebugClientBase.shouldSkip" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.shouldSkip" />
-      <keyword name="DebugClientBase.startDebugger" id="DebugClientBase.startDebugger" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.startDebugger" />
-      <keyword name="DebugClientBase.startProgInDebugger" id="DebugClientBase.startProgInDebugger" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.startProgInDebugger" />
-      <keyword name="DebugClientBase.write" id="DebugClientBase.write" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.write" />
-      <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.DebugClients.Python3.DebugClientCapabilities.html" />
-      <keyword name="DebugClientThreads (Module)" id="DebugClientThreads (Module)" ref="eric5.DebugClients.Python3.DebugClientThreads.html" />
-      <keyword name="DebugClientThreads" id="DebugClientThreads" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads" />
-      <keyword name="_debugclient_start_new_thread" id="_debugclient_start_new_thread" ref="eric5.DebugClients.Python3.DebugClientThreads.html#_debugclient_start_new_thread" />
-      <keyword name="DebugClientThreads (Constructor)" id="DebugClientThreads (Constructor)" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.__init__" />
-      <keyword name="DebugClientThreads.attachThread" id="DebugClientThreads.attachThread" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.attachThread" />
-      <keyword name="DebugClientThreads.eventLoop" id="DebugClientThreads.eventLoop" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.eventLoop" />
-      <keyword name="DebugClientThreads.lockClient" id="DebugClientThreads.lockClient" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.lockClient" />
-      <keyword name="DebugClientThreads.setCurrentThread" id="DebugClientThreads.setCurrentThread" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.setCurrentThread" />
-      <keyword name="DebugClientThreads.set_quit" id="DebugClientThreads.set_quit" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.set_quit" />
-      <keyword name="DebugClientThreads.threadTerminated" id="DebugClientThreads.threadTerminated" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.threadTerminated" />
-      <keyword name="DebugClientThreads.unlockClient" id="DebugClientThreads.unlockClient" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.unlockClient" />
-      <keyword name="DebugConfig (Module)" id="DebugConfig (Module)" ref="eric5.DebugClients.Python3.DebugConfig.html" />
-      <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.DebugClients.Python3.DebugProtocol.html" />
-      <keyword name="DebugThread (Module)" id="DebugThread (Module)" ref="eric5.DebugClients.Python3.DebugThread.html" />
-      <keyword name="DebugThread" id="DebugThread" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread" />
-      <keyword name="DebugThread (Constructor)" id="DebugThread (Constructor)" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.__init__" />
-      <keyword name="DebugThread.bootstrap" id="DebugThread.bootstrap" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.bootstrap" />
-      <keyword name="DebugThread.get_ident" id="DebugThread.get_ident" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.get_ident" />
-      <keyword name="DebugThread.get_name" id="DebugThread.get_name" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.get_name" />
-      <keyword name="DebugThread.set_ident" id="DebugThread.set_ident" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.set_ident" />
-      <keyword name="DebugThread.traceThread" id="DebugThread.traceThread" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.traceThread" />
-      <keyword name="DebugThread.trace_dispatch" id="DebugThread.trace_dispatch" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.trace_dispatch" />
-      <keyword name="eric5dbgstub (Module)" id="eric5dbgstub (Module)" ref="eric5.DebugClients.Python3.eric5dbgstub.html" />
-      <keyword name="initDebugger" id="initDebugger" ref="eric5.DebugClients.Python3.eric5dbgstub.html#initDebugger" />
-      <keyword name="runcall" id="runcall" ref="eric5.DebugClients.Python3.eric5dbgstub.html#runcall" />
-      <keyword name="setScriptname" id="setScriptname" ref="eric5.DebugClients.Python3.eric5dbgstub.html#setScriptname" />
-      <keyword name="startDebugger" id="startDebugger" ref="eric5.DebugClients.Python3.eric5dbgstub.html#startDebugger" />
-      <keyword name="FlexCompleter (Module)" id="FlexCompleter (Module)" ref="eric5.DebugClients.Python3.FlexCompleter.html" />
-      <keyword name="Completer" id="Completer" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer" />
-      <keyword name="get_class_members" id="get_class_members" ref="eric5.DebugClients.Python3.FlexCompleter.html#get_class_members" />
-      <keyword name="Completer (Constructor)" id="Completer (Constructor)" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.__init__" />
-      <keyword name="Completer._callable_postfix" id="Completer._callable_postfix" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer._callable_postfix" />
-      <keyword name="Completer.attr_matches" id="Completer.attr_matches" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.attr_matches" />
-      <keyword name="Completer.complete" id="Completer.complete" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.complete" />
-      <keyword name="Completer.global_matches" id="Completer.global_matches" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.global_matches" />
-      <keyword name="getpass (Module)" id="getpass (Module)" ref="eric5.DebugClients.Python3.getpass.html" />
-      <keyword name="getpass" id="getpass" ref="eric5.DebugClients.Python3.getpass.html#getpass" />
-      <keyword name="getuser" id="getuser" ref="eric5.DebugClients.Python3.getpass.html#getuser" />
-      <keyword name="PyProfile (Module)" id="PyProfile (Module)" ref="eric5.DebugClients.Python3.PyProfile.html" />
-      <keyword name="PyProfile" id="PyProfile" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile" />
-      <keyword name="PyProfile (Constructor)" id="PyProfile (Constructor)" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.__init__" />
-      <keyword name="PyProfile.__restore" id="PyProfile.__restore" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.__restore" />
-      <keyword name="PyProfile.dump_stats" id="PyProfile.dump_stats" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.dump_stats" />
-      <keyword name="PyProfile.erase" id="PyProfile.erase" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.erase" />
-      <keyword name="PyProfile.fix_frame_filename" id="PyProfile.fix_frame_filename" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.fix_frame_filename" />
-      <keyword name="PyProfile.save" id="PyProfile.save" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.save" />
-      <keyword name="PyProfile.trace_dispatch_call" id="PyProfile.trace_dispatch_call" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.trace_dispatch_call" />
+      <keyword name="DocumentationTools (Package)" id="DocumentationTools (Package)" ref="index-eric5.DocumentationTools.html" />
+      <keyword name="IndexGenerator (Module)" id="IndexGenerator (Module)" ref="eric5.DocumentationTools.IndexGenerator.html" />
+      <keyword name="IndexGenerator" id="IndexGenerator" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator" />
+      <keyword name="IndexGenerator (Constructor)" id="IndexGenerator (Constructor)" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.__init__" />
+      <keyword name="IndexGenerator.__writeIndex" id="IndexGenerator.__writeIndex" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.__writeIndex" />
+      <keyword name="IndexGenerator.remember" id="IndexGenerator.remember" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.remember" />
+      <keyword name="IndexGenerator.writeIndices" id="IndexGenerator.writeIndices" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.writeIndices" />
+      <keyword name="ModuleDocumentor (Module)" id="ModuleDocumentor (Module)" ref="eric5.DocumentationTools.ModuleDocumentor.html" />
+      <keyword name="ModuleDocument" id="ModuleDocument" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument" />
+      <keyword name="TagError" id="TagError" ref="eric5.DocumentationTools.ModuleDocumentor.html#TagError" />
+      <keyword name="ModuleDocument (Constructor)" id="ModuleDocument (Constructor)" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__init__" />
+      <keyword name="ModuleDocument.__checkDeprecated" id="ModuleDocument.__checkDeprecated" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__checkDeprecated" />
+      <keyword name="ModuleDocument.__formatCrossReferenceEntry" id="ModuleDocument.__formatCrossReferenceEntry" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__formatCrossReferenceEntry" />
+      <keyword name="ModuleDocument.__formatDescription" id="ModuleDocument.__formatDescription" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__formatDescription" />
+      <keyword name="ModuleDocument.__genClassListSection" id="ModuleDocument.__genClassListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genClassListSection" />
+      <keyword name="ModuleDocument.__genClassesSection" id="ModuleDocument.__genClassesSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genClassesSection" />
+      <keyword name="ModuleDocument.__genDescriptionListSection" id="ModuleDocument.__genDescriptionListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genDescriptionListSection" />
+      <keyword name="ModuleDocument.__genFunctionListSection" id="ModuleDocument.__genFunctionListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genFunctionListSection" />
+      <keyword name="ModuleDocument.__genFunctionsSection" id="ModuleDocument.__genFunctionsSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genFunctionsSection" />
+      <keyword name="ModuleDocument.__genGlobalsListSection" id="ModuleDocument.__genGlobalsListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genGlobalsListSection" />
+      <keyword name="ModuleDocument.__genListSection" id="ModuleDocument.__genListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genListSection" />
+      <keyword name="ModuleDocument.__genMethodSection" id="ModuleDocument.__genMethodSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genMethodSection" />
+      <keyword name="ModuleDocument.__genMethodsListSection" id="ModuleDocument.__genMethodsListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genMethodsListSection" />
+      <keyword name="ModuleDocument.__genModuleSection" id="ModuleDocument.__genModuleSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genModuleSection" />
+      <keyword name="ModuleDocument.__genParagraphs" id="ModuleDocument.__genParagraphs" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genParagraphs" />
+      <keyword name="ModuleDocument.__genParamDescriptionListSection" id="ModuleDocument.__genParamDescriptionListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genParamDescriptionListSection" />
+      <keyword name="ModuleDocument.__genRbModulesClassesListSection" id="ModuleDocument.__genRbModulesClassesListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesClassesListSection" />
+      <keyword name="ModuleDocument.__genRbModulesClassesSection" id="ModuleDocument.__genRbModulesClassesSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesClassesSection" />
+      <keyword name="ModuleDocument.__genRbModulesListSection" id="ModuleDocument.__genRbModulesListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesListSection" />
+      <keyword name="ModuleDocument.__genRbModulesSection" id="ModuleDocument.__genRbModulesSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesSection" />
+      <keyword name="ModuleDocument.__genSeeListSection" id="ModuleDocument.__genSeeListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genSeeListSection" />
+      <keyword name="ModuleDocument.__getShortDescription" id="ModuleDocument.__getShortDescription" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__getShortDescription" />
+      <keyword name="ModuleDocument.__processInlineTags" id="ModuleDocument.__processInlineTags" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__processInlineTags" />
+      <keyword name="ModuleDocument.description" id="ModuleDocument.description" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.description" />
+      <keyword name="ModuleDocument.genDocument" id="ModuleDocument.genDocument" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.genDocument" />
+      <keyword name="ModuleDocument.getQtHelpKeywords" id="ModuleDocument.getQtHelpKeywords" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.getQtHelpKeywords" />
+      <keyword name="ModuleDocument.isEmpty" id="ModuleDocument.isEmpty" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.isEmpty" />
+      <keyword name="ModuleDocument.name" id="ModuleDocument.name" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.name" />
+      <keyword name="ModuleDocument.shortDescription" id="ModuleDocument.shortDescription" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.shortDescription" />
+      <keyword name="QtHelpGenerator (Module)" id="QtHelpGenerator (Module)" ref="eric5.DocumentationTools.QtHelpGenerator.html" />
+      <keyword name="QtHelpGenerator" id="QtHelpGenerator" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator" />
+      <keyword name="QtHelpGenerator (Constructor)" id="QtHelpGenerator (Constructor)" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.__init__" />
+      <keyword name="QtHelpGenerator.__convertEol" id="QtHelpGenerator.__convertEol" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.__convertEol" />
+      <keyword name="QtHelpGenerator.__generateSections" id="QtHelpGenerator.__generateSections" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.__generateSections" />
+      <keyword name="QtHelpGenerator.generateFiles" id="QtHelpGenerator.generateFiles" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.generateFiles" />
+      <keyword name="QtHelpGenerator.remember" id="QtHelpGenerator.remember" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.remember" />
+      <keyword name="TemplatesListsStyle (Module)" id="TemplatesListsStyle (Module)" ref="eric5.DocumentationTools.TemplatesListsStyle.html" />
+      <keyword name="TemplatesListsStyleCSS (Module)" id="TemplatesListsStyleCSS (Module)" ref="eric5.DocumentationTools.TemplatesListsStyleCSS.html" />
+      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.DocumentationTools.Config.html" />
+      <keyword name="APIGenerator (Module)" id="APIGenerator (Module)" ref="eric5.DocumentationTools.APIGenerator.html" />
+      <keyword name="APIGenerator" id="APIGenerator" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator" />
+      <keyword name="APIGenerator (Constructor)" id="APIGenerator (Constructor)" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__init__" />
+      <keyword name="APIGenerator.__addClassVariablesAPI" id="APIGenerator.__addClassVariablesAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addClassVariablesAPI" />
+      <keyword name="APIGenerator.__addClassesAPI" id="APIGenerator.__addClassesAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addClassesAPI" />
+      <keyword name="APIGenerator.__addFunctionsAPI" id="APIGenerator.__addFunctionsAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addFunctionsAPI" />
+      <keyword name="APIGenerator.__addGlobalsAPI" id="APIGenerator.__addGlobalsAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addGlobalsAPI" />
+      <keyword name="APIGenerator.__addMethodsAPI" id="APIGenerator.__addMethodsAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addMethodsAPI" />
+      <keyword name="APIGenerator.__isPrivate" id="APIGenerator.__isPrivate" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__isPrivate" />
+      <keyword name="APIGenerator.genAPI" id="APIGenerator.genAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.genAPI" />
+      <keyword name="cursors (Package)" id="cursors (Package)" ref="index-eric5.IconEditor.cursors.html" />
+      <keyword name="cursors_rc (Module)" id="cursors_rc (Module)" ref="eric5.IconEditor.cursors.cursors_rc.html" />
+      <keyword name="qCleanupResources" id="qCleanupResources" ref="eric5.IconEditor.cursors.cursors_rc.html#qCleanupResources" />
+      <keyword name="qInitResources" id="qInitResources" ref="eric5.IconEditor.cursors.cursors_rc.html#qInitResources" />
       <keyword name="Ruby (Package)" id="Ruby (Package)" ref="index-eric5.DebugClients.Ruby.html" />
+      <keyword name="DebugClient (Module)" id="DebugClient (Module)" ref="eric5.DebugClients.Ruby.DebugClient.html" />
+      <keyword name="DebugClient" id="DebugClient" ref="eric5.DebugClients.Ruby.DebugClient.html#DebugClient" />
+      <keyword name="DebugClient.initialize" id="DebugClient.initialize" ref="eric5.DebugClients.Ruby.DebugClient.html#DebugClient.initialize" />
       <keyword name="AsyncFile (Module)" id="AsyncFile (Module)" ref="eric5.DebugClients.Ruby.AsyncFile.html" />
       <keyword name="AsyncFile" id="AsyncFile" ref="eric5.DebugClients.Ruby.AsyncFile.html#AsyncFile" />
       <keyword name="&lt;&lt;" id="&lt;&lt;" ref="eric5.DebugClients.Ruby.AsyncFile.html#&lt;&lt;" />
@@ -6429,49 +6125,16 @@
       <keyword name="AsyncFile.checkMode" id="AsyncFile.checkMode" ref="eric5.DebugClients.Ruby.AsyncFile.html#AsyncFile.checkMode" />
       <keyword name="AsyncFile.initialize" id="AsyncFile.initialize" ref="eric5.DebugClients.Ruby.AsyncFile.html#AsyncFile.initialize" />
       <keyword name="AsyncFile.nWrite" id="AsyncFile.nWrite" ref="eric5.DebugClients.Ruby.AsyncFile.html#AsyncFile.nWrite" />
-      <keyword name="AsyncIO (Module)" id="AsyncIO (Module)" ref="eric5.DebugClients.Ruby.AsyncIO.html" />
-      <keyword name="AsyncIO" id="AsyncIO" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO" />
-      <keyword name="AsyncIO.disconnect" id="AsyncIO.disconnect" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.disconnect" />
-      <keyword name="AsyncIO.initializeAsyncIO" id="AsyncIO.initializeAsyncIO" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.initializeAsyncIO" />
-      <keyword name="AsyncIO.readReady" id="AsyncIO.readReady" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.readReady" />
-      <keyword name="AsyncIO.setDescriptors" id="AsyncIO.setDescriptors" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.setDescriptors" />
-      <keyword name="AsyncIO.write" id="AsyncIO.write" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.write" />
-      <keyword name="AsyncIO.writeReady" id="AsyncIO.writeReady" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.writeReady" />
+      <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.DebugClients.Ruby.DebugClientCapabilities.html" />
+      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.DebugClients.Ruby.Config.html" />
       <keyword name="Completer (Module)" id="Completer (Module)" ref="eric5.DebugClients.Ruby.Completer.html" />
       <keyword name="Completer" id="Completer" ref="eric5.DebugClients.Ruby.Completer.html#Completer" />
       <keyword name="Completer.complete" id="Completer.complete" ref="eric5.DebugClients.Ruby.Completer.html#Completer.complete" />
       <keyword name="Completer.initialize" id="Completer.initialize" ref="eric5.DebugClients.Ruby.Completer.html#Completer.initialize" />
       <keyword name="Completer.select_message" id="Completer.select_message" ref="eric5.DebugClients.Ruby.Completer.html#Completer.select_message" />
-      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.DebugClients.Ruby.Config.html" />
-      <keyword name="DebugClient (Module)" id="DebugClient (Module)" ref="eric5.DebugClients.Ruby.DebugClient.html" />
-      <keyword name="DebugClient" id="DebugClient" ref="eric5.DebugClients.Ruby.DebugClient.html#DebugClient" />
-      <keyword name="DebugClient.initialize" id="DebugClient.initialize" ref="eric5.DebugClients.Ruby.DebugClient.html#DebugClient.initialize" />
-      <keyword name="DebugClientBaseModule (Module)" id="DebugClientBaseModule (Module)" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html" />
-      <keyword name="DebugClientBase" id="DebugClientBase" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase" />
-      <keyword name="DebugClientBase.canEval?" id="DebugClientBase.canEval?" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.canEval?" />
-      <keyword name="DebugClientBase.completionList" id="DebugClientBase.completionList" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.completionList" />
-      <keyword name="DebugClientBase.connectDebugger" id="DebugClientBase.connectDebugger" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.connectDebugger" />
-      <keyword name="DebugClientBase.dumpVariable" id="DebugClientBase.dumpVariable" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.dumpVariable" />
-      <keyword name="DebugClientBase.dumpVariables" id="DebugClientBase.dumpVariables" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.dumpVariables" />
-      <keyword name="DebugClientBase.eventLoop" id="DebugClientBase.eventLoop" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.eventLoop" />
-      <keyword name="DebugClientBase.eventPoll" id="DebugClientBase.eventPoll" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.eventPoll" />
-      <keyword name="DebugClientBase.extractAddress" id="DebugClientBase.extractAddress" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.extractAddress" />
-      <keyword name="DebugClientBase.extractTypeAndAddress" id="DebugClientBase.extractTypeAndAddress" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.extractTypeAndAddress" />
-      <keyword name="DebugClientBase.formatVariablesList" id="DebugClientBase.formatVariablesList" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.formatVariablesList" />
-      <keyword name="DebugClientBase.generateFilterObjects" id="DebugClientBase.generateFilterObjects" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.generateFilterObjects" />
-      <keyword name="DebugClientBase.handleException" id="DebugClientBase.handleException" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.handleException" />
-      <keyword name="DebugClientBase.handleLine" id="DebugClientBase.handleLine" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.handleLine" />
-      <keyword name="DebugClientBase.inFilter?" id="DebugClientBase.inFilter?" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.inFilter?" />
-      <keyword name="DebugClientBase.initializeDebugClient" id="DebugClientBase.initializeDebugClient" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.initializeDebugClient" />
-      <keyword name="DebugClientBase.interact" id="DebugClientBase.interact" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.interact" />
-      <keyword name="DebugClientBase.main" id="DebugClientBase.main" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.main" />
-      <keyword name="DebugClientBase.progTerminated" id="DebugClientBase.progTerminated" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.progTerminated" />
-      <keyword name="DebugClientBase.sessionClose" id="DebugClientBase.sessionClose" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.sessionClose" />
-      <keyword name="DebugClientBase.startProgInDebugger" id="DebugClientBase.startProgInDebugger" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.startProgInDebugger" />
-      <keyword name="DebugClientBase.trace_func" id="DebugClientBase.trace_func" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.trace_func" />
-      <keyword name="DebugClientBase.unhandled_exception" id="DebugClientBase.unhandled_exception" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.unhandled_exception" />
-      <keyword name="DebugClientBase.write" id="DebugClientBase.write" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.write" />
-      <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.DebugClients.Ruby.DebugClientCapabilities.html" />
+      <keyword name="DebugQuit (Module)" id="DebugQuit (Module)" ref="eric5.DebugClients.Ruby.DebugQuit.html" />
+      <keyword name="DebugQuit" id="DebugQuit" ref="eric5.DebugClients.Ruby.DebugQuit.html#DebugQuit" />
+      <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.DebugClients.Ruby.DebugProtocol.html" />
       <keyword name="Debuggee (Module)" id="Debuggee (Module)" ref="eric5.DebugClients.Ruby.Debuggee.html" />
       <keyword name="Client" id="Client" ref="eric5.DebugClients.Ruby.Debuggee.html#Client" />
       <keyword name="Context" id="Context" ref="eric5.DebugClients.Ruby.Debuggee.html#Context" />
@@ -6554,2931 +6217,400 @@
       <keyword name="Mutex.locked?" id="Mutex.locked?" ref="eric5.DebugClients.Ruby.Debuggee.html#Mutex.locked?" />
       <keyword name="Mutex.unlock" id="Mutex.unlock" ref="eric5.DebugClients.Ruby.Debuggee.html#Mutex.unlock" />
       <keyword name="SilentObject.method_missing" id="SilentObject.method_missing" ref="eric5.DebugClients.Ruby.Debuggee.html#SilentObject.method_missing" />
-      <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.DebugClients.Ruby.DebugProtocol.html" />
-      <keyword name="DebugQuit (Module)" id="DebugQuit (Module)" ref="eric5.DebugClients.Ruby.DebugQuit.html" />
-      <keyword name="DebugQuit" id="DebugQuit" ref="eric5.DebugClients.Ruby.DebugQuit.html#DebugQuit" />
-      <keyword name="AdBlock (Package)" id="AdBlock (Package)" ref="index-eric5.Helpviewer.AdBlock.html" />
-      <keyword name="AdBlockAccessHandler (Module)" id="AdBlockAccessHandler (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockAccessHandler.html" />
-      <keyword name="AdBlockAccessHandler" id="AdBlockAccessHandler" ref="eric5.Helpviewer.AdBlock.AdBlockAccessHandler.html#AdBlockAccessHandler" />
-      <keyword name="AdBlockAccessHandler.createRequest" id="AdBlockAccessHandler.createRequest" ref="eric5.Helpviewer.AdBlock.AdBlockAccessHandler.html#AdBlockAccessHandler.createRequest" />
-      <keyword name="AdBlockBlockedNetworkReply (Module)" id="AdBlockBlockedNetworkReply (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html" />
-      <keyword name="AdBlockBlockedNetworkReply" id="AdBlockBlockedNetworkReply" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply" />
-      <keyword name="AdBlockBlockedNetworkReply (Constructor)" id="AdBlockBlockedNetworkReply (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.__init__" />
-      <keyword name="AdBlockBlockedNetworkReply.__fireSignals" id="AdBlockBlockedNetworkReply.__fireSignals" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.__fireSignals" />
-      <keyword name="AdBlockBlockedNetworkReply.abort" id="AdBlockBlockedNetworkReply.abort" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.abort" />
-      <keyword name="AdBlockBlockedNetworkReply.readData" id="AdBlockBlockedNetworkReply.readData" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.readData" />
-      <keyword name="AdBlockDialog (Module)" id="AdBlockDialog (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html" />
-      <keyword name="AdBlockDialog" id="AdBlockDialog" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog" />
-      <keyword name="AdBlockDialog (Constructor)" id="AdBlockDialog (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__init__" />
-      <keyword name="AdBlockDialog.__aboutToShowActionMenu" id="AdBlockDialog.__aboutToShowActionMenu" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__aboutToShowActionMenu" />
-      <keyword name="AdBlockDialog.__browseSubscriptions" id="AdBlockDialog.__browseSubscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__browseSubscriptions" />
-      <keyword name="AdBlockDialog.__learnAboutWritingFilters" id="AdBlockDialog.__learnAboutWritingFilters" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__learnAboutWritingFilters" />
-      <keyword name="AdBlockDialog.__removeSubscription" id="AdBlockDialog.__removeSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__removeSubscription" />
-      <keyword name="AdBlockDialog.__updateSubscription" id="AdBlockDialog.__updateSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__updateSubscription" />
-      <keyword name="AdBlockDialog.addCustomRule" id="AdBlockDialog.addCustomRule" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.addCustomRule" />
-      <keyword name="AdBlockDialog.model" id="AdBlockDialog.model" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.model" />
-      <keyword name="AdBlockDialog.setCurrentIndex" id="AdBlockDialog.setCurrentIndex" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.setCurrentIndex" />
-      <keyword name="AdBlockManager (Module)" id="AdBlockManager (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html" />
-      <keyword name="AdBlockManager" id="AdBlockManager" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager" />
-      <keyword name="AdBlockManager (Constructor)" id="AdBlockManager (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__init__" />
-      <keyword name="AdBlockManager.__customSubscriptionLocation" id="AdBlockManager.__customSubscriptionLocation" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__customSubscriptionLocation" />
-      <keyword name="AdBlockManager.__customSubscriptionUrl" id="AdBlockManager.__customSubscriptionUrl" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__customSubscriptionUrl" />
-      <keyword name="AdBlockManager.__loadSubscriptions" id="AdBlockManager.__loadSubscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__loadSubscriptions" />
-      <keyword name="AdBlockManager.addSubscription" id="AdBlockManager.addSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.addSubscription" />
-      <keyword name="AdBlockManager.close" id="AdBlockManager.close" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.close" />
-      <keyword name="AdBlockManager.customRules" id="AdBlockManager.customRules" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.customRules" />
-      <keyword name="AdBlockManager.isEnabled" id="AdBlockManager.isEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.isEnabled" />
-      <keyword name="AdBlockManager.load" id="AdBlockManager.load" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.load" />
-      <keyword name="AdBlockManager.network" id="AdBlockManager.network" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.network" />
-      <keyword name="AdBlockManager.page" id="AdBlockManager.page" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.page" />
-      <keyword name="AdBlockManager.removeSubscription" id="AdBlockManager.removeSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.removeSubscription" />
-      <keyword name="AdBlockManager.save" id="AdBlockManager.save" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.save" />
-      <keyword name="AdBlockManager.setEnabled" id="AdBlockManager.setEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.setEnabled" />
-      <keyword name="AdBlockManager.showDialog" id="AdBlockManager.showDialog" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.showDialog" />
-      <keyword name="AdBlockManager.subscriptions" id="AdBlockManager.subscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.subscriptions" />
-      <keyword name="AdBlockModel (Module)" id="AdBlockModel (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html" />
-      <keyword name="AdBlockModel" id="AdBlockModel" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel" />
-      <keyword name="AdBlockModel (Constructor)" id="AdBlockModel (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.__init__" />
-      <keyword name="AdBlockModel.__rulesChanged" id="AdBlockModel.__rulesChanged" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.__rulesChanged" />
-      <keyword name="AdBlockModel.columnCount" id="AdBlockModel.columnCount" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.columnCount" />
-      <keyword name="AdBlockModel.data" id="AdBlockModel.data" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.data" />
-      <keyword name="AdBlockModel.flags" id="AdBlockModel.flags" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.flags" />
-      <keyword name="AdBlockModel.hasChildren" id="AdBlockModel.hasChildren" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.hasChildren" />
-      <keyword name="AdBlockModel.headerData" id="AdBlockModel.headerData" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.headerData" />
-      <keyword name="AdBlockModel.index" id="AdBlockModel.index" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.index" />
-      <keyword name="AdBlockModel.parent" id="AdBlockModel.parent" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.parent" />
-      <keyword name="AdBlockModel.removeRows" id="AdBlockModel.removeRows" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.removeRows" />
-      <keyword name="AdBlockModel.rowCount" id="AdBlockModel.rowCount" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.rowCount" />
-      <keyword name="AdBlockModel.rule" id="AdBlockModel.rule" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.rule" />
-      <keyword name="AdBlockModel.setData" id="AdBlockModel.setData" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.setData" />
-      <keyword name="AdBlockModel.subscription" id="AdBlockModel.subscription" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.subscription" />
-      <keyword name="AdBlockModel.subscriptionIndex" id="AdBlockModel.subscriptionIndex" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.subscriptionIndex" />
-      <keyword name="AdBlockNetwork (Module)" id="AdBlockNetwork (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html" />
-      <keyword name="AdBlockNetwork" id="AdBlockNetwork" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html#AdBlockNetwork" />
-      <keyword name="AdBlockNetwork.block" id="AdBlockNetwork.block" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html#AdBlockNetwork.block" />
-      <keyword name="AdBlockPage (Module)" id="AdBlockPage (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html" />
-      <keyword name="AdBlockPage" id="AdBlockPage" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html#AdBlockPage" />
-      <keyword name="AdBlockPage.__checkRule" id="AdBlockPage.__checkRule" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html#AdBlockPage.__checkRule" />
-      <keyword name="AdBlockPage.applyRulesToPage" id="AdBlockPage.applyRulesToPage" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html#AdBlockPage.applyRulesToPage" />
-      <keyword name="AdBlockRule (Module)" id="AdBlockRule (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html" />
-      <keyword name="AdBlockRule" id="AdBlockRule" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule" />
-      <keyword name="AdBlockRule (Constructor)" id="AdBlockRule (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.__init__" />
-      <keyword name="AdBlockRule.__convertPatternToRegExp" id="AdBlockRule.__convertPatternToRegExp" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.__convertPatternToRegExp" />
-      <keyword name="AdBlockRule.filter" id="AdBlockRule.filter" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.filter" />
-      <keyword name="AdBlockRule.isCSSRule" id="AdBlockRule.isCSSRule" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.isCSSRule" />
-      <keyword name="AdBlockRule.isEnabled" id="AdBlockRule.isEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.isEnabled" />
-      <keyword name="AdBlockRule.isException" id="AdBlockRule.isException" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.isException" />
-      <keyword name="AdBlockRule.networkMatch" id="AdBlockRule.networkMatch" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.networkMatch" />
-      <keyword name="AdBlockRule.regExpPattern" id="AdBlockRule.regExpPattern" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.regExpPattern" />
-      <keyword name="AdBlockRule.setEnabled" id="AdBlockRule.setEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setEnabled" />
-      <keyword name="AdBlockRule.setException" id="AdBlockRule.setException" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setException" />
-      <keyword name="AdBlockRule.setFilter" id="AdBlockRule.setFilter" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setFilter" />
-      <keyword name="AdBlockRule.setPattern" id="AdBlockRule.setPattern" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setPattern" />
-      <keyword name="AdBlockSubscription (Module)" id="AdBlockSubscription (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html" />
-      <keyword name="AdBlockSubscription" id="AdBlockSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription" />
-      <keyword name="AdBlockSubscription (Constructor)" id="AdBlockSubscription (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__init__" />
-      <keyword name="AdBlockSubscription.__loadRules" id="AdBlockSubscription.__loadRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__loadRules" />
-      <keyword name="AdBlockSubscription.__parseUrl" id="AdBlockSubscription.__parseUrl" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__parseUrl" />
-      <keyword name="AdBlockSubscription.__populateCache" id="AdBlockSubscription.__populateCache" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__populateCache" />
-      <keyword name="AdBlockSubscription.__rulesDownloaded" id="AdBlockSubscription.__rulesDownloaded" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__rulesDownloaded" />
-      <keyword name="AdBlockSubscription.addRule" id="AdBlockSubscription.addRule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.addRule" />
-      <keyword name="AdBlockSubscription.allRules" id="AdBlockSubscription.allRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.allRules" />
-      <keyword name="AdBlockSubscription.allow" id="AdBlockSubscription.allow" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.allow" />
-      <keyword name="AdBlockSubscription.block" id="AdBlockSubscription.block" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.block" />
-      <keyword name="AdBlockSubscription.isEnabled" id="AdBlockSubscription.isEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.isEnabled" />
-      <keyword name="AdBlockSubscription.lastUpdate" id="AdBlockSubscription.lastUpdate" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.lastUpdate" />
-      <keyword name="AdBlockSubscription.location" id="AdBlockSubscription.location" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.location" />
-      <keyword name="AdBlockSubscription.pageRules" id="AdBlockSubscription.pageRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.pageRules" />
-      <keyword name="AdBlockSubscription.removeRule" id="AdBlockSubscription.removeRule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.removeRule" />
-      <keyword name="AdBlockSubscription.replaceRule" id="AdBlockSubscription.replaceRule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.replaceRule" />
-      <keyword name="AdBlockSubscription.rulesFileName" id="AdBlockSubscription.rulesFileName" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.rulesFileName" />
-      <keyword name="AdBlockSubscription.saveRules" id="AdBlockSubscription.saveRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.saveRules" />
-      <keyword name="AdBlockSubscription.setEnabled" id="AdBlockSubscription.setEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setEnabled" />
-      <keyword name="AdBlockSubscription.setLocation" id="AdBlockSubscription.setLocation" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setLocation" />
-      <keyword name="AdBlockSubscription.setTitle" id="AdBlockSubscription.setTitle" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setTitle" />
-      <keyword name="AdBlockSubscription.title" id="AdBlockSubscription.title" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.title" />
-      <keyword name="AdBlockSubscription.updateNow" id="AdBlockSubscription.updateNow" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.updateNow" />
-      <keyword name="AdBlockSubscription.url" id="AdBlockSubscription.url" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.url" />
-      <keyword name="Bookmarks (Package)" id="Bookmarks (Package)" ref="index-eric5.Helpviewer.Bookmarks.html" />
-      <keyword name="AddBookmarkDialog (Module)" id="AddBookmarkDialog (Module)" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html" />
-      <keyword name="AddBookmarkDialog" id="AddBookmarkDialog" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog" />
-      <keyword name="AddBookmarkProxyModel" id="AddBookmarkProxyModel" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel" />
-      <keyword name="AddBookmarkDialog (Constructor)" id="AddBookmarkDialog (Constructor)" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.__init__" />
-      <keyword name="AddBookmarkDialog.accept" id="AddBookmarkDialog.accept" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.accept" />
-      <keyword name="AddBookmarkDialog.addedNode" id="AddBookmarkDialog.addedNode" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.addedNode" />
-      <keyword name="AddBookmarkDialog.currentIndex" id="AddBookmarkDialog.currentIndex" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.currentIndex" />
-      <keyword name="AddBookmarkDialog.isFolder" id="AddBookmarkDialog.isFolder" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.isFolder" />
-      <keyword name="AddBookmarkDialog.setCurrentIndex" id="AddBookmarkDialog.setCurrentIndex" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setCurrentIndex" />
-      <keyword name="AddBookmarkDialog.setFolder" id="AddBookmarkDialog.setFolder" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setFolder" />
-      <keyword name="AddBookmarkDialog.setTitle" id="AddBookmarkDialog.setTitle" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setTitle" />
-      <keyword name="AddBookmarkDialog.setUrl" id="AddBookmarkDialog.setUrl" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setUrl" />
-      <keyword name="AddBookmarkDialog.title" id="AddBookmarkDialog.title" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.title" />
-      <keyword name="AddBookmarkDialog.url" id="AddBookmarkDialog.url" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.url" />
-      <keyword name="AddBookmarkProxyModel (Constructor)" id="AddBookmarkProxyModel (Constructor)" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.__init__" />
-      <keyword name="AddBookmarkProxyModel.columnCount" id="AddBookmarkProxyModel.columnCount" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.columnCount" />
-      <keyword name="AddBookmarkProxyModel.filterAcceptsColumn" id="AddBookmarkProxyModel.filterAcceptsColumn" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.filterAcceptsColumn" />
-      <keyword name="AddBookmarkProxyModel.filterAcceptsRow" id="AddBookmarkProxyModel.filterAcceptsRow" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.filterAcceptsRow" />
-      <keyword name="AddBookmarkProxyModel.hasChildren" id="AddBookmarkProxyModel.hasChildren" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.hasChildren" />
-      <keyword name="BookmarkNode (Module)" id="BookmarkNode (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html" />
-      <keyword name="BookmarkNode" id="BookmarkNode" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode" />
-      <keyword name="BookmarkNode (Constructor)" id="BookmarkNode (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.__init__" />
-      <keyword name="BookmarkNode.add" id="BookmarkNode.add" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.add" />
-      <keyword name="BookmarkNode.children" id="BookmarkNode.children" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.children" />
-      <keyword name="BookmarkNode.parent" id="BookmarkNode.parent" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.parent" />
-      <keyword name="BookmarkNode.remove" id="BookmarkNode.remove" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.remove" />
-      <keyword name="BookmarkNode.setType" id="BookmarkNode.setType" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.setType" />
-      <keyword name="BookmarkNode.type" id="BookmarkNode.type" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.type" />
-      <keyword name="BookmarksDialog (Module)" id="BookmarksDialog (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html" />
-      <keyword name="BookmarksDialog" id="BookmarksDialog" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog" />
-      <keyword name="BookmarksDialog (Constructor)" id="BookmarksDialog (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__init__" />
-      <keyword name="BookmarksDialog.__activated" id="BookmarksDialog.__activated" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__activated" />
-      <keyword name="BookmarksDialog.__customContextMenuRequested" id="BookmarksDialog.__customContextMenuRequested" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__customContextMenuRequested" />
-      <keyword name="BookmarksDialog.__editAddress" id="BookmarksDialog.__editAddress" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__editAddress" />
-      <keyword name="BookmarksDialog.__editName" id="BookmarksDialog.__editName" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__editName" />
-      <keyword name="BookmarksDialog.__expandNodes" id="BookmarksDialog.__expandNodes" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__expandNodes" />
-      <keyword name="BookmarksDialog.__newFolder" id="BookmarksDialog.__newFolder" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__newFolder" />
-      <keyword name="BookmarksDialog.__openBookmark" id="BookmarksDialog.__openBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__openBookmark" />
-      <keyword name="BookmarksDialog.__openBookmarkInCurrentTab" id="BookmarksDialog.__openBookmarkInCurrentTab" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__openBookmarkInCurrentTab" />
-      <keyword name="BookmarksDialog.__openBookmarkInNewTab" id="BookmarksDialog.__openBookmarkInNewTab" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__openBookmarkInNewTab" />
-      <keyword name="BookmarksDialog.__saveExpandedNodes" id="BookmarksDialog.__saveExpandedNodes" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__saveExpandedNodes" />
-      <keyword name="BookmarksDialog.__shutdown" id="BookmarksDialog.__shutdown" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__shutdown" />
-      <keyword name="BookmarksDialog.closeEvent" id="BookmarksDialog.closeEvent" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.closeEvent" />
-      <keyword name="BookmarksDialog.reject" id="BookmarksDialog.reject" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.reject" />
-      <keyword name="BookmarksManager (Module)" id="BookmarksManager (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html" />
-      <keyword name="BookmarksManager" id="BookmarksManager" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager" />
-      <keyword name="ChangeBookmarkCommand" id="ChangeBookmarkCommand" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand" />
-      <keyword name="InsertBookmarksCommand" id="InsertBookmarksCommand" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand" />
-      <keyword name="RemoveBookmarksCommand" id="RemoveBookmarksCommand" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand" />
-      <keyword name="BookmarksManager (Constructor)" id="BookmarksManager (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.__init__" />
-      <keyword name="BookmarksManager.__convertFromOldBookmarks" id="BookmarksManager.__convertFromOldBookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.__convertFromOldBookmarks" />
-      <keyword name="BookmarksManager.addBookmark" id="BookmarksManager.addBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.addBookmark" />
-      <keyword name="BookmarksManager.bookmarks" id="BookmarksManager.bookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.bookmarks" />
-      <keyword name="BookmarksManager.bookmarksModel" id="BookmarksManager.bookmarksModel" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.bookmarksModel" />
-      <keyword name="BookmarksManager.changeExpanded" id="BookmarksManager.changeExpanded" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.changeExpanded" />
-      <keyword name="BookmarksManager.close" id="BookmarksManager.close" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.close" />
-      <keyword name="BookmarksManager.exportBookmarks" id="BookmarksManager.exportBookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.exportBookmarks" />
-      <keyword name="BookmarksManager.importBookmarks" id="BookmarksManager.importBookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.importBookmarks" />
-      <keyword name="BookmarksManager.load" id="BookmarksManager.load" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.load" />
-      <keyword name="BookmarksManager.menu" id="BookmarksManager.menu" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.menu" />
-      <keyword name="BookmarksManager.removeBookmark" id="BookmarksManager.removeBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.removeBookmark" />
-      <keyword name="BookmarksManager.save" id="BookmarksManager.save" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.save" />
-      <keyword name="BookmarksManager.setTitle" id="BookmarksManager.setTitle" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.setTitle" />
-      <keyword name="BookmarksManager.setUrl" id="BookmarksManager.setUrl" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.setUrl" />
-      <keyword name="BookmarksManager.toolbar" id="BookmarksManager.toolbar" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.toolbar" />
-      <keyword name="BookmarksManager.undoRedoStack" id="BookmarksManager.undoRedoStack" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.undoRedoStack" />
-      <keyword name="ChangeBookmarkCommand (Constructor)" id="ChangeBookmarkCommand (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand.__init__" />
-      <keyword name="ChangeBookmarkCommand.redo" id="ChangeBookmarkCommand.redo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand.redo" />
-      <keyword name="ChangeBookmarkCommand.undo" id="ChangeBookmarkCommand.undo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand.undo" />
-      <keyword name="InsertBookmarksCommand (Constructor)" id="InsertBookmarksCommand (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand.__init__" />
-      <keyword name="InsertBookmarksCommand.redo" id="InsertBookmarksCommand.redo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand.redo" />
-      <keyword name="InsertBookmarksCommand.undo" id="InsertBookmarksCommand.undo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand.undo" />
-      <keyword name="RemoveBookmarksCommand (Constructor)" id="RemoveBookmarksCommand (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand.__init__" />
-      <keyword name="RemoveBookmarksCommand.redo" id="RemoveBookmarksCommand.redo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand.redo" />
-      <keyword name="RemoveBookmarksCommand.undo" id="RemoveBookmarksCommand.undo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand.undo" />
-      <keyword name="BookmarksMenu (Module)" id="BookmarksMenu (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html" />
-      <keyword name="BookmarksMenu" id="BookmarksMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu" />
-      <keyword name="BookmarksMenuBarMenu" id="BookmarksMenuBarMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu" />
-      <keyword name="BookmarksMenu (Constructor)" id="BookmarksMenu (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__init__" />
-      <keyword name="BookmarksMenu.__activated" id="BookmarksMenu.__activated" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__activated" />
-      <keyword name="BookmarksMenu.__contextMenuRequested" id="BookmarksMenu.__contextMenuRequested" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__contextMenuRequested" />
-      <keyword name="BookmarksMenu.__openAll" id="BookmarksMenu.__openAll" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__openAll" />
-      <keyword name="BookmarksMenu.__openBookmark" id="BookmarksMenu.__openBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__openBookmark" />
-      <keyword name="BookmarksMenu.__openBookmarkInNewTab" id="BookmarksMenu.__openBookmarkInNewTab" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__openBookmarkInNewTab" />
-      <keyword name="BookmarksMenu.__removeBookmark" id="BookmarksMenu.__removeBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__removeBookmark" />
-      <keyword name="BookmarksMenu.createBaseMenu" id="BookmarksMenu.createBaseMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.createBaseMenu" />
-      <keyword name="BookmarksMenu.postPopulated" id="BookmarksMenu.postPopulated" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.postPopulated" />
-      <keyword name="BookmarksMenuBarMenu (Constructor)" id="BookmarksMenuBarMenu (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu.__init__" />
-      <keyword name="BookmarksMenuBarMenu.prePopulated" id="BookmarksMenuBarMenu.prePopulated" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu.prePopulated" />
-      <keyword name="BookmarksMenuBarMenu.setInitialActions" id="BookmarksMenuBarMenu.setInitialActions" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu.setInitialActions" />
-      <keyword name="BookmarksModel (Module)" id="BookmarksModel (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html" />
-      <keyword name="BookmarksModel" id="BookmarksModel" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel" />
-      <keyword name="BookmarksModel (Constructor)" id="BookmarksModel (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.__init__" />
-      <keyword name="BookmarksModel.bookmarksManager" id="BookmarksModel.bookmarksManager" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.bookmarksManager" />
-      <keyword name="BookmarksModel.columnCount" id="BookmarksModel.columnCount" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.columnCount" />
-      <keyword name="BookmarksModel.data" id="BookmarksModel.data" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.data" />
-      <keyword name="BookmarksModel.dropMimeData" id="BookmarksModel.dropMimeData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.dropMimeData" />
-      <keyword name="BookmarksModel.entryAdded" id="BookmarksModel.entryAdded" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.entryAdded" />
-      <keyword name="BookmarksModel.entryChanged" id="BookmarksModel.entryChanged" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.entryChanged" />
-      <keyword name="BookmarksModel.entryRemoved" id="BookmarksModel.entryRemoved" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.entryRemoved" />
-      <keyword name="BookmarksModel.flags" id="BookmarksModel.flags" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.flags" />
-      <keyword name="BookmarksModel.hasChildren" id="BookmarksModel.hasChildren" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.hasChildren" />
-      <keyword name="BookmarksModel.headerData" id="BookmarksModel.headerData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.headerData" />
-      <keyword name="BookmarksModel.index" id="BookmarksModel.index" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.index" />
-      <keyword name="BookmarksModel.mimeData" id="BookmarksModel.mimeData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.mimeData" />
-      <keyword name="BookmarksModel.mimeTypes" id="BookmarksModel.mimeTypes" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.mimeTypes" />
-      <keyword name="BookmarksModel.node" id="BookmarksModel.node" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.node" />
-      <keyword name="BookmarksModel.nodeIndex" id="BookmarksModel.nodeIndex" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.nodeIndex" />
-      <keyword name="BookmarksModel.parent" id="BookmarksModel.parent" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.parent" />
-      <keyword name="BookmarksModel.removeRows" id="BookmarksModel.removeRows" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.removeRows" />
-      <keyword name="BookmarksModel.rowCount" id="BookmarksModel.rowCount" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.rowCount" />
-      <keyword name="BookmarksModel.setData" id="BookmarksModel.setData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.setData" />
-      <keyword name="BookmarksModel.supportedDropActions" id="BookmarksModel.supportedDropActions" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.supportedDropActions" />
-      <keyword name="BookmarksToolBar (Module)" id="BookmarksToolBar (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html" />
-      <keyword name="BookmarksToolBar" id="BookmarksToolBar" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar" />
-      <keyword name="BookmarksToolBar (Constructor)" id="BookmarksToolBar (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__init__" />
-      <keyword name="BookmarksToolBar.__bookmarkActivated" id="BookmarksToolBar.__bookmarkActivated" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__bookmarkActivated" />
-      <keyword name="BookmarksToolBar.__contextMenuRequested" id="BookmarksToolBar.__contextMenuRequested" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__contextMenuRequested" />
-      <keyword name="BookmarksToolBar.__newBookmark" id="BookmarksToolBar.__newBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__newBookmark" />
-      <keyword name="BookmarksToolBar.__newFolder" id="BookmarksToolBar.__newFolder" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__newFolder" />
-      <keyword name="BookmarksToolBar.__openBookmark" id="BookmarksToolBar.__openBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__openBookmark" />
-      <keyword name="BookmarksToolBar.__openBookmarkInNewTab" id="BookmarksToolBar.__openBookmarkInNewTab" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__openBookmarkInNewTab" />
-      <keyword name="BookmarksToolBar.__openToolBarBookmark" id="BookmarksToolBar.__openToolBarBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__openToolBarBookmark" />
-      <keyword name="BookmarksToolBar.__removeBookmark" id="BookmarksToolBar.__removeBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__removeBookmark" />
-      <keyword name="BookmarksToolBar._createMenu" id="BookmarksToolBar._createMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar._createMenu" />
-      <keyword name="DefaultBookmarks (Module)" id="DefaultBookmarks (Module)" ref="eric5.Helpviewer.Bookmarks.DefaultBookmarks.html" />
-      <keyword name="XbelReader (Module)" id="XbelReader (Module)" ref="eric5.Helpviewer.Bookmarks.XbelReader.html" />
-      <keyword name="XbelReader" id="XbelReader" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader" />
-      <keyword name="XmlEntityResolver" id="XmlEntityResolver" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XmlEntityResolver" />
-      <keyword name="XbelReader (Constructor)" id="XbelReader (Constructor)" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__init__" />
-      <keyword name="XbelReader.__readBookmarkNode" id="XbelReader.__readBookmarkNode" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readBookmarkNode" />
-      <keyword name="XbelReader.__readDescription" id="XbelReader.__readDescription" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readDescription" />
-      <keyword name="XbelReader.__readFolder" id="XbelReader.__readFolder" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readFolder" />
-      <keyword name="XbelReader.__readSeparator" id="XbelReader.__readSeparator" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readSeparator" />
-      <keyword name="XbelReader.__readTitle" id="XbelReader.__readTitle" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readTitle" />
-      <keyword name="XbelReader.__readXBEL" id="XbelReader.__readXBEL" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readXBEL" />
-      <keyword name="XbelReader.__skipUnknownElement" id="XbelReader.__skipUnknownElement" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__skipUnknownElement" />
-      <keyword name="XbelReader.read" id="XbelReader.read" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.read" />
-      <keyword name="XmlEntityResolver.resolveUndeclaredEntity" id="XmlEntityResolver.resolveUndeclaredEntity" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XmlEntityResolver.resolveUndeclaredEntity" />
-      <keyword name="XbelWriter (Module)" id="XbelWriter (Module)" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html" />
-      <keyword name="XbelWriter" id="XbelWriter" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter" />
-      <keyword name="XbelWriter (Constructor)" id="XbelWriter (Constructor)" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.__init__" />
-      <keyword name="XbelWriter.__write" id="XbelWriter.__write" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.__write" />
-      <keyword name="XbelWriter.__writeItem" id="XbelWriter.__writeItem" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.__writeItem" />
-      <keyword name="XbelWriter.write" id="XbelWriter.write" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.write" />
-      <keyword name="CookieJar (Package)" id="CookieJar (Package)" ref="index-eric5.Helpviewer.CookieJar.html" />
-      <keyword name="CookieDetailsDialog (Module)" id="CookieDetailsDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html" />
-      <keyword name="CookieDetailsDialog" id="CookieDetailsDialog" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html#CookieDetailsDialog" />
-      <keyword name="CookieDetailsDialog (Constructor)" id="CookieDetailsDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html#CookieDetailsDialog.__init__" />
-      <keyword name="CookieDetailsDialog.setData" id="CookieDetailsDialog.setData" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html#CookieDetailsDialog.setData" />
-      <keyword name="CookieExceptionsModel (Module)" id="CookieExceptionsModel (Module)" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html" />
-      <keyword name="CookieExceptionsModel" id="CookieExceptionsModel" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel" />
-      <keyword name="CookieExceptionsModel (Constructor)" id="CookieExceptionsModel (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.__init__" />
-      <keyword name="CookieExceptionsModel.__addHost" id="CookieExceptionsModel.__addHost" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.__addHost" />
-      <keyword name="CookieExceptionsModel.addRule" id="CookieExceptionsModel.addRule" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.addRule" />
-      <keyword name="CookieExceptionsModel.columnCount" id="CookieExceptionsModel.columnCount" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.columnCount" />
-      <keyword name="CookieExceptionsModel.data" id="CookieExceptionsModel.data" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.data" />
-      <keyword name="CookieExceptionsModel.headerData" id="CookieExceptionsModel.headerData" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.headerData" />
-      <keyword name="CookieExceptionsModel.removeRows" id="CookieExceptionsModel.removeRows" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.removeRows" />
-      <keyword name="CookieExceptionsModel.rowCount" id="CookieExceptionsModel.rowCount" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.rowCount" />
-      <keyword name="CookieJar (Module)" id="CookieJar (Module)" ref="eric5.Helpviewer.CookieJar.CookieJar.html" />
-      <keyword name="CookieJar" id="CookieJar" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar" />
-      <keyword name="CookieJar (Constructor)" id="CookieJar (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__init__" />
-      <keyword name="CookieJar.__applyRules" id="CookieJar.__applyRules" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__applyRules" />
-      <keyword name="CookieJar.__isOnDomainList" id="CookieJar.__isOnDomainList" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__isOnDomainList" />
-      <keyword name="CookieJar.__purgeOldCookies" id="CookieJar.__purgeOldCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__purgeOldCookies" />
-      <keyword name="CookieJar.acceptPolicy" id="CookieJar.acceptPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.acceptPolicy" />
-      <keyword name="CookieJar.allowForSessionCookies" id="CookieJar.allowForSessionCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.allowForSessionCookies" />
-      <keyword name="CookieJar.allowedCookies" id="CookieJar.allowedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.allowedCookies" />
-      <keyword name="CookieJar.blockedCookies" id="CookieJar.blockedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.blockedCookies" />
-      <keyword name="CookieJar.clear" id="CookieJar.clear" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.clear" />
-      <keyword name="CookieJar.close" id="CookieJar.close" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.close" />
-      <keyword name="CookieJar.cookies" id="CookieJar.cookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.cookies" />
-      <keyword name="CookieJar.cookiesForUrl" id="CookieJar.cookiesForUrl" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.cookiesForUrl" />
-      <keyword name="CookieJar.filterTrackingCookies" id="CookieJar.filterTrackingCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.filterTrackingCookies" />
-      <keyword name="CookieJar.keepPolicy" id="CookieJar.keepPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.keepPolicy" />
-      <keyword name="CookieJar.load" id="CookieJar.load" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.load" />
-      <keyword name="CookieJar.loadCookies" id="CookieJar.loadCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.loadCookies" />
-      <keyword name="CookieJar.save" id="CookieJar.save" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.save" />
-      <keyword name="CookieJar.saveCookies" id="CookieJar.saveCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.saveCookies" />
-      <keyword name="CookieJar.setAcceptPolicy" id="CookieJar.setAcceptPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setAcceptPolicy" />
-      <keyword name="CookieJar.setAllowForSessionCookies" id="CookieJar.setAllowForSessionCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setAllowForSessionCookies" />
-      <keyword name="CookieJar.setAllowedCookies" id="CookieJar.setAllowedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setAllowedCookies" />
-      <keyword name="CookieJar.setBlockedCookies" id="CookieJar.setBlockedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setBlockedCookies" />
-      <keyword name="CookieJar.setCookies" id="CookieJar.setCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setCookies" />
-      <keyword name="CookieJar.setCookiesFromUrl" id="CookieJar.setCookiesFromUrl" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setCookiesFromUrl" />
-      <keyword name="CookieJar.setFilterTrackingCookies" id="CookieJar.setFilterTrackingCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setFilterTrackingCookies" />
-      <keyword name="CookieJar.setKeepPolicy" id="CookieJar.setKeepPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setKeepPolicy" />
-      <keyword name="CookieModel (Module)" id="CookieModel (Module)" ref="eric5.Helpviewer.CookieJar.CookieModel.html" />
-      <keyword name="CookieModel" id="CookieModel" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel" />
-      <keyword name="CookieModel (Constructor)" id="CookieModel (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.__init__" />
-      <keyword name="CookieModel.__cookiesChanged" id="CookieModel.__cookiesChanged" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.__cookiesChanged" />
-      <keyword name="CookieModel.columnCount" id="CookieModel.columnCount" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.columnCount" />
-      <keyword name="CookieModel.data" id="CookieModel.data" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.data" />
-      <keyword name="CookieModel.headerData" id="CookieModel.headerData" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.headerData" />
-      <keyword name="CookieModel.removeRows" id="CookieModel.removeRows" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.removeRows" />
-      <keyword name="CookieModel.rowCount" id="CookieModel.rowCount" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.rowCount" />
-      <keyword name="CookiesConfigurationDialog (Module)" id="CookiesConfigurationDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html" />
-      <keyword name="CookiesConfigurationDialog" id="CookiesConfigurationDialog" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog" />
-      <keyword name="CookiesConfigurationDialog (Constructor)" id="CookiesConfigurationDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.__init__" />
-      <keyword name="CookiesConfigurationDialog.accept" id="CookiesConfigurationDialog.accept" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.accept" />
-      <keyword name="CookiesConfigurationDialog.on_cookiesButton_clicked" id="CookiesConfigurationDialog.on_cookiesButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.on_cookiesButton_clicked" />
-      <keyword name="CookiesConfigurationDialog.on_exceptionsButton_clicked" id="CookiesConfigurationDialog.on_exceptionsButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.on_exceptionsButton_clicked" />
-      <keyword name="CookiesDialog (Module)" id="CookiesDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html" />
-      <keyword name="CookiesDialog" id="CookiesDialog" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog" />
-      <keyword name="CookiesDialog (Constructor)" id="CookiesDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__init__" />
-      <keyword name="CookiesDialog.__showCookieDetails" id="CookiesDialog.__showCookieDetails" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__showCookieDetails" />
-      <keyword name="CookiesDialog.__tableModelReset" id="CookiesDialog.__tableModelReset" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__tableModelReset" />
-      <keyword name="CookiesDialog.__tableSelectionChanged" id="CookiesDialog.__tableSelectionChanged" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__tableSelectionChanged" />
-      <keyword name="CookiesDialog.on_addButton_clicked" id="CookiesDialog.on_addButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.on_addButton_clicked" />
-      <keyword name="CookiesExceptionsDialog (Module)" id="CookiesExceptionsDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html" />
-      <keyword name="CookiesExceptionsDialog" id="CookiesExceptionsDialog" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog" />
-      <keyword name="CookiesExceptionsDialog (Constructor)" id="CookiesExceptionsDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.__init__" />
-      <keyword name="CookiesExceptionsDialog.on_allowButton_clicked" id="CookiesExceptionsDialog.on_allowButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_allowButton_clicked" />
-      <keyword name="CookiesExceptionsDialog.on_allowForSessionButton_clicked" id="CookiesExceptionsDialog.on_allowForSessionButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_allowForSessionButton_clicked" />
-      <keyword name="CookiesExceptionsDialog.on_blockButton_clicked" id="CookiesExceptionsDialog.on_blockButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_blockButton_clicked" />
-      <keyword name="CookiesExceptionsDialog.on_domainEdit_textChanged" id="CookiesExceptionsDialog.on_domainEdit_textChanged" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_domainEdit_textChanged" />
-      <keyword name="CookiesExceptionsDialog.setDomainName" id="CookiesExceptionsDialog.setDomainName" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.setDomainName" />
-      <keyword name="History (Package)" id="History (Package)" ref="index-eric5.Helpviewer.History.html" />
-      <keyword name="HistoryCompleter (Module)" id="HistoryCompleter (Module)" ref="eric5.Helpviewer.History.HistoryCompleter.html" />
-      <keyword name="HistoryCompleter" id="HistoryCompleter" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter" />
-      <keyword name="HistoryCompletionModel" id="HistoryCompletionModel" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel" />
-      <keyword name="HistoryCompletionView" id="HistoryCompletionView" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView" />
-      <keyword name="HistoryCompleter (Constructor)" id="HistoryCompleter (Constructor)" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.__init__" />
-      <keyword name="HistoryCompleter.__updateFilter" id="HistoryCompleter.__updateFilter" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.__updateFilter" />
-      <keyword name="HistoryCompleter.pathFromIndex" id="HistoryCompleter.pathFromIndex" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.pathFromIndex" />
-      <keyword name="HistoryCompleter.splitPath" id="HistoryCompleter.splitPath" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.splitPath" />
-      <keyword name="HistoryCompletionModel (Constructor)" id="HistoryCompletionModel (Constructor)" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.__init__" />
-      <keyword name="HistoryCompletionModel.data" id="HistoryCompletionModel.data" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.data" />
-      <keyword name="HistoryCompletionModel.filterAcceptsRow" id="HistoryCompletionModel.filterAcceptsRow" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.filterAcceptsRow" />
-      <keyword name="HistoryCompletionModel.isValid" id="HistoryCompletionModel.isValid" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.isValid" />
-      <keyword name="HistoryCompletionModel.lessThan" id="HistoryCompletionModel.lessThan" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.lessThan" />
-      <keyword name="HistoryCompletionModel.searchString" id="HistoryCompletionModel.searchString" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.searchString" />
-      <keyword name="HistoryCompletionModel.setSearchString" id="HistoryCompletionModel.setSearchString" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.setSearchString" />
-      <keyword name="HistoryCompletionModel.setValid" id="HistoryCompletionModel.setValid" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.setValid" />
-      <keyword name="HistoryCompletionView (Constructor)" id="HistoryCompletionView (Constructor)" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView.__init__" />
-      <keyword name="HistoryCompletionView.resizeEvent" id="HistoryCompletionView.resizeEvent" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView.resizeEvent" />
-      <keyword name="HistoryCompletionView.sizeHintForRow" id="HistoryCompletionView.sizeHintForRow" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView.sizeHintForRow" />
-      <keyword name="HistoryDialog (Module)" id="HistoryDialog (Module)" ref="eric5.Helpviewer.History.HistoryDialog.html" />
-      <keyword name="HistoryDialog" id="HistoryDialog" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog" />
-      <keyword name="HistoryDialog (Constructor)" id="HistoryDialog (Constructor)" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__init__" />
-      <keyword name="HistoryDialog.__activated" id="HistoryDialog.__activated" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__activated" />
-      <keyword name="HistoryDialog.__copyHistory" id="HistoryDialog.__copyHistory" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__copyHistory" />
-      <keyword name="HistoryDialog.__customContextMenuRequested" id="HistoryDialog.__customContextMenuRequested" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__customContextMenuRequested" />
-      <keyword name="HistoryDialog.__modelReset" id="HistoryDialog.__modelReset" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__modelReset" />
-      <keyword name="HistoryDialog.__openHistory" id="HistoryDialog.__openHistory" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__openHistory" />
-      <keyword name="HistoryDialog.__openHistoryInCurrentTab" id="HistoryDialog.__openHistoryInCurrentTab" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__openHistoryInCurrentTab" />
-      <keyword name="HistoryDialog.__openHistoryInNewTab" id="HistoryDialog.__openHistoryInNewTab" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__openHistoryInNewTab" />
-      <keyword name="HistoryFilterModel (Module)" id="HistoryFilterModel (Module)" ref="eric5.Helpviewer.History.HistoryFilterModel.html" />
-      <keyword name="HistoryData" id="HistoryData" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData" />
-      <keyword name="HistoryFilterModel" id="HistoryFilterModel" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel" />
-      <keyword name="HistoryData (Constructor)" id="HistoryData (Constructor)" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData.__init__" />
-      <keyword name="HistoryData.__eq__" id="HistoryData.__eq__" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData.__eq__" />
-      <keyword name="HistoryData.__lt__" id="HistoryData.__lt__" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData.__lt__" />
-      <keyword name="HistoryFilterModel (Constructor)" id="HistoryFilterModel (Constructor)" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__init__" />
-      <keyword name="HistoryFilterModel.__frequencyScore" id="HistoryFilterModel.__frequencyScore" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__frequencyScore" />
-      <keyword name="HistoryFilterModel.__load" id="HistoryFilterModel.__load" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__load" />
-      <keyword name="HistoryFilterModel.__sourceDataChanged" id="HistoryFilterModel.__sourceDataChanged" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceDataChanged" />
-      <keyword name="HistoryFilterModel.__sourceReset" id="HistoryFilterModel.__sourceReset" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceReset" />
-      <keyword name="HistoryFilterModel.__sourceRowsInserted" id="HistoryFilterModel.__sourceRowsInserted" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceRowsInserted" />
-      <keyword name="HistoryFilterModel.__sourceRowsRemoved" id="HistoryFilterModel.__sourceRowsRemoved" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceRowsRemoved" />
-      <keyword name="HistoryFilterModel.columnCount" id="HistoryFilterModel.columnCount" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.columnCount" />
-      <keyword name="HistoryFilterModel.data" id="HistoryFilterModel.data" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.data" />
-      <keyword name="HistoryFilterModel.headerData" id="HistoryFilterModel.headerData" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.headerData" />
-      <keyword name="HistoryFilterModel.historyContains" id="HistoryFilterModel.historyContains" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.historyContains" />
-      <keyword name="HistoryFilterModel.historyLocation" id="HistoryFilterModel.historyLocation" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.historyLocation" />
-      <keyword name="HistoryFilterModel.index" id="HistoryFilterModel.index" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.index" />
-      <keyword name="HistoryFilterModel.mapFromSource" id="HistoryFilterModel.mapFromSource" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.mapFromSource" />
-      <keyword name="HistoryFilterModel.mapToSource" id="HistoryFilterModel.mapToSource" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.mapToSource" />
-      <keyword name="HistoryFilterModel.parent" id="HistoryFilterModel.parent" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.parent" />
-      <keyword name="HistoryFilterModel.recalculateFrequencies" id="HistoryFilterModel.recalculateFrequencies" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.recalculateFrequencies" />
-      <keyword name="HistoryFilterModel.removeRows" id="HistoryFilterModel.removeRows" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.removeRows" />
-      <keyword name="HistoryFilterModel.rowCount" id="HistoryFilterModel.rowCount" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.rowCount" />
-      <keyword name="HistoryFilterModel.setSourceModel" id="HistoryFilterModel.setSourceModel" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.setSourceModel" />
-      <keyword name="HistoryManager (Module)" id="HistoryManager (Module)" ref="eric5.Helpviewer.History.HistoryManager.html" />
-      <keyword name="HistoryEntry" id="HistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry" />
-      <keyword name="HistoryManager" id="HistoryManager" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager" />
-      <keyword name="HistoryEntry (Constructor)" id="HistoryEntry (Constructor)" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.__init__" />
-      <keyword name="HistoryEntry.__eq__" id="HistoryEntry.__eq__" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.__eq__" />
-      <keyword name="HistoryEntry.__lt__" id="HistoryEntry.__lt__" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.__lt__" />
-      <keyword name="HistoryEntry.userTitle" id="HistoryEntry.userTitle" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.userTitle" />
-      <keyword name="HistoryManager (Constructor)" id="HistoryManager (Constructor)" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__init__" />
-      <keyword name="HistoryManager.__checkForExpired" id="HistoryManager.__checkForExpired" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__checkForExpired" />
-      <keyword name="HistoryManager.__load" id="HistoryManager.__load" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__load" />
-      <keyword name="HistoryManager.__refreshFrequencies" id="HistoryManager.__refreshFrequencies" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__refreshFrequencies" />
-      <keyword name="HistoryManager.__startFrequencyTimer" id="HistoryManager.__startFrequencyTimer" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__startFrequencyTimer" />
-      <keyword name="HistoryManager._addHistoryEntry" id="HistoryManager._addHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager._addHistoryEntry" />
-      <keyword name="HistoryManager._removeHistoryEntry" id="HistoryManager._removeHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager._removeHistoryEntry" />
-      <keyword name="HistoryManager.addHistoryEntry" id="HistoryManager.addHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.addHistoryEntry" />
-      <keyword name="HistoryManager.clear" id="HistoryManager.clear" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.clear" />
-      <keyword name="HistoryManager.close" id="HistoryManager.close" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.close" />
-      <keyword name="HistoryManager.daysToExpire" id="HistoryManager.daysToExpire" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.daysToExpire" />
-      <keyword name="HistoryManager.history" id="HistoryManager.history" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.history" />
-      <keyword name="HistoryManager.historyContains" id="HistoryManager.historyContains" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyContains" />
-      <keyword name="HistoryManager.historyFilterModel" id="HistoryManager.historyFilterModel" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyFilterModel" />
-      <keyword name="HistoryManager.historyModel" id="HistoryManager.historyModel" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyModel" />
-      <keyword name="HistoryManager.historyTreeModel" id="HistoryManager.historyTreeModel" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyTreeModel" />
-      <keyword name="HistoryManager.preferencesChanged" id="HistoryManager.preferencesChanged" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.preferencesChanged" />
-      <keyword name="HistoryManager.removeHistoryEntry" id="HistoryManager.removeHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.removeHistoryEntry" />
-      <keyword name="HistoryManager.save" id="HistoryManager.save" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.save" />
-      <keyword name="HistoryManager.setDaysToExpire" id="HistoryManager.setDaysToExpire" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.setDaysToExpire" />
-      <keyword name="HistoryManager.setHistory" id="HistoryManager.setHistory" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.setHistory" />
-      <keyword name="HistoryManager.updateHistoryEntry" id="HistoryManager.updateHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.updateHistoryEntry" />
-      <keyword name="HistoryMenu (Module)" id="HistoryMenu (Module)" ref="eric5.Helpviewer.History.HistoryMenu.html" />
-      <keyword name="HistoryMenu" id="HistoryMenu" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu" />
-      <keyword name="HistoryMenuModel" id="HistoryMenuModel" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel" />
-      <keyword name="HistoryMenu (Constructor)" id="HistoryMenu (Constructor)" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__init__" />
-      <keyword name="HistoryMenu.__activated" id="HistoryMenu.__activated" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__activated" />
-      <keyword name="HistoryMenu.__clearHistoryDialog" id="HistoryMenu.__clearHistoryDialog" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__clearHistoryDialog" />
-      <keyword name="HistoryMenu.__showHistoryDialog" id="HistoryMenu.__showHistoryDialog" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__showHistoryDialog" />
-      <keyword name="HistoryMenu.postPopulated" id="HistoryMenu.postPopulated" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.postPopulated" />
-      <keyword name="HistoryMenu.prePopulated" id="HistoryMenu.prePopulated" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.prePopulated" />
-      <keyword name="HistoryMenu.setInitialActions" id="HistoryMenu.setInitialActions" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.setInitialActions" />
-      <keyword name="HistoryMenuModel (Constructor)" id="HistoryMenuModel (Constructor)" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.__init__" />
-      <keyword name="HistoryMenuModel.bumpedRows" id="HistoryMenuModel.bumpedRows" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.bumpedRows" />
-      <keyword name="HistoryMenuModel.columnCount" id="HistoryMenuModel.columnCount" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.columnCount" />
-      <keyword name="HistoryMenuModel.index" id="HistoryMenuModel.index" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.index" />
-      <keyword name="HistoryMenuModel.mapFromSource" id="HistoryMenuModel.mapFromSource" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.mapFromSource" />
-      <keyword name="HistoryMenuModel.mapToSource" id="HistoryMenuModel.mapToSource" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.mapToSource" />
-      <keyword name="HistoryMenuModel.mimeData" id="HistoryMenuModel.mimeData" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.mimeData" />
-      <keyword name="HistoryMenuModel.parent" id="HistoryMenuModel.parent" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.parent" />
-      <keyword name="HistoryMenuModel.rowCount" id="HistoryMenuModel.rowCount" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.rowCount" />
-      <keyword name="HistoryModel (Module)" id="HistoryModel (Module)" ref="eric5.Helpviewer.History.HistoryModel.html" />
-      <keyword name="HistoryModel" id="HistoryModel" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel" />
-      <keyword name="HistoryModel (Constructor)" id="HistoryModel (Constructor)" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.__init__" />
-      <keyword name="HistoryModel.columnCount" id="HistoryModel.columnCount" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.columnCount" />
-      <keyword name="HistoryModel.data" id="HistoryModel.data" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.data" />
-      <keyword name="HistoryModel.entryAdded" id="HistoryModel.entryAdded" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.entryAdded" />
-      <keyword name="HistoryModel.entryUpdated" id="HistoryModel.entryUpdated" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.entryUpdated" />
-      <keyword name="HistoryModel.headerData" id="HistoryModel.headerData" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.headerData" />
-      <keyword name="HistoryModel.historyReset" id="HistoryModel.historyReset" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.historyReset" />
-      <keyword name="HistoryModel.removeRows" id="HistoryModel.removeRows" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.removeRows" />
-      <keyword name="HistoryModel.rowCount" id="HistoryModel.rowCount" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.rowCount" />
-      <keyword name="HistoryTreeModel (Module)" id="HistoryTreeModel (Module)" ref="eric5.Helpviewer.History.HistoryTreeModel.html" />
-      <keyword name="HistoryTreeModel" id="HistoryTreeModel" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel" />
-      <keyword name="HistoryTreeModel (Constructor)" id="HistoryTreeModel (Constructor)" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__init__" />
-      <keyword name="HistoryTreeModel.__sourceDateRow" id="HistoryTreeModel.__sourceDateRow" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceDateRow" />
-      <keyword name="HistoryTreeModel.__sourceReset" id="HistoryTreeModel.__sourceReset" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceReset" />
-      <keyword name="HistoryTreeModel.__sourceRowsInserted" id="HistoryTreeModel.__sourceRowsInserted" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceRowsInserted" />
-      <keyword name="HistoryTreeModel.__sourceRowsRemoved" id="HistoryTreeModel.__sourceRowsRemoved" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceRowsRemoved" />
-      <keyword name="HistoryTreeModel.columnCount" id="HistoryTreeModel.columnCount" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.columnCount" />
-      <keyword name="HistoryTreeModel.data" id="HistoryTreeModel.data" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.data" />
-      <keyword name="HistoryTreeModel.flags" id="HistoryTreeModel.flags" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.flags" />
-      <keyword name="HistoryTreeModel.hasChildren" id="HistoryTreeModel.hasChildren" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.hasChildren" />
-      <keyword name="HistoryTreeModel.headerData" id="HistoryTreeModel.headerData" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.headerData" />
-      <keyword name="HistoryTreeModel.index" id="HistoryTreeModel.index" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.index" />
-      <keyword name="HistoryTreeModel.mapFromSource" id="HistoryTreeModel.mapFromSource" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.mapFromSource" />
-      <keyword name="HistoryTreeModel.mapToSource" id="HistoryTreeModel.mapToSource" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.mapToSource" />
-      <keyword name="HistoryTreeModel.parent" id="HistoryTreeModel.parent" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.parent" />
-      <keyword name="HistoryTreeModel.removeRows" id="HistoryTreeModel.removeRows" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.removeRows" />
-      <keyword name="HistoryTreeModel.rowCount" id="HistoryTreeModel.rowCount" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.rowCount" />
-      <keyword name="HistoryTreeModel.setSourceModel" id="HistoryTreeModel.setSourceModel" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.setSourceModel" />
-      <keyword name="Network (Package)" id="Network (Package)" ref="index-eric5.Helpviewer.Network.html" />
-      <keyword name="AboutAccessHandler (Module)" id="AboutAccessHandler (Module)" ref="eric5.Helpviewer.Network.AboutAccessHandler.html" />
-      <keyword name="AboutAccessHandler" id="AboutAccessHandler" ref="eric5.Helpviewer.Network.AboutAccessHandler.html#AboutAccessHandler" />
-      <keyword name="AboutAccessHandler.createRequest" id="AboutAccessHandler.createRequest" ref="eric5.Helpviewer.Network.AboutAccessHandler.html#AboutAccessHandler.createRequest" />
-      <keyword name="FtpAccessHandler (Module)" id="FtpAccessHandler (Module)" ref="eric5.Helpviewer.Network.FtpAccessHandler.html" />
-      <keyword name="FtpAccessHandler" id="FtpAccessHandler" ref="eric5.Helpviewer.Network.FtpAccessHandler.html#FtpAccessHandler" />
-      <keyword name="FtpAccessHandler.createRequest" id="FtpAccessHandler.createRequest" ref="eric5.Helpviewer.Network.FtpAccessHandler.html#FtpAccessHandler.createRequest" />
-      <keyword name="FtpReply (Module)" id="FtpReply (Module)" ref="eric5.Helpviewer.Network.FtpReply.html" />
-      <keyword name="FtpReply" id="FtpReply" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply" />
-      <keyword name="FtpReply (Constructor)" id="FtpReply (Constructor)" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__init__" />
-      <keyword name="FtpReply.__commandStarted" id="FtpReply.__commandStarted" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__commandStarted" />
-      <keyword name="FtpReply.__connectToHost" id="FtpReply.__connectToHost" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__connectToHost" />
-      <keyword name="FtpReply.__cssLinkClass" id="FtpReply.__cssLinkClass" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__cssLinkClass" />
-      <keyword name="FtpReply.__errorSignals" id="FtpReply.__errorSignals" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__errorSignals" />
-      <keyword name="FtpReply.__processCommand" id="FtpReply.__processCommand" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__processCommand" />
-      <keyword name="FtpReply.__processData" id="FtpReply.__processData" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__processData" />
-      <keyword name="FtpReply.__processListInfo" id="FtpReply.__processListInfo" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__processListInfo" />
-      <keyword name="FtpReply.__setContent" id="FtpReply.__setContent" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__setContent" />
-      <keyword name="FtpReply.__setListContent" id="FtpReply.__setListContent" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__setListContent" />
-      <keyword name="FtpReply.abort" id="FtpReply.abort" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.abort" />
-      <keyword name="FtpReply.bytesAvailable" id="FtpReply.bytesAvailable" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.bytesAvailable" />
-      <keyword name="FtpReply.isSequential" id="FtpReply.isSequential" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.isSequential" />
-      <keyword name="FtpReply.readData" id="FtpReply.readData" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.readData" />
-      <keyword name="NetworkAccessManager (Module)" id="NetworkAccessManager (Module)" ref="eric5.Helpviewer.Network.NetworkAccessManager.html" />
-      <keyword name="NetworkAccessManager" id="NetworkAccessManager" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager" />
-      <keyword name="NetworkAccessManager (Constructor)" id="NetworkAccessManager (Constructor)" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__init__" />
-      <keyword name="NetworkAccessManager.__authenticationRequired" id="NetworkAccessManager.__authenticationRequired" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__authenticationRequired" />
-      <keyword name="NetworkAccessManager.__certToString" id="NetworkAccessManager.__certToString" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__certToString" />
-      <keyword name="NetworkAccessManager.__setDiskCache" id="NetworkAccessManager.__setDiskCache" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__setDiskCache" />
-      <keyword name="NetworkAccessManager.__sslErrors" id="NetworkAccessManager.__sslErrors" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__sslErrors" />
-      <keyword name="NetworkAccessManager.createRequest" id="NetworkAccessManager.createRequest" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.createRequest" />
-      <keyword name="NetworkAccessManager.languagesChanged" id="NetworkAccessManager.languagesChanged" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.languagesChanged" />
-      <keyword name="NetworkAccessManager.preferencesChanged" id="NetworkAccessManager.preferencesChanged" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.preferencesChanged" />
-      <keyword name="NetworkAccessManager.setSchemeHandler" id="NetworkAccessManager.setSchemeHandler" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.setSchemeHandler" />
-      <keyword name="NetworkAccessManagerProxy (Module)" id="NetworkAccessManagerProxy (Module)" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html" />
-      <keyword name="NetworkAccessManagerProxy" id="NetworkAccessManagerProxy" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy" />
-      <keyword name="NetworkAccessManagerProxy (Constructor)" id="NetworkAccessManagerProxy (Constructor)" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.__init__" />
-      <keyword name="NetworkAccessManagerProxy.createRequest" id="NetworkAccessManagerProxy.createRequest" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.createRequest" />
-      <keyword name="NetworkAccessManagerProxy.setPrimaryNetworkAccessManager" id="NetworkAccessManagerProxy.setPrimaryNetworkAccessManager" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.setPrimaryNetworkAccessManager" />
-      <keyword name="NetworkAccessManagerProxy.setWebPage" id="NetworkAccessManagerProxy.setWebPage" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.setWebPage" />
-      <keyword name="NetworkDiskCache (Module)" id="NetworkDiskCache (Module)" ref="eric5.Helpviewer.Network.NetworkDiskCache.html" />
-      <keyword name="NetworkDiskCache" id="NetworkDiskCache" ref="eric5.Helpviewer.Network.NetworkDiskCache.html#NetworkDiskCache" />
-      <keyword name="NetworkDiskCache.prepare" id="NetworkDiskCache.prepare" ref="eric5.Helpviewer.Network.NetworkDiskCache.html#NetworkDiskCache.prepare" />
-      <keyword name="NetworkProtocolUnknownErrorReply (Module)" id="NetworkProtocolUnknownErrorReply (Module)" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html" />
-      <keyword name="NetworkProtocolUnknownErrorReply" id="NetworkProtocolUnknownErrorReply" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply" />
-      <keyword name="NetworkProtocolUnknownErrorReply (Constructor)" id="NetworkProtocolUnknownErrorReply (Constructor)" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.__init__" />
-      <keyword name="NetworkProtocolUnknownErrorReply.__fireSignals" id="NetworkProtocolUnknownErrorReply.__fireSignals" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.__fireSignals" />
-      <keyword name="NetworkProtocolUnknownErrorReply.abort" id="NetworkProtocolUnknownErrorReply.abort" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.abort" />
-      <keyword name="NetworkProtocolUnknownErrorReply.bytesAvailable" id="NetworkProtocolUnknownErrorReply.bytesAvailable" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.bytesAvailable" />
-      <keyword name="NetworkReply (Module)" id="NetworkReply (Module)" ref="eric5.Helpviewer.Network.NetworkReply.html" />
-      <keyword name="NetworkReply" id="NetworkReply" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply" />
-      <keyword name="NetworkReply (Constructor)" id="NetworkReply (Constructor)" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.__init__" />
-      <keyword name="NetworkReply.abort" id="NetworkReply.abort" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.abort" />
-      <keyword name="NetworkReply.bytesAvailable" id="NetworkReply.bytesAvailable" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.bytesAvailable" />
-      <keyword name="NetworkReply.readData" id="NetworkReply.readData" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.readData" />
-      <keyword name="PyrcAccessHandler (Module)" id="PyrcAccessHandler (Module)" ref="eric5.Helpviewer.Network.PyrcAccessHandler.html" />
-      <keyword name="PyrcAccessHandler" id="PyrcAccessHandler" ref="eric5.Helpviewer.Network.PyrcAccessHandler.html#PyrcAccessHandler" />
-      <keyword name="PyrcAccessHandler.createRequest" id="PyrcAccessHandler.createRequest" ref="eric5.Helpviewer.Network.PyrcAccessHandler.html#PyrcAccessHandler.createRequest" />
-      <keyword name="QtHelpAccessHandler (Module)" id="QtHelpAccessHandler (Module)" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html" />
-      <keyword name="QtHelpAccessHandler" id="QtHelpAccessHandler" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html#QtHelpAccessHandler" />
-      <keyword name="QtHelpAccessHandler (Constructor)" id="QtHelpAccessHandler (Constructor)" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html#QtHelpAccessHandler.__init__" />
-      <keyword name="QtHelpAccessHandler.createRequest" id="QtHelpAccessHandler.createRequest" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html#QtHelpAccessHandler.createRequest" />
-      <keyword name="SchemeAccessHandler (Module)" id="SchemeAccessHandler (Module)" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html" />
-      <keyword name="SchemeAccessHandler" id="SchemeAccessHandler" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler" />
-      <keyword name="SchemeAccessHandler (Constructor)" id="SchemeAccessHandler (Constructor)" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler.__init__" />
-      <keyword name="SchemeAccessHandler.createRequest" id="SchemeAccessHandler.createRequest" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler.createRequest" />
-      <keyword name="OfflineStorage (Package)" id="OfflineStorage (Package)" ref="index-eric5.Helpviewer.OfflineStorage.html" />
-      <keyword name="OfflineStorageConfigDialog (Module)" id="OfflineStorageConfigDialog (Module)" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html" />
-      <keyword name="OfflineStorageConfigDialog" id="OfflineStorageConfigDialog" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog" />
-      <keyword name="OfflineStorageConfigDialog (Constructor)" id="OfflineStorageConfigDialog (Constructor)" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog.__init__" />
-      <keyword name="OfflineStorageConfigDialog.on_showDatabasesButton_clicked" id="OfflineStorageConfigDialog.on_showDatabasesButton_clicked" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog.on_showDatabasesButton_clicked" />
-      <keyword name="OfflineStorageConfigDialog.storeData" id="OfflineStorageConfigDialog.storeData" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog.storeData" />
-      <keyword name="WebDatabasesDialog (Module)" id="WebDatabasesDialog (Module)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesDialog.html" />
-      <keyword name="WebDatabasesDialog" id="WebDatabasesDialog" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesDialog.html#WebDatabasesDialog" />
-      <keyword name="WebDatabasesDialog (Constructor)" id="WebDatabasesDialog (Constructor)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesDialog.html#WebDatabasesDialog.__init__" />
-      <keyword name="WebDatabasesModel (Module)" id="WebDatabasesModel (Module)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html" />
-      <keyword name="WebDatabasesModel" id="WebDatabasesModel" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel" />
-      <keyword name="WebDatabasesModel (Constructor)" id="WebDatabasesModel (Constructor)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.__init__" />
-      <keyword name="WebDatabasesModel.__dataString" id="WebDatabasesModel.__dataString" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.__dataString" />
-      <keyword name="WebDatabasesModel.columnCount" id="WebDatabasesModel.columnCount" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.columnCount" />
-      <keyword name="WebDatabasesModel.data" id="WebDatabasesModel.data" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.data" />
-      <keyword name="WebDatabasesModel.hasChildren" id="WebDatabasesModel.hasChildren" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.hasChildren" />
-      <keyword name="WebDatabasesModel.headerData" id="WebDatabasesModel.headerData" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.headerData" />
-      <keyword name="WebDatabasesModel.index" id="WebDatabasesModel.index" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.index" />
-      <keyword name="WebDatabasesModel.parent" id="WebDatabasesModel.parent" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.parent" />
-      <keyword name="WebDatabasesModel.removeRows" id="WebDatabasesModel.removeRows" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.removeRows" />
-      <keyword name="WebDatabasesModel.rowCount" id="WebDatabasesModel.rowCount" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.rowCount" />
-      <keyword name="OpenSearch (Package)" id="OpenSearch (Package)" ref="index-eric5.Helpviewer.OpenSearch.html" />
-      <keyword name="OpenSearchDefaultEngines (Module)" id="OpenSearchDefaultEngines (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchDefaultEngines.html" />
-      <keyword name="OpenSearchDialog (Module)" id="OpenSearchDialog (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html" />
-      <keyword name="OpenSearchDialog" id="OpenSearchDialog" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog" />
-      <keyword name="OpenSearchDialog (Constructor)" id="OpenSearchDialog (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.__init__" />
-      <keyword name="OpenSearchDialog.__selectionChanged" id="OpenSearchDialog.__selectionChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.__selectionChanged" />
-      <keyword name="OpenSearchDialog.on_addButton_clicked" id="OpenSearchDialog.on_addButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_addButton_clicked" />
-      <keyword name="OpenSearchDialog.on_deleteButton_clicked" id="OpenSearchDialog.on_deleteButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_deleteButton_clicked" />
-      <keyword name="OpenSearchDialog.on_editButton_clicked" id="OpenSearchDialog.on_editButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_editButton_clicked" />
-      <keyword name="OpenSearchDialog.on_restoreButton_clicked" id="OpenSearchDialog.on_restoreButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_restoreButton_clicked" />
-      <keyword name="OpenSearchEditDialog (Module)" id="OpenSearchEditDialog (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html" />
-      <keyword name="OpenSearchEditDialog" id="OpenSearchEditDialog" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html#OpenSearchEditDialog" />
-      <keyword name="OpenSearchEditDialog (Constructor)" id="OpenSearchEditDialog (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html#OpenSearchEditDialog.__init__" />
-      <keyword name="OpenSearchEditDialog.accept" id="OpenSearchEditDialog.accept" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html#OpenSearchEditDialog.accept" />
-      <keyword name="OpenSearchEngine (Module)" id="OpenSearchEngine (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html" />
-      <keyword name="OpenSearchEngine" id="OpenSearchEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine" />
-      <keyword name="OpenSearchEngine (Constructor)" id="OpenSearchEngine (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__init__" />
-      <keyword name="OpenSearchEngine.__eq__" id="OpenSearchEngine.__eq__" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__eq__" />
-      <keyword name="OpenSearchEngine.__imageObtained" id="OpenSearchEngine.__imageObtained" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__imageObtained" />
-      <keyword name="OpenSearchEngine.__lt__" id="OpenSearchEngine.__lt__" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__lt__" />
-      <keyword name="OpenSearchEngine.__suggestionsObtained" id="OpenSearchEngine.__suggestionsObtained" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__suggestionsObtained" />
-      <keyword name="OpenSearchEngine.description" id="OpenSearchEngine.description" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.description" />
-      <keyword name="OpenSearchEngine.image" id="OpenSearchEngine.image" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.image" />
-      <keyword name="OpenSearchEngine.imageUrl" id="OpenSearchEngine.imageUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.imageUrl" />
-      <keyword name="OpenSearchEngine.isValid" id="OpenSearchEngine.isValid" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.isValid" />
-      <keyword name="OpenSearchEngine.loadImage" id="OpenSearchEngine.loadImage" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.loadImage" />
-      <keyword name="OpenSearchEngine.name" id="OpenSearchEngine.name" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.name" />
-      <keyword name="OpenSearchEngine.networkAccessManager" id="OpenSearchEngine.networkAccessManager" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.networkAccessManager" />
-      <keyword name="OpenSearchEngine.parseTemplate" id="OpenSearchEngine.parseTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.parseTemplate" />
-      <keyword name="OpenSearchEngine.providesSuggestions" id="OpenSearchEngine.providesSuggestions" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.providesSuggestions" />
-      <keyword name="OpenSearchEngine.requestSuggestions" id="OpenSearchEngine.requestSuggestions" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.requestSuggestions" />
-      <keyword name="OpenSearchEngine.searchMethod" id="OpenSearchEngine.searchMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchMethod" />
-      <keyword name="OpenSearchEngine.searchParameters" id="OpenSearchEngine.searchParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchParameters" />
-      <keyword name="OpenSearchEngine.searchUrl" id="OpenSearchEngine.searchUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchUrl" />
-      <keyword name="OpenSearchEngine.searchUrlTemplate" id="OpenSearchEngine.searchUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchUrlTemplate" />
-      <keyword name="OpenSearchEngine.setDescription" id="OpenSearchEngine.setDescription" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setDescription" />
-      <keyword name="OpenSearchEngine.setImage" id="OpenSearchEngine.setImage" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setImage" />
-      <keyword name="OpenSearchEngine.setImageUrl" id="OpenSearchEngine.setImageUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setImageUrl" />
-      <keyword name="OpenSearchEngine.setImageUrlAndLoad" id="OpenSearchEngine.setImageUrlAndLoad" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setImageUrlAndLoad" />
-      <keyword name="OpenSearchEngine.setName" id="OpenSearchEngine.setName" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setName" />
-      <keyword name="OpenSearchEngine.setNetworkAccessManager" id="OpenSearchEngine.setNetworkAccessManager" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setNetworkAccessManager" />
-      <keyword name="OpenSearchEngine.setSearchMethod" id="OpenSearchEngine.setSearchMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSearchMethod" />
-      <keyword name="OpenSearchEngine.setSearchParameters" id="OpenSearchEngine.setSearchParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSearchParameters" />
-      <keyword name="OpenSearchEngine.setSearchUrlTemplate" id="OpenSearchEngine.setSearchUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSearchUrlTemplate" />
-      <keyword name="OpenSearchEngine.setSuggestionsMethod" id="OpenSearchEngine.setSuggestionsMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSuggestionsMethod" />
-      <keyword name="OpenSearchEngine.setSuggestionsParameters" id="OpenSearchEngine.setSuggestionsParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSuggestionsParameters" />
-      <keyword name="OpenSearchEngine.setSuggestionsUrlTemplate" id="OpenSearchEngine.setSuggestionsUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSuggestionsUrlTemplate" />
-      <keyword name="OpenSearchEngine.suggestionsMethod" id="OpenSearchEngine.suggestionsMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsMethod" />
-      <keyword name="OpenSearchEngine.suggestionsParameters" id="OpenSearchEngine.suggestionsParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsParameters" />
-      <keyword name="OpenSearchEngine.suggestionsUrl" id="OpenSearchEngine.suggestionsUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsUrl" />
-      <keyword name="OpenSearchEngine.suggestionsUrlTemplate" id="OpenSearchEngine.suggestionsUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsUrlTemplate" />
-      <keyword name="OpenSearchEngineAction (Module)" id="OpenSearchEngineAction (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html" />
-      <keyword name="OpenSearchEngineAction" id="OpenSearchEngineAction" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html#OpenSearchEngineAction" />
-      <keyword name="OpenSearchEngineAction (Constructor)" id="OpenSearchEngineAction (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html#OpenSearchEngineAction.__init__" />
-      <keyword name="OpenSearchEngineAction.__imageChanged" id="OpenSearchEngineAction.__imageChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html#OpenSearchEngineAction.__imageChanged" />
-      <keyword name="OpenSearchEngineModel (Module)" id="OpenSearchEngineModel (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html" />
-      <keyword name="OpenSearchEngineModel" id="OpenSearchEngineModel" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel" />
-      <keyword name="OpenSearchEngineModel (Constructor)" id="OpenSearchEngineModel (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.__init__" />
-      <keyword name="OpenSearchEngineModel.__enginesChanged" id="OpenSearchEngineModel.__enginesChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.__enginesChanged" />
-      <keyword name="OpenSearchEngineModel.columnCount" id="OpenSearchEngineModel.columnCount" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.columnCount" />
-      <keyword name="OpenSearchEngineModel.data" id="OpenSearchEngineModel.data" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.data" />
-      <keyword name="OpenSearchEngineModel.flags" id="OpenSearchEngineModel.flags" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.flags" />
-      <keyword name="OpenSearchEngineModel.headerData" id="OpenSearchEngineModel.headerData" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.headerData" />
-      <keyword name="OpenSearchEngineModel.removeRows" id="OpenSearchEngineModel.removeRows" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.removeRows" />
-      <keyword name="OpenSearchEngineModel.rowCount" id="OpenSearchEngineModel.rowCount" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.rowCount" />
-      <keyword name="OpenSearchEngineModel.setData" id="OpenSearchEngineModel.setData" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.setData" />
-      <keyword name="OpenSearchManager (Module)" id="OpenSearchManager (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html" />
-      <keyword name="OpenSearchManager" id="OpenSearchManager" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager" />
-      <keyword name="OpenSearchManager (Constructor)" id="OpenSearchManager (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__init__" />
-      <keyword name="OpenSearchManager.__addEngineByEngine" id="OpenSearchManager.__addEngineByEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__addEngineByEngine" />
-      <keyword name="OpenSearchManager.__addEngineByFile" id="OpenSearchManager.__addEngineByFile" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__addEngineByFile" />
-      <keyword name="OpenSearchManager.__addEngineByUrl" id="OpenSearchManager.__addEngineByUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__addEngineByUrl" />
-      <keyword name="OpenSearchManager.__confirmAddition" id="OpenSearchManager.__confirmAddition" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__confirmAddition" />
-      <keyword name="OpenSearchManager.__engineFromUrlAvailable" id="OpenSearchManager.__engineFromUrlAvailable" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__engineFromUrlAvailable" />
-      <keyword name="OpenSearchManager.addEngine" id="OpenSearchManager.addEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.addEngine" />
-      <keyword name="OpenSearchManager.allEnginesNames" id="OpenSearchManager.allEnginesNames" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.allEnginesNames" />
-      <keyword name="OpenSearchManager.close" id="OpenSearchManager.close" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.close" />
-      <keyword name="OpenSearchManager.convertKeywordSearchToUrl" id="OpenSearchManager.convertKeywordSearchToUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.convertKeywordSearchToUrl" />
-      <keyword name="OpenSearchManager.currentEngine" id="OpenSearchManager.currentEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.currentEngine" />
-      <keyword name="OpenSearchManager.currentEngineName" id="OpenSearchManager.currentEngineName" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.currentEngineName" />
-      <keyword name="OpenSearchManager.engine" id="OpenSearchManager.engine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.engine" />
-      <keyword name="OpenSearchManager.engineExists" id="OpenSearchManager.engineExists" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.engineExists" />
-      <keyword name="OpenSearchManager.engineForKeyword" id="OpenSearchManager.engineForKeyword" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.engineForKeyword" />
-      <keyword name="OpenSearchManager.enginesChanged" id="OpenSearchManager.enginesChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.enginesChanged" />
-      <keyword name="OpenSearchManager.enginesCount" id="OpenSearchManager.enginesCount" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.enginesCount" />
-      <keyword name="OpenSearchManager.enginesDirectory" id="OpenSearchManager.enginesDirectory" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.enginesDirectory" />
-      <keyword name="OpenSearchManager.generateEngineFileName" id="OpenSearchManager.generateEngineFileName" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.generateEngineFileName" />
-      <keyword name="OpenSearchManager.keywordsForEngine" id="OpenSearchManager.keywordsForEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.keywordsForEngine" />
-      <keyword name="OpenSearchManager.load" id="OpenSearchManager.load" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.load" />
-      <keyword name="OpenSearchManager.loadDirectory" id="OpenSearchManager.loadDirectory" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.loadDirectory" />
-      <keyword name="OpenSearchManager.removeEngine" id="OpenSearchManager.removeEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.removeEngine" />
-      <keyword name="OpenSearchManager.restoreDefaults" id="OpenSearchManager.restoreDefaults" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.restoreDefaults" />
-      <keyword name="OpenSearchManager.save" id="OpenSearchManager.save" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.save" />
-      <keyword name="OpenSearchManager.saveDirectory" id="OpenSearchManager.saveDirectory" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.saveDirectory" />
-      <keyword name="OpenSearchManager.setCurrentEngine" id="OpenSearchManager.setCurrentEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setCurrentEngine" />
-      <keyword name="OpenSearchManager.setCurrentEngineName" id="OpenSearchManager.setCurrentEngineName" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setCurrentEngineName" />
-      <keyword name="OpenSearchManager.setEngineForKeyword" id="OpenSearchManager.setEngineForKeyword" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setEngineForKeyword" />
-      <keyword name="OpenSearchManager.setKeywordsForEngine" id="OpenSearchManager.setKeywordsForEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setKeywordsForEngine" />
-      <keyword name="OpenSearchReader (Module)" id="OpenSearchReader (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html" />
-      <keyword name="OpenSearchReader" id="OpenSearchReader" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html#OpenSearchReader" />
-      <keyword name="OpenSearchReader.__read" id="OpenSearchReader.__read" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html#OpenSearchReader.__read" />
-      <keyword name="OpenSearchReader.read" id="OpenSearchReader.read" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html#OpenSearchReader.read" />
-      <keyword name="OpenSearchWriter (Module)" id="OpenSearchWriter (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html" />
-      <keyword name="OpenSearchWriter" id="OpenSearchWriter" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter" />
-      <keyword name="OpenSearchWriter (Constructor)" id="OpenSearchWriter (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter.__init__" />
-      <keyword name="OpenSearchWriter.__write" id="OpenSearchWriter.__write" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter.__write" />
-      <keyword name="OpenSearchWriter.write" id="OpenSearchWriter.write" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter.write" />
-      <keyword name="Passwords (Package)" id="Passwords (Package)" ref="index-eric5.Helpviewer.Passwords.html" />
-      <keyword name="PasswordManager (Module)" id="PasswordManager (Module)" ref="eric5.Helpviewer.Passwords.PasswordManager.html" />
-      <keyword name="LoginForm" id="LoginForm" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm" />
-      <keyword name="PasswordManager" id="PasswordManager" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager" />
-      <keyword name="LoginForm (Constructor)" id="LoginForm (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.__init__" />
-      <keyword name="LoginForm.isValid" id="LoginForm.isValid" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.isValid" />
-      <keyword name="LoginForm.load" id="LoginForm.load" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.load" />
-      <keyword name="LoginForm.save" id="LoginForm.save" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.save" />
-      <keyword name="PasswordManager (Constructor)" id="PasswordManager (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__init__" />
-      <keyword name="PasswordManager.__createKey" id="PasswordManager.__createKey" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__createKey" />
-      <keyword name="PasswordManager.__extractMultipartQueryItems" id="PasswordManager.__extractMultipartQueryItems" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__extractMultipartQueryItems" />
-      <keyword name="PasswordManager.__findForm" id="PasswordManager.__findForm" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__findForm" />
-      <keyword name="PasswordManager.__load" id="PasswordManager.__load" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__load" />
-      <keyword name="PasswordManager.__stripUrl" id="PasswordManager.__stripUrl" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__stripUrl" />
-      <keyword name="PasswordManager.allSiteNames" id="PasswordManager.allSiteNames" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.allSiteNames" />
-      <keyword name="PasswordManager.clear" id="PasswordManager.clear" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.clear" />
-      <keyword name="PasswordManager.close" id="PasswordManager.close" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.close" />
-      <keyword name="PasswordManager.fill" id="PasswordManager.fill" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.fill" />
-      <keyword name="PasswordManager.getLogin" id="PasswordManager.getLogin" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.getLogin" />
-      <keyword name="PasswordManager.post" id="PasswordManager.post" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.post" />
-      <keyword name="PasswordManager.removePassword" id="PasswordManager.removePassword" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.removePassword" />
-      <keyword name="PasswordManager.save" id="PasswordManager.save" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.save" />
-      <keyword name="PasswordManager.setLogin" id="PasswordManager.setLogin" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.setLogin" />
-      <keyword name="PasswordManager.siteInfo" id="PasswordManager.siteInfo" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.siteInfo" />
-      <keyword name="PasswordManager.sitesCount" id="PasswordManager.sitesCount" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.sitesCount" />
-      <keyword name="PasswordModel (Module)" id="PasswordModel (Module)" ref="eric5.Helpviewer.Passwords.PasswordModel.html" />
-      <keyword name="PasswordModel" id="PasswordModel" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel" />
-      <keyword name="PasswordModel (Constructor)" id="PasswordModel (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.__init__" />
-      <keyword name="PasswordModel.__passwordsChanged" id="PasswordModel.__passwordsChanged" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.__passwordsChanged" />
-      <keyword name="PasswordModel.columnCount" id="PasswordModel.columnCount" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.columnCount" />
-      <keyword name="PasswordModel.data" id="PasswordModel.data" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.data" />
-      <keyword name="PasswordModel.headerData" id="PasswordModel.headerData" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.headerData" />
-      <keyword name="PasswordModel.removeRows" id="PasswordModel.removeRows" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.removeRows" />
-      <keyword name="PasswordModel.rowCount" id="PasswordModel.rowCount" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.rowCount" />
-      <keyword name="PasswordModel.setShowPasswords" id="PasswordModel.setShowPasswords" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.setShowPasswords" />
-      <keyword name="PasswordModel.showPasswords" id="PasswordModel.showPasswords" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.showPasswords" />
-      <keyword name="PasswordsDialog (Module)" id="PasswordsDialog (Module)" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html" />
-      <keyword name="PasswordsDialog" id="PasswordsDialog" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog" />
-      <keyword name="PasswordsDialog (Constructor)" id="PasswordsDialog (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog.__init__" />
-      <keyword name="PasswordsDialog.__calculateHeaderSizes" id="PasswordsDialog.__calculateHeaderSizes" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog.__calculateHeaderSizes" />
-      <keyword name="PasswordsDialog.on_passwordsButton_clicked" id="PasswordsDialog.on_passwordsButton_clicked" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog.on_passwordsButton_clicked" />
-      <keyword name="cursors (Package)" id="cursors (Package)" ref="index-eric5.IconEditor.cursors.html" />
-      <keyword name="cursors_rc (Module)" id="cursors_rc (Module)" ref="eric5.IconEditor.cursors.cursors_rc.html" />
-      <keyword name="qCleanupResources" id="qCleanupResources" ref="eric5.IconEditor.cursors.cursors_rc.html#qCleanupResources" />
-      <keyword name="qInitResources" id="qInitResources" ref="eric5.IconEditor.cursors.cursors_rc.html#qInitResources" />
-      <keyword name="AboutPlugin (Package)" id="AboutPlugin (Package)" ref="index-eric5.Plugins.AboutPlugin.html" />
-      <keyword name="AboutDialog (Module)" id="AboutDialog (Module)" ref="eric5.Plugins.AboutPlugin.AboutDialog.html" />
-      <keyword name="AboutDialog" id="AboutDialog" ref="eric5.Plugins.AboutPlugin.AboutDialog.html#AboutDialog" />
-      <keyword name="AboutDialog (Constructor)" id="AboutDialog (Constructor)" ref="eric5.Plugins.AboutPlugin.AboutDialog.html#AboutDialog.__init__" />
-      <keyword name="CheckerPlugins (Package)" id="CheckerPlugins (Package)" ref="index-eric5.Plugins.CheckerPlugins.html" />
-      <keyword name="DocumentationPlugins (Package)" id="DocumentationPlugins (Package)" ref="index-eric5.Plugins.DocumentationPlugins.html" />
-      <keyword name="VcsPlugins (Package)" id="VcsPlugins (Package)" ref="index-eric5.Plugins.VcsPlugins.html" />
-      <keyword name="ViewManagerPlugins (Package)" id="ViewManagerPlugins (Package)" ref="index-eric5.Plugins.ViewManagerPlugins.html" />
-      <keyword name="WizardPlugins (Package)" id="WizardPlugins (Package)" ref="index-eric5.Plugins.WizardPlugins.html" />
-      <keyword name="SyntaxChecker (Package)" id="SyntaxChecker (Package)" ref="index-eric5.Plugins.CheckerPlugins.SyntaxChecker.html" />
-      <keyword name="SyntaxCheckerDialog (Module)" id="SyntaxCheckerDialog (Module)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html" />
-      <keyword name="SyntaxCheckerDialog" id="SyntaxCheckerDialog" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog" />
-      <keyword name="SyntaxCheckerDialog (Constructor)" id="SyntaxCheckerDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__init__" />
-      <keyword name="SyntaxCheckerDialog.__clearErrors" id="SyntaxCheckerDialog.__clearErrors" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__clearErrors" />
-      <keyword name="SyntaxCheckerDialog.__createResultItem" id="SyntaxCheckerDialog.__createResultItem" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__createResultItem" />
-      <keyword name="SyntaxCheckerDialog.__finish" id="SyntaxCheckerDialog.__finish" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__finish" />
-      <keyword name="SyntaxCheckerDialog.__resort" id="SyntaxCheckerDialog.__resort" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__resort" />
-      <keyword name="SyntaxCheckerDialog.on_buttonBox_clicked" id="SyntaxCheckerDialog.on_buttonBox_clicked" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.on_buttonBox_clicked" />
-      <keyword name="SyntaxCheckerDialog.on_resultList_itemActivated" id="SyntaxCheckerDialog.on_resultList_itemActivated" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.on_resultList_itemActivated" />
-      <keyword name="SyntaxCheckerDialog.on_showButton_clicked" id="SyntaxCheckerDialog.on_showButton_clicked" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.on_showButton_clicked" />
-      <keyword name="SyntaxCheckerDialog.start" id="SyntaxCheckerDialog.start" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.start" />
-      <keyword name="Tabnanny (Package)" id="Tabnanny (Package)" ref="index-eric5.Plugins.CheckerPlugins.Tabnanny.html" />
-      <keyword name="Tabnanny (Module)" id="Tabnanny (Module)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html" />
-      <keyword name="NannyNag" id="NannyNag" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag" />
-      <keyword name="Whitespace" id="Whitespace" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace" />
-      <keyword name="check" id="check" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#check" />
-      <keyword name="format_witnesses" id="format_witnesses" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#format_witnesses" />
-      <keyword name="process_tokens" id="process_tokens" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#process_tokens" />
-      <keyword name="NannyNag (Constructor)" id="NannyNag (Constructor)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.__init__" />
-      <keyword name="NannyNag.get_line" id="NannyNag.get_line" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.get_line" />
-      <keyword name="NannyNag.get_lineno" id="NannyNag.get_lineno" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.get_lineno" />
-      <keyword name="NannyNag.get_msg" id="NannyNag.get_msg" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.get_msg" />
-      <keyword name="Whitespace (Constructor)" id="Whitespace (Constructor)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.__init__" />
-      <keyword name="Whitespace.equal" id="Whitespace.equal" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.equal" />
-      <keyword name="Whitespace.indent_level" id="Whitespace.indent_level" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.indent_level" />
-      <keyword name="Whitespace.less" id="Whitespace.less" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.less" />
-      <keyword name="Whitespace.longest_run_of_spaces" id="Whitespace.longest_run_of_spaces" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.longest_run_of_spaces" />
-      <keyword name="Whitespace.not_equal_witness" id="Whitespace.not_equal_witness" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.not_equal_witness" />
-      <keyword name="Whitespace.not_less_witness" id="Whitespace.not_less_witness" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.not_less_witness" />
-      <keyword name="TabnannyDialog (Module)" id="TabnannyDialog (Module)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html" />
-      <keyword name="TabnannyDialog" id="TabnannyDialog" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog" />
-      <keyword name="TabnannyDialog (Constructor)" id="TabnannyDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__init__" />
-      <keyword name="TabnannyDialog.__createResultItem" id="TabnannyDialog.__createResultItem" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__createResultItem" />
-      <keyword name="TabnannyDialog.__finish" id="TabnannyDialog.__finish" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__finish" />
-      <keyword name="TabnannyDialog.__resort" id="TabnannyDialog.__resort" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__resort" />
-      <keyword name="TabnannyDialog.on_buttonBox_clicked" id="TabnannyDialog.on_buttonBox_clicked" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.on_buttonBox_clicked" />
-      <keyword name="TabnannyDialog.on_resultList_itemActivated" id="TabnannyDialog.on_resultList_itemActivated" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.on_resultList_itemActivated" />
-      <keyword name="TabnannyDialog.start" id="TabnannyDialog.start" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.start" />
-      <keyword name="Ericapi (Package)" id="Ericapi (Package)" ref="index-eric5.Plugins.DocumentationPlugins.Ericapi.html" />
-      <keyword name="EricapiConfigDialog (Module)" id="EricapiConfigDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html" />
-      <keyword name="EricapiConfigDialog" id="EricapiConfigDialog" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog" />
-      <keyword name="EricapiConfigDialog (Constructor)" id="EricapiConfigDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.__init__" />
-      <keyword name="EricapiConfigDialog.__initializeDefaults" id="EricapiConfigDialog.__initializeDefaults" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.__initializeDefaults" />
-      <keyword name="EricapiConfigDialog.accept" id="EricapiConfigDialog.accept" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.accept" />
-      <keyword name="EricapiConfigDialog.generateParameters" id="EricapiConfigDialog.generateParameters" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.generateParameters" />
-      <keyword name="EricapiConfigDialog.on_addButton_clicked" id="EricapiConfigDialog.on_addButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_addButton_clicked" />
-      <keyword name="EricapiConfigDialog.on_deleteButton_clicked" id="EricapiConfigDialog.on_deleteButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_deleteButton_clicked" />
-      <keyword name="EricapiConfigDialog.on_ignoreDirButton_clicked" id="EricapiConfigDialog.on_ignoreDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_ignoreDirButton_clicked" />
-      <keyword name="EricapiConfigDialog.on_outputFileButton_clicked" id="EricapiConfigDialog.on_outputFileButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_outputFileButton_clicked" />
-      <keyword name="EricapiConfigDialog.on_outputFileEdit_textChanged" id="EricapiConfigDialog.on_outputFileEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_outputFileEdit_textChanged" />
-      <keyword name="EricapiExecDialog (Module)" id="EricapiExecDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html" />
-      <keyword name="EricapiExecDialog" id="EricapiExecDialog" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog" />
-      <keyword name="EricapiExecDialog (Constructor)" id="EricapiExecDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__init__" />
-      <keyword name="EricapiExecDialog.__finish" id="EricapiExecDialog.__finish" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__finish" />
-      <keyword name="EricapiExecDialog.__readStderr" id="EricapiExecDialog.__readStderr" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__readStderr" />
-      <keyword name="EricapiExecDialog.__readStdout" id="EricapiExecDialog.__readStdout" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__readStdout" />
-      <keyword name="EricapiExecDialog.on_buttonBox_clicked" id="EricapiExecDialog.on_buttonBox_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.on_buttonBox_clicked" />
-      <keyword name="EricapiExecDialog.start" id="EricapiExecDialog.start" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.start" />
-      <keyword name="Ericdoc (Package)" id="Ericdoc (Package)" ref="index-eric5.Plugins.DocumentationPlugins.Ericdoc.html" />
-      <keyword name="EricdocConfigDialog (Module)" id="EricdocConfigDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html" />
-      <keyword name="EricdocConfigDialog" id="EricdocConfigDialog" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog" />
-      <keyword name="EricdocConfigDialog (Constructor)" id="EricdocConfigDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__init__" />
-      <keyword name="EricdocConfigDialog.__checkQtHelpOptions" id="EricdocConfigDialog.__checkQtHelpOptions" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__checkQtHelpOptions" />
-      <keyword name="EricdocConfigDialog.__initializeDefaults" id="EricdocConfigDialog.__initializeDefaults" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__initializeDefaults" />
-      <keyword name="EricdocConfigDialog.__selectColor" id="EricdocConfigDialog.__selectColor" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__selectColor" />
-      <keyword name="EricdocConfigDialog.accept" id="EricdocConfigDialog.accept" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.accept" />
-      <keyword name="EricdocConfigDialog.generateParameters" id="EricdocConfigDialog.generateParameters" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.generateParameters" />
-      <keyword name="EricdocConfigDialog.on_addButton_clicked" id="EricdocConfigDialog.on_addButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_addButton_clicked" />
-      <keyword name="EricdocConfigDialog.on_bodyBgButton_clicked" id="EricdocConfigDialog.on_bodyBgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_bodyBgButton_clicked" />
-      <keyword name="EricdocConfigDialog.on_bodyFgButton_clicked" id="EricdocConfigDialog.on_bodyFgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_bodyFgButton_clicked" />
-      <keyword name="EricdocConfigDialog.on_cfBgButton_clicked" id="EricdocConfigDialog.on_cfBgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cfBgButton_clicked" />
-      <keyword name="EricdocConfigDialog.on_cfFgButton_clicked" id="EricdocConfigDialog.on_cfFgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cfFgButton_clicked" />
-      <keyword name="EricdocConfigDialog.on_cssButton_clicked" id="EricdocConfigDialog.on_cssButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cssButton_clicked" />
-      <keyword name="EricdocConfigDialog.on_deleteButton_clicked" id="EricdocConfigDialog.on_deleteButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_deleteButton_clicked" />
-      <keyword name="EricdocConfigDialog.on_ignoreDirButton_clicked" id="EricdocConfigDialog.on_ignoreDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_ignoreDirButton_clicked" />
-      <keyword name="EricdocConfigDialog.on_l1BgButton_clicked" id="EricdocConfigDialog.on_l1BgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l1BgButton_clicked" />
-      <keyword name="EricdocConfigDialog.on_l1FgButton_clicked" id="EricdocConfigDialog.on_l1FgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l1FgButton_clicked" />
-      <keyword name="EricdocConfigDialog.on_l2BgButton_clicked" id="EricdocConfigDialog.on_l2BgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l2BgButton_clicked" />
-      <keyword name="EricdocConfigDialog.on_l2FgButton_clicked" id="EricdocConfigDialog.on_l2FgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l2FgButton_clicked" />
-      <keyword name="EricdocConfigDialog.on_linkFgButton_clicked" id="EricdocConfigDialog.on_linkFgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_linkFgButton_clicked" />
-      <keyword name="EricdocConfigDialog.on_outputDirButton_clicked" id="EricdocConfigDialog.on_outputDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_outputDirButton_clicked" />
-      <keyword name="EricdocConfigDialog.on_qtHelpDirButton_clicked" id="EricdocConfigDialog.on_qtHelpDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpDirButton_clicked" />
-      <keyword name="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" id="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" />
-      <keyword name="EricdocConfigDialog.on_qtHelpGroup_toggled" id="EricdocConfigDialog.on_qtHelpGroup_toggled" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpGroup_toggled" />
-      <keyword name="EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" id="EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" />
-      <keyword name="EricdocConfigDialog.on_qtHelpTitleEdit_textChanged" id="EricdocConfigDialog.on_qtHelpTitleEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpTitleEdit_textChanged" />
-      <keyword name="EricdocExecDialog (Module)" id="EricdocExecDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html" />
-      <keyword name="EricdocExecDialog" id="EricdocExecDialog" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog" />
-      <keyword name="EricdocExecDialog (Constructor)" id="EricdocExecDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__init__" />
-      <keyword name="EricdocExecDialog.__finish" id="EricdocExecDialog.__finish" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__finish" />
-      <keyword name="EricdocExecDialog.__readStderr" id="EricdocExecDialog.__readStderr" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__readStderr" />
-      <keyword name="EricdocExecDialog.__readStdout" id="EricdocExecDialog.__readStdout" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__readStdout" />
-      <keyword name="EricdocExecDialog.on_buttonBox_clicked" id="EricdocExecDialog.on_buttonBox_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.on_buttonBox_clicked" />
-      <keyword name="EricdocExecDialog.start" id="EricdocExecDialog.start" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.start" />
-      <keyword name="vcsMercurial (Package)" id="vcsMercurial (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.html" />
-      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.Config.html" />
-      <keyword name="hg (Module)" id="hg (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html" />
-      <keyword name="Hg" id="Hg" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg" />
-      <keyword name="Hg (Constructor)" id="Hg (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__init__" />
-      <keyword name="Hg.__hgURL" id="Hg.__hgURL" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__hgURL" />
-      <keyword name="Hg.__vcsCommit_Step2" id="Hg.__vcsCommit_Step2" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__vcsCommit_Step2" />
-      <keyword name="Hg._createStatusMonitorThread" id="Hg._createStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg._createStatusMonitorThread" />
-      <keyword name="Hg.clearStatusCache" id="Hg.clearStatusCache" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.clearStatusCache" />
-      <keyword name="Hg.getPlugin" id="Hg.getPlugin" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.getPlugin" />
-      <keyword name="Hg.hgAnnotate" id="Hg.hgAnnotate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgAnnotate" />
-      <keyword name="Hg.hgBackout" id="Hg.hgBackout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBackout" />
-      <keyword name="Hg.hgBisect" id="Hg.hgBisect" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBisect" />
-      <keyword name="Hg.hgBranch" id="Hg.hgBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBranch" />
-      <keyword name="Hg.hgBundle" id="Hg.hgBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBundle" />
-      <keyword name="Hg.hgCopy" id="Hg.hgCopy" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgCopy" />
-      <keyword name="Hg.hgCreateIgnoreFile" id="Hg.hgCreateIgnoreFile" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgCreateIgnoreFile" />
-      <keyword name="Hg.hgEditConfig" id="Hg.hgEditConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgEditConfig" />
-      <keyword name="Hg.hgExtendedDiff" id="Hg.hgExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgExtendedDiff" />
-      <keyword name="Hg.hgForget" id="Hg.hgForget" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgForget" />
-      <keyword name="Hg.hgIdentify" id="Hg.hgIdentify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgIdentify" />
-      <keyword name="Hg.hgIdentifyBundle" id="Hg.hgIdentifyBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgIdentifyBundle" />
-      <keyword name="Hg.hgIncoming" id="Hg.hgIncoming" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgIncoming" />
-      <keyword name="Hg.hgInfo" id="Hg.hgInfo" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgInfo" />
-      <keyword name="Hg.hgListTagBranch" id="Hg.hgListTagBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgListTagBranch" />
-      <keyword name="Hg.hgLogBrowser" id="Hg.hgLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgLogBrowser" />
-      <keyword name="Hg.hgLogLimited" id="Hg.hgLogLimited" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgLogLimited" />
-      <keyword name="Hg.hgNormalizeURL" id="Hg.hgNormalizeURL" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgNormalizeURL" />
-      <keyword name="Hg.hgOutgoing" id="Hg.hgOutgoing" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgOutgoing" />
-      <keyword name="Hg.hgPreviewBundle" id="Hg.hgPreviewBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgPreviewBundle" />
-      <keyword name="Hg.hgPull" id="Hg.hgPull" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgPull" />
-      <keyword name="Hg.hgPush" id="Hg.hgPush" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgPush" />
-      <keyword name="Hg.hgRecover" id="Hg.hgRecover" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgRecover" />
-      <keyword name="Hg.hgResolve" id="Hg.hgResolve" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgResolve" />
-      <keyword name="Hg.hgServe" id="Hg.hgServe" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgServe" />
-      <keyword name="Hg.hgShowBranch" id="Hg.hgShowBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgShowBranch" />
-      <keyword name="Hg.hgShowConfig" id="Hg.hgShowConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgShowConfig" />
-      <keyword name="Hg.hgShowPaths" id="Hg.hgShowPaths" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgShowPaths" />
-      <keyword name="Hg.hgUnbundle" id="Hg.hgUnbundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgUnbundle" />
-      <keyword name="Hg.hgVerify" id="Hg.hgVerify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgVerify" />
-      <keyword name="Hg.vcsAdd" id="Hg.vcsAdd" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAdd" />
-      <keyword name="Hg.vcsAddBinary" id="Hg.vcsAddBinary" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAddBinary" />
-      <keyword name="Hg.vcsAddTree" id="Hg.vcsAddTree" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAddTree" />
-      <keyword name="Hg.vcsAllRegisteredStates" id="Hg.vcsAllRegisteredStates" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAllRegisteredStates" />
-      <keyword name="Hg.vcsCheckout" id="Hg.vcsCheckout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCheckout" />
-      <keyword name="Hg.vcsCleanup" id="Hg.vcsCleanup" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCleanup" />
-      <keyword name="Hg.vcsCommandLine" id="Hg.vcsCommandLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCommandLine" />
-      <keyword name="Hg.vcsCommit" id="Hg.vcsCommit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCommit" />
-      <keyword name="Hg.vcsConvertProject" id="Hg.vcsConvertProject" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsConvertProject" />
-      <keyword name="Hg.vcsDiff" id="Hg.vcsDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsDiff" />
-      <keyword name="Hg.vcsExists" id="Hg.vcsExists" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsExists" />
-      <keyword name="Hg.vcsExport" id="Hg.vcsExport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsExport" />
-      <keyword name="Hg.vcsGetProjectBrowserHelper" id="Hg.vcsGetProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsGetProjectBrowserHelper" />
-      <keyword name="Hg.vcsGetProjectHelper" id="Hg.vcsGetProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsGetProjectHelper" />
-      <keyword name="Hg.vcsImport" id="Hg.vcsImport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsImport" />
-      <keyword name="Hg.vcsInit" id="Hg.vcsInit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsInit" />
-      <keyword name="Hg.vcsLog" id="Hg.vcsLog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsLog" />
-      <keyword name="Hg.vcsMerge" id="Hg.vcsMerge" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsMerge" />
-      <keyword name="Hg.vcsMove" id="Hg.vcsMove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsMove" />
-      <keyword name="Hg.vcsName" id="Hg.vcsName" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsName" />
-      <keyword name="Hg.vcsNewProjectOptionsDialog" id="Hg.vcsNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsNewProjectOptionsDialog" />
-      <keyword name="Hg.vcsOptionsDialog" id="Hg.vcsOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsOptionsDialog" />
-      <keyword name="Hg.vcsRegisteredState" id="Hg.vcsRegisteredState" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsRegisteredState" />
-      <keyword name="Hg.vcsRemove" id="Hg.vcsRemove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsRemove" />
-      <keyword name="Hg.vcsRepositoryInfos" id="Hg.vcsRepositoryInfos" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsRepositoryInfos" />
-      <keyword name="Hg.vcsRevert" id="Hg.vcsRevert" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsRevert" />
-      <keyword name="Hg.vcsShutdown" id="Hg.vcsShutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsShutdown" />
-      <keyword name="Hg.vcsStatus" id="Hg.vcsStatus" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsStatus" />
-      <keyword name="Hg.vcsSwitch" id="Hg.vcsSwitch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsSwitch" />
-      <keyword name="Hg.vcsTag" id="Hg.vcsTag" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsTag" />
-      <keyword name="Hg.vcsUpdate" id="Hg.vcsUpdate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsUpdate" />
-      <keyword name="HgAnnotateDialog (Module)" id="HgAnnotateDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html" />
-      <keyword name="HgAnnotateDialog" id="HgAnnotateDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog" />
-      <keyword name="HgAnnotateDialog (Constructor)" id="HgAnnotateDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__init__" />
-      <keyword name="HgAnnotateDialog.__finish" id="HgAnnotateDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__finish" />
-      <keyword name="HgAnnotateDialog.__generateItem" id="HgAnnotateDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__generateItem" />
-      <keyword name="HgAnnotateDialog.__procFinished" id="HgAnnotateDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__procFinished" />
-      <keyword name="HgAnnotateDialog.__readStderr" id="HgAnnotateDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__readStderr" />
-      <keyword name="HgAnnotateDialog.__readStdout" id="HgAnnotateDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__readStdout" />
-      <keyword name="HgAnnotateDialog.__resizeColumns" id="HgAnnotateDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__resizeColumns" />
-      <keyword name="HgAnnotateDialog.closeEvent" id="HgAnnotateDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.closeEvent" />
-      <keyword name="HgAnnotateDialog.keyPressEvent" id="HgAnnotateDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.keyPressEvent" />
-      <keyword name="HgAnnotateDialog.on_buttonBox_clicked" id="HgAnnotateDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_buttonBox_clicked" />
-      <keyword name="HgAnnotateDialog.on_input_returnPressed" id="HgAnnotateDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_input_returnPressed" />
-      <keyword name="HgAnnotateDialog.on_passwordCheckBox_toggled" id="HgAnnotateDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_passwordCheckBox_toggled" />
-      <keyword name="HgAnnotateDialog.on_sendButton_clicked" id="HgAnnotateDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_sendButton_clicked" />
-      <keyword name="HgAnnotateDialog.start" id="HgAnnotateDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.start" />
-      <keyword name="HgBackoutDialog (Module)" id="HgBackoutDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html" />
-      <keyword name="HgBackoutDialog" id="HgBackoutDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog" />
-      <keyword name="HgBackoutDialog (Constructor)" id="HgBackoutDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.__init__" />
-      <keyword name="HgBackoutDialog.getParameters" id="HgBackoutDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.getParameters" />
-      <keyword name="HgBackoutDialog.on_noneButton_toggled" id="HgBackoutDialog.on_noneButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_noneButton_toggled" />
-      <keyword name="HgBundleDialog (Module)" id="HgBundleDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html" />
-      <keyword name="HgBundleDialog" id="HgBundleDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog" />
-      <keyword name="HgBundleDialog (Constructor)" id="HgBundleDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.__init__" />
-      <keyword name="HgBundleDialog.getParameters" id="HgBundleDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.getParameters" />
-      <keyword name="HgCommandDialog (Module)" id="HgCommandDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html" />
-      <keyword name="HgCommandDialog" id="HgCommandDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog" />
-      <keyword name="HgCommandDialog (Constructor)" id="HgCommandDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog.__init__" />
-      <keyword name="HgCommandDialog.getData" id="HgCommandDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog.getData" />
-      <keyword name="HgCommandDialog.on_commandCombo_editTextChanged" id="HgCommandDialog.on_commandCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog.on_commandCombo_editTextChanged" />
-      <keyword name="HgCommitDialog (Module)" id="HgCommitDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html" />
-      <keyword name="HgCommitDialog" id="HgCommitDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog" />
-      <keyword name="HgCommitDialog (Constructor)" id="HgCommitDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.__init__" />
-      <keyword name="HgCommitDialog.logMessage" id="HgCommitDialog.logMessage" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.logMessage" />
-      <keyword name="HgCommitDialog.on_buttonBox_accepted" id="HgCommitDialog.on_buttonBox_accepted" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_buttonBox_accepted" />
-      <keyword name="HgCommitDialog.on_buttonBox_clicked" id="HgCommitDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_buttonBox_clicked" />
-      <keyword name="HgCommitDialog.on_buttonBox_rejected" id="HgCommitDialog.on_buttonBox_rejected" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_buttonBox_rejected" />
-      <keyword name="HgCommitDialog.on_recentComboBox_activated" id="HgCommitDialog.on_recentComboBox_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_recentComboBox_activated" />
-      <keyword name="HgCommitDialog.showEvent" id="HgCommitDialog.showEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.showEvent" />
-      <keyword name="HgCopyDialog (Module)" id="HgCopyDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html" />
-      <keyword name="HgCopyDialog" id="HgCopyDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog" />
-      <keyword name="HgCopyDialog (Constructor)" id="HgCopyDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.__init__" />
-      <keyword name="HgCopyDialog.getData" id="HgCopyDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.getData" />
-      <keyword name="HgCopyDialog.on_dirButton_clicked" id="HgCopyDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.on_dirButton_clicked" />
-      <keyword name="HgDialog (Module)" id="HgDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html" />
-      <keyword name="HgDialog" id="HgDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog" />
-      <keyword name="HgDialog (Constructor)" id="HgDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__init__" />
-      <keyword name="HgDialog.__finish" id="HgDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__finish" />
-      <keyword name="HgDialog.__procFinished" id="HgDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__procFinished" />
-      <keyword name="HgDialog.__readStderr" id="HgDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__readStderr" />
-      <keyword name="HgDialog.__readStdout" id="HgDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__readStdout" />
-      <keyword name="HgDialog.hasAddOrDelete" id="HgDialog.hasAddOrDelete" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.hasAddOrDelete" />
-      <keyword name="HgDialog.keyPressEvent" id="HgDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.keyPressEvent" />
-      <keyword name="HgDialog.normalExit" id="HgDialog.normalExit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.normalExit" />
-      <keyword name="HgDialog.normalExitWithoutErrors" id="HgDialog.normalExitWithoutErrors" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.normalExitWithoutErrors" />
-      <keyword name="HgDialog.on_buttonBox_clicked" id="HgDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_buttonBox_clicked" />
-      <keyword name="HgDialog.on_input_returnPressed" id="HgDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_input_returnPressed" />
-      <keyword name="HgDialog.on_passwordCheckBox_toggled" id="HgDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_passwordCheckBox_toggled" />
-      <keyword name="HgDialog.on_sendButton_clicked" id="HgDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_sendButton_clicked" />
-      <keyword name="HgDialog.startProcess" id="HgDialog.startProcess" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.startProcess" />
-      <keyword name="HgDiffDialog (Module)" id="HgDiffDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html" />
-      <keyword name="HgDiffDialog" id="HgDiffDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog" />
-      <keyword name="HgDiffDialog (Constructor)" id="HgDiffDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__init__" />
-      <keyword name="HgDiffDialog.__appendText" id="HgDiffDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__appendText" />
-      <keyword name="HgDiffDialog.__getVersionArg" id="HgDiffDialog.__getVersionArg" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__getVersionArg" />
-      <keyword name="HgDiffDialog.__procFinished" id="HgDiffDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__procFinished" />
-      <keyword name="HgDiffDialog.__readStderr" id="HgDiffDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__readStderr" />
-      <keyword name="HgDiffDialog.__readStdout" id="HgDiffDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__readStdout" />
-      <keyword name="HgDiffDialog.closeEvent" id="HgDiffDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.closeEvent" />
-      <keyword name="HgDiffDialog.keyPressEvent" id="HgDiffDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.keyPressEvent" />
-      <keyword name="HgDiffDialog.on_buttonBox_clicked" id="HgDiffDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_buttonBox_clicked" />
-      <keyword name="HgDiffDialog.on_input_returnPressed" id="HgDiffDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_input_returnPressed" />
-      <keyword name="HgDiffDialog.on_passwordCheckBox_toggled" id="HgDiffDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_passwordCheckBox_toggled" />
-      <keyword name="HgDiffDialog.on_saveButton_clicked" id="HgDiffDialog.on_saveButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_saveButton_clicked" />
-      <keyword name="HgDiffDialog.on_sendButton_clicked" id="HgDiffDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_sendButton_clicked" />
-      <keyword name="HgDiffDialog.start" id="HgDiffDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.start" />
-      <keyword name="HgLogBrowserDialog (Module)" id="HgLogBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html" />
-      <keyword name="HgLogBrowserDialog" id="HgLogBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog" />
-      <keyword name="HgLogBrowserDialog (Constructor)" id="HgLogBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__init__" />
-      <keyword name="HgLogBrowserDialog.__branchColor" id="HgLogBrowserDialog.__branchColor" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__branchColor" />
-      <keyword name="HgLogBrowserDialog.__diffRevisions" id="HgLogBrowserDialog.__diffRevisions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__diffRevisions" />
-      <keyword name="HgLogBrowserDialog.__filterLogs" id="HgLogBrowserDialog.__filterLogs" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__filterLogs" />
-      <keyword name="HgLogBrowserDialog.__finish" id="HgLogBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__finish" />
-      <keyword name="HgLogBrowserDialog.__generateEdges" id="HgLogBrowserDialog.__generateEdges" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateEdges" />
-      <keyword name="HgLogBrowserDialog.__generateFileItem" id="HgLogBrowserDialog.__generateFileItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateFileItem" />
-      <keyword name="HgLogBrowserDialog.__generateIcon" id="HgLogBrowserDialog.__generateIcon" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateIcon" />
-      <keyword name="HgLogBrowserDialog.__generateLogItem" id="HgLogBrowserDialog.__generateLogItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateLogItem" />
-      <keyword name="HgLogBrowserDialog.__getColor" id="HgLogBrowserDialog.__getColor" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getColor" />
-      <keyword name="HgLogBrowserDialog.__getLogEntries" id="HgLogBrowserDialog.__getLogEntries" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getLogEntries" />
-      <keyword name="HgLogBrowserDialog.__getParents" id="HgLogBrowserDialog.__getParents" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getParents" />
-      <keyword name="HgLogBrowserDialog.__identifyProject" id="HgLogBrowserDialog.__identifyProject" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__identifyProject" />
-      <keyword name="HgLogBrowserDialog.__procFinished" id="HgLogBrowserDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__procFinished" />
-      <keyword name="HgLogBrowserDialog.__processBuffer" id="HgLogBrowserDialog.__processBuffer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__processBuffer" />
-      <keyword name="HgLogBrowserDialog.__readStderr" id="HgLogBrowserDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__readStderr" />
-      <keyword name="HgLogBrowserDialog.__readStdout" id="HgLogBrowserDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__readStdout" />
-      <keyword name="HgLogBrowserDialog.__resizeColumnsFiles" id="HgLogBrowserDialog.__resizeColumnsFiles" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__resizeColumnsFiles" />
-      <keyword name="HgLogBrowserDialog.__resizeColumnsLog" id="HgLogBrowserDialog.__resizeColumnsLog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__resizeColumnsLog" />
-      <keyword name="HgLogBrowserDialog.__resortFiles" id="HgLogBrowserDialog.__resortFiles" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__resortFiles" />
-      <keyword name="HgLogBrowserDialog.__updateDiffButtons" id="HgLogBrowserDialog.__updateDiffButtons" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__updateDiffButtons" />
-      <keyword name="HgLogBrowserDialog.closeEvent" id="HgLogBrowserDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.closeEvent" />
-      <keyword name="HgLogBrowserDialog.col2x" id="HgLogBrowserDialog.col2x" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.col2x" />
-      <keyword name="HgLogBrowserDialog.keyPressEvent" id="HgLogBrowserDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.keyPressEvent" />
-      <keyword name="HgLogBrowserDialog.on_branchCombo_activated" id="HgLogBrowserDialog.on_branchCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_branchCombo_activated" />
-      <keyword name="HgLogBrowserDialog.on_buttonBox_clicked" id="HgLogBrowserDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_buttonBox_clicked" />
-      <keyword name="HgLogBrowserDialog.on_clearRxEditButton_clicked" id="HgLogBrowserDialog.on_clearRxEditButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_clearRxEditButton_clicked" />
-      <keyword name="HgLogBrowserDialog.on_diffP1Button_clicked" id="HgLogBrowserDialog.on_diffP1Button_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_diffP1Button_clicked" />
-      <keyword name="HgLogBrowserDialog.on_diffP2Button_clicked" id="HgLogBrowserDialog.on_diffP2Button_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_diffP2Button_clicked" />
-      <keyword name="HgLogBrowserDialog.on_diffRevisionsButton_clicked" id="HgLogBrowserDialog.on_diffRevisionsButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_diffRevisionsButton_clicked" />
-      <keyword name="HgLogBrowserDialog.on_fieldCombo_activated" id="HgLogBrowserDialog.on_fieldCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_fieldCombo_activated" />
-      <keyword name="HgLogBrowserDialog.on_fromDate_dateChanged" id="HgLogBrowserDialog.on_fromDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_fromDate_dateChanged" />
-      <keyword name="HgLogBrowserDialog.on_input_returnPressed" id="HgLogBrowserDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_input_returnPressed" />
-      <keyword name="HgLogBrowserDialog.on_logTree_currentItemChanged" id="HgLogBrowserDialog.on_logTree_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_logTree_currentItemChanged" />
-      <keyword name="HgLogBrowserDialog.on_logTree_itemSelectionChanged" id="HgLogBrowserDialog.on_logTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_logTree_itemSelectionChanged" />
-      <keyword name="HgLogBrowserDialog.on_nextButton_clicked" id="HgLogBrowserDialog.on_nextButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_nextButton_clicked" />
-      <keyword name="HgLogBrowserDialog.on_passwordCheckBox_toggled" id="HgLogBrowserDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_passwordCheckBox_toggled" />
-      <keyword name="HgLogBrowserDialog.on_rxEdit_textChanged" id="HgLogBrowserDialog.on_rxEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_rxEdit_textChanged" />
-      <keyword name="HgLogBrowserDialog.on_sendButton_clicked" id="HgLogBrowserDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_sendButton_clicked" />
-      <keyword name="HgLogBrowserDialog.on_stopCheckBox_clicked" id="HgLogBrowserDialog.on_stopCheckBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_stopCheckBox_clicked" />
-      <keyword name="HgLogBrowserDialog.on_toDate_dateChanged" id="HgLogBrowserDialog.on_toDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_toDate_dateChanged" />
-      <keyword name="HgLogBrowserDialog.start" id="HgLogBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.start" />
-      <keyword name="HgLogDialog (Module)" id="HgLogDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html" />
-      <keyword name="HgLogDialog" id="HgLogDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog" />
-      <keyword name="HgLogDialog (Constructor)" id="HgLogDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__init__" />
-      <keyword name="HgLogDialog.__getParents" id="HgLogDialog.__getParents" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__getParents" />
-      <keyword name="HgLogDialog.__procFinished" id="HgLogDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__procFinished" />
-      <keyword name="HgLogDialog.__readStderr" id="HgLogDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__readStderr" />
-      <keyword name="HgLogDialog.__readStdout" id="HgLogDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__readStdout" />
-      <keyword name="HgLogDialog.__sourceChanged" id="HgLogDialog.__sourceChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__sourceChanged" />
-      <keyword name="HgLogDialog.closeEvent" id="HgLogDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.closeEvent" />
-      <keyword name="HgLogDialog.keyPressEvent" id="HgLogDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.keyPressEvent" />
-      <keyword name="HgLogDialog.on_input_returnPressed" id="HgLogDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.on_input_returnPressed" />
-      <keyword name="HgLogDialog.on_passwordCheckBox_toggled" id="HgLogDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.on_passwordCheckBox_toggled" />
-      <keyword name="HgLogDialog.on_sendButton_clicked" id="HgLogDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.on_sendButton_clicked" />
-      <keyword name="HgLogDialog.start" id="HgLogDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.start" />
-      <keyword name="HgMergeDialog (Module)" id="HgMergeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html" />
-      <keyword name="HgMergeDialog" id="HgMergeDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog" />
-      <keyword name="HgMergeDialog (Constructor)" id="HgMergeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.__init__" />
-      <keyword name="HgMergeDialog.getParameters" id="HgMergeDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.getParameters" />
-      <keyword name="HgNewProjectOptionsDialog (Module)" id="HgNewProjectOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html" />
-      <keyword name="HgNewProjectOptionsDialog" id="HgNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog" />
-      <keyword name="HgNewProjectOptionsDialog (Constructor)" id="HgNewProjectOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.__init__" />
-      <keyword name="HgNewProjectOptionsDialog.getData" id="HgNewProjectOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.getData" />
-      <keyword name="HgNewProjectOptionsDialog.on_projectDirButton_clicked" id="HgNewProjectOptionsDialog.on_projectDirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_projectDirButton_clicked" />
-      <keyword name="HgNewProjectOptionsDialog.on_protocolCombo_activated" id="HgNewProjectOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_protocolCombo_activated" />
-      <keyword name="HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" id="HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" />
-      <keyword name="HgOptionsDialog (Module)" id="HgOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html" />
-      <keyword name="HgOptionsDialog" id="HgOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html#HgOptionsDialog" />
-      <keyword name="HgOptionsDialog (Constructor)" id="HgOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html#HgOptionsDialog.__init__" />
-      <keyword name="HgOptionsDialog.getData" id="HgOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html#HgOptionsDialog.getData" />
-      <keyword name="HgRevisionSelectionDialog (Module)" id="HgRevisionSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html" />
-      <keyword name="HgRevisionSelectionDialog" id="HgRevisionSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog" />
-      <keyword name="HgRevisionSelectionDialog (Constructor)" id="HgRevisionSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.__init__" />
-      <keyword name="HgRevisionSelectionDialog.getRevision" id="HgRevisionSelectionDialog.getRevision" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.getRevision" />
-      <keyword name="HgRevisionsSelectionDialog (Module)" id="HgRevisionsSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html" />
-      <keyword name="HgRevisionsSelectionDialog" id="HgRevisionsSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog" />
-      <keyword name="HgRevisionsSelectionDialog (Constructor)" id="HgRevisionsSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.__init__" />
-      <keyword name="HgRevisionsSelectionDialog.__getRevision" id="HgRevisionsSelectionDialog.__getRevision" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.__getRevision" />
-      <keyword name="HgRevisionsSelectionDialog.getRevisions" id="HgRevisionsSelectionDialog.getRevisions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.getRevisions" />
-      <keyword name="HgServeDialog (Module)" id="HgServeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html" />
-      <keyword name="HgServeDialog" id="HgServeDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog" />
-      <keyword name="HgServeDialog (Constructor)" id="HgServeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__init__" />
-      <keyword name="HgServeDialog.__appendText" id="HgServeDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__appendText" />
-      <keyword name="HgServeDialog.__procFinished" id="HgServeDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__procFinished" />
-      <keyword name="HgServeDialog.__readStderr" id="HgServeDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__readStderr" />
-      <keyword name="HgServeDialog.__readStdout" id="HgServeDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__readStdout" />
-      <keyword name="HgServeDialog.__startBrowser" id="HgServeDialog.__startBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__startBrowser" />
-      <keyword name="HgServeDialog.__startServer" id="HgServeDialog.__startServer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__startServer" />
-      <keyword name="HgServeDialog.__stopServer" id="HgServeDialog.__stopServer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__stopServer" />
-      <keyword name="HgServeDialog.closeEvent" id="HgServeDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.closeEvent" />
-      <keyword name="HgStatusDialog (Module)" id="HgStatusDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html" />
-      <keyword name="HgStatusDialog" id="HgStatusDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog" />
-      <keyword name="HgStatusDialog (Constructor)" id="HgStatusDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__init__" />
-      <keyword name="HgStatusDialog.__add" id="HgStatusDialog.__add" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__add" />
-      <keyword name="HgStatusDialog.__commit" id="HgStatusDialog.__commit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__commit" />
-      <keyword name="HgStatusDialog.__committed" id="HgStatusDialog.__committed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__committed" />
-      <keyword name="HgStatusDialog.__finish" id="HgStatusDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__finish" />
-      <keyword name="HgStatusDialog.__forget" id="HgStatusDialog.__forget" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__forget" />
-      <keyword name="HgStatusDialog.__generateItem" id="HgStatusDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__generateItem" />
-      <keyword name="HgStatusDialog.__getMissingItems" id="HgStatusDialog.__getMissingItems" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__getMissingItems" />
-      <keyword name="HgStatusDialog.__getModifiedItems" id="HgStatusDialog.__getModifiedItems" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__getModifiedItems" />
-      <keyword name="HgStatusDialog.__getUnversionedItems" id="HgStatusDialog.__getUnversionedItems" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__getUnversionedItems" />
-      <keyword name="HgStatusDialog.__procFinished" id="HgStatusDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__procFinished" />
-      <keyword name="HgStatusDialog.__readStderr" id="HgStatusDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__readStderr" />
-      <keyword name="HgStatusDialog.__readStdout" id="HgStatusDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__readStdout" />
-      <keyword name="HgStatusDialog.__resizeColumns" id="HgStatusDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__resizeColumns" />
-      <keyword name="HgStatusDialog.__resort" id="HgStatusDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__resort" />
-      <keyword name="HgStatusDialog.__revert" id="HgStatusDialog.__revert" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__revert" />
-      <keyword name="HgStatusDialog.__showContextMenu" id="HgStatusDialog.__showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__showContextMenu" />
-      <keyword name="HgStatusDialog.closeEvent" id="HgStatusDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.closeEvent" />
-      <keyword name="HgStatusDialog.keyPressEvent" id="HgStatusDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.keyPressEvent" />
-      <keyword name="HgStatusDialog.on_buttonBox_clicked" id="HgStatusDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_buttonBox_clicked" />
-      <keyword name="HgStatusDialog.on_input_returnPressed" id="HgStatusDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_input_returnPressed" />
-      <keyword name="HgStatusDialog.on_passwordCheckBox_toggled" id="HgStatusDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_passwordCheckBox_toggled" />
-      <keyword name="HgStatusDialog.on_refreshButton_clicked" id="HgStatusDialog.on_refreshButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_refreshButton_clicked" />
-      <keyword name="HgStatusDialog.on_sendButton_clicked" id="HgStatusDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_sendButton_clicked" />
-      <keyword name="HgStatusDialog.start" id="HgStatusDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.start" />
-      <keyword name="HgStatusMonitorThread (Module)" id="HgStatusMonitorThread (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html" />
-      <keyword name="HgStatusMonitorThread" id="HgStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html#HgStatusMonitorThread" />
-      <keyword name="HgStatusMonitorThread (Constructor)" id="HgStatusMonitorThread (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html#HgStatusMonitorThread.__init__" />
-      <keyword name="HgStatusMonitorThread._performMonitor" id="HgStatusMonitorThread._performMonitor" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html#HgStatusMonitorThread._performMonitor" />
-      <keyword name="HgTagBranchListDialog (Module)" id="HgTagBranchListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html" />
-      <keyword name="HgTagBranchListDialog" id="HgTagBranchListDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog" />
-      <keyword name="HgTagBranchListDialog (Constructor)" id="HgTagBranchListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__init__" />
-      <keyword name="HgTagBranchListDialog.__finish" id="HgTagBranchListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__finish" />
-      <keyword name="HgTagBranchListDialog.__generateItem" id="HgTagBranchListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__generateItem" />
-      <keyword name="HgTagBranchListDialog.__procFinished" id="HgTagBranchListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__procFinished" />
-      <keyword name="HgTagBranchListDialog.__readStderr" id="HgTagBranchListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__readStderr" />
-      <keyword name="HgTagBranchListDialog.__readStdout" id="HgTagBranchListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__readStdout" />
-      <keyword name="HgTagBranchListDialog.__resizeColumns" id="HgTagBranchListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__resizeColumns" />
-      <keyword name="HgTagBranchListDialog.__resort" id="HgTagBranchListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__resort" />
-      <keyword name="HgTagBranchListDialog.closeEvent" id="HgTagBranchListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.closeEvent" />
-      <keyword name="HgTagBranchListDialog.keyPressEvent" id="HgTagBranchListDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.keyPressEvent" />
-      <keyword name="HgTagBranchListDialog.on_buttonBox_clicked" id="HgTagBranchListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_buttonBox_clicked" />
-      <keyword name="HgTagBranchListDialog.on_input_returnPressed" id="HgTagBranchListDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_input_returnPressed" />
-      <keyword name="HgTagBranchListDialog.on_passwordCheckBox_toggled" id="HgTagBranchListDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_passwordCheckBox_toggled" />
-      <keyword name="HgTagBranchListDialog.on_sendButton_clicked" id="HgTagBranchListDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_sendButton_clicked" />
-      <keyword name="HgTagBranchListDialog.start" id="HgTagBranchListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.start" />
-      <keyword name="HgTagDialog (Module)" id="HgTagDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html" />
-      <keyword name="HgTagDialog" id="HgTagDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog" />
-      <keyword name="HgTagDialog (Constructor)" id="HgTagDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.__init__" />
-      <keyword name="HgTagDialog.getParameters" id="HgTagDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.getParameters" />
-      <keyword name="HgTagDialog.on_tagCombo_editTextChanged" id="HgTagDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.on_tagCombo_editTextChanged" />
-      <keyword name="HgUtilities (Module)" id="HgUtilities (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html" />
-      <keyword name="getConfigPath" id="getConfigPath" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html#getConfigPath" />
-      <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html" />
-      <keyword name="HgProjectBrowserHelper" id="HgProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper" />
-      <keyword name="HgProjectBrowserHelper (Constructor)" id="HgProjectBrowserHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__init__" />
-      <keyword name="HgProjectBrowserHelper.__HgAnnotate" id="HgProjectBrowserHelper.__HgAnnotate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgAnnotate" />
-      <keyword name="HgProjectBrowserHelper.__HgCopy" id="HgProjectBrowserHelper.__HgCopy" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgCopy" />
-      <keyword name="HgProjectBrowserHelper.__HgExtendedDiff" id="HgProjectBrowserHelper.__HgExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgExtendedDiff" />
-      <keyword name="HgProjectBrowserHelper.__HgForget" id="HgProjectBrowserHelper.__HgForget" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgForget" />
-      <keyword name="HgProjectBrowserHelper.__HgLogBrowser" id="HgProjectBrowserHelper.__HgLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgLogBrowser" />
-      <keyword name="HgProjectBrowserHelper.__HgLogLimited" id="HgProjectBrowserHelper.__HgLogLimited" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgLogLimited" />
-      <keyword name="HgProjectBrowserHelper.__HgMove" id="HgProjectBrowserHelper.__HgMove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgMove" />
-      <keyword name="HgProjectBrowserHelper.__HgResolve" id="HgProjectBrowserHelper.__HgResolve" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgResolve" />
-      <keyword name="HgProjectBrowserHelper._addVCSMenu" id="HgProjectBrowserHelper._addVCSMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenu" />
-      <keyword name="HgProjectBrowserHelper._addVCSMenuBack" id="HgProjectBrowserHelper._addVCSMenuBack" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuBack" />
-      <keyword name="HgProjectBrowserHelper._addVCSMenuDir" id="HgProjectBrowserHelper._addVCSMenuDir" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuDir" />
-      <keyword name="HgProjectBrowserHelper._addVCSMenuDirMulti" id="HgProjectBrowserHelper._addVCSMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuDirMulti" />
-      <keyword name="HgProjectBrowserHelper._addVCSMenuMulti" id="HgProjectBrowserHelper._addVCSMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuMulti" />
-      <keyword name="HgProjectBrowserHelper.showContextMenu" id="HgProjectBrowserHelper.showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenu" />
-      <keyword name="HgProjectBrowserHelper.showContextMenuDir" id="HgProjectBrowserHelper.showContextMenuDir" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenuDir" />
-      <keyword name="HgProjectBrowserHelper.showContextMenuDirMulti" id="HgProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenuDirMulti" />
-      <keyword name="HgProjectBrowserHelper.showContextMenuMulti" id="HgProjectBrowserHelper.showContextMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenuMulti" />
-      <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html" />
-      <keyword name="HgProjectHelper" id="HgProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper" />
-      <keyword name="HgProjectHelper (Constructor)" id="HgProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__init__" />
-      <keyword name="HgProjectHelper.__hgBackout" id="HgProjectHelper.__hgBackout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBackout" />
-      <keyword name="HgProjectHelper.__hgBisectBad" id="HgProjectHelper.__hgBisectBad" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectBad" />
-      <keyword name="HgProjectHelper.__hgBisectGood" id="HgProjectHelper.__hgBisectGood" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectGood" />
-      <keyword name="HgProjectHelper.__hgBisectReset" id="HgProjectHelper.__hgBisectReset" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectReset" />
-      <keyword name="HgProjectHelper.__hgBisectSkip" id="HgProjectHelper.__hgBisectSkip" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectSkip" />
-      <keyword name="HgProjectHelper.__hgBranch" id="HgProjectHelper.__hgBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBranch" />
-      <keyword name="HgProjectHelper.__hgBranchList" id="HgProjectHelper.__hgBranchList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBranchList" />
-      <keyword name="HgProjectHelper.__hgBundle" id="HgProjectHelper.__hgBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBundle" />
-      <keyword name="HgProjectHelper.__hgCloseBranch" id="HgProjectHelper.__hgCloseBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgCloseBranch" />
-      <keyword name="HgProjectHelper.__hgConfigure" id="HgProjectHelper.__hgConfigure" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgConfigure" />
-      <keyword name="HgProjectHelper.__hgCreateIgnore" id="HgProjectHelper.__hgCreateIgnore" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgCreateIgnore" />
-      <keyword name="HgProjectHelper.__hgEditRepoConfig" id="HgProjectHelper.__hgEditRepoConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgEditRepoConfig" />
-      <keyword name="HgProjectHelper.__hgExtendedDiff" id="HgProjectHelper.__hgExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgExtendedDiff" />
-      <keyword name="HgProjectHelper.__hgHeads" id="HgProjectHelper.__hgHeads" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgHeads" />
-      <keyword name="HgProjectHelper.__hgIdentify" id="HgProjectHelper.__hgIdentify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgIdentify" />
-      <keyword name="HgProjectHelper.__hgIdentifyBundle" id="HgProjectHelper.__hgIdentifyBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgIdentifyBundle" />
-      <keyword name="HgProjectHelper.__hgIncoming" id="HgProjectHelper.__hgIncoming" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgIncoming" />
-      <keyword name="HgProjectHelper.__hgLogBrowser" id="HgProjectHelper.__hgLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgLogBrowser" />
-      <keyword name="HgProjectHelper.__hgLogLimited" id="HgProjectHelper.__hgLogLimited" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgLogLimited" />
-      <keyword name="HgProjectHelper.__hgOutgoing" id="HgProjectHelper.__hgOutgoing" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgOutgoing" />
-      <keyword name="HgProjectHelper.__hgParents" id="HgProjectHelper.__hgParents" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgParents" />
-      <keyword name="HgProjectHelper.__hgPreviewBundle" id="HgProjectHelper.__hgPreviewBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPreviewBundle" />
-      <keyword name="HgProjectHelper.__hgPull" id="HgProjectHelper.__hgPull" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPull" />
-      <keyword name="HgProjectHelper.__hgPush" id="HgProjectHelper.__hgPush" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPush" />
-      <keyword name="HgProjectHelper.__hgPushForced" id="HgProjectHelper.__hgPushForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPushForced" />
-      <keyword name="HgProjectHelper.__hgRecover" id="HgProjectHelper.__hgRecover" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgRecover" />
-      <keyword name="HgProjectHelper.__hgResolve" id="HgProjectHelper.__hgResolve" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgResolve" />
-      <keyword name="HgProjectHelper.__hgServe" id="HgProjectHelper.__hgServe" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgServe" />
-      <keyword name="HgProjectHelper.__hgShowBranch" id="HgProjectHelper.__hgShowBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgShowBranch" />
-      <keyword name="HgProjectHelper.__hgShowConfig" id="HgProjectHelper.__hgShowConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgShowConfig" />
-      <keyword name="HgProjectHelper.__hgShowPaths" id="HgProjectHelper.__hgShowPaths" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgShowPaths" />
-      <keyword name="HgProjectHelper.__hgTagList" id="HgProjectHelper.__hgTagList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgTagList" />
-      <keyword name="HgProjectHelper.__hgTip" id="HgProjectHelper.__hgTip" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgTip" />
-      <keyword name="HgProjectHelper.__hgUnbundle" id="HgProjectHelper.__hgUnbundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgUnbundle" />
-      <keyword name="HgProjectHelper.__hgVerify" id="HgProjectHelper.__hgVerify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgVerify" />
-      <keyword name="HgProjectHelper.getActions" id="HgProjectHelper.getActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.getActions" />
-      <keyword name="HgProjectHelper.initActions" id="HgProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.initActions" />
-      <keyword name="HgProjectHelper.initMenu" id="HgProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.initMenu" />
-      <keyword name="vcsPySvn (Package)" id="vcsPySvn (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsPySvn.html" />
-      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.Config.html" />
-      <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html" />
-      <keyword name="SvnProjectBrowserHelper" id="SvnProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper" />
-      <keyword name="SvnProjectBrowserHelper (Constructor)" id="SvnProjectBrowserHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__init__" />
-      <keyword name="SvnProjectBrowserHelper.__SVNAddToChangelist" id="SvnProjectBrowserHelper.__SVNAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNAddToChangelist" />
-      <keyword name="SvnProjectBrowserHelper.__SVNBlame" id="SvnProjectBrowserHelper.__SVNBlame" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBlame" />
-      <keyword name="SvnProjectBrowserHelper.__SVNBreakLock" id="SvnProjectBrowserHelper.__SVNBreakLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBreakLock" />
-      <keyword name="SvnProjectBrowserHelper.__SVNConfigure" id="SvnProjectBrowserHelper.__SVNConfigure" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNConfigure" />
-      <keyword name="SvnProjectBrowserHelper.__SVNCopy" id="SvnProjectBrowserHelper.__SVNCopy" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNCopy" />
-      <keyword name="SvnProjectBrowserHelper.__SVNDelProp" id="SvnProjectBrowserHelper.__SVNDelProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNDelProp" />
-      <keyword name="SvnProjectBrowserHelper.__SVNExtendedDiff" id="SvnProjectBrowserHelper.__SVNExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNExtendedDiff" />
-      <keyword name="SvnProjectBrowserHelper.__SVNInfo" id="SvnProjectBrowserHelper.__SVNInfo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNInfo" />
-      <keyword name="SvnProjectBrowserHelper.__SVNListProps" id="SvnProjectBrowserHelper.__SVNListProps" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNListProps" />
-      <keyword name="SvnProjectBrowserHelper.__SVNLock" id="SvnProjectBrowserHelper.__SVNLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLock" />
-      <keyword name="SvnProjectBrowserHelper.__SVNLogBrowser" id="SvnProjectBrowserHelper.__SVNLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLogBrowser" />
-      <keyword name="SvnProjectBrowserHelper.__SVNLogLimited" id="SvnProjectBrowserHelper.__SVNLogLimited" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLogLimited" />
-      <keyword name="SvnProjectBrowserHelper.__SVNMove" id="SvnProjectBrowserHelper.__SVNMove" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNMove" />
-      <keyword name="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" id="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNRemoveFromChangelist" />
-      <keyword name="SvnProjectBrowserHelper.__SVNResolve" id="SvnProjectBrowserHelper.__SVNResolve" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNResolve" />
-      <keyword name="SvnProjectBrowserHelper.__SVNSetProp" id="SvnProjectBrowserHelper.__SVNSetProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNSetProp" />
-      <keyword name="SvnProjectBrowserHelper.__SVNStealLock" id="SvnProjectBrowserHelper.__SVNStealLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNStealLock" />
-      <keyword name="SvnProjectBrowserHelper.__SVNUnlock" id="SvnProjectBrowserHelper.__SVNUnlock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUnlock" />
-      <keyword name="SvnProjectBrowserHelper.__SVNUrlDiff" id="SvnProjectBrowserHelper.__SVNUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUrlDiff" />
-      <keyword name="SvnProjectBrowserHelper.__itemsHaveFiles" id="SvnProjectBrowserHelper.__itemsHaveFiles" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__itemsHaveFiles" />
-      <keyword name="SvnProjectBrowserHelper._addVCSMenu" id="SvnProjectBrowserHelper._addVCSMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenu" />
-      <keyword name="SvnProjectBrowserHelper._addVCSMenuBack" id="SvnProjectBrowserHelper._addVCSMenuBack" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuBack" />
-      <keyword name="SvnProjectBrowserHelper._addVCSMenuDir" id="SvnProjectBrowserHelper._addVCSMenuDir" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDir" />
-      <keyword name="SvnProjectBrowserHelper._addVCSMenuDirMulti" id="SvnProjectBrowserHelper._addVCSMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDirMulti" />
-      <keyword name="SvnProjectBrowserHelper._addVCSMenuMulti" id="SvnProjectBrowserHelper._addVCSMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuMulti" />
-      <keyword name="SvnProjectBrowserHelper.showContextMenu" id="SvnProjectBrowserHelper.showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenu" />
-      <keyword name="SvnProjectBrowserHelper.showContextMenuDir" id="SvnProjectBrowserHelper.showContextMenuDir" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDir" />
-      <keyword name="SvnProjectBrowserHelper.showContextMenuDirMulti" id="SvnProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDirMulti" />
-      <keyword name="SvnProjectBrowserHelper.showContextMenuMulti" id="SvnProjectBrowserHelper.showContextMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuMulti" />
-      <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html" />
-      <keyword name="SvnProjectHelper" id="SvnProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper" />
-      <keyword name="SvnProjectHelper (Constructor)" id="SvnProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__init__" />
-      <keyword name="SvnProjectHelper.__svnBranchList" id="SvnProjectHelper.__svnBranchList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnBranchList" />
-      <keyword name="SvnProjectHelper.__svnConfigure" id="SvnProjectHelper.__svnConfigure" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnConfigure" />
-      <keyword name="SvnProjectHelper.__svnExtendedDiff" id="SvnProjectHelper.__svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnExtendedDiff" />
-      <keyword name="SvnProjectHelper.__svnInfo" id="SvnProjectHelper.__svnInfo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnInfo" />
-      <keyword name="SvnProjectHelper.__svnLogBrowser" id="SvnProjectHelper.__svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnLogBrowser" />
-      <keyword name="SvnProjectHelper.__svnLogLimited" id="SvnProjectHelper.__svnLogLimited" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnLogLimited" />
-      <keyword name="SvnProjectHelper.__svnPropDel" id="SvnProjectHelper.__svnPropDel" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnPropDel" />
-      <keyword name="SvnProjectHelper.__svnPropList" id="SvnProjectHelper.__svnPropList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnPropList" />
-      <keyword name="SvnProjectHelper.__svnPropSet" id="SvnProjectHelper.__svnPropSet" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnPropSet" />
-      <keyword name="SvnProjectHelper.__svnRelocate" id="SvnProjectHelper.__svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnRelocate" />
-      <keyword name="SvnProjectHelper.__svnRepoBrowser" id="SvnProjectHelper.__svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnRepoBrowser" />
-      <keyword name="SvnProjectHelper.__svnResolve" id="SvnProjectHelper.__svnResolve" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnResolve" />
-      <keyword name="SvnProjectHelper.__svnTagList" id="SvnProjectHelper.__svnTagList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnTagList" />
-      <keyword name="SvnProjectHelper.__svnUrlDiff" id="SvnProjectHelper.__svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnUrlDiff" />
-      <keyword name="SvnProjectHelper.getActions" id="SvnProjectHelper.getActions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.getActions" />
-      <keyword name="SvnProjectHelper.initActions" id="SvnProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.initActions" />
-      <keyword name="SvnProjectHelper.initMenu" id="SvnProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.initMenu" />
-      <keyword name="subversion (Module)" id="subversion (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html" />
-      <keyword name="Subversion" id="Subversion" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion" />
-      <keyword name="Subversion (Constructor)" id="Subversion (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.__init__" />
-      <keyword name="Subversion.__svnURL" id="Subversion.__svnURL" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.__svnURL" />
-      <keyword name="Subversion.__vcsCommit_Step2" id="Subversion.__vcsCommit_Step2" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.__vcsCommit_Step2" />
-      <keyword name="Subversion._createStatusMonitorThread" id="Subversion._createStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion._createStatusMonitorThread" />
-      <keyword name="Subversion.clearStatusCache" id="Subversion.clearStatusCache" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.clearStatusCache" />
-      <keyword name="Subversion.getClient" id="Subversion.getClient" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.getClient" />
-      <keyword name="Subversion.getPlugin" id="Subversion.getPlugin" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.getPlugin" />
-      <keyword name="Subversion.svnAddToChangelist" id="Subversion.svnAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnAddToChangelist" />
-      <keyword name="Subversion.svnBlame" id="Subversion.svnBlame" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnBlame" />
-      <keyword name="Subversion.svnCopy" id="Subversion.svnCopy" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnCopy" />
-      <keyword name="Subversion.svnDelProp" id="Subversion.svnDelProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnDelProp" />
-      <keyword name="Subversion.svnExtendedDiff" id="Subversion.svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnExtendedDiff" />
-      <keyword name="Subversion.svnGetReposName" id="Subversion.svnGetReposName" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnGetReposName" />
-      <keyword name="Subversion.svnInfo" id="Subversion.svnInfo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnInfo" />
-      <keyword name="Subversion.svnListProps" id="Subversion.svnListProps" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnListProps" />
-      <keyword name="Subversion.svnListTagBranch" id="Subversion.svnListTagBranch" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnListTagBranch" />
-      <keyword name="Subversion.svnLock" id="Subversion.svnLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnLock" />
-      <keyword name="Subversion.svnLogBrowser" id="Subversion.svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnLogBrowser" />
-      <keyword name="Subversion.svnLogLimited" id="Subversion.svnLogLimited" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnLogLimited" />
-      <keyword name="Subversion.svnNormalizeURL" id="Subversion.svnNormalizeURL" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnNormalizeURL" />
-      <keyword name="Subversion.svnRelocate" id="Subversion.svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnRelocate" />
-      <keyword name="Subversion.svnRemoveFromChangelist" id="Subversion.svnRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnRemoveFromChangelist" />
-      <keyword name="Subversion.svnRepoBrowser" id="Subversion.svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnRepoBrowser" />
-      <keyword name="Subversion.svnResolve" id="Subversion.svnResolve" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnResolve" />
-      <keyword name="Subversion.svnSetProp" id="Subversion.svnSetProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnSetProp" />
-      <keyword name="Subversion.svnUnlock" id="Subversion.svnUnlock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnUnlock" />
-      <keyword name="Subversion.svnUrlDiff" id="Subversion.svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnUrlDiff" />
-      <keyword name="Subversion.vcsAdd" id="Subversion.vcsAdd" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAdd" />
-      <keyword name="Subversion.vcsAddBinary" id="Subversion.vcsAddBinary" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAddBinary" />
-      <keyword name="Subversion.vcsAddTree" id="Subversion.vcsAddTree" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAddTree" />
-      <keyword name="Subversion.vcsAllRegisteredStates" id="Subversion.vcsAllRegisteredStates" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAllRegisteredStates" />
-      <keyword name="Subversion.vcsCheckout" id="Subversion.vcsCheckout" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCheckout" />
-      <keyword name="Subversion.vcsCleanup" id="Subversion.vcsCleanup" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCleanup" />
-      <keyword name="Subversion.vcsCommandLine" id="Subversion.vcsCommandLine" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCommandLine" />
-      <keyword name="Subversion.vcsCommit" id="Subversion.vcsCommit" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCommit" />
-      <keyword name="Subversion.vcsConvertProject" id="Subversion.vcsConvertProject" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsConvertProject" />
-      <keyword name="Subversion.vcsDiff" id="Subversion.vcsDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsDiff" />
-      <keyword name="Subversion.vcsExists" id="Subversion.vcsExists" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsExists" />
-      <keyword name="Subversion.vcsExport" id="Subversion.vcsExport" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsExport" />
-      <keyword name="Subversion.vcsGetProjectBrowserHelper" id="Subversion.vcsGetProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsGetProjectBrowserHelper" />
-      <keyword name="Subversion.vcsGetProjectHelper" id="Subversion.vcsGetProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsGetProjectHelper" />
-      <keyword name="Subversion.vcsImport" id="Subversion.vcsImport" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsImport" />
-      <keyword name="Subversion.vcsInit" id="Subversion.vcsInit" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsInit" />
-      <keyword name="Subversion.vcsLog" id="Subversion.vcsLog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsLog" />
-      <keyword name="Subversion.vcsMerge" id="Subversion.vcsMerge" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsMerge" />
-      <keyword name="Subversion.vcsMove" id="Subversion.vcsMove" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsMove" />
-      <keyword name="Subversion.vcsName" id="Subversion.vcsName" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsName" />
-      <keyword name="Subversion.vcsNewProjectOptionsDialog" id="Subversion.vcsNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsNewProjectOptionsDialog" />
-      <keyword name="Subversion.vcsOptionsDialog" id="Subversion.vcsOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsOptionsDialog" />
-      <keyword name="Subversion.vcsRegisteredState" id="Subversion.vcsRegisteredState" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRegisteredState" />
-      <keyword name="Subversion.vcsRemove" id="Subversion.vcsRemove" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRemove" />
-      <keyword name="Subversion.vcsRepositoryInfos" id="Subversion.vcsRepositoryInfos" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRepositoryInfos" />
-      <keyword name="Subversion.vcsRevert" id="Subversion.vcsRevert" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRevert" />
-      <keyword name="Subversion.vcsShutdown" id="Subversion.vcsShutdown" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsShutdown" />
-      <keyword name="Subversion.vcsStatus" id="Subversion.vcsStatus" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsStatus" />
-      <keyword name="Subversion.vcsSwitch" id="Subversion.vcsSwitch" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsSwitch" />
-      <keyword name="Subversion.vcsTag" id="Subversion.vcsTag" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsTag" />
-      <keyword name="Subversion.vcsUpdate" id="Subversion.vcsUpdate" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsUpdate" />
-      <keyword name="SvnBlameDialog (Module)" id="SvnBlameDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html" />
-      <keyword name="SvnBlameDialog" id="SvnBlameDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog" />
-      <keyword name="SvnBlameDialog (Constructor)" id="SvnBlameDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__init__" />
-      <keyword name="SvnBlameDialog.__finish" id="SvnBlameDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__finish" />
-      <keyword name="SvnBlameDialog.__generateItem" id="SvnBlameDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__generateItem" />
-      <keyword name="SvnBlameDialog.__resizeColumns" id="SvnBlameDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__resizeColumns" />
-      <keyword name="SvnBlameDialog.__showError" id="SvnBlameDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__showError" />
-      <keyword name="SvnBlameDialog.on_buttonBox_clicked" id="SvnBlameDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.on_buttonBox_clicked" />
-      <keyword name="SvnBlameDialog.start" id="SvnBlameDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.start" />
-      <keyword name="SvnCommandDialog (Module)" id="SvnCommandDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html" />
-      <keyword name="SvnCommandDialog" id="SvnCommandDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog" />
-      <keyword name="SvnCommandDialog (Constructor)" id="SvnCommandDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.__init__" />
-      <keyword name="SvnCommandDialog.getData" id="SvnCommandDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.getData" />
-      <keyword name="SvnCommandDialog.on_commandCombo_editTextChanged" id="SvnCommandDialog.on_commandCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.on_commandCombo_editTextChanged" />
-      <keyword name="SvnCommandDialog.on_dirButton_clicked" id="SvnCommandDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.on_dirButton_clicked" />
-      <keyword name="SvnCommitDialog (Module)" id="SvnCommitDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html" />
-      <keyword name="SvnCommitDialog" id="SvnCommitDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog" />
-      <keyword name="SvnCommitDialog (Constructor)" id="SvnCommitDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.__init__" />
-      <keyword name="SvnCommitDialog.changelistsData" id="SvnCommitDialog.changelistsData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.changelistsData" />
-      <keyword name="SvnCommitDialog.hasChangelists" id="SvnCommitDialog.hasChangelists" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.hasChangelists" />
-      <keyword name="SvnCommitDialog.logMessage" id="SvnCommitDialog.logMessage" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.logMessage" />
-      <keyword name="SvnCommitDialog.on_buttonBox_accepted" id="SvnCommitDialog.on_buttonBox_accepted" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_accepted" />
-      <keyword name="SvnCommitDialog.on_buttonBox_clicked" id="SvnCommitDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_clicked" />
-      <keyword name="SvnCommitDialog.on_buttonBox_rejected" id="SvnCommitDialog.on_buttonBox_rejected" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_rejected" />
-      <keyword name="SvnCommitDialog.on_recentComboBox_activated" id="SvnCommitDialog.on_recentComboBox_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_recentComboBox_activated" />
-      <keyword name="SvnCommitDialog.showEvent" id="SvnCommitDialog.showEvent" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.showEvent" />
-      <keyword name="SvnConst (Module)" id="SvnConst (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnConst.html" />
-      <keyword name="SvnCopyDialog (Module)" id="SvnCopyDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html" />
-      <keyword name="SvnCopyDialog" id="SvnCopyDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog" />
-      <keyword name="SvnCopyDialog (Constructor)" id="SvnCopyDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.__init__" />
-      <keyword name="SvnCopyDialog.getData" id="SvnCopyDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.getData" />
-      <keyword name="SvnCopyDialog.on_dirButton_clicked" id="SvnCopyDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.on_dirButton_clicked" />
-      <keyword name="SvnDialog (Module)" id="SvnDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html" />
-      <keyword name="SvnDialog" id="SvnDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog" />
-      <keyword name="SvnDialog (Constructor)" id="SvnDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.__init__" />
-      <keyword name="SvnDialog._clientNotifyCallback" id="SvnDialog._clientNotifyCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog._clientNotifyCallback" />
-      <keyword name="SvnDialog.finish" id="SvnDialog.finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.finish" />
-      <keyword name="SvnDialog.hasAddOrDelete" id="SvnDialog.hasAddOrDelete" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.hasAddOrDelete" />
-      <keyword name="SvnDialog.on_buttonBox_clicked" id="SvnDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.on_buttonBox_clicked" />
-      <keyword name="SvnDialog.showError" id="SvnDialog.showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.showError" />
-      <keyword name="SvnDialog.showMessage" id="SvnDialog.showMessage" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.showMessage" />
-      <keyword name="SvnDialogMixin (Module)" id="SvnDialogMixin (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html" />
-      <keyword name="SvnDialogMixin" id="SvnDialogMixin" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin" />
-      <keyword name="SvnDialogMixin (Constructor)" id="SvnDialogMixin (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin.__init__" />
-      <keyword name="SvnDialogMixin._cancel" id="SvnDialogMixin._cancel" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._cancel" />
-      <keyword name="SvnDialogMixin._clientCancelCallback" id="SvnDialogMixin._clientCancelCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientCancelCallback" />
-      <keyword name="SvnDialogMixin._clientLogCallback" id="SvnDialogMixin._clientLogCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientLogCallback" />
-      <keyword name="SvnDialogMixin._clientLoginCallback" id="SvnDialogMixin._clientLoginCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientLoginCallback" />
-      <keyword name="SvnDialogMixin._clientSslServerTrustPromptCallback" id="SvnDialogMixin._clientSslServerTrustPromptCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientSslServerTrustPromptCallback" />
-      <keyword name="SvnDialogMixin._reset" id="SvnDialogMixin._reset" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._reset" />
-      <keyword name="SvnDiffDialog (Module)" id="SvnDiffDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html" />
-      <keyword name="SvnDiffDialog" id="SvnDiffDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog" />
-      <keyword name="SvnDiffDialog (Constructor)" id="SvnDiffDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__init__" />
-      <keyword name="SvnDiffDialog.__appendText" id="SvnDiffDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__appendText" />
-      <keyword name="SvnDiffDialog.__finish" id="SvnDiffDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__finish" />
-      <keyword name="SvnDiffDialog.__getDiffSummaryKind" id="SvnDiffDialog.__getDiffSummaryKind" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__getDiffSummaryKind" />
-      <keyword name="SvnDiffDialog.__getVersionArg" id="SvnDiffDialog.__getVersionArg" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__getVersionArg" />
-      <keyword name="SvnDiffDialog.__showError" id="SvnDiffDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__showError" />
-      <keyword name="SvnDiffDialog.on_buttonBox_clicked" id="SvnDiffDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.on_buttonBox_clicked" />
-      <keyword name="SvnDiffDialog.on_saveButton_clicked" id="SvnDiffDialog.on_saveButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.on_saveButton_clicked" />
-      <keyword name="SvnDiffDialog.start" id="SvnDiffDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.start" />
-      <keyword name="SvnInfoDialog (Module)" id="SvnInfoDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html" />
-      <keyword name="SvnInfoDialog" id="SvnInfoDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog" />
-      <keyword name="SvnInfoDialog (Constructor)" id="SvnInfoDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog.__init__" />
-      <keyword name="SvnInfoDialog.__showError" id="SvnInfoDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog.__showError" />
-      <keyword name="SvnInfoDialog.start" id="SvnInfoDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog.start" />
-      <keyword name="SvnLogBrowserDialog (Module)" id="SvnLogBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html" />
-      <keyword name="SvnLogBrowserDialog" id="SvnLogBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog" />
-      <keyword name="SvnLogBrowserDialog (Constructor)" id="SvnLogBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__init__" />
-      <keyword name="SvnLogBrowserDialog.__diffRevisions" id="SvnLogBrowserDialog.__diffRevisions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__diffRevisions" />
-      <keyword name="SvnLogBrowserDialog.__filterLogs" id="SvnLogBrowserDialog.__filterLogs" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__filterLogs" />
-      <keyword name="SvnLogBrowserDialog.__finish" id="SvnLogBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__finish" />
-      <keyword name="SvnLogBrowserDialog.__generateFileItem" id="SvnLogBrowserDialog.__generateFileItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateFileItem" />
-      <keyword name="SvnLogBrowserDialog.__generateLogItem" id="SvnLogBrowserDialog.__generateLogItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateLogItem" />
-      <keyword name="SvnLogBrowserDialog.__getLogEntries" id="SvnLogBrowserDialog.__getLogEntries" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__getLogEntries" />
-      <keyword name="SvnLogBrowserDialog.__resizeColumnsFiles" id="SvnLogBrowserDialog.__resizeColumnsFiles" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsFiles" />
-      <keyword name="SvnLogBrowserDialog.__resizeColumnsLog" id="SvnLogBrowserDialog.__resizeColumnsLog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsLog" />
-      <keyword name="SvnLogBrowserDialog.__resortFiles" id="SvnLogBrowserDialog.__resortFiles" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortFiles" />
-      <keyword name="SvnLogBrowserDialog.__resortLog" id="SvnLogBrowserDialog.__resortLog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortLog" />
-      <keyword name="SvnLogBrowserDialog.__showError" id="SvnLogBrowserDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__showError" />
-      <keyword name="SvnLogBrowserDialog._reset" id="SvnLogBrowserDialog._reset" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog._reset" />
-      <keyword name="SvnLogBrowserDialog.on_buttonBox_clicked" id="SvnLogBrowserDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_buttonBox_clicked" />
-      <keyword name="SvnLogBrowserDialog.on_clearRxEditButton_clicked" id="SvnLogBrowserDialog.on_clearRxEditButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_clearRxEditButton_clicked" />
-      <keyword name="SvnLogBrowserDialog.on_diffPreviousButton_clicked" id="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffPreviousButton_clicked" />
-      <keyword name="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" id="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffRevisionsButton_clicked" />
-      <keyword name="SvnLogBrowserDialog.on_fieldCombo_activated" id="SvnLogBrowserDialog.on_fieldCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fieldCombo_activated" />
-      <keyword name="SvnLogBrowserDialog.on_fromDate_dateChanged" id="SvnLogBrowserDialog.on_fromDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fromDate_dateChanged" />
-      <keyword name="SvnLogBrowserDialog.on_logTree_currentItemChanged" id="SvnLogBrowserDialog.on_logTree_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_currentItemChanged" />
-      <keyword name="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" id="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_itemSelectionChanged" />
-      <keyword name="SvnLogBrowserDialog.on_nextButton_clicked" id="SvnLogBrowserDialog.on_nextButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_nextButton_clicked" />
-      <keyword name="SvnLogBrowserDialog.on_rxEdit_textChanged" id="SvnLogBrowserDialog.on_rxEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_rxEdit_textChanged" />
-      <keyword name="SvnLogBrowserDialog.on_stopCheckBox_clicked" id="SvnLogBrowserDialog.on_stopCheckBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_stopCheckBox_clicked" />
-      <keyword name="SvnLogBrowserDialog.on_toDate_dateChanged" id="SvnLogBrowserDialog.on_toDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_toDate_dateChanged" />
-      <keyword name="SvnLogBrowserDialog.start" id="SvnLogBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.start" />
-      <keyword name="SvnLogDialog (Module)" id="SvnLogDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html" />
-      <keyword name="SvnLogDialog" id="SvnLogDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog" />
-      <keyword name="SvnLogDialog (Constructor)" id="SvnLogDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__init__" />
-      <keyword name="SvnLogDialog.__finish" id="SvnLogDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__finish" />
-      <keyword name="SvnLogDialog.__showError" id="SvnLogDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__showError" />
-      <keyword name="SvnLogDialog.__sourceChanged" id="SvnLogDialog.__sourceChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__sourceChanged" />
-      <keyword name="SvnLogDialog.on_buttonBox_clicked" id="SvnLogDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.on_buttonBox_clicked" />
-      <keyword name="SvnLogDialog.start" id="SvnLogDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.start" />
-      <keyword name="SvnLoginDialog (Module)" id="SvnLoginDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html" />
-      <keyword name="SvnLoginDialog" id="SvnLoginDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html#SvnLoginDialog" />
-      <keyword name="SvnLoginDialog (Constructor)" id="SvnLoginDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html#SvnLoginDialog.__init__" />
-      <keyword name="SvnLoginDialog.getData" id="SvnLoginDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html#SvnLoginDialog.getData" />
-      <keyword name="SvnMergeDialog (Module)" id="SvnMergeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html" />
-      <keyword name="SvnMergeDialog" id="SvnMergeDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog" />
-      <keyword name="SvnMergeDialog (Constructor)" id="SvnMergeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.__init__" />
-      <keyword name="SvnMergeDialog.__enableOkButton" id="SvnMergeDialog.__enableOkButton" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.__enableOkButton" />
-      <keyword name="SvnMergeDialog.getParameters" id="SvnMergeDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.getParameters" />
-      <keyword name="SvnMergeDialog.on_tag1Combo_editTextChanged" id="SvnMergeDialog.on_tag1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.on_tag1Combo_editTextChanged" />
-      <keyword name="SvnMergeDialog.on_tag2Combo_editTextChanged" id="SvnMergeDialog.on_tag2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.on_tag2Combo_editTextChanged" />
-      <keyword name="SvnNewProjectOptionsDialog (Module)" id="SvnNewProjectOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html" />
-      <keyword name="SvnNewProjectOptionsDialog" id="SvnNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog" />
-      <keyword name="SvnNewProjectOptionsDialog (Constructor)" id="SvnNewProjectOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.__init__" />
-      <keyword name="SvnNewProjectOptionsDialog.getData" id="SvnNewProjectOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.getData" />
-      <keyword name="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" id="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" />
-      <keyword name="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" id="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_projectDirButton_clicked" />
-      <keyword name="SvnNewProjectOptionsDialog.on_protocolCombo_activated" id="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_protocolCombo_activated" />
-      <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" id="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" />
-      <keyword name="SvnOptionsDialog (Module)" id="SvnOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html" />
-      <keyword name="SvnOptionsDialog" id="SvnOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog" />
-      <keyword name="SvnOptionsDialog (Constructor)" id="SvnOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.__init__" />
-      <keyword name="SvnOptionsDialog.getData" id="SvnOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.getData" />
-      <keyword name="SvnOptionsDialog.on_protocolCombo_activated" id="SvnOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.on_protocolCombo_activated" />
-      <keyword name="SvnOptionsDialog.on_vcsUrlButton_clicked" id="SvnOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlButton_clicked" />
-      <keyword name="SvnPropDelDialog (Module)" id="SvnPropDelDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html" />
-      <keyword name="SvnPropDelDialog" id="SvnPropDelDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog" />
-      <keyword name="SvnPropDelDialog (Constructor)" id="SvnPropDelDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog.__init__" />
-      <keyword name="SvnPropDelDialog.getData" id="SvnPropDelDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog.getData" />
-      <keyword name="SvnPropDelDialog.on_propNameEdit_textChanged" id="SvnPropDelDialog.on_propNameEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog.on_propNameEdit_textChanged" />
-      <keyword name="SvnPropListDialog (Module)" id="SvnPropListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html" />
-      <keyword name="SvnPropListDialog" id="SvnPropListDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog" />
-      <keyword name="SvnPropListDialog (Constructor)" id="SvnPropListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__init__" />
-      <keyword name="SvnPropListDialog.__finish" id="SvnPropListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__finish" />
-      <keyword name="SvnPropListDialog.__generateItem" id="SvnPropListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__generateItem" />
-      <keyword name="SvnPropListDialog.__resizeColumns" id="SvnPropListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__resizeColumns" />
-      <keyword name="SvnPropListDialog.__resort" id="SvnPropListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__resort" />
-      <keyword name="SvnPropListDialog.__showError" id="SvnPropListDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__showError" />
-      <keyword name="SvnPropListDialog.on_buttonBox_clicked" id="SvnPropListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.on_buttonBox_clicked" />
-      <keyword name="SvnPropListDialog.start" id="SvnPropListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.start" />
-      <keyword name="SvnPropSetDialog (Module)" id="SvnPropSetDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html" />
-      <keyword name="SvnPropSetDialog" id="SvnPropSetDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html#SvnPropSetDialog" />
-      <keyword name="SvnPropSetDialog (Constructor)" id="SvnPropSetDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html#SvnPropSetDialog.__init__" />
-      <keyword name="SvnPropSetDialog.getData" id="SvnPropSetDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html#SvnPropSetDialog.getData" />
-      <keyword name="SvnRelocateDialog (Module)" id="SvnRelocateDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html" />
-      <keyword name="SvnRelocateDialog" id="SvnRelocateDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html#SvnRelocateDialog" />
-      <keyword name="SvnRelocateDialog (Constructor)" id="SvnRelocateDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html#SvnRelocateDialog.__init__" />
-      <keyword name="SvnRelocateDialog.getData" id="SvnRelocateDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html#SvnRelocateDialog.getData" />
-      <keyword name="SvnRepoBrowserDialog (Module)" id="SvnRepoBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html" />
-      <keyword name="SvnRepoBrowserDialog" id="SvnRepoBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog" />
-      <keyword name="SvnRepoBrowserDialog (Constructor)" id="SvnRepoBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__init__" />
-      <keyword name="SvnRepoBrowserDialog.__generateItem" id="SvnRepoBrowserDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__generateItem" />
-      <keyword name="SvnRepoBrowserDialog.__listRepo" id="SvnRepoBrowserDialog.__listRepo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__listRepo" />
-      <keyword name="SvnRepoBrowserDialog.__normalizeUrl" id="SvnRepoBrowserDialog.__normalizeUrl" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__normalizeUrl" />
-      <keyword name="SvnRepoBrowserDialog.__resizeColumns" id="SvnRepoBrowserDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resizeColumns" />
-      <keyword name="SvnRepoBrowserDialog.__resort" id="SvnRepoBrowserDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resort" />
-      <keyword name="SvnRepoBrowserDialog.__showError" id="SvnRepoBrowserDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__showError" />
-      <keyword name="SvnRepoBrowserDialog.accept" id="SvnRepoBrowserDialog.accept" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.accept" />
-      <keyword name="SvnRepoBrowserDialog.getSelectedUrl" id="SvnRepoBrowserDialog.getSelectedUrl" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.getSelectedUrl" />
-      <keyword name="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" id="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemCollapsed" />
-      <keyword name="SvnRepoBrowserDialog.on_repoTree_itemExpanded" id="SvnRepoBrowserDialog.on_repoTree_itemExpanded" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemExpanded" />
-      <keyword name="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" id="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" />
-      <keyword name="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" id="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" />
-      <keyword name="SvnRepoBrowserDialog.start" id="SvnRepoBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.start" />
-      <keyword name="SvnRevisionSelectionDialog (Module)" id="SvnRevisionSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html" />
-      <keyword name="SvnRevisionSelectionDialog" id="SvnRevisionSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog" />
-      <keyword name="SvnRevisionSelectionDialog (Constructor)" id="SvnRevisionSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__init__" />
-      <keyword name="SvnRevisionSelectionDialog.__getRevision" id="SvnRevisionSelectionDialog.__getRevision" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__getRevision" />
-      <keyword name="SvnRevisionSelectionDialog.getRevisions" id="SvnRevisionSelectionDialog.getRevisions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.getRevisions" />
-      <keyword name="SvnStatusDialog (Module)" id="SvnStatusDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html" />
-      <keyword name="SvnStatusDialog" id="SvnStatusDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog" />
-      <keyword name="SvnStatusDialog (Constructor)" id="SvnStatusDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__init__" />
-      <keyword name="SvnStatusDialog.__add" id="SvnStatusDialog.__add" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__add" />
-      <keyword name="SvnStatusDialog.__addToChangelist" id="SvnStatusDialog.__addToChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__addToChangelist" />
-      <keyword name="SvnStatusDialog.__breakLock" id="SvnStatusDialog.__breakLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__breakLock" />
-      <keyword name="SvnStatusDialog.__commit" id="SvnStatusDialog.__commit" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__commit" />
-      <keyword name="SvnStatusDialog.__committed" id="SvnStatusDialog.__committed" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__committed" />
-      <keyword name="SvnStatusDialog.__finish" id="SvnStatusDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__finish" />
-      <keyword name="SvnStatusDialog.__generateItem" id="SvnStatusDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__generateItem" />
-      <keyword name="SvnStatusDialog.__getChangelistItems" id="SvnStatusDialog.__getChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getChangelistItems" />
-      <keyword name="SvnStatusDialog.__getLockActionItems" id="SvnStatusDialog.__getLockActionItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getLockActionItems" />
-      <keyword name="SvnStatusDialog.__getModifiedItems" id="SvnStatusDialog.__getModifiedItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getModifiedItems" />
-      <keyword name="SvnStatusDialog.__getNonChangelistItems" id="SvnStatusDialog.__getNonChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getNonChangelistItems" />
-      <keyword name="SvnStatusDialog.__getUnversionedItems" id="SvnStatusDialog.__getUnversionedItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getUnversionedItems" />
-      <keyword name="SvnStatusDialog.__lock" id="SvnStatusDialog.__lock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__lock" />
-      <keyword name="SvnStatusDialog.__removeFromChangelist" id="SvnStatusDialog.__removeFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__removeFromChangelist" />
-      <keyword name="SvnStatusDialog.__resizeColumns" id="SvnStatusDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__resizeColumns" />
-      <keyword name="SvnStatusDialog.__resort" id="SvnStatusDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__resort" />
-      <keyword name="SvnStatusDialog.__revert" id="SvnStatusDialog.__revert" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__revert" />
-      <keyword name="SvnStatusDialog.__showContextMenu" id="SvnStatusDialog.__showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__showContextMenu" />
-      <keyword name="SvnStatusDialog.__showError" id="SvnStatusDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__showError" />
-      <keyword name="SvnStatusDialog.__stealLock" id="SvnStatusDialog.__stealLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__stealLock" />
-      <keyword name="SvnStatusDialog.__unlock" id="SvnStatusDialog.__unlock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__unlock" />
-      <keyword name="SvnStatusDialog.on_buttonBox_clicked" id="SvnStatusDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_buttonBox_clicked" />
-      <keyword name="SvnStatusDialog.on_refreshButton_clicked" id="SvnStatusDialog.on_refreshButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_refreshButton_clicked" />
-      <keyword name="SvnStatusDialog.start" id="SvnStatusDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.start" />
-      <keyword name="SvnStatusMonitorThread (Module)" id="SvnStatusMonitorThread (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html" />
-      <keyword name="SvnStatusMonitorThread" id="SvnStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread" />
-      <keyword name="SvnStatusMonitorThread (Constructor)" id="SvnStatusMonitorThread (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__init__" />
-      <keyword name="SvnStatusMonitorThread.__clientLoginCallback" id="SvnStatusMonitorThread.__clientLoginCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__clientLoginCallback" />
-      <keyword name="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" id="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" />
-      <keyword name="SvnStatusMonitorThread._performMonitor" id="SvnStatusMonitorThread._performMonitor" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread._performMonitor" />
-      <keyword name="SvnSwitchDialog (Module)" id="SvnSwitchDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html" />
-      <keyword name="SvnSwitchDialog" id="SvnSwitchDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html#SvnSwitchDialog" />
-      <keyword name="SvnSwitchDialog (Constructor)" id="SvnSwitchDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html#SvnSwitchDialog.__init__" />
-      <keyword name="SvnSwitchDialog.getParameters" id="SvnSwitchDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html#SvnSwitchDialog.getParameters" />
-      <keyword name="SvnTagBranchListDialog (Module)" id="SvnTagBranchListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html" />
-      <keyword name="SvnTagBranchListDialog" id="SvnTagBranchListDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog" />
-      <keyword name="SvnTagBranchListDialog (Constructor)" id="SvnTagBranchListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__init__" />
-      <keyword name="SvnTagBranchListDialog.__finish" id="SvnTagBranchListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__finish" />
-      <keyword name="SvnTagBranchListDialog.__generateItem" id="SvnTagBranchListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__generateItem" />
-      <keyword name="SvnTagBranchListDialog.__resizeColumns" id="SvnTagBranchListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resizeColumns" />
-      <keyword name="SvnTagBranchListDialog.__resort" id="SvnTagBranchListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resort" />
-      <keyword name="SvnTagBranchListDialog.__showError" id="SvnTagBranchListDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__showError" />
-      <keyword name="SvnTagBranchListDialog.getTagList" id="SvnTagBranchListDialog.getTagList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.getTagList" />
-      <keyword name="SvnTagBranchListDialog.on_buttonBox_clicked" id="SvnTagBranchListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_buttonBox_clicked" />
-      <keyword name="SvnTagBranchListDialog.start" id="SvnTagBranchListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.start" />
-      <keyword name="SvnTagDialog (Module)" id="SvnTagDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html" />
-      <keyword name="SvnTagDialog" id="SvnTagDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog" />
-      <keyword name="SvnTagDialog (Constructor)" id="SvnTagDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog.__init__" />
-      <keyword name="SvnTagDialog.getParameters" id="SvnTagDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog.getParameters" />
-      <keyword name="SvnTagDialog.on_tagCombo_editTextChanged" id="SvnTagDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog.on_tagCombo_editTextChanged" />
-      <keyword name="SvnUrlSelectionDialog (Module)" id="SvnUrlSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html" />
-      <keyword name="SvnUrlSelectionDialog" id="SvnUrlSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog" />
-      <keyword name="SvnUrlSelectionDialog (Constructor)" id="SvnUrlSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__init__" />
-      <keyword name="SvnUrlSelectionDialog.__changeLabelCombo" id="SvnUrlSelectionDialog.__changeLabelCombo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__changeLabelCombo" />
-      <keyword name="SvnUrlSelectionDialog.getURLs" id="SvnUrlSelectionDialog.getURLs" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.getURLs" />
-      <keyword name="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" />
-      <keyword name="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" />
-      <keyword name="SvnUtilities (Module)" id="SvnUtilities (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html" />
-      <keyword name="dateFromTime_t" id="dateFromTime_t" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#dateFromTime_t" />
-      <keyword name="formatTime" id="formatTime" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#formatTime" />
-      <keyword name="getConfigPath" id="getConfigPath" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#getConfigPath" />
-      <keyword name="getServersPath" id="getServersPath" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#getServersPath" />
-      <keyword name="vcsSubversion (Package)" id="vcsSubversion (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsSubversion.html" />
-      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.Config.html" />
-      <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html" />
-      <keyword name="SvnProjectBrowserHelper" id="SvnProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper" />
-      <keyword name="SvnProjectBrowserHelper (Constructor)" id="SvnProjectBrowserHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__init__" />
-      <keyword name="SvnProjectBrowserHelper.__SVNAddToChangelist" id="SvnProjectBrowserHelper.__SVNAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNAddToChangelist" />
-      <keyword name="SvnProjectBrowserHelper.__SVNBlame" id="SvnProjectBrowserHelper.__SVNBlame" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBlame" />
-      <keyword name="SvnProjectBrowserHelper.__SVNBreakLock" id="SvnProjectBrowserHelper.__SVNBreakLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBreakLock" />
-      <keyword name="SvnProjectBrowserHelper.__SVNConfigure" id="SvnProjectBrowserHelper.__SVNConfigure" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNConfigure" />
-      <keyword name="SvnProjectBrowserHelper.__SVNCopy" id="SvnProjectBrowserHelper.__SVNCopy" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNCopy" />
-      <keyword name="SvnProjectBrowserHelper.__SVNDelProp" id="SvnProjectBrowserHelper.__SVNDelProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNDelProp" />
-      <keyword name="SvnProjectBrowserHelper.__SVNExtendedDiff" id="SvnProjectBrowserHelper.__SVNExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNExtendedDiff" />
-      <keyword name="SvnProjectBrowserHelper.__SVNListProps" id="SvnProjectBrowserHelper.__SVNListProps" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNListProps" />
-      <keyword name="SvnProjectBrowserHelper.__SVNLock" id="SvnProjectBrowserHelper.__SVNLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLock" />
-      <keyword name="SvnProjectBrowserHelper.__SVNLogBrowser" id="SvnProjectBrowserHelper.__SVNLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLogBrowser" />
-      <keyword name="SvnProjectBrowserHelper.__SVNLogLimited" id="SvnProjectBrowserHelper.__SVNLogLimited" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLogLimited" />
-      <keyword name="SvnProjectBrowserHelper.__SVNMove" id="SvnProjectBrowserHelper.__SVNMove" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNMove" />
-      <keyword name="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" id="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNRemoveFromChangelist" />
-      <keyword name="SvnProjectBrowserHelper.__SVNResolve" id="SvnProjectBrowserHelper.__SVNResolve" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNResolve" />
-      <keyword name="SvnProjectBrowserHelper.__SVNSetProp" id="SvnProjectBrowserHelper.__SVNSetProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNSetProp" />
-      <keyword name="SvnProjectBrowserHelper.__SVNStealLock" id="SvnProjectBrowserHelper.__SVNStealLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNStealLock" />
-      <keyword name="SvnProjectBrowserHelper.__SVNUnlock" id="SvnProjectBrowserHelper.__SVNUnlock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUnlock" />
-      <keyword name="SvnProjectBrowserHelper.__SVNUrlDiff" id="SvnProjectBrowserHelper.__SVNUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUrlDiff" />
-      <keyword name="SvnProjectBrowserHelper.__itemsHaveFiles" id="SvnProjectBrowserHelper.__itemsHaveFiles" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__itemsHaveFiles" />
-      <keyword name="SvnProjectBrowserHelper._addVCSMenu" id="SvnProjectBrowserHelper._addVCSMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenu" />
-      <keyword name="SvnProjectBrowserHelper._addVCSMenuBack" id="SvnProjectBrowserHelper._addVCSMenuBack" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuBack" />
-      <keyword name="SvnProjectBrowserHelper._addVCSMenuDir" id="SvnProjectBrowserHelper._addVCSMenuDir" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDir" />
-      <keyword name="SvnProjectBrowserHelper._addVCSMenuDirMulti" id="SvnProjectBrowserHelper._addVCSMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDirMulti" />
-      <keyword name="SvnProjectBrowserHelper._addVCSMenuMulti" id="SvnProjectBrowserHelper._addVCSMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuMulti" />
-      <keyword name="SvnProjectBrowserHelper.showContextMenu" id="SvnProjectBrowserHelper.showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenu" />
-      <keyword name="SvnProjectBrowserHelper.showContextMenuDir" id="SvnProjectBrowserHelper.showContextMenuDir" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDir" />
-      <keyword name="SvnProjectBrowserHelper.showContextMenuDirMulti" id="SvnProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDirMulti" />
-      <keyword name="SvnProjectBrowserHelper.showContextMenuMulti" id="SvnProjectBrowserHelper.showContextMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuMulti" />
-      <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html" />
-      <keyword name="SvnProjectHelper" id="SvnProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper" />
-      <keyword name="SvnProjectHelper (Constructor)" id="SvnProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__init__" />
-      <keyword name="SvnProjectHelper.__svnBranchList" id="SvnProjectHelper.__svnBranchList" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnBranchList" />
-      <keyword name="SvnProjectHelper.__svnConfigure" id="SvnProjectHelper.__svnConfigure" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnConfigure" />
-      <keyword name="SvnProjectHelper.__svnExtendedDiff" id="SvnProjectHelper.__svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnExtendedDiff" />
-      <keyword name="SvnProjectHelper.__svnLogBrowser" id="SvnProjectHelper.__svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnLogBrowser" />
-      <keyword name="SvnProjectHelper.__svnLogLimited" id="SvnProjectHelper.__svnLogLimited" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnLogLimited" />
-      <keyword name="SvnProjectHelper.__svnPropDel" id="SvnProjectHelper.__svnPropDel" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnPropDel" />
-      <keyword name="SvnProjectHelper.__svnPropList" id="SvnProjectHelper.__svnPropList" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnPropList" />
-      <keyword name="SvnProjectHelper.__svnPropSet" id="SvnProjectHelper.__svnPropSet" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnPropSet" />
-      <keyword name="SvnProjectHelper.__svnRelocate" id="SvnProjectHelper.__svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnRelocate" />
-      <keyword name="SvnProjectHelper.__svnRepoBrowser" id="SvnProjectHelper.__svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnRepoBrowser" />
-      <keyword name="SvnProjectHelper.__svnResolve" id="SvnProjectHelper.__svnResolve" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnResolve" />
-      <keyword name="SvnProjectHelper.__svnTagList" id="SvnProjectHelper.__svnTagList" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnTagList" />
-      <keyword name="SvnProjectHelper.__svnUrlDiff" id="SvnProjectHelper.__svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnUrlDiff" />
-      <keyword name="SvnProjectHelper.getActions" id="SvnProjectHelper.getActions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.getActions" />
-      <keyword name="SvnProjectHelper.initActions" id="SvnProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.initActions" />
-      <keyword name="SvnProjectHelper.initMenu" id="SvnProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.initMenu" />
-      <keyword name="subversion (Module)" id="subversion (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html" />
-      <keyword name="Subversion" id="Subversion" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion" />
-      <keyword name="Subversion (Constructor)" id="Subversion (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.__init__" />
-      <keyword name="Subversion.__svnURL" id="Subversion.__svnURL" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.__svnURL" />
-      <keyword name="Subversion.__vcsCommit_Step2" id="Subversion.__vcsCommit_Step2" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.__vcsCommit_Step2" />
-      <keyword name="Subversion._createStatusMonitorThread" id="Subversion._createStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion._createStatusMonitorThread" />
-      <keyword name="Subversion.clearStatusCache" id="Subversion.clearStatusCache" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.clearStatusCache" />
-      <keyword name="Subversion.getPlugin" id="Subversion.getPlugin" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.getPlugin" />
-      <keyword name="Subversion.svnAddToChangelist" id="Subversion.svnAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnAddToChangelist" />
-      <keyword name="Subversion.svnBlame" id="Subversion.svnBlame" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnBlame" />
-      <keyword name="Subversion.svnCopy" id="Subversion.svnCopy" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnCopy" />
-      <keyword name="Subversion.svnDelProp" id="Subversion.svnDelProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnDelProp" />
-      <keyword name="Subversion.svnExtendedDiff" id="Subversion.svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnExtendedDiff" />
-      <keyword name="Subversion.svnGetReposName" id="Subversion.svnGetReposName" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnGetReposName" />
-      <keyword name="Subversion.svnListProps" id="Subversion.svnListProps" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnListProps" />
-      <keyword name="Subversion.svnListTagBranch" id="Subversion.svnListTagBranch" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnListTagBranch" />
-      <keyword name="Subversion.svnLock" id="Subversion.svnLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnLock" />
-      <keyword name="Subversion.svnLogBrowser" id="Subversion.svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnLogBrowser" />
-      <keyword name="Subversion.svnLogLimited" id="Subversion.svnLogLimited" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnLogLimited" />
-      <keyword name="Subversion.svnNormalizeURL" id="Subversion.svnNormalizeURL" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnNormalizeURL" />
-      <keyword name="Subversion.svnRelocate" id="Subversion.svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnRelocate" />
-      <keyword name="Subversion.svnRemoveFromChangelist" id="Subversion.svnRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnRemoveFromChangelist" />
-      <keyword name="Subversion.svnRepoBrowser" id="Subversion.svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnRepoBrowser" />
-      <keyword name="Subversion.svnResolve" id="Subversion.svnResolve" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnResolve" />
-      <keyword name="Subversion.svnSetProp" id="Subversion.svnSetProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnSetProp" />
-      <keyword name="Subversion.svnUnlock" id="Subversion.svnUnlock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnUnlock" />
-      <keyword name="Subversion.svnUrlDiff" id="Subversion.svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnUrlDiff" />
-      <keyword name="Subversion.vcsAdd" id="Subversion.vcsAdd" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAdd" />
-      <keyword name="Subversion.vcsAddBinary" id="Subversion.vcsAddBinary" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAddBinary" />
-      <keyword name="Subversion.vcsAddTree" id="Subversion.vcsAddTree" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAddTree" />
-      <keyword name="Subversion.vcsAllRegisteredStates" id="Subversion.vcsAllRegisteredStates" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAllRegisteredStates" />
-      <keyword name="Subversion.vcsCheckout" id="Subversion.vcsCheckout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCheckout" />
-      <keyword name="Subversion.vcsCleanup" id="Subversion.vcsCleanup" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCleanup" />
-      <keyword name="Subversion.vcsCommandLine" id="Subversion.vcsCommandLine" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCommandLine" />
-      <keyword name="Subversion.vcsCommit" id="Subversion.vcsCommit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCommit" />
-      <keyword name="Subversion.vcsConvertProject" id="Subversion.vcsConvertProject" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsConvertProject" />
-      <keyword name="Subversion.vcsDiff" id="Subversion.vcsDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsDiff" />
-      <keyword name="Subversion.vcsExists" id="Subversion.vcsExists" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsExists" />
-      <keyword name="Subversion.vcsExport" id="Subversion.vcsExport" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsExport" />
-      <keyword name="Subversion.vcsGetProjectBrowserHelper" id="Subversion.vcsGetProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsGetProjectBrowserHelper" />
-      <keyword name="Subversion.vcsGetProjectHelper" id="Subversion.vcsGetProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsGetProjectHelper" />
-      <keyword name="Subversion.vcsImport" id="Subversion.vcsImport" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsImport" />
-      <keyword name="Subversion.vcsInit" id="Subversion.vcsInit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsInit" />
-      <keyword name="Subversion.vcsLog" id="Subversion.vcsLog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsLog" />
-      <keyword name="Subversion.vcsMerge" id="Subversion.vcsMerge" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsMerge" />
-      <keyword name="Subversion.vcsMove" id="Subversion.vcsMove" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsMove" />
-      <keyword name="Subversion.vcsName" id="Subversion.vcsName" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsName" />
-      <keyword name="Subversion.vcsNewProjectOptionsDialog" id="Subversion.vcsNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsNewProjectOptionsDialog" />
-      <keyword name="Subversion.vcsOptionsDialog" id="Subversion.vcsOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsOptionsDialog" />
-      <keyword name="Subversion.vcsRegisteredState" id="Subversion.vcsRegisteredState" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRegisteredState" />
-      <keyword name="Subversion.vcsRemove" id="Subversion.vcsRemove" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRemove" />
-      <keyword name="Subversion.vcsRepositoryInfos" id="Subversion.vcsRepositoryInfos" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRepositoryInfos" />
-      <keyword name="Subversion.vcsRevert" id="Subversion.vcsRevert" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRevert" />
-      <keyword name="Subversion.vcsShutdown" id="Subversion.vcsShutdown" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsShutdown" />
-      <keyword name="Subversion.vcsStatus" id="Subversion.vcsStatus" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsStatus" />
-      <keyword name="Subversion.vcsSwitch" id="Subversion.vcsSwitch" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsSwitch" />
-      <keyword name="Subversion.vcsTag" id="Subversion.vcsTag" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsTag" />
-      <keyword name="Subversion.vcsUpdate" id="Subversion.vcsUpdate" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsUpdate" />
-      <keyword name="SvnBlameDialog (Module)" id="SvnBlameDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html" />
-      <keyword name="SvnBlameDialog" id="SvnBlameDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog" />
-      <keyword name="SvnBlameDialog (Constructor)" id="SvnBlameDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__init__" />
-      <keyword name="SvnBlameDialog.__finish" id="SvnBlameDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__finish" />
-      <keyword name="SvnBlameDialog.__generateItem" id="SvnBlameDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__generateItem" />
-      <keyword name="SvnBlameDialog.__procFinished" id="SvnBlameDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__procFinished" />
-      <keyword name="SvnBlameDialog.__readStderr" id="SvnBlameDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__readStderr" />
-      <keyword name="SvnBlameDialog.__readStdout" id="SvnBlameDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__readStdout" />
-      <keyword name="SvnBlameDialog.__resizeColumns" id="SvnBlameDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__resizeColumns" />
-      <keyword name="SvnBlameDialog.closeEvent" id="SvnBlameDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.closeEvent" />
-      <keyword name="SvnBlameDialog.keyPressEvent" id="SvnBlameDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.keyPressEvent" />
-      <keyword name="SvnBlameDialog.on_buttonBox_clicked" id="SvnBlameDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_buttonBox_clicked" />
-      <keyword name="SvnBlameDialog.on_input_returnPressed" id="SvnBlameDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_input_returnPressed" />
-      <keyword name="SvnBlameDialog.on_passwordCheckBox_toggled" id="SvnBlameDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_passwordCheckBox_toggled" />
-      <keyword name="SvnBlameDialog.on_sendButton_clicked" id="SvnBlameDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_sendButton_clicked" />
-      <keyword name="SvnBlameDialog.start" id="SvnBlameDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.start" />
-      <keyword name="SvnCommandDialog (Module)" id="SvnCommandDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html" />
-      <keyword name="SvnCommandDialog" id="SvnCommandDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog" />
-      <keyword name="SvnCommandDialog (Constructor)" id="SvnCommandDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.__init__" />
-      <keyword name="SvnCommandDialog.getData" id="SvnCommandDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.getData" />
-      <keyword name="SvnCommandDialog.on_commandCombo_editTextChanged" id="SvnCommandDialog.on_commandCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.on_commandCombo_editTextChanged" />
-      <keyword name="SvnCommandDialog.on_dirButton_clicked" id="SvnCommandDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.on_dirButton_clicked" />
-      <keyword name="SvnCommitDialog (Module)" id="SvnCommitDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html" />
-      <keyword name="SvnCommitDialog" id="SvnCommitDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog" />
-      <keyword name="SvnCommitDialog (Constructor)" id="SvnCommitDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.__init__" />
-      <keyword name="SvnCommitDialog.changelistsData" id="SvnCommitDialog.changelistsData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.changelistsData" />
-      <keyword name="SvnCommitDialog.hasChangelists" id="SvnCommitDialog.hasChangelists" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.hasChangelists" />
-      <keyword name="SvnCommitDialog.logMessage" id="SvnCommitDialog.logMessage" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.logMessage" />
-      <keyword name="SvnCommitDialog.on_buttonBox_accepted" id="SvnCommitDialog.on_buttonBox_accepted" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_accepted" />
-      <keyword name="SvnCommitDialog.on_buttonBox_clicked" id="SvnCommitDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_clicked" />
-      <keyword name="SvnCommitDialog.on_buttonBox_rejected" id="SvnCommitDialog.on_buttonBox_rejected" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_rejected" />
-      <keyword name="SvnCommitDialog.on_recentComboBox_activated" id="SvnCommitDialog.on_recentComboBox_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_recentComboBox_activated" />
-      <keyword name="SvnCommitDialog.showEvent" id="SvnCommitDialog.showEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.showEvent" />
-      <keyword name="SvnCopyDialog (Module)" id="SvnCopyDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html" />
-      <keyword name="SvnCopyDialog" id="SvnCopyDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog" />
-      <keyword name="SvnCopyDialog (Constructor)" id="SvnCopyDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.__init__" />
-      <keyword name="SvnCopyDialog.getData" id="SvnCopyDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.getData" />
-      <keyword name="SvnCopyDialog.on_dirButton_clicked" id="SvnCopyDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.on_dirButton_clicked" />
-      <keyword name="SvnDialog (Module)" id="SvnDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html" />
-      <keyword name="SvnDialog" id="SvnDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog" />
-      <keyword name="SvnDialog (Constructor)" id="SvnDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__init__" />
-      <keyword name="SvnDialog.__finish" id="SvnDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__finish" />
-      <keyword name="SvnDialog.__procFinished" id="SvnDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__procFinished" />
-      <keyword name="SvnDialog.__readStderr" id="SvnDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__readStderr" />
-      <keyword name="SvnDialog.__readStdout" id="SvnDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__readStdout" />
-      <keyword name="SvnDialog.hasAddOrDelete" id="SvnDialog.hasAddOrDelete" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.hasAddOrDelete" />
-      <keyword name="SvnDialog.keyPressEvent" id="SvnDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.keyPressEvent" />
-      <keyword name="SvnDialog.normalExit" id="SvnDialog.normalExit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.normalExit" />
-      <keyword name="SvnDialog.on_buttonBox_clicked" id="SvnDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_buttonBox_clicked" />
-      <keyword name="SvnDialog.on_input_returnPressed" id="SvnDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_input_returnPressed" />
-      <keyword name="SvnDialog.on_passwordCheckBox_toggled" id="SvnDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_passwordCheckBox_toggled" />
-      <keyword name="SvnDialog.on_sendButton_clicked" id="SvnDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_sendButton_clicked" />
-      <keyword name="SvnDialog.startProcess" id="SvnDialog.startProcess" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.startProcess" />
-      <keyword name="SvnDiffDialog (Module)" id="SvnDiffDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html" />
-      <keyword name="SvnDiffDialog" id="SvnDiffDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog" />
-      <keyword name="SvnDiffDialog (Constructor)" id="SvnDiffDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__init__" />
-      <keyword name="SvnDiffDialog.__appendText" id="SvnDiffDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__appendText" />
-      <keyword name="SvnDiffDialog.__getVersionArg" id="SvnDiffDialog.__getVersionArg" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__getVersionArg" />
-      <keyword name="SvnDiffDialog.__procFinished" id="SvnDiffDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__procFinished" />
-      <keyword name="SvnDiffDialog.__readStderr" id="SvnDiffDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__readStderr" />
-      <keyword name="SvnDiffDialog.__readStdout" id="SvnDiffDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__readStdout" />
-      <keyword name="SvnDiffDialog.closeEvent" id="SvnDiffDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.closeEvent" />
-      <keyword name="SvnDiffDialog.keyPressEvent" id="SvnDiffDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.keyPressEvent" />
-      <keyword name="SvnDiffDialog.on_buttonBox_clicked" id="SvnDiffDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_buttonBox_clicked" />
-      <keyword name="SvnDiffDialog.on_input_returnPressed" id="SvnDiffDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_input_returnPressed" />
-      <keyword name="SvnDiffDialog.on_passwordCheckBox_toggled" id="SvnDiffDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_passwordCheckBox_toggled" />
-      <keyword name="SvnDiffDialog.on_saveButton_clicked" id="SvnDiffDialog.on_saveButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_saveButton_clicked" />
-      <keyword name="SvnDiffDialog.on_sendButton_clicked" id="SvnDiffDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_sendButton_clicked" />
-      <keyword name="SvnDiffDialog.start" id="SvnDiffDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.start" />
-      <keyword name="SvnLogBrowserDialog (Module)" id="SvnLogBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html" />
-      <keyword name="SvnLogBrowserDialog" id="SvnLogBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog" />
-      <keyword name="SvnLogBrowserDialog (Constructor)" id="SvnLogBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__init__" />
-      <keyword name="SvnLogBrowserDialog.__diffRevisions" id="SvnLogBrowserDialog.__diffRevisions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__diffRevisions" />
-      <keyword name="SvnLogBrowserDialog.__filterLogs" id="SvnLogBrowserDialog.__filterLogs" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__filterLogs" />
-      <keyword name="SvnLogBrowserDialog.__finish" id="SvnLogBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__finish" />
-      <keyword name="SvnLogBrowserDialog.__generateFileItem" id="SvnLogBrowserDialog.__generateFileItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateFileItem" />
-      <keyword name="SvnLogBrowserDialog.__generateLogItem" id="SvnLogBrowserDialog.__generateLogItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateLogItem" />
-      <keyword name="SvnLogBrowserDialog.__getLogEntries" id="SvnLogBrowserDialog.__getLogEntries" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__getLogEntries" />
-      <keyword name="SvnLogBrowserDialog.__procFinished" id="SvnLogBrowserDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__procFinished" />
-      <keyword name="SvnLogBrowserDialog.__processBuffer" id="SvnLogBrowserDialog.__processBuffer" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__processBuffer" />
-      <keyword name="SvnLogBrowserDialog.__readStderr" id="SvnLogBrowserDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__readStderr" />
-      <keyword name="SvnLogBrowserDialog.__readStdout" id="SvnLogBrowserDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__readStdout" />
-      <keyword name="SvnLogBrowserDialog.__resizeColumnsFiles" id="SvnLogBrowserDialog.__resizeColumnsFiles" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsFiles" />
-      <keyword name="SvnLogBrowserDialog.__resizeColumnsLog" id="SvnLogBrowserDialog.__resizeColumnsLog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsLog" />
-      <keyword name="SvnLogBrowserDialog.__resortFiles" id="SvnLogBrowserDialog.__resortFiles" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortFiles" />
-      <keyword name="SvnLogBrowserDialog.__resortLog" id="SvnLogBrowserDialog.__resortLog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortLog" />
-      <keyword name="SvnLogBrowserDialog.closeEvent" id="SvnLogBrowserDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.closeEvent" />
-      <keyword name="SvnLogBrowserDialog.keyPressEvent" id="SvnLogBrowserDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.keyPressEvent" />
-      <keyword name="SvnLogBrowserDialog.on_buttonBox_clicked" id="SvnLogBrowserDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_buttonBox_clicked" />
-      <keyword name="SvnLogBrowserDialog.on_clearRxEditButton_clicked" id="SvnLogBrowserDialog.on_clearRxEditButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_clearRxEditButton_clicked" />
-      <keyword name="SvnLogBrowserDialog.on_diffPreviousButton_clicked" id="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffPreviousButton_clicked" />
-      <keyword name="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" id="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffRevisionsButton_clicked" />
-      <keyword name="SvnLogBrowserDialog.on_fieldCombo_activated" id="SvnLogBrowserDialog.on_fieldCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fieldCombo_activated" />
-      <keyword name="SvnLogBrowserDialog.on_fromDate_dateChanged" id="SvnLogBrowserDialog.on_fromDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fromDate_dateChanged" />
-      <keyword name="SvnLogBrowserDialog.on_input_returnPressed" id="SvnLogBrowserDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_input_returnPressed" />
-      <keyword name="SvnLogBrowserDialog.on_logTree_currentItemChanged" id="SvnLogBrowserDialog.on_logTree_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_currentItemChanged" />
-      <keyword name="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" id="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_itemSelectionChanged" />
-      <keyword name="SvnLogBrowserDialog.on_nextButton_clicked" id="SvnLogBrowserDialog.on_nextButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_nextButton_clicked" />
-      <keyword name="SvnLogBrowserDialog.on_passwordCheckBox_toggled" id="SvnLogBrowserDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_passwordCheckBox_toggled" />
-      <keyword name="SvnLogBrowserDialog.on_rxEdit_textChanged" id="SvnLogBrowserDialog.on_rxEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_rxEdit_textChanged" />
-      <keyword name="SvnLogBrowserDialog.on_sendButton_clicked" id="SvnLogBrowserDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_sendButton_clicked" />
-      <keyword name="SvnLogBrowserDialog.on_stopCheckBox_clicked" id="SvnLogBrowserDialog.on_stopCheckBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_stopCheckBox_clicked" />
-      <keyword name="SvnLogBrowserDialog.on_toDate_dateChanged" id="SvnLogBrowserDialog.on_toDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_toDate_dateChanged" />
-      <keyword name="SvnLogBrowserDialog.start" id="SvnLogBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.start" />
-      <keyword name="SvnLogDialog (Module)" id="SvnLogDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html" />
-      <keyword name="SvnLogDialog" id="SvnLogDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog" />
-      <keyword name="SvnLogDialog (Constructor)" id="SvnLogDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__init__" />
-      <keyword name="SvnLogDialog.__procFinished" id="SvnLogDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__procFinished" />
-      <keyword name="SvnLogDialog.__readStderr" id="SvnLogDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__readStderr" />
-      <keyword name="SvnLogDialog.__readStdout" id="SvnLogDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__readStdout" />
-      <keyword name="SvnLogDialog.__sourceChanged" id="SvnLogDialog.__sourceChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__sourceChanged" />
-      <keyword name="SvnLogDialog.closeEvent" id="SvnLogDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.closeEvent" />
-      <keyword name="SvnLogDialog.keyPressEvent" id="SvnLogDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.keyPressEvent" />
-      <keyword name="SvnLogDialog.on_input_returnPressed" id="SvnLogDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.on_input_returnPressed" />
-      <keyword name="SvnLogDialog.on_passwordCheckBox_toggled" id="SvnLogDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.on_passwordCheckBox_toggled" />
-      <keyword name="SvnLogDialog.on_sendButton_clicked" id="SvnLogDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.on_sendButton_clicked" />
-      <keyword name="SvnLogDialog.start" id="SvnLogDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.start" />
-      <keyword name="SvnMergeDialog (Module)" id="SvnMergeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html" />
-      <keyword name="SvnMergeDialog" id="SvnMergeDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog" />
-      <keyword name="SvnMergeDialog (Constructor)" id="SvnMergeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.__init__" />
-      <keyword name="SvnMergeDialog.__enableOkButton" id="SvnMergeDialog.__enableOkButton" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.__enableOkButton" />
-      <keyword name="SvnMergeDialog.getParameters" id="SvnMergeDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.getParameters" />
-      <keyword name="SvnMergeDialog.on_tag1Combo_editTextChanged" id="SvnMergeDialog.on_tag1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.on_tag1Combo_editTextChanged" />
-      <keyword name="SvnMergeDialog.on_tag2Combo_editTextChanged" id="SvnMergeDialog.on_tag2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.on_tag2Combo_editTextChanged" />
-      <keyword name="SvnNewProjectOptionsDialog (Module)" id="SvnNewProjectOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html" />
-      <keyword name="SvnNewProjectOptionsDialog" id="SvnNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog" />
-      <keyword name="SvnNewProjectOptionsDialog (Constructor)" id="SvnNewProjectOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.__init__" />
-      <keyword name="SvnNewProjectOptionsDialog.getData" id="SvnNewProjectOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.getData" />
-      <keyword name="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" id="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" />
-      <keyword name="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" id="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_projectDirButton_clicked" />
-      <keyword name="SvnNewProjectOptionsDialog.on_protocolCombo_activated" id="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_protocolCombo_activated" />
-      <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" id="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" />
-      <keyword name="SvnOptionsDialog (Module)" id="SvnOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html" />
-      <keyword name="SvnOptionsDialog" id="SvnOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog" />
-      <keyword name="SvnOptionsDialog (Constructor)" id="SvnOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.__init__" />
-      <keyword name="SvnOptionsDialog.getData" id="SvnOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.getData" />
-      <keyword name="SvnOptionsDialog.on_protocolCombo_activated" id="SvnOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.on_protocolCombo_activated" />
-      <keyword name="SvnOptionsDialog.on_vcsUrlButton_clicked" id="SvnOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlButton_clicked" />
-      <keyword name="SvnPropListDialog (Module)" id="SvnPropListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html" />
-      <keyword name="SvnPropListDialog" id="SvnPropListDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog" />
-      <keyword name="SvnPropListDialog (Constructor)" id="SvnPropListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__init__" />
-      <keyword name="SvnPropListDialog.__finish" id="SvnPropListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__finish" />
-      <keyword name="SvnPropListDialog.__generateItem" id="SvnPropListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__generateItem" />
-      <keyword name="SvnPropListDialog.__procFinished" id="SvnPropListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__procFinished" />
-      <keyword name="SvnPropListDialog.__readStderr" id="SvnPropListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__readStderr" />
-      <keyword name="SvnPropListDialog.__readStdout" id="SvnPropListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__readStdout" />
-      <keyword name="SvnPropListDialog.__resizeColumns" id="SvnPropListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__resizeColumns" />
-      <keyword name="SvnPropListDialog.__resort" id="SvnPropListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__resort" />
-      <keyword name="SvnPropListDialog.closeEvent" id="SvnPropListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.closeEvent" />
-      <keyword name="SvnPropListDialog.on_buttonBox_clicked" id="SvnPropListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.on_buttonBox_clicked" />
-      <keyword name="SvnPropListDialog.start" id="SvnPropListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.start" />
-      <keyword name="SvnPropSetDialog (Module)" id="SvnPropSetDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html" />
-      <keyword name="SvnPropSetDialog" id="SvnPropSetDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog" />
-      <keyword name="SvnPropSetDialog (Constructor)" id="SvnPropSetDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog.__init__" />
-      <keyword name="SvnPropSetDialog.getData" id="SvnPropSetDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog.getData" />
-      <keyword name="SvnPropSetDialog.on_fileButton_clicked" id="SvnPropSetDialog.on_fileButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog.on_fileButton_clicked" />
-      <keyword name="SvnRelocateDialog (Module)" id="SvnRelocateDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html" />
-      <keyword name="SvnRelocateDialog" id="SvnRelocateDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html#SvnRelocateDialog" />
-      <keyword name="SvnRelocateDialog (Constructor)" id="SvnRelocateDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html#SvnRelocateDialog.__init__" />
-      <keyword name="SvnRelocateDialog.getData" id="SvnRelocateDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html#SvnRelocateDialog.getData" />
-      <keyword name="SvnRepoBrowserDialog (Module)" id="SvnRepoBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html" />
-      <keyword name="SvnRepoBrowserDialog" id="SvnRepoBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog" />
-      <keyword name="SvnRepoBrowserDialog (Constructor)" id="SvnRepoBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__init__" />
-      <keyword name="SvnRepoBrowserDialog.__finish" id="SvnRepoBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__finish" />
-      <keyword name="SvnRepoBrowserDialog.__generateItem" id="SvnRepoBrowserDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__generateItem" />
-      <keyword name="SvnRepoBrowserDialog.__listRepo" id="SvnRepoBrowserDialog.__listRepo" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__listRepo" />
-      <keyword name="SvnRepoBrowserDialog.__normalizeUrl" id="SvnRepoBrowserDialog.__normalizeUrl" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__normalizeUrl" />
-      <keyword name="SvnRepoBrowserDialog.__procFinished" id="SvnRepoBrowserDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__procFinished" />
-      <keyword name="SvnRepoBrowserDialog.__readStderr" id="SvnRepoBrowserDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__readStderr" />
-      <keyword name="SvnRepoBrowserDialog.__readStdout" id="SvnRepoBrowserDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__readStdout" />
-      <keyword name="SvnRepoBrowserDialog.__repoRoot" id="SvnRepoBrowserDialog.__repoRoot" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__repoRoot" />
-      <keyword name="SvnRepoBrowserDialog.__resizeColumns" id="SvnRepoBrowserDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resizeColumns" />
-      <keyword name="SvnRepoBrowserDialog.__resort" id="SvnRepoBrowserDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resort" />
-      <keyword name="SvnRepoBrowserDialog.accept" id="SvnRepoBrowserDialog.accept" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.accept" />
-      <keyword name="SvnRepoBrowserDialog.closeEvent" id="SvnRepoBrowserDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.closeEvent" />
-      <keyword name="SvnRepoBrowserDialog.getSelectedUrl" id="SvnRepoBrowserDialog.getSelectedUrl" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.getSelectedUrl" />
-      <keyword name="SvnRepoBrowserDialog.keyPressEvent" id="SvnRepoBrowserDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.keyPressEvent" />
-      <keyword name="SvnRepoBrowserDialog.on_input_returnPressed" id="SvnRepoBrowserDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_input_returnPressed" />
-      <keyword name="SvnRepoBrowserDialog.on_passwordCheckBox_toggled" id="SvnRepoBrowserDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_passwordCheckBox_toggled" />
-      <keyword name="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" id="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemCollapsed" />
-      <keyword name="SvnRepoBrowserDialog.on_repoTree_itemExpanded" id="SvnRepoBrowserDialog.on_repoTree_itemExpanded" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemExpanded" />
-      <keyword name="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" id="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" />
-      <keyword name="SvnRepoBrowserDialog.on_sendButton_clicked" id="SvnRepoBrowserDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_sendButton_clicked" />
-      <keyword name="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" id="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" />
-      <keyword name="SvnRepoBrowserDialog.start" id="SvnRepoBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.start" />
-      <keyword name="SvnRevisionSelectionDialog (Module)" id="SvnRevisionSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html" />
-      <keyword name="SvnRevisionSelectionDialog" id="SvnRevisionSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog" />
-      <keyword name="SvnRevisionSelectionDialog (Constructor)" id="SvnRevisionSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__init__" />
-      <keyword name="SvnRevisionSelectionDialog.__getRevision" id="SvnRevisionSelectionDialog.__getRevision" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__getRevision" />
-      <keyword name="SvnRevisionSelectionDialog.getRevisions" id="SvnRevisionSelectionDialog.getRevisions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.getRevisions" />
-      <keyword name="SvnStatusDialog (Module)" id="SvnStatusDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html" />
-      <keyword name="SvnStatusDialog" id="SvnStatusDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog" />
-      <keyword name="SvnStatusDialog (Constructor)" id="SvnStatusDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__init__" />
-      <keyword name="SvnStatusDialog.__add" id="SvnStatusDialog.__add" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__add" />
-      <keyword name="SvnStatusDialog.__addToChangelist" id="SvnStatusDialog.__addToChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__addToChangelist" />
-      <keyword name="SvnStatusDialog.__breakLock" id="SvnStatusDialog.__breakLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__breakLock" />
-      <keyword name="SvnStatusDialog.__commit" id="SvnStatusDialog.__commit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__commit" />
-      <keyword name="SvnStatusDialog.__committed" id="SvnStatusDialog.__committed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__committed" />
-      <keyword name="SvnStatusDialog.__finish" id="SvnStatusDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__finish" />
-      <keyword name="SvnStatusDialog.__generateItem" id="SvnStatusDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__generateItem" />
-      <keyword name="SvnStatusDialog.__getChangelistItems" id="SvnStatusDialog.__getChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getChangelistItems" />
-      <keyword name="SvnStatusDialog.__getLockActionItems" id="SvnStatusDialog.__getLockActionItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getLockActionItems" />
-      <keyword name="SvnStatusDialog.__getModifiedItems" id="SvnStatusDialog.__getModifiedItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getModifiedItems" />
-      <keyword name="SvnStatusDialog.__getNonChangelistItems" id="SvnStatusDialog.__getNonChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getNonChangelistItems" />
-      <keyword name="SvnStatusDialog.__getUnversionedItems" id="SvnStatusDialog.__getUnversionedItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getUnversionedItems" />
-      <keyword name="SvnStatusDialog.__lock" id="SvnStatusDialog.__lock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__lock" />
-      <keyword name="SvnStatusDialog.__procFinished" id="SvnStatusDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__procFinished" />
-      <keyword name="SvnStatusDialog.__readStderr" id="SvnStatusDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__readStderr" />
-      <keyword name="SvnStatusDialog.__readStdout" id="SvnStatusDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__readStdout" />
-      <keyword name="SvnStatusDialog.__removeFromChangelist" id="SvnStatusDialog.__removeFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__removeFromChangelist" />
-      <keyword name="SvnStatusDialog.__resizeColumns" id="SvnStatusDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__resizeColumns" />
-      <keyword name="SvnStatusDialog.__resort" id="SvnStatusDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__resort" />
-      <keyword name="SvnStatusDialog.__revert" id="SvnStatusDialog.__revert" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__revert" />
-      <keyword name="SvnStatusDialog.__showContextMenu" id="SvnStatusDialog.__showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__showContextMenu" />
-      <keyword name="SvnStatusDialog.__stealLock" id="SvnStatusDialog.__stealLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__stealLock" />
-      <keyword name="SvnStatusDialog.__unlock" id="SvnStatusDialog.__unlock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__unlock" />
-      <keyword name="SvnStatusDialog.closeEvent" id="SvnStatusDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.closeEvent" />
-      <keyword name="SvnStatusDialog.keyPressEvent" id="SvnStatusDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.keyPressEvent" />
-      <keyword name="SvnStatusDialog.on_buttonBox_clicked" id="SvnStatusDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_buttonBox_clicked" />
-      <keyword name="SvnStatusDialog.on_input_returnPressed" id="SvnStatusDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_input_returnPressed" />
-      <keyword name="SvnStatusDialog.on_passwordCheckBox_toggled" id="SvnStatusDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_passwordCheckBox_toggled" />
-      <keyword name="SvnStatusDialog.on_refreshButton_clicked" id="SvnStatusDialog.on_refreshButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_refreshButton_clicked" />
-      <keyword name="SvnStatusDialog.on_sendButton_clicked" id="SvnStatusDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_sendButton_clicked" />
-      <keyword name="SvnStatusDialog.start" id="SvnStatusDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.start" />
-      <keyword name="SvnStatusMonitorThread (Module)" id="SvnStatusMonitorThread (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html" />
-      <keyword name="SvnStatusMonitorThread" id="SvnStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html#SvnStatusMonitorThread" />
-      <keyword name="SvnStatusMonitorThread (Constructor)" id="SvnStatusMonitorThread (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__init__" />
-      <keyword name="SvnStatusMonitorThread._performMonitor" id="SvnStatusMonitorThread._performMonitor" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html#SvnStatusMonitorThread._performMonitor" />
-      <keyword name="SvnSwitchDialog (Module)" id="SvnSwitchDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html" />
-      <keyword name="SvnSwitchDialog" id="SvnSwitchDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html#SvnSwitchDialog" />
-      <keyword name="SvnSwitchDialog (Constructor)" id="SvnSwitchDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html#SvnSwitchDialog.__init__" />
-      <keyword name="SvnSwitchDialog.getParameters" id="SvnSwitchDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html#SvnSwitchDialog.getParameters" />
-      <keyword name="SvnTagBranchListDialog (Module)" id="SvnTagBranchListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html" />
-      <keyword name="SvnTagBranchListDialog" id="SvnTagBranchListDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog" />
-      <keyword name="SvnTagBranchListDialog (Constructor)" id="SvnTagBranchListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__init__" />
-      <keyword name="SvnTagBranchListDialog.__finish" id="SvnTagBranchListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__finish" />
-      <keyword name="SvnTagBranchListDialog.__generateItem" id="SvnTagBranchListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__generateItem" />
-      <keyword name="SvnTagBranchListDialog.__procFinished" id="SvnTagBranchListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__procFinished" />
-      <keyword name="SvnTagBranchListDialog.__readStderr" id="SvnTagBranchListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__readStderr" />
-      <keyword name="SvnTagBranchListDialog.__readStdout" id="SvnTagBranchListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__readStdout" />
-      <keyword name="SvnTagBranchListDialog.__resizeColumns" id="SvnTagBranchListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resizeColumns" />
-      <keyword name="SvnTagBranchListDialog.__resort" id="SvnTagBranchListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resort" />
-      <keyword name="SvnTagBranchListDialog.closeEvent" id="SvnTagBranchListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.closeEvent" />
-      <keyword name="SvnTagBranchListDialog.keyPressEvent" id="SvnTagBranchListDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.keyPressEvent" />
-      <keyword name="SvnTagBranchListDialog.on_buttonBox_clicked" id="SvnTagBranchListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_buttonBox_clicked" />
-      <keyword name="SvnTagBranchListDialog.on_input_returnPressed" id="SvnTagBranchListDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_input_returnPressed" />
-      <keyword name="SvnTagBranchListDialog.on_passwordCheckBox_toggled" id="SvnTagBranchListDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_passwordCheckBox_toggled" />
-      <keyword name="SvnTagBranchListDialog.on_sendButton_clicked" id="SvnTagBranchListDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_sendButton_clicked" />
-      <keyword name="SvnTagBranchListDialog.start" id="SvnTagBranchListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.start" />
-      <keyword name="SvnTagDialog (Module)" id="SvnTagDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html" />
-      <keyword name="SvnTagDialog" id="SvnTagDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog" />
-      <keyword name="SvnTagDialog (Constructor)" id="SvnTagDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog.__init__" />
-      <keyword name="SvnTagDialog.getParameters" id="SvnTagDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog.getParameters" />
-      <keyword name="SvnTagDialog.on_tagCombo_editTextChanged" id="SvnTagDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog.on_tagCombo_editTextChanged" />
-      <keyword name="SvnUrlSelectionDialog (Module)" id="SvnUrlSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html" />
-      <keyword name="SvnUrlSelectionDialog" id="SvnUrlSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog" />
-      <keyword name="SvnUrlSelectionDialog (Constructor)" id="SvnUrlSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__init__" />
-      <keyword name="SvnUrlSelectionDialog.__changeLabelCombo" id="SvnUrlSelectionDialog.__changeLabelCombo" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__changeLabelCombo" />
-      <keyword name="SvnUrlSelectionDialog.getURLs" id="SvnUrlSelectionDialog.getURLs" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.getURLs" />
-      <keyword name="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" />
-      <keyword name="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" />
-      <keyword name="SvnUtilities (Module)" id="SvnUtilities (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html" />
-      <keyword name="getConfigPath" id="getConfigPath" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html#getConfigPath" />
-      <keyword name="getServersPath" id="getServersPath" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html#getServersPath" />
-      <keyword name="ConfigurationPage (Package)" id="ConfigurationPage (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.html" />
-      <keyword name="MercurialPage (Module)" id="MercurialPage (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html" />
-      <keyword name="MercurialPage" id="MercurialPage" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage" />
-      <keyword name="MercurialPage (Constructor)" id="MercurialPage (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage.__init__" />
-      <keyword name="MercurialPage.on_configButton_clicked" id="MercurialPage.on_configButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage.on_configButton_clicked" />
-      <keyword name="MercurialPage.save" id="MercurialPage.save" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage.save" />
-      <keyword name="ConfigurationPage (Package)" id="ConfigurationPage (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.html" />
-      <keyword name="SubversionPage (Module)" id="SubversionPage (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html" />
-      <keyword name="SubversionPage" id="SubversionPage" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage" />
-      <keyword name="SubversionPage (Constructor)" id="SubversionPage (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.__init__" />
-      <keyword name="SubversionPage.on_configButton_clicked" id="SubversionPage.on_configButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.on_configButton_clicked" />
-      <keyword name="SubversionPage.on_serversButton_clicked" id="SubversionPage.on_serversButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.on_serversButton_clicked" />
-      <keyword name="SubversionPage.save" id="SubversionPage.save" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.save" />
-      <keyword name="ConfigurationPage (Package)" id="ConfigurationPage (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.html" />
-      <keyword name="SubversionPage (Module)" id="SubversionPage (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html" />
-      <keyword name="SubversionPage" id="SubversionPage" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage" />
-      <keyword name="SubversionPage (Constructor)" id="SubversionPage (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.__init__" />
-      <keyword name="SubversionPage.on_configButton_clicked" id="SubversionPage.on_configButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.on_configButton_clicked" />
-      <keyword name="SubversionPage.on_serversButton_clicked" id="SubversionPage.on_serversButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.on_serversButton_clicked" />
-      <keyword name="SubversionPage.save" id="SubversionPage.save" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.save" />
-      <keyword name="Listspace (Package)" id="Listspace (Package)" ref="index-eric5.Plugins.ViewManagerPlugins.Listspace.html" />
-      <keyword name="Listspace (Module)" id="Listspace (Module)" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html" />
-      <keyword name="Listspace" id="Listspace" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace" />
-      <keyword name="StackedWidget" id="StackedWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget" />
-      <keyword name="Listspace (Constructor)" id="Listspace (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__init__" />
-      <keyword name="Listspace.__captionChange" id="Listspace.__captionChange" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__captionChange" />
-      <keyword name="Listspace.__contextMenuClose" id="Listspace.__contextMenuClose" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuClose" />
-      <keyword name="Listspace.__contextMenuCloseAll" id="Listspace.__contextMenuCloseAll" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuCloseAll" />
-      <keyword name="Listspace.__contextMenuPrintFile" id="Listspace.__contextMenuPrintFile" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuPrintFile" />
-      <keyword name="Listspace.__contextMenuSave" id="Listspace.__contextMenuSave" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuSave" />
-      <keyword name="Listspace.__contextMenuSaveAll" id="Listspace.__contextMenuSaveAll" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuSaveAll" />
-      <keyword name="Listspace.__contextMenuSaveAs" id="Listspace.__contextMenuSaveAs" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuSaveAs" />
-      <keyword name="Listspace.__contextMenuSaveToProject" id="Listspace.__contextMenuSaveToProject" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuSaveToProject" />
-      <keyword name="Listspace.__currentChanged" id="Listspace.__currentChanged" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__currentChanged" />
-      <keyword name="Listspace.__initMenu" id="Listspace.__initMenu" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__initMenu" />
-      <keyword name="Listspace.__showMenu" id="Listspace.__showMenu" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__showMenu" />
-      <keyword name="Listspace.__showSelectedView" id="Listspace.__showSelectedView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__showSelectedView" />
-      <keyword name="Listspace._addView" id="Listspace._addView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._addView" />
-      <keyword name="Listspace._initWindowActions" id="Listspace._initWindowActions" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._initWindowActions" />
-      <keyword name="Listspace._modificationStatusChanged" id="Listspace._modificationStatusChanged" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._modificationStatusChanged" />
-      <keyword name="Listspace._removeAllViews" id="Listspace._removeAllViews" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._removeAllViews" />
-      <keyword name="Listspace._removeView" id="Listspace._removeView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._removeView" />
-      <keyword name="Listspace._showView" id="Listspace._showView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._showView" />
-      <keyword name="Listspace._syntaxErrorToggled" id="Listspace._syntaxErrorToggled" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._syntaxErrorToggled" />
-      <keyword name="Listspace.activeWindow" id="Listspace.activeWindow" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.activeWindow" />
-      <keyword name="Listspace.addSplit" id="Listspace.addSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.addSplit" />
-      <keyword name="Listspace.canCascade" id="Listspace.canCascade" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.canCascade" />
-      <keyword name="Listspace.canSplit" id="Listspace.canSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.canSplit" />
-      <keyword name="Listspace.canTile" id="Listspace.canTile" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.canTile" />
-      <keyword name="Listspace.cascade" id="Listspace.cascade" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.cascade" />
-      <keyword name="Listspace.eventFilter" id="Listspace.eventFilter" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.eventFilter" />
-      <keyword name="Listspace.nextSplit" id="Listspace.nextSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.nextSplit" />
-      <keyword name="Listspace.prevSplit" id="Listspace.prevSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.prevSplit" />
-      <keyword name="Listspace.removeSplit" id="Listspace.removeSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.removeSplit" />
-      <keyword name="Listspace.setEditorName" id="Listspace.setEditorName" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.setEditorName" />
-      <keyword name="Listspace.setSplitOrientation" id="Listspace.setSplitOrientation" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.setSplitOrientation" />
-      <keyword name="Listspace.showWindowMenu" id="Listspace.showWindowMenu" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.showWindowMenu" />
-      <keyword name="Listspace.tile" id="Listspace.tile" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.tile" />
-      <keyword name="StackedWidget (Constructor)" id="StackedWidget (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.__init__" />
-      <keyword name="StackedWidget.addWidget" id="StackedWidget.addWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.addWidget" />
-      <keyword name="StackedWidget.firstEditor" id="StackedWidget.firstEditor" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.firstEditor" />
-      <keyword name="StackedWidget.hasEditor" id="StackedWidget.hasEditor" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.hasEditor" />
-      <keyword name="StackedWidget.nextTab" id="StackedWidget.nextTab" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.nextTab" />
-      <keyword name="StackedWidget.prevTab" id="StackedWidget.prevTab" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.prevTab" />
-      <keyword name="StackedWidget.removeWidget" id="StackedWidget.removeWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.removeWidget" />
-      <keyword name="StackedWidget.setCurrentIndex" id="StackedWidget.setCurrentIndex" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.setCurrentIndex" />
-      <keyword name="StackedWidget.setCurrentWidget" id="StackedWidget.setCurrentWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.setCurrentWidget" />
-      <keyword name="MdiArea (Package)" id="MdiArea (Package)" ref="index-eric5.Plugins.ViewManagerPlugins.MdiArea.html" />
-      <keyword name="MdiArea (Module)" id="MdiArea (Module)" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html" />
-      <keyword name="MdiArea" id="MdiArea" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea" />
-      <keyword name="MdiArea (Constructor)" id="MdiArea (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.__init__" />
-      <keyword name="MdiArea.__iconizeAllWindows" id="MdiArea.__iconizeAllWindows" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.__iconizeAllWindows" />
-      <keyword name="MdiArea.__restoreAllWindows" id="MdiArea.__restoreAllWindows" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.__restoreAllWindows" />
-      <keyword name="MdiArea.__setSubWindowIcon" id="MdiArea.__setSubWindowIcon" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.__setSubWindowIcon" />
-      <keyword name="MdiArea.__subWindowActivated" id="MdiArea.__subWindowActivated" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.__subWindowActivated" />
-      <keyword name="MdiArea._addView" id="MdiArea._addView" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea._addView" />
-      <keyword name="MdiArea._initWindowActions" id="MdiArea._initWindowActions" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea._initWindowActions" />
-      <keyword name="MdiArea._modificationStatusChanged" id="MdiArea._modificationStatusChanged" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea._modificationStatusChanged" />
-      <keyword name="MdiArea._removeAllViews" id="MdiArea._removeAllViews" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea._removeAllViews" />
-      <keyword name="MdiArea._removeView" id="MdiArea._removeView" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea._removeView" />
-      <keyword name="MdiArea._showView" id="MdiArea._showView" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea._showView" />
-      <keyword name="MdiArea._syntaxErrorToggled" id="MdiArea._syntaxErrorToggled" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea._syntaxErrorToggled" />
-      <keyword name="MdiArea.activeWindow" id="MdiArea.activeWindow" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.activeWindow" />
-      <keyword name="MdiArea.canCascade" id="MdiArea.canCascade" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.canCascade" />
-      <keyword name="MdiArea.canSplit" id="MdiArea.canSplit" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.canSplit" />
-      <keyword name="MdiArea.canTile" id="MdiArea.canTile" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.canTile" />
-      <keyword name="MdiArea.cascade" id="MdiArea.cascade" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.cascade" />
-      <keyword name="MdiArea.eventFilter" id="MdiArea.eventFilter" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.eventFilter" />
-      <keyword name="MdiArea.setEditorName" id="MdiArea.setEditorName" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.setEditorName" />
-      <keyword name="MdiArea.showWindowMenu" id="MdiArea.showWindowMenu" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.showWindowMenu" />
-      <keyword name="MdiArea.tile" id="MdiArea.tile" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.tile" />
-      <keyword name="Tabview (Package)" id="Tabview (Package)" ref="index-eric5.Plugins.ViewManagerPlugins.Tabview.html" />
-      <keyword name="Tabview (Module)" id="Tabview (Module)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html" />
-      <keyword name="TabBar" id="TabBar" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar" />
-      <keyword name="TabWidget" id="TabWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget" />
-      <keyword name="Tabview" id="Tabview" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview" />
-      <keyword name="TabBar (Constructor)" id="TabBar (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.__init__" />
-      <keyword name="TabBar.dragEnterEvent" id="TabBar.dragEnterEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.dragEnterEvent" />
-      <keyword name="TabBar.dropEvent" id="TabBar.dropEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.dropEvent" />
-      <keyword name="TabBar.mouseMoveEvent" id="TabBar.mouseMoveEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.mouseMoveEvent" />
-      <keyword name="TabBar.mousePressEvent" id="TabBar.mousePressEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.mousePressEvent" />
-      <keyword name="TabWidget (Constructor)" id="TabWidget (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__init__" />
-      <keyword name="TabWidget.__captionChange" id="TabWidget.__captionChange" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__captionChange" />
-      <keyword name="TabWidget.__closeButtonClicked" id="TabWidget.__closeButtonClicked" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__closeButtonClicked" />
-      <keyword name="TabWidget.__closeRequested" id="TabWidget.__closeRequested" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__closeRequested" />
-      <keyword name="TabWidget.__contextMenuClose" id="TabWidget.__contextMenuClose" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuClose" />
-      <keyword name="TabWidget.__contextMenuCloseAll" id="TabWidget.__contextMenuCloseAll" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuCloseAll" />
-      <keyword name="TabWidget.__contextMenuCloseOthers" id="TabWidget.__contextMenuCloseOthers" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuCloseOthers" />
-      <keyword name="TabWidget.__contextMenuMoveFirst" id="TabWidget.__contextMenuMoveFirst" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveFirst" />
-      <keyword name="TabWidget.__contextMenuMoveLast" id="TabWidget.__contextMenuMoveLast" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveLast" />
-      <keyword name="TabWidget.__contextMenuMoveLeft" id="TabWidget.__contextMenuMoveLeft" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveLeft" />
-      <keyword name="TabWidget.__contextMenuMoveRight" id="TabWidget.__contextMenuMoveRight" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveRight" />
-      <keyword name="TabWidget.__contextMenuPrintFile" id="TabWidget.__contextMenuPrintFile" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuPrintFile" />
-      <keyword name="TabWidget.__contextMenuSave" id="TabWidget.__contextMenuSave" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuSave" />
-      <keyword name="TabWidget.__contextMenuSaveAll" id="TabWidget.__contextMenuSaveAll" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuSaveAll" />
-      <keyword name="TabWidget.__contextMenuSaveAs" id="TabWidget.__contextMenuSaveAs" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuSaveAs" />
-      <keyword name="TabWidget.__contextMenuSaveToProject" id="TabWidget.__contextMenuSaveToProject" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuSaveToProject" />
-      <keyword name="TabWidget.__initMenu" id="TabWidget.__initMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__initMenu" />
-      <keyword name="TabWidget.__navigationMenuTriggered" id="TabWidget.__navigationMenuTriggered" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__navigationMenuTriggered" />
-      <keyword name="TabWidget.__showContextMenu" id="TabWidget.__showContextMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__showContextMenu" />
-      <keyword name="TabWidget.__showNavigationMenu" id="TabWidget.__showNavigationMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__showNavigationMenu" />
-      <keyword name="TabWidget.addTab" id="TabWidget.addTab" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.addTab" />
-      <keyword name="TabWidget.copyTab" id="TabWidget.copyTab" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.copyTab" />
-      <keyword name="TabWidget.copyTabOther" id="TabWidget.copyTabOther" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.copyTabOther" />
-      <keyword name="TabWidget.currentWidget" id="TabWidget.currentWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.currentWidget" />
-      <keyword name="TabWidget.hasEditor" id="TabWidget.hasEditor" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.hasEditor" />
-      <keyword name="TabWidget.hasEditors" id="TabWidget.hasEditors" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.hasEditors" />
-      <keyword name="TabWidget.insertWidget" id="TabWidget.insertWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.insertWidget" />
-      <keyword name="TabWidget.mouseDoubleClickEvent" id="TabWidget.mouseDoubleClickEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.mouseDoubleClickEvent" />
-      <keyword name="TabWidget.relocateTab" id="TabWidget.relocateTab" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.relocateTab" />
-      <keyword name="TabWidget.removeWidget" id="TabWidget.removeWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.removeWidget" />
-      <keyword name="TabWidget.showIndicator" id="TabWidget.showIndicator" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.showIndicator" />
-      <keyword name="Tabview (Constructor)" id="Tabview (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.__init__" />
-      <keyword name="Tabview.__currentChanged" id="Tabview.__currentChanged" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.__currentChanged" />
-      <keyword name="Tabview._addView" id="Tabview._addView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._addView" />
-      <keyword name="Tabview._initWindowActions" id="Tabview._initWindowActions" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._initWindowActions" />
-      <keyword name="Tabview._modificationStatusChanged" id="Tabview._modificationStatusChanged" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._modificationStatusChanged" />
-      <keyword name="Tabview._removeAllViews" id="Tabview._removeAllViews" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._removeAllViews" />
-      <keyword name="Tabview._removeView" id="Tabview._removeView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._removeView" />
-      <keyword name="Tabview._showView" id="Tabview._showView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._showView" />
-      <keyword name="Tabview._syntaxErrorToggled" id="Tabview._syntaxErrorToggled" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._syntaxErrorToggled" />
-      <keyword name="Tabview.activeWindow" id="Tabview.activeWindow" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.activeWindow" />
-      <keyword name="Tabview.addSplit" id="Tabview.addSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.addSplit" />
-      <keyword name="Tabview.canCascade" id="Tabview.canCascade" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.canCascade" />
-      <keyword name="Tabview.canSplit" id="Tabview.canSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.canSplit" />
-      <keyword name="Tabview.canTile" id="Tabview.canTile" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.canTile" />
-      <keyword name="Tabview.cascade" id="Tabview.cascade" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.cascade" />
-      <keyword name="Tabview.eventFilter" id="Tabview.eventFilter" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.eventFilter" />
-      <keyword name="Tabview.getTabWidgetById" id="Tabview.getTabWidgetById" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.getTabWidgetById" />
-      <keyword name="Tabview.insertView" id="Tabview.insertView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.insertView" />
-      <keyword name="Tabview.nextSplit" id="Tabview.nextSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.nextSplit" />
-      <keyword name="Tabview.preferencesChanged" id="Tabview.preferencesChanged" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.preferencesChanged" />
-      <keyword name="Tabview.prevSplit" id="Tabview.prevSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.prevSplit" />
-      <keyword name="Tabview.removeSplit" id="Tabview.removeSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.removeSplit" />
-      <keyword name="Tabview.setEditorName" id="Tabview.setEditorName" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.setEditorName" />
-      <keyword name="Tabview.setSplitOrientation" id="Tabview.setSplitOrientation" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.setSplitOrientation" />
-      <keyword name="Tabview.showWindowMenu" id="Tabview.showWindowMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.showWindowMenu" />
-      <keyword name="Tabview.tile" id="Tabview.tile" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.tile" />
-      <keyword name="ColorDialogWizard (Package)" id="ColorDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.ColorDialogWizard.html" />
-      <keyword name="ColorDialogWizardDialog (Module)" id="ColorDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html" />
-      <keyword name="ColorDialogWizardDialog" id="ColorDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog" />
-      <keyword name="ColorDialogWizardDialog (Constructor)" id="ColorDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.__init__" />
-      <keyword name="ColorDialogWizardDialog.getCode" id="ColorDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.getCode" />
-      <keyword name="ColorDialogWizardDialog.on_bTest_clicked" id="ColorDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_bTest_clicked" />
-      <keyword name="ColorDialogWizardDialog.on_buttonBox_clicked" id="ColorDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_buttonBox_clicked" />
-      <keyword name="ColorDialogWizardDialog.on_eColor_editTextChanged" id="ColorDialogWizardDialog.on_eColor_editTextChanged" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_eColor_editTextChanged" />
-      <keyword name="ColorDialogWizardDialog.on_eRGB_textChanged" id="ColorDialogWizardDialog.on_eRGB_textChanged" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_eRGB_textChanged" />
-      <keyword name="ColorDialogWizardDialog.on_rQt45_toggled" id="ColorDialogWizardDialog.on_rQt45_toggled" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_rQt45_toggled" />
-      <keyword name="FileDialogWizard (Package)" id="FileDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.FileDialogWizard.html" />
-      <keyword name="FileDialogWizardDialog (Module)" id="FileDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html" />
-      <keyword name="FileDialogWizardDialog" id="FileDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog" />
-      <keyword name="FileDialogWizardDialog (Constructor)" id="FileDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__init__" />
-      <keyword name="FileDialogWizardDialog.__getCode4" id="FileDialogWizardDialog.__getCode4" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__getCode4" />
-      <keyword name="FileDialogWizardDialog.__toggleConfirmCheckBox" id="FileDialogWizardDialog.__toggleConfirmCheckBox" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__toggleConfirmCheckBox" />
-      <keyword name="FileDialogWizardDialog.__toggleGroupsAndTest" id="FileDialogWizardDialog.__toggleGroupsAndTest" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__toggleGroupsAndTest" />
-      <keyword name="FileDialogWizardDialog.getCode" id="FileDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.getCode" />
-      <keyword name="FileDialogWizardDialog.on_bTest_clicked" id="FileDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.on_bTest_clicked" />
-      <keyword name="FileDialogWizardDialog.on_buttonBox_clicked" id="FileDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.on_buttonBox_clicked" />
-      <keyword name="FontDialogWizard (Package)" id="FontDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.FontDialogWizard.html" />
-      <keyword name="FontDialogWizardDialog (Module)" id="FontDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html" />
-      <keyword name="FontDialogWizardDialog" id="FontDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog" />
-      <keyword name="FontDialogWizardDialog (Constructor)" id="FontDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.__init__" />
-      <keyword name="FontDialogWizardDialog.getCode" id="FontDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.getCode" />
-      <keyword name="FontDialogWizardDialog.on_bTest_clicked" id="FontDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_bTest_clicked" />
-      <keyword name="FontDialogWizardDialog.on_buttonBox_clicked" id="FontDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_buttonBox_clicked" />
-      <keyword name="FontDialogWizardDialog.on_eVariable_textChanged" id="FontDialogWizardDialog.on_eVariable_textChanged" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_eVariable_textChanged" />
-      <keyword name="FontDialogWizardDialog.on_fontButton_clicked" id="FontDialogWizardDialog.on_fontButton_clicked" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_fontButton_clicked" />
-      <keyword name="InputDialogWizard (Package)" id="InputDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.InputDialogWizard.html" />
-      <keyword name="InputDialogWizardDialog (Module)" id="InputDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html" />
-      <keyword name="InputDialogWizardDialog" id="InputDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog" />
-      <keyword name="InputDialogWizardDialog (Constructor)" id="InputDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.__init__" />
-      <keyword name="InputDialogWizardDialog.__getCode4" id="InputDialogWizardDialog.__getCode4" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.__getCode4" />
-      <keyword name="InputDialogWizardDialog.getCode" id="InputDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.getCode" />
-      <keyword name="InputDialogWizardDialog.on_bTest_clicked" id="InputDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.on_bTest_clicked" />
-      <keyword name="InputDialogWizardDialog.on_buttonBox_clicked" id="InputDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.on_buttonBox_clicked" />
-      <keyword name="InputDialogWizardDialog.on_rItem_toggled" id="InputDialogWizardDialog.on_rItem_toggled" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.on_rItem_toggled" />
-      <keyword name="MessageBoxWizard (Package)" id="MessageBoxWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.MessageBoxWizard.html" />
-      <keyword name="MessageBoxWizardDialog (Module)" id="MessageBoxWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html" />
-      <keyword name="MessageBoxWizardDialog" id="MessageBoxWizardDialog" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog" />
-      <keyword name="MessageBoxWizardDialog (Constructor)" id="MessageBoxWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__init__" />
-      <keyword name="MessageBoxWizardDialog.__enabledGroups" id="MessageBoxWizardDialog.__enabledGroups" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__enabledGroups" />
-      <keyword name="MessageBoxWizardDialog.__getQt42ButtonCode" id="MessageBoxWizardDialog.__getQt42ButtonCode" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__getQt42ButtonCode" />
-      <keyword name="MessageBoxWizardDialog.__testQt42" id="MessageBoxWizardDialog.__testQt42" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__testQt42" />
-      <keyword name="MessageBoxWizardDialog.getCode" id="MessageBoxWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.getCode" />
-      <keyword name="MessageBoxWizardDialog.on_bTest_clicked" id="MessageBoxWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_bTest_clicked" />
-      <keyword name="MessageBoxWizardDialog.on_buttonBox_clicked" id="MessageBoxWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_buttonBox_clicked" />
-      <keyword name="MessageBoxWizardDialog.on_rAboutQt_toggled" id="MessageBoxWizardDialog.on_rAboutQt_toggled" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_rAboutQt_toggled" />
-      <keyword name="MessageBoxWizardDialog.on_rAbout_toggled" id="MessageBoxWizardDialog.on_rAbout_toggled" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_rAbout_toggled" />
-      <keyword name="PyRegExpWizard (Package)" id="PyRegExpWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.PyRegExpWizard.html" />
-      <keyword name="PyRegExpWizardCharactersDialog (Module)" id="PyRegExpWizardCharactersDialog (Module)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html" />
-      <keyword name="PyRegExpWizardCharactersDialog" id="PyRegExpWizardCharactersDialog" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog" />
-      <keyword name="PyRegExpWizardCharactersDialog (Constructor)" id="PyRegExpWizardCharactersDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__init__" />
-      <keyword name="PyRegExpWizardCharactersDialog.__addRangesLine" id="PyRegExpWizardCharactersDialog.__addRangesLine" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__addRangesLine" />
-      <keyword name="PyRegExpWizardCharactersDialog.__addSinglesLine" id="PyRegExpWizardCharactersDialog.__addSinglesLine" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__addSinglesLine" />
-      <keyword name="PyRegExpWizardCharactersDialog.__formatCharacter" id="PyRegExpWizardCharactersDialog.__formatCharacter" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__formatCharacter" />
-      <keyword name="PyRegExpWizardCharactersDialog.__performSelectedAction" id="PyRegExpWizardCharactersDialog.__performSelectedAction" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__performSelectedAction" />
-      <keyword name="PyRegExpWizardCharactersDialog.__rangesCharTypeSelected" id="PyRegExpWizardCharactersDialog.__rangesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__rangesCharTypeSelected" />
-      <keyword name="PyRegExpWizardCharactersDialog.__singlesCharTypeSelected" id="PyRegExpWizardCharactersDialog.__singlesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__singlesCharTypeSelected" />
-      <keyword name="PyRegExpWizardCharactersDialog.getCharacters" id="PyRegExpWizardCharactersDialog.getCharacters" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.getCharacters" />
-      <keyword name="PyRegExpWizardDialog (Module)" id="PyRegExpWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html" />
-      <keyword name="PyRegExpWizardDialog" id="PyRegExpWizardDialog" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardDialog" />
-      <keyword name="PyRegExpWizardWidget" id="PyRegExpWizardWidget" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget" />
-      <keyword name="PyRegExpWizardWindow" id="PyRegExpWizardWindow" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWindow" />
-      <keyword name="PyRegExpWizardDialog (Constructor)" id="PyRegExpWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardDialog.__init__" />
-      <keyword name="PyRegExpWizardDialog.getCode" id="PyRegExpWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardDialog.getCode" />
-      <keyword name="PyRegExpWizardWidget (Constructor)" id="PyRegExpWizardWidget (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.__init__" />
-      <keyword name="PyRegExpWizardWidget.__insertString" id="PyRegExpWizardWidget.__insertString" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.__insertString" />
-      <keyword name="PyRegExpWizardWidget.getCode" id="PyRegExpWizardWidget.getCode" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.getCode" />
-      <keyword name="PyRegExpWizardWidget.on_altnButton_clicked" id="PyRegExpWizardWidget.on_altnButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_altnButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_anycharButton_clicked" id="PyRegExpWizardWidget.on_anycharButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_anycharButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_beglineButton_clicked" id="PyRegExpWizardWidget.on_beglineButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_beglineButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_buttonBox_clicked" id="PyRegExpWizardWidget.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_buttonBox_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_charButton_clicked" id="PyRegExpWizardWidget.on_charButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_charButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_commentButton_clicked" id="PyRegExpWizardWidget.on_commentButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_commentButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_copyButton_clicked" id="PyRegExpWizardWidget.on_copyButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_copyButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_endlineButton_clicked" id="PyRegExpWizardWidget.on_endlineButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_endlineButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_executeButton_clicked" id="PyRegExpWizardWidget.on_executeButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_executeButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_groupButton_clicked" id="PyRegExpWizardWidget.on_groupButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_groupButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_loadButton_clicked" id="PyRegExpWizardWidget.on_loadButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_loadButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_namedGroupButton_clicked" id="PyRegExpWizardWidget.on_namedGroupButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_namedGroupButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_namedReferenceButton_clicked" id="PyRegExpWizardWidget.on_namedReferenceButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_namedReferenceButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_neglookaheadButton_clicked" id="PyRegExpWizardWidget.on_neglookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_neglookaheadButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_neglookbehindButton_clicked" id="PyRegExpWizardWidget.on_neglookbehindButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_neglookbehindButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_nextButton_clicked" id="PyRegExpWizardWidget.on_nextButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_nextButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_nonGroupButton_clicked" id="PyRegExpWizardWidget.on_nonGroupButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_nonGroupButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_nonwordboundButton_clicked" id="PyRegExpWizardWidget.on_nonwordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_nonwordboundButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_poslookaheadButton_clicked" id="PyRegExpWizardWidget.on_poslookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_poslookaheadButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_poslookbehindButton_clicked" id="PyRegExpWizardWidget.on_poslookbehindButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_poslookbehindButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_py2Button_toggled" id="PyRegExpWizardWidget.on_py2Button_toggled" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_py2Button_toggled" />
-      <keyword name="PyRegExpWizardWidget.on_redoButton_clicked" id="PyRegExpWizardWidget.on_redoButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_redoButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_regexpTextEdit_textChanged" id="PyRegExpWizardWidget.on_regexpTextEdit_textChanged" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_regexpTextEdit_textChanged" />
-      <keyword name="PyRegExpWizardWidget.on_repeatButton_clicked" id="PyRegExpWizardWidget.on_repeatButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_repeatButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_saveButton_clicked" id="PyRegExpWizardWidget.on_saveButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_saveButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_undoButton_clicked" id="PyRegExpWizardWidget.on_undoButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_undoButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_validateButton_clicked" id="PyRegExpWizardWidget.on_validateButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_validateButton_clicked" />
-      <keyword name="PyRegExpWizardWidget.on_wordboundButton_clicked" id="PyRegExpWizardWidget.on_wordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_wordboundButton_clicked" />
-      <keyword name="PyRegExpWizardWindow (Constructor)" id="PyRegExpWizardWindow (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWindow.__init__" />
-      <keyword name="PyRegExpWizardRepeatDialog (Module)" id="PyRegExpWizardRepeatDialog (Module)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html" />
-      <keyword name="PyRegExpWizardRepeatDialog" id="PyRegExpWizardRepeatDialog" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog" />
-      <keyword name="PyRegExpWizardRepeatDialog (Constructor)" id="PyRegExpWizardRepeatDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.__init__" />
-      <keyword name="PyRegExpWizardRepeatDialog.getRepeat" id="PyRegExpWizardRepeatDialog.getRepeat" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.getRepeat" />
-      <keyword name="PyRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" id="PyRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" />
-      <keyword name="PyRegExpWizardRepeatDialog.on_upperSpin_valueChanged" id="PyRegExpWizardRepeatDialog.on_upperSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.on_upperSpin_valueChanged" />
-      <keyword name="QRegExpWizard (Package)" id="QRegExpWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.QRegExpWizard.html" />
-      <keyword name="QRegExpWizardCharactersDialog (Module)" id="QRegExpWizardCharactersDialog (Module)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html" />
-      <keyword name="QRegExpWizardCharactersDialog" id="QRegExpWizardCharactersDialog" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog" />
-      <keyword name="QRegExpWizardCharactersDialog (Constructor)" id="QRegExpWizardCharactersDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__init__" />
-      <keyword name="QRegExpWizardCharactersDialog.__addRangesLine" id="QRegExpWizardCharactersDialog.__addRangesLine" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__addRangesLine" />
-      <keyword name="QRegExpWizardCharactersDialog.__addSinglesLine" id="QRegExpWizardCharactersDialog.__addSinglesLine" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__addSinglesLine" />
-      <keyword name="QRegExpWizardCharactersDialog.__formatCharacter" id="QRegExpWizardCharactersDialog.__formatCharacter" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__formatCharacter" />
-      <keyword name="QRegExpWizardCharactersDialog.__performSelectedAction" id="QRegExpWizardCharactersDialog.__performSelectedAction" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__performSelectedAction" />
-      <keyword name="QRegExpWizardCharactersDialog.__rangesCharTypeSelected" id="QRegExpWizardCharactersDialog.__rangesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__rangesCharTypeSelected" />
-      <keyword name="QRegExpWizardCharactersDialog.__singlesCharTypeSelected" id="QRegExpWizardCharactersDialog.__singlesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__singlesCharTypeSelected" />
-      <keyword name="QRegExpWizardCharactersDialog.getCharacters" id="QRegExpWizardCharactersDialog.getCharacters" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.getCharacters" />
-      <keyword name="QRegExpWizardDialog (Module)" id="QRegExpWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html" />
-      <keyword name="QRegExpWizardDialog" id="QRegExpWizardDialog" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardDialog" />
-      <keyword name="QRegExpWizardWidget" id="QRegExpWizardWidget" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget" />
-      <keyword name="QRegExpWizardWindow" id="QRegExpWizardWindow" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWindow" />
-      <keyword name="QRegExpWizardDialog (Constructor)" id="QRegExpWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardDialog.__init__" />
-      <keyword name="QRegExpWizardDialog.getCode" id="QRegExpWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardDialog.getCode" />
-      <keyword name="QRegExpWizardWidget (Constructor)" id="QRegExpWizardWidget (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.__init__" />
-      <keyword name="QRegExpWizardWidget.__insertString" id="QRegExpWizardWidget.__insertString" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.__insertString" />
-      <keyword name="QRegExpWizardWidget.getCode" id="QRegExpWizardWidget.getCode" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.getCode" />
-      <keyword name="QRegExpWizardWidget.on_altnButton_clicked" id="QRegExpWizardWidget.on_altnButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_altnButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_anycharButton_clicked" id="QRegExpWizardWidget.on_anycharButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_anycharButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_beglineButton_clicked" id="QRegExpWizardWidget.on_beglineButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_beglineButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_buttonBox_clicked" id="QRegExpWizardWidget.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_buttonBox_clicked" />
-      <keyword name="QRegExpWizardWidget.on_charButton_clicked" id="QRegExpWizardWidget.on_charButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_charButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_copyButton_clicked" id="QRegExpWizardWidget.on_copyButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_copyButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_endlineButton_clicked" id="QRegExpWizardWidget.on_endlineButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_endlineButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_executeButton_clicked" id="QRegExpWizardWidget.on_executeButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_executeButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_groupButton_clicked" id="QRegExpWizardWidget.on_groupButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_groupButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_loadButton_clicked" id="QRegExpWizardWidget.on_loadButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_loadButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_neglookaheadButton_clicked" id="QRegExpWizardWidget.on_neglookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_neglookaheadButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_nextButton_clicked" id="QRegExpWizardWidget.on_nextButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_nextButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_nonGroupButton_clicked" id="QRegExpWizardWidget.on_nonGroupButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_nonGroupButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_nonwordboundButton_clicked" id="QRegExpWizardWidget.on_nonwordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_nonwordboundButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_poslookaheadButton_clicked" id="QRegExpWizardWidget.on_poslookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_poslookaheadButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_regexpLineEdit_textChanged" id="QRegExpWizardWidget.on_regexpLineEdit_textChanged" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_regexpLineEdit_textChanged" />
-      <keyword name="QRegExpWizardWidget.on_repeatButton_clicked" id="QRegExpWizardWidget.on_repeatButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_repeatButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_saveButton_clicked" id="QRegExpWizardWidget.on_saveButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_saveButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_validateButton_clicked" id="QRegExpWizardWidget.on_validateButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_validateButton_clicked" />
-      <keyword name="QRegExpWizardWidget.on_wordboundButton_clicked" id="QRegExpWizardWidget.on_wordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_wordboundButton_clicked" />
-      <keyword name="QRegExpWizardWindow (Constructor)" id="QRegExpWizardWindow (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWindow.__init__" />
-      <keyword name="QRegExpWizardRepeatDialog (Module)" id="QRegExpWizardRepeatDialog (Module)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html" />
-      <keyword name="QRegExpWizardRepeatDialog" id="QRegExpWizardRepeatDialog" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog" />
-      <keyword name="QRegExpWizardRepeatDialog (Constructor)" id="QRegExpWizardRepeatDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.__init__" />
-      <keyword name="QRegExpWizardRepeatDialog.getRepeat" id="QRegExpWizardRepeatDialog.getRepeat" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.getRepeat" />
-      <keyword name="QRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" id="QRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" />
-      <keyword name="QRegExpWizardRepeatDialog.on_upperSpin_valueChanged" id="QRegExpWizardRepeatDialog.on_upperSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.on_upperSpin_valueChanged" />
-      <keyword name="ConfigurationPages (Package)" id="ConfigurationPages (Package)" ref="index-eric5.Preferences.ConfigurationPages.html" />
-      <keyword name="ApplicationPage (Module)" id="ApplicationPage (Module)" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html" />
-      <keyword name="ApplicationPage" id="ApplicationPage" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#create" />
-      <keyword name="ApplicationPage (Constructor)" id="ApplicationPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage.__init__" />
-      <keyword name="ApplicationPage.save" id="ApplicationPage.save" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage.save" />
-      <keyword name="ConfigurationPageBase (Module)" id="ConfigurationPageBase (Module)" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html" />
-      <keyword name="ConfigurationPageBase" id="ConfigurationPageBase" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase" />
-      <keyword name="ConfigurationPageBase (Constructor)" id="ConfigurationPageBase (Constructor)" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.__init__" />
-      <keyword name="ConfigurationPageBase.initColour" id="ConfigurationPageBase.initColour" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.initColour" />
-      <keyword name="ConfigurationPageBase.polishPage" id="ConfigurationPageBase.polishPage" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.polishPage" />
-      <keyword name="ConfigurationPageBase.saveState" id="ConfigurationPageBase.saveState" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.saveState" />
-      <keyword name="ConfigurationPageBase.selectColour" id="ConfigurationPageBase.selectColour" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.selectColour" />
-      <keyword name="ConfigurationPageBase.selectFont" id="ConfigurationPageBase.selectFont" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.selectFont" />
-      <keyword name="ConfigurationPageBase.setState" id="ConfigurationPageBase.setState" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.setState" />
-      <keyword name="CooperationPage (Module)" id="CooperationPage (Module)" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html" />
-      <keyword name="CooperationPage" id="CooperationPage" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#create" />
-      <keyword name="CooperationPage (Constructor)" id="CooperationPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.__init__" />
-      <keyword name="CooperationPage.on_addBannedUserButton_clicked" id="CooperationPage.on_addBannedUserButton_clicked" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_addBannedUserButton_clicked" />
-      <keyword name="CooperationPage.on_bannedUserEdit_textChanged" id="CooperationPage.on_bannedUserEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_bannedUserEdit_textChanged" />
-      <keyword name="CooperationPage.on_bannedUsersList_itemSelectionChanged" id="CooperationPage.on_bannedUsersList_itemSelectionChanged" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_bannedUsersList_itemSelectionChanged" />
-      <keyword name="CooperationPage.on_deleteBannedUsersButton_clicked" id="CooperationPage.on_deleteBannedUsersButton_clicked" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_deleteBannedUsersButton_clicked" />
-      <keyword name="CooperationPage.save" id="CooperationPage.save" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.save" />
-      <keyword name="CorbaPage (Module)" id="CorbaPage (Module)" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html" />
-      <keyword name="CorbaPage" id="CorbaPage" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#create" />
-      <keyword name="CorbaPage (Constructor)" id="CorbaPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage.__init__" />
-      <keyword name="CorbaPage.on_idlButton_clicked" id="CorbaPage.on_idlButton_clicked" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage.on_idlButton_clicked" />
-      <keyword name="CorbaPage.save" id="CorbaPage.save" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage.save" />
-      <keyword name="DebuggerGeneralPage (Module)" id="DebuggerGeneralPage (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html" />
-      <keyword name="DebuggerGeneralPage" id="DebuggerGeneralPage" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#create" />
-      <keyword name="DebuggerGeneralPage (Constructor)" id="DebuggerGeneralPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.__init__" />
-      <keyword name="DebuggerGeneralPage.on_addAllowedHostButton_clicked" id="DebuggerGeneralPage.on_addAllowedHostButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_addAllowedHostButton_clicked" />
-      <keyword name="DebuggerGeneralPage.on_allowedHostsList_currentItemChanged" id="DebuggerGeneralPage.on_allowedHostsList_currentItemChanged" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_allowedHostsList_currentItemChanged" />
-      <keyword name="DebuggerGeneralPage.on_deleteAllowedHostButton_clicked" id="DebuggerGeneralPage.on_deleteAllowedHostButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_deleteAllowedHostButton_clicked" />
-      <keyword name="DebuggerGeneralPage.on_editAllowedHostButton_clicked" id="DebuggerGeneralPage.on_editAllowedHostButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_editAllowedHostButton_clicked" />
-      <keyword name="DebuggerGeneralPage.save" id="DebuggerGeneralPage.save" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.save" />
-      <keyword name="DebuggerPython3Page (Module)" id="DebuggerPython3Page (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html" />
-      <keyword name="DebuggerPython3Page" id="DebuggerPython3Page" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#create" />
-      <keyword name="DebuggerPython3Page (Constructor)" id="DebuggerPython3Page (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.__init__" />
-      <keyword name="DebuggerPython3Page.on_debugClientButton_clicked" id="DebuggerPython3Page.on_debugClientButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.on_debugClientButton_clicked" />
-      <keyword name="DebuggerPython3Page.on_interpreterButton_clicked" id="DebuggerPython3Page.on_interpreterButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.on_interpreterButton_clicked" />
-      <keyword name="DebuggerPython3Page.save" id="DebuggerPython3Page.save" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.save" />
-      <keyword name="DebuggerPythonPage (Module)" id="DebuggerPythonPage (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html" />
-      <keyword name="DebuggerPythonPage" id="DebuggerPythonPage" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#create" />
-      <keyword name="DebuggerPythonPage (Constructor)" id="DebuggerPythonPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.__init__" />
-      <keyword name="DebuggerPythonPage.on_debugClientButton_clicked" id="DebuggerPythonPage.on_debugClientButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.on_debugClientButton_clicked" />
-      <keyword name="DebuggerPythonPage.on_interpreterButton_clicked" id="DebuggerPythonPage.on_interpreterButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.on_interpreterButton_clicked" />
-      <keyword name="DebuggerPythonPage.save" id="DebuggerPythonPage.save" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.save" />
-      <keyword name="DebuggerRubyPage (Module)" id="DebuggerRubyPage (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html" />
-      <keyword name="DebuggerRubyPage" id="DebuggerRubyPage" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#create" />
-      <keyword name="DebuggerRubyPage (Constructor)" id="DebuggerRubyPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage.__init__" />
-      <keyword name="DebuggerRubyPage.on_rubyInterpreterButton_clicked" id="DebuggerRubyPage.on_rubyInterpreterButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage.on_rubyInterpreterButton_clicked" />
-      <keyword name="DebuggerRubyPage.save" id="DebuggerRubyPage.save" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage.save" />
-      <keyword name="EditorAPIsPage (Module)" id="EditorAPIsPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html" />
-      <keyword name="EditorAPIsPage" id="EditorAPIsPage" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#create" />
-      <keyword name="EditorAPIsPage (Constructor)" id="EditorAPIsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__init__" />
-      <keyword name="EditorAPIsPage.__apiPreparationCancelled" id="EditorAPIsPage.__apiPreparationCancelled" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__apiPreparationCancelled" />
-      <keyword name="EditorAPIsPage.__apiPreparationFinished" id="EditorAPIsPage.__apiPreparationFinished" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__apiPreparationFinished" />
-      <keyword name="EditorAPIsPage.__apiPreparationStarted" id="EditorAPIsPage.__apiPreparationStarted" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__apiPreparationStarted" />
-      <keyword name="EditorAPIsPage.__editorGetApisFromApiList" id="EditorAPIsPage.__editorGetApisFromApiList" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__editorGetApisFromApiList" />
-      <keyword name="EditorAPIsPage.on_addApiFileButton_clicked" id="EditorAPIsPage.on_addApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_addApiFileButton_clicked" />
-      <keyword name="EditorAPIsPage.on_addInstalledApiFileButton_clicked" id="EditorAPIsPage.on_addInstalledApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_addInstalledApiFileButton_clicked" />
-      <keyword name="EditorAPIsPage.on_addPluginApiFileButton_clicked" id="EditorAPIsPage.on_addPluginApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_addPluginApiFileButton_clicked" />
-      <keyword name="EditorAPIsPage.on_apiFileButton_clicked" id="EditorAPIsPage.on_apiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_apiFileButton_clicked" />
-      <keyword name="EditorAPIsPage.on_apiLanguageComboBox_activated" id="EditorAPIsPage.on_apiLanguageComboBox_activated" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_apiLanguageComboBox_activated" />
-      <keyword name="EditorAPIsPage.on_deleteApiFileButton_clicked" id="EditorAPIsPage.on_deleteApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_deleteApiFileButton_clicked" />
-      <keyword name="EditorAPIsPage.on_prepareApiButton_clicked" id="EditorAPIsPage.on_prepareApiButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_prepareApiButton_clicked" />
-      <keyword name="EditorAPIsPage.save" id="EditorAPIsPage.save" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.save" />
-      <keyword name="EditorAPIsPage.saveState" id="EditorAPIsPage.saveState" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.saveState" />
-      <keyword name="EditorAPIsPage.setState" id="EditorAPIsPage.setState" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.setState" />
-      <keyword name="EditorAutocompletionPage (Module)" id="EditorAutocompletionPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html" />
-      <keyword name="EditorAutocompletionPage" id="EditorAutocompletionPage" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#EditorAutocompletionPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#create" />
-      <keyword name="EditorAutocompletionPage (Constructor)" id="EditorAutocompletionPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#EditorAutocompletionPage.__init__" />
-      <keyword name="EditorAutocompletionPage.save" id="EditorAutocompletionPage.save" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#EditorAutocompletionPage.save" />
-      <keyword name="EditorAutocompletionQScintillaPage (Module)" id="EditorAutocompletionQScintillaPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html" />
-      <keyword name="EditorAutocompletionQScintillaPage" id="EditorAutocompletionQScintillaPage" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#EditorAutocompletionQScintillaPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#create" />
-      <keyword name="EditorAutocompletionQScintillaPage (Constructor)" id="EditorAutocompletionQScintillaPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#EditorAutocompletionQScintillaPage.__init__" />
-      <keyword name="EditorAutocompletionQScintillaPage.save" id="EditorAutocompletionQScintillaPage.save" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#EditorAutocompletionQScintillaPage.save" />
-      <keyword name="EditorCalltipsPage (Module)" id="EditorCalltipsPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html" />
-      <keyword name="EditorCalltipsPage" id="EditorCalltipsPage" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#create" />
-      <keyword name="EditorCalltipsPage (Constructor)" id="EditorCalltipsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage.__init__" />
-      <keyword name="EditorCalltipsPage.on_calltipsBackgroundButton_clicked" id="EditorCalltipsPage.on_calltipsBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage.on_calltipsBackgroundButton_clicked" />
-      <keyword name="EditorCalltipsPage.save" id="EditorCalltipsPage.save" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage.save" />
-      <keyword name="EditorCalltipsQScintillaPage (Module)" id="EditorCalltipsQScintillaPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html" />
-      <keyword name="EditorCalltipsQScintillaPage" id="EditorCalltipsQScintillaPage" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#EditorCalltipsQScintillaPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#create" />
-      <keyword name="EditorCalltipsQScintillaPage (Constructor)" id="EditorCalltipsQScintillaPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#EditorCalltipsQScintillaPage.__init__" />
-      <keyword name="EditorCalltipsQScintillaPage.save" id="EditorCalltipsQScintillaPage.save" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#EditorCalltipsQScintillaPage.save" />
-      <keyword name="EditorExportersPage (Module)" id="EditorExportersPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html" />
-      <keyword name="EditorExportersPage" id="EditorExportersPage" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#create" />
-      <keyword name="EditorExportersPage (Constructor)" id="EditorExportersPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.__init__" />
-      <keyword name="EditorExportersPage.on_exportersCombo_activated" id="EditorExportersPage.on_exportersCombo_activated" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.on_exportersCombo_activated" />
-      <keyword name="EditorExportersPage.on_rtfFontButton_clicked" id="EditorExportersPage.on_rtfFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.on_rtfFontButton_clicked" />
-      <keyword name="EditorExportersPage.save" id="EditorExportersPage.save" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.save" />
-      <keyword name="EditorFilePage (Module)" id="EditorFilePage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html" />
-      <keyword name="EditorFilePage" id="EditorFilePage" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#create" />
-      <keyword name="EditorFilePage (Constructor)" id="EditorFilePage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.__init__" />
-      <keyword name="EditorFilePage.save" id="EditorFilePage.save" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.save" />
-      <keyword name="EditorGeneralPage (Module)" id="EditorGeneralPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html" />
-      <keyword name="EditorGeneralPage" id="EditorGeneralPage" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#create" />
-      <keyword name="EditorGeneralPage (Constructor)" id="EditorGeneralPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.__init__" />
-      <keyword name="EditorGeneralPage.on_tabforindentationCheckBox_toggled" id="EditorGeneralPage.on_tabforindentationCheckBox_toggled" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.on_tabforindentationCheckBox_toggled" />
-      <keyword name="EditorGeneralPage.save" id="EditorGeneralPage.save" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.save" />
-      <keyword name="EditorHighlightersPage (Module)" id="EditorHighlightersPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html" />
-      <keyword name="EditorHighlightersPage" id="EditorHighlightersPage" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#create" />
-      <keyword name="EditorHighlightersPage (Constructor)" id="EditorHighlightersPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.__init__" />
-      <keyword name="EditorHighlightersPage.on_addLexerButton_clicked" id="EditorHighlightersPage.on_addLexerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_addLexerButton_clicked" />
-      <keyword name="EditorHighlightersPage.on_deleteLexerButton_clicked" id="EditorHighlightersPage.on_deleteLexerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_deleteLexerButton_clicked" />
-      <keyword name="EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged" id="EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged" />
-      <keyword name="EditorHighlightersPage.on_editorLexerList_itemActivated" id="EditorHighlightersPage.on_editorLexerList_itemActivated" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_editorLexerList_itemActivated" />
-      <keyword name="EditorHighlightersPage.on_editorLexerList_itemClicked" id="EditorHighlightersPage.on_editorLexerList_itemClicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_editorLexerList_itemClicked" />
-      <keyword name="EditorHighlightersPage.save" id="EditorHighlightersPage.save" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.save" />
-      <keyword name="EditorHighlightingStylesPage (Module)" id="EditorHighlightingStylesPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html" />
-      <keyword name="EditorHighlightingStylesPage" id="EditorHighlightingStylesPage" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#create" />
-      <keyword name="EditorHighlightingStylesPage (Constructor)" id="EditorHighlightingStylesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__init__" />
-      <keyword name="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" id="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" />
-      <keyword name="EditorHighlightingStylesPage.__changeFont" id="EditorHighlightingStylesPage.__changeFont" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__changeFont" />
-      <keyword name="EditorHighlightingStylesPage.__exportStyles" id="EditorHighlightingStylesPage.__exportStyles" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__exportStyles" />
-      <keyword name="EditorHighlightingStylesPage.__fontButtonMenuTriggered" id="EditorHighlightingStylesPage.__fontButtonMenuTriggered" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__fontButtonMenuTriggered" />
-      <keyword name="EditorHighlightingStylesPage.__importStyles" id="EditorHighlightingStylesPage.__importStyles" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__importStyles" />
-      <keyword name="EditorHighlightingStylesPage.__setToDefault" id="EditorHighlightingStylesPage.__setToDefault" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__setToDefault" />
-      <keyword name="EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked" id="EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked" />
-      <keyword name="EditorHighlightingStylesPage.on_allDefaultButton_clicked" id="EditorHighlightingStylesPage.on_allDefaultButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_allDefaultButton_clicked" />
-      <keyword name="EditorHighlightingStylesPage.on_allEolFillButton_clicked" id="EditorHighlightingStylesPage.on_allEolFillButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_allEolFillButton_clicked" />
-      <keyword name="EditorHighlightingStylesPage.on_backgroundButton_clicked" id="EditorHighlightingStylesPage.on_backgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_backgroundButton_clicked" />
-      <keyword name="EditorHighlightingStylesPage.on_defaultButton_clicked" id="EditorHighlightingStylesPage.on_defaultButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_defaultButton_clicked" />
-      <keyword name="EditorHighlightingStylesPage.on_eolfillCheckBox_toggled" id="EditorHighlightingStylesPage.on_eolfillCheckBox_toggled" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_eolfillCheckBox_toggled" />
-      <keyword name="EditorHighlightingStylesPage.on_exportAllButton_clicked" id="EditorHighlightingStylesPage.on_exportAllButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_exportAllButton_clicked" />
-      <keyword name="EditorHighlightingStylesPage.on_exportCurrentButton_clicked" id="EditorHighlightingStylesPage.on_exportCurrentButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_exportCurrentButton_clicked" />
-      <keyword name="EditorHighlightingStylesPage.on_foregroundButton_clicked" id="EditorHighlightingStylesPage.on_foregroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_foregroundButton_clicked" />
-      <keyword name="EditorHighlightingStylesPage.on_importAllButton_clicked" id="EditorHighlightingStylesPage.on_importAllButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_importAllButton_clicked" />
-      <keyword name="EditorHighlightingStylesPage.on_importCurrentButton_clicked" id="EditorHighlightingStylesPage.on_importCurrentButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_importCurrentButton_clicked" />
-      <keyword name="EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated" id="EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated" />
-      <keyword name="EditorHighlightingStylesPage.on_styleElementList_currentRowChanged" id="EditorHighlightingStylesPage.on_styleElementList_currentRowChanged" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_styleElementList_currentRowChanged" />
-      <keyword name="EditorHighlightingStylesPage.save" id="EditorHighlightingStylesPage.save" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.save" />
-      <keyword name="EditorHighlightingStylesPage.saveState" id="EditorHighlightingStylesPage.saveState" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.saveState" />
-      <keyword name="EditorHighlightingStylesPage.setFont" id="EditorHighlightingStylesPage.setFont" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.setFont" />
-      <keyword name="EditorHighlightingStylesPage.setSampleFont" id="EditorHighlightingStylesPage.setSampleFont" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.setSampleFont" />
-      <keyword name="EditorHighlightingStylesPage.setState" id="EditorHighlightingStylesPage.setState" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.setState" />
-      <keyword name="EditorKeywordsPage (Module)" id="EditorKeywordsPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html" />
-      <keyword name="EditorKeywordsPage" id="EditorKeywordsPage" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#create" />
-      <keyword name="EditorKeywordsPage (Constructor)" id="EditorKeywordsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.__init__" />
-      <keyword name="EditorKeywordsPage.on_languageCombo_activated" id="EditorKeywordsPage.on_languageCombo_activated" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.on_languageCombo_activated" />
-      <keyword name="EditorKeywordsPage.on_setSpinBox_valueChanged" id="EditorKeywordsPage.on_setSpinBox_valueChanged" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.on_setSpinBox_valueChanged" />
-      <keyword name="EditorKeywordsPage.save" id="EditorKeywordsPage.save" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.save" />
-      <keyword name="EditorPropertiesPage (Module)" id="EditorPropertiesPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html" />
-      <keyword name="EditorPropertiesPage" id="EditorPropertiesPage" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#EditorPropertiesPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#create" />
-      <keyword name="EditorPropertiesPage (Constructor)" id="EditorPropertiesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#EditorPropertiesPage.__init__" />
-      <keyword name="EditorPropertiesPage.save" id="EditorPropertiesPage.save" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#EditorPropertiesPage.save" />
-      <keyword name="EditorSearchPage (Module)" id="EditorSearchPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html" />
-      <keyword name="EditorSearchPage" id="EditorSearchPage" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#create" />
-      <keyword name="EditorSearchPage (Constructor)" id="EditorSearchPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage.__init__" />
-      <keyword name="EditorSearchPage.on_searchMarkerButton_clicked" id="EditorSearchPage.on_searchMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage.on_searchMarkerButton_clicked" />
-      <keyword name="EditorSearchPage.save" id="EditorSearchPage.save" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage.save" />
-      <keyword name="EditorSpellCheckingPage (Module)" id="EditorSpellCheckingPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html" />
-      <keyword name="EditorSpellCheckingPage" id="EditorSpellCheckingPage" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#create" />
-      <keyword name="EditorSpellCheckingPage (Constructor)" id="EditorSpellCheckingPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.__init__" />
-      <keyword name="EditorSpellCheckingPage.on_pelButton_clicked" id="EditorSpellCheckingPage.on_pelButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.on_pelButton_clicked" />
-      <keyword name="EditorSpellCheckingPage.on_pwlButton_clicked" id="EditorSpellCheckingPage.on_pwlButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.on_pwlButton_clicked" />
-      <keyword name="EditorSpellCheckingPage.on_spellingMarkerButton_clicked" id="EditorSpellCheckingPage.on_spellingMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.on_spellingMarkerButton_clicked" />
-      <keyword name="EditorSpellCheckingPage.save" id="EditorSpellCheckingPage.save" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.save" />
-      <keyword name="EditorStylesPage (Module)" id="EditorStylesPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html" />
-      <keyword name="EditorStylesPage" id="EditorStylesPage" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#create" />
-      <keyword name="EditorStylesPage (Constructor)" id="EditorStylesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.__init__" />
-      <keyword name="EditorStylesPage.on_caretForegroundButton_clicked" id="EditorStylesPage.on_caretForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_caretForegroundButton_clicked" />
-      <keyword name="EditorStylesPage.on_caretlineBackgroundButton_clicked" id="EditorStylesPage.on_caretlineBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_caretlineBackgroundButton_clicked" />
-      <keyword name="EditorStylesPage.on_currentLineMarkerButton_clicked" id="EditorStylesPage.on_currentLineMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_currentLineMarkerButton_clicked" />
-      <keyword name="EditorStylesPage.on_defaultFontButton_clicked" id="EditorStylesPage.on_defaultFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_defaultFontButton_clicked" />
-      <keyword name="EditorStylesPage.on_edgeBackgroundColorButton_clicked" id="EditorStylesPage.on_edgeBackgroundColorButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_edgeBackgroundColorButton_clicked" />
-      <keyword name="EditorStylesPage.on_errorMarkerButton_clicked" id="EditorStylesPage.on_errorMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_errorMarkerButton_clicked" />
-      <keyword name="EditorStylesPage.on_foldmarginBackgroundButton_clicked" id="EditorStylesPage.on_foldmarginBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_foldmarginBackgroundButton_clicked" />
-      <keyword name="EditorStylesPage.on_foldmarkersBackgroundButton_clicked" id="EditorStylesPage.on_foldmarkersBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_foldmarkersBackgroundButton_clicked" />
-      <keyword name="EditorStylesPage.on_foldmarkersForegroundButton_clicked" id="EditorStylesPage.on_foldmarkersForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_foldmarkersForegroundButton_clicked" />
-      <keyword name="EditorStylesPage.on_linenumbersFontButton_clicked" id="EditorStylesPage.on_linenumbersFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_linenumbersFontButton_clicked" />
-      <keyword name="EditorStylesPage.on_marginsBackgroundButton_clicked" id="EditorStylesPage.on_marginsBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_marginsBackgroundButton_clicked" />
-      <keyword name="EditorStylesPage.on_marginsForegroundButton_clicked" id="EditorStylesPage.on_marginsForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_marginsForegroundButton_clicked" />
-      <keyword name="EditorStylesPage.on_matchingBracesBackButton_clicked" id="EditorStylesPage.on_matchingBracesBackButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_matchingBracesBackButton_clicked" />
-      <keyword name="EditorStylesPage.on_matchingBracesButton_clicked" id="EditorStylesPage.on_matchingBracesButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_matchingBracesButton_clicked" />
-      <keyword name="EditorStylesPage.on_monospacedFontButton_clicked" id="EditorStylesPage.on_monospacedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_monospacedFontButton_clicked" />
-      <keyword name="EditorStylesPage.on_nonmatchingBracesBackButton_clicked" id="EditorStylesPage.on_nonmatchingBracesBackButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_nonmatchingBracesBackButton_clicked" />
-      <keyword name="EditorStylesPage.on_nonmatchingBracesButton_clicked" id="EditorStylesPage.on_nonmatchingBracesButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_nonmatchingBracesButton_clicked" />
-      <keyword name="EditorStylesPage.on_selectionBackgroundButton_clicked" id="EditorStylesPage.on_selectionBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_selectionBackgroundButton_clicked" />
-      <keyword name="EditorStylesPage.on_selectionForegroundButton_clicked" id="EditorStylesPage.on_selectionForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_selectionForegroundButton_clicked" />
-      <keyword name="EditorStylesPage.polishPage" id="EditorStylesPage.polishPage" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.polishPage" />
-      <keyword name="EditorStylesPage.save" id="EditorStylesPage.save" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.save" />
-      <keyword name="EditorTypingPage (Module)" id="EditorTypingPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html" />
-      <keyword name="EditorTypingPage" id="EditorTypingPage" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#create" />
-      <keyword name="EditorTypingPage (Constructor)" id="EditorTypingPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage.__init__" />
-      <keyword name="EditorTypingPage.on_languageCombo_activated" id="EditorTypingPage.on_languageCombo_activated" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage.on_languageCombo_activated" />
-      <keyword name="EditorTypingPage.save" id="EditorTypingPage.save" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage.save" />
-      <keyword name="EmailPage (Module)" id="EmailPage (Module)" ref="eric5.Preferences.ConfigurationPages.EmailPage.html" />
-      <keyword name="EmailPage" id="EmailPage" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#create" />
-      <keyword name="EmailPage (Constructor)" id="EmailPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.__init__" />
-      <keyword name="EmailPage.save" id="EmailPage.save" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.save" />
-      <keyword name="GraphicsPage (Module)" id="GraphicsPage (Module)" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html" />
-      <keyword name="GraphicsPage" id="GraphicsPage" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#create" />
-      <keyword name="GraphicsPage (Constructor)" id="GraphicsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.__init__" />
-      <keyword name="GraphicsPage.on_graphicsFontButton_clicked" id="GraphicsPage.on_graphicsFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.on_graphicsFontButton_clicked" />
-      <keyword name="GraphicsPage.polishPage" id="GraphicsPage.polishPage" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.polishPage" />
-      <keyword name="GraphicsPage.save" id="GraphicsPage.save" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.save" />
-      <keyword name="HelpAppearancePage (Module)" id="HelpAppearancePage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html" />
-      <keyword name="HelpAppearancePage" id="HelpAppearancePage" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#create" />
-      <keyword name="HelpAppearancePage (Constructor)" id="HelpAppearancePage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.__init__" />
-      <keyword name="HelpAppearancePage.on_fixedFontButton_clicked" id="HelpAppearancePage.on_fixedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_fixedFontButton_clicked" />
-      <keyword name="HelpAppearancePage.on_secureURLsColourButton_clicked" id="HelpAppearancePage.on_secureURLsColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_secureURLsColourButton_clicked" />
-      <keyword name="HelpAppearancePage.on_standardFontButton_clicked" id="HelpAppearancePage.on_standardFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_standardFontButton_clicked" />
-      <keyword name="HelpAppearancePage.on_styleSheetButton_clicked" id="HelpAppearancePage.on_styleSheetButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_styleSheetButton_clicked" />
-      <keyword name="HelpAppearancePage.save" id="HelpAppearancePage.save" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.save" />
-      <keyword name="HelpDocumentationPage (Module)" id="HelpDocumentationPage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html" />
-      <keyword name="HelpDocumentationPage" id="HelpDocumentationPage" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#create" />
-      <keyword name="HelpDocumentationPage (Constructor)" id="HelpDocumentationPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.__init__" />
-      <keyword name="HelpDocumentationPage.on_pyqt4DocDirButton_clicked" id="HelpDocumentationPage.on_pyqt4DocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pyqt4DocDirButton_clicked" />
-      <keyword name="HelpDocumentationPage.on_pysideDocDirButton_clicked" id="HelpDocumentationPage.on_pysideDocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pysideDocDirButton_clicked" />
-      <keyword name="HelpDocumentationPage.on_pythonDocDirButton_clicked" id="HelpDocumentationPage.on_pythonDocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pythonDocDirButton_clicked" />
-      <keyword name="HelpDocumentationPage.on_qt4DocDirButton_clicked" id="HelpDocumentationPage.on_qt4DocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_qt4DocDirButton_clicked" />
-      <keyword name="HelpDocumentationPage.save" id="HelpDocumentationPage.save" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.save" />
-      <keyword name="HelpViewersPage (Module)" id="HelpViewersPage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html" />
-      <keyword name="HelpViewersPage" id="HelpViewersPage" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#create" />
-      <keyword name="HelpViewersPage (Constructor)" id="HelpViewersPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.__init__" />
-      <keyword name="HelpViewersPage.on_chmviewerButton_clicked" id="HelpViewersPage.on_chmviewerButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_chmviewerButton_clicked" />
-      <keyword name="HelpViewersPage.on_customViewerSelectionButton_clicked" id="HelpViewersPage.on_customViewerSelectionButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_customViewerSelectionButton_clicked" />
-      <keyword name="HelpViewersPage.on_pdfviewerButton_clicked" id="HelpViewersPage.on_pdfviewerButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_pdfviewerButton_clicked" />
-      <keyword name="HelpViewersPage.on_webbrowserButton_clicked" id="HelpViewersPage.on_webbrowserButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_webbrowserButton_clicked" />
-      <keyword name="HelpViewersPage.save" id="HelpViewersPage.save" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.save" />
-      <keyword name="HelpWebBrowserPage (Module)" id="HelpWebBrowserPage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html" />
-      <keyword name="HelpWebBrowserPage" id="HelpWebBrowserPage" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#create" />
-      <keyword name="HelpWebBrowserPage (Constructor)" id="HelpWebBrowserPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.__init__" />
-      <keyword name="HelpWebBrowserPage.on_defaultHomeButton_clicked" id="HelpWebBrowserPage.on_defaultHomeButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.on_defaultHomeButton_clicked" />
-      <keyword name="HelpWebBrowserPage.on_setCurrentPageButton_clicked" id="HelpWebBrowserPage.on_setCurrentPageButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.on_setCurrentPageButton_clicked" />
-      <keyword name="HelpWebBrowserPage.save" id="HelpWebBrowserPage.save" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.save" />
-      <keyword name="IconsPage (Module)" id="IconsPage (Module)" ref="eric5.Preferences.ConfigurationPages.IconsPage.html" />
-      <keyword name="IconsPage" id="IconsPage" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#create" />
-      <keyword name="IconsPage (Constructor)" id="IconsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.__init__" />
-      <keyword name="IconsPage.on_addIconDirectoryButton_clicked" id="IconsPage.on_addIconDirectoryButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_addIconDirectoryButton_clicked" />
-      <keyword name="IconsPage.on_deleteIconDirectoryButton_clicked" id="IconsPage.on_deleteIconDirectoryButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_deleteIconDirectoryButton_clicked" />
-      <keyword name="IconsPage.on_downButton_clicked" id="IconsPage.on_downButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_downButton_clicked" />
-      <keyword name="IconsPage.on_iconDirectoryButton_clicked" id="IconsPage.on_iconDirectoryButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryButton_clicked" />
-      <keyword name="IconsPage.on_iconDirectoryEdit_textChanged" id="IconsPage.on_iconDirectoryEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryEdit_textChanged" />
-      <keyword name="IconsPage.on_iconDirectoryList_currentRowChanged" id="IconsPage.on_iconDirectoryList_currentRowChanged" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryList_currentRowChanged" />
-      <keyword name="IconsPage.on_showIconsButton_clicked" id="IconsPage.on_showIconsButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_showIconsButton_clicked" />
-      <keyword name="IconsPage.on_upButton_clicked" id="IconsPage.on_upButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_upButton_clicked" />
-      <keyword name="IconsPage.save" id="IconsPage.save" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.save" />
-      <keyword name="IconsPreviewDialog (Module)" id="IconsPreviewDialog (Module)" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html" />
-      <keyword name="IconsPreviewDialog" id="IconsPreviewDialog" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html#IconsPreviewDialog" />
-      <keyword name="IconsPreviewDialog (Constructor)" id="IconsPreviewDialog (Constructor)" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html#IconsPreviewDialog.__init__" />
-      <keyword name="InterfacePage (Module)" id="InterfacePage (Module)" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html" />
-      <keyword name="InterfacePage" id="InterfacePage" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#create" />
-      <keyword name="InterfacePage (Constructor)" id="InterfacePage (Constructor)" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__init__" />
-      <keyword name="InterfacePage.__populateLanguageCombo" id="InterfacePage.__populateLanguageCombo" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__populateLanguageCombo" />
-      <keyword name="InterfacePage.__populateStyleCombo" id="InterfacePage.__populateStyleCombo" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__populateStyleCombo" />
-      <keyword name="InterfacePage.on_resetLayoutButton_clicked" id="InterfacePage.on_resetLayoutButton_clicked" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.on_resetLayoutButton_clicked" />
-      <keyword name="InterfacePage.on_stderrTextColourButton_clicked" id="InterfacePage.on_stderrTextColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.on_stderrTextColourButton_clicked" />
-      <keyword name="InterfacePage.on_styleSheetButton_clicked" id="InterfacePage.on_styleSheetButton_clicked" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.on_styleSheetButton_clicked" />
-      <keyword name="InterfacePage.save" id="InterfacePage.save" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.save" />
-      <keyword name="MultiProjectPage (Module)" id="MultiProjectPage (Module)" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html" />
-      <keyword name="MultiProjectPage" id="MultiProjectPage" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#create" />
-      <keyword name="MultiProjectPage (Constructor)" id="MultiProjectPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage.__init__" />
-      <keyword name="MultiProjectPage.save" id="MultiProjectPage.save" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage.save" />
-      <keyword name="NetworkPage (Module)" id="NetworkPage (Module)" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html" />
-      <keyword name="NetworkPage" id="NetworkPage" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#create" />
-      <keyword name="NetworkPage (Constructor)" id="NetworkPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.__init__" />
-      <keyword name="NetworkPage.on_downloadDirButton_clicked" id="NetworkPage.on_downloadDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.on_downloadDirButton_clicked" />
-      <keyword name="NetworkPage.save" id="NetworkPage.save" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.save" />
-      <keyword name="PluginManagerPage (Module)" id="PluginManagerPage (Module)" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html" />
-      <keyword name="PluginManagerPage" id="PluginManagerPage" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#create" />
-      <keyword name="PluginManagerPage (Constructor)" id="PluginManagerPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.__init__" />
-      <keyword name="PluginManagerPage.on_downloadDirButton_clicked" id="PluginManagerPage.on_downloadDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.on_downloadDirButton_clicked" />
-      <keyword name="PluginManagerPage.save" id="PluginManagerPage.save" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.save" />
-      <keyword name="PrinterPage (Module)" id="PrinterPage (Module)" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html" />
-      <keyword name="PrinterPage" id="PrinterPage" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#create" />
-      <keyword name="PrinterPage (Constructor)" id="PrinterPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.__init__" />
-      <keyword name="PrinterPage.on_printheaderFontButton_clicked" id="PrinterPage.on_printheaderFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.on_printheaderFontButton_clicked" />
-      <keyword name="PrinterPage.polishPage" id="PrinterPage.polishPage" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.polishPage" />
-      <keyword name="PrinterPage.save" id="PrinterPage.save" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.save" />
-      <keyword name="ProjectBrowserPage (Module)" id="ProjectBrowserPage (Module)" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html" />
-      <keyword name="ProjectBrowserPage" id="ProjectBrowserPage" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#create" />
-      <keyword name="ProjectBrowserPage (Constructor)" id="ProjectBrowserPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.__init__" />
-      <keyword name="ProjectBrowserPage.__setProjectBrowsersCheckBoxes" id="ProjectBrowserPage.__setProjectBrowsersCheckBoxes" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.__setProjectBrowsersCheckBoxes" />
-      <keyword name="ProjectBrowserPage.__storeProjectBrowserFlags" id="ProjectBrowserPage.__storeProjectBrowserFlags" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.__storeProjectBrowserFlags" />
-      <keyword name="ProjectBrowserPage.on_pbHighlightedButton_clicked" id="ProjectBrowserPage.on_pbHighlightedButton_clicked" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.on_pbHighlightedButton_clicked" />
-      <keyword name="ProjectBrowserPage.on_projectTypeCombo_activated" id="ProjectBrowserPage.on_projectTypeCombo_activated" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.on_projectTypeCombo_activated" />
-      <keyword name="ProjectBrowserPage.save" id="ProjectBrowserPage.save" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.save" />
-      <keyword name="ProjectPage (Module)" id="ProjectPage (Module)" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html" />
-      <keyword name="ProjectPage" id="ProjectPage" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#ProjectPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#create" />
-      <keyword name="ProjectPage (Constructor)" id="ProjectPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#ProjectPage.__init__" />
-      <keyword name="ProjectPage.save" id="ProjectPage.save" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#ProjectPage.save" />
-      <keyword name="Py3FlakesPage (Module)" id="Py3FlakesPage (Module)" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html" />
-      <keyword name="Py3FlakesPage" id="Py3FlakesPage" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#Py3FlakesPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#create" />
-      <keyword name="Py3FlakesPage (Constructor)" id="Py3FlakesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#Py3FlakesPage.__init__" />
-      <keyword name="Py3FlakesPage.save" id="Py3FlakesPage.save" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#Py3FlakesPage.save" />
-      <keyword name="PythonPage (Module)" id="PythonPage (Module)" ref="eric5.Preferences.ConfigurationPages.PythonPage.html" />
-      <keyword name="PythonPage" id="PythonPage" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#PythonPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#create" />
-      <keyword name="PythonPage (Constructor)" id="PythonPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#PythonPage.__init__" />
-      <keyword name="PythonPage.save" id="PythonPage.save" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#PythonPage.save" />
-      <keyword name="QtPage (Module)" id="QtPage (Module)" ref="eric5.Preferences.ConfigurationPages.QtPage.html" />
-      <keyword name="QtPage" id="QtPage" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.QtPage.html#create" />
-      <keyword name="QtPage (Constructor)" id="QtPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.__init__" />
-      <keyword name="QtPage.__updateQt4Sample" id="QtPage.__updateQt4Sample" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.__updateQt4Sample" />
-      <keyword name="QtPage.on_qt4Button_clicked" id="QtPage.on_qt4Button_clicked" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4Button_clicked" />
-      <keyword name="QtPage.on_qt4PostfixEdit_textChanged" id="QtPage.on_qt4PostfixEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4PostfixEdit_textChanged" />
-      <keyword name="QtPage.on_qt4PrefixEdit_textChanged" id="QtPage.on_qt4PrefixEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4PrefixEdit_textChanged" />
-      <keyword name="QtPage.on_qt4TransButton_clicked" id="QtPage.on_qt4TransButton_clicked" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4TransButton_clicked" />
-      <keyword name="QtPage.save" id="QtPage.save" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.save" />
-      <keyword name="ShellPage (Module)" id="ShellPage (Module)" ref="eric5.Preferences.ConfigurationPages.ShellPage.html" />
-      <keyword name="ShellPage" id="ShellPage" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#create" />
-      <keyword name="ShellPage (Constructor)" id="ShellPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.__init__" />
-      <keyword name="ShellPage.on_linenumbersFontButton_clicked" id="ShellPage.on_linenumbersFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.on_linenumbersFontButton_clicked" />
-      <keyword name="ShellPage.on_monospacedFontButton_clicked" id="ShellPage.on_monospacedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.on_monospacedFontButton_clicked" />
-      <keyword name="ShellPage.polishPage" id="ShellPage.polishPage" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.polishPage" />
-      <keyword name="ShellPage.save" id="ShellPage.save" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.save" />
-      <keyword name="TasksPage (Module)" id="TasksPage (Module)" ref="eric5.Preferences.ConfigurationPages.TasksPage.html" />
-      <keyword name="TasksPage" id="TasksPage" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#create" />
-      <keyword name="TasksPage (Constructor)" id="TasksPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.__init__" />
-      <keyword name="TasksPage.on_tasksBgColourButton_clicked" id="TasksPage.on_tasksBgColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksBgColourButton_clicked" />
-      <keyword name="TasksPage.on_tasksBugfixColourButton_clicked" id="TasksPage.on_tasksBugfixColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksBugfixColourButton_clicked" />
-      <keyword name="TasksPage.on_tasksColourButton_clicked" id="TasksPage.on_tasksColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksColourButton_clicked" />
-      <keyword name="TasksPage.on_tasksProjectBgColourButton_clicked" id="TasksPage.on_tasksProjectBgColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksProjectBgColourButton_clicked" />
-      <keyword name="TasksPage.save" id="TasksPage.save" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.save" />
-      <keyword name="TemplatesPage (Module)" id="TemplatesPage (Module)" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html" />
-      <keyword name="TemplatesPage" id="TemplatesPage" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#TemplatesPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#create" />
-      <keyword name="TemplatesPage (Constructor)" id="TemplatesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#TemplatesPage.__init__" />
-      <keyword name="TemplatesPage.save" id="TemplatesPage.save" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#TemplatesPage.save" />
-      <keyword name="TerminalPage (Module)" id="TerminalPage (Module)" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html" />
-      <keyword name="TerminalPage" id="TerminalPage" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#create" />
-      <keyword name="TerminalPage (Constructor)" id="TerminalPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.__init__" />
-      <keyword name="TerminalPage.on_linenumbersFontButton_clicked" id="TerminalPage.on_linenumbersFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.on_linenumbersFontButton_clicked" />
-      <keyword name="TerminalPage.on_monospacedFontButton_clicked" id="TerminalPage.on_monospacedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.on_monospacedFontButton_clicked" />
-      <keyword name="TerminalPage.polishPage" id="TerminalPage.polishPage" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.polishPage" />
-      <keyword name="TerminalPage.save" id="TerminalPage.save" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.save" />
-      <keyword name="VcsPage (Module)" id="VcsPage (Module)" ref="eric5.Preferences.ConfigurationPages.VcsPage.html" />
-      <keyword name="VcsPage" id="VcsPage" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#create" />
-      <keyword name="VcsPage (Constructor)" id="VcsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.__init__" />
-      <keyword name="VcsPage.on_pbVcsAddedButton_clicked" id="VcsPage.on_pbVcsAddedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsAddedButton_clicked" />
-      <keyword name="VcsPage.on_pbVcsConflictButton_clicked" id="VcsPage.on_pbVcsConflictButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsConflictButton_clicked" />
-      <keyword name="VcsPage.on_pbVcsModifiedButton_clicked" id="VcsPage.on_pbVcsModifiedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsModifiedButton_clicked" />
-      <keyword name="VcsPage.on_pbVcsRemovedButton_clicked" id="VcsPage.on_pbVcsRemovedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsRemovedButton_clicked" />
-      <keyword name="VcsPage.on_pbVcsReplacedButton_clicked" id="VcsPage.on_pbVcsReplacedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsReplacedButton_clicked" />
-      <keyword name="VcsPage.on_pbVcsUpdateButton_clicked" id="VcsPage.on_pbVcsUpdateButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsUpdateButton_clicked" />
-      <keyword name="VcsPage.save" id="VcsPage.save" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.save" />
-      <keyword name="ViewmanagerPage (Module)" id="ViewmanagerPage (Module)" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html" />
-      <keyword name="ViewmanagerPage" id="ViewmanagerPage" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage" />
-      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#create" />
-      <keyword name="ViewmanagerPage (Constructor)" id="ViewmanagerPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage.__init__" />
-      <keyword name="ViewmanagerPage.on_windowComboBox_activated" id="ViewmanagerPage.on_windowComboBox_activated" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage.on_windowComboBox_activated" />
-      <keyword name="ViewmanagerPage.save" id="ViewmanagerPage.save" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage.save" />
-      <keyword name="Exporters (Package)" id="Exporters (Package)" ref="index-eric5.QScintilla.Exporters.html" />
-      <keyword name="getExporter" id="getExporter" ref="eric5.QScintilla.Exporters.__init__.html#getExporter" />
-      <keyword name="getSupportedFormats" id="getSupportedFormats" ref="eric5.QScintilla.Exporters.__init__.html#getSupportedFormats" />
-      <keyword name="ExporterBase (Module)" id="ExporterBase (Module)" ref="eric5.QScintilla.Exporters.ExporterBase.html" />
-      <keyword name="ExporterBase" id="ExporterBase" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase" />
-      <keyword name="ExporterBase (Constructor)" id="ExporterBase (Constructor)" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase.__init__" />
-      <keyword name="ExporterBase._getFileName" id="ExporterBase._getFileName" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase._getFileName" />
-      <keyword name="ExporterBase.exportSource" id="ExporterBase.exportSource" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase.exportSource" />
-      <keyword name="ExporterHTML (Module)" id="ExporterHTML (Module)" ref="eric5.QScintilla.Exporters.ExporterHTML.html" />
-      <keyword name="ExporterHTML" id="ExporterHTML" ref="eric5.QScintilla.Exporters.ExporterHTML.html#ExporterHTML" />
-      <keyword name="ExporterHTML (Constructor)" id="ExporterHTML (Constructor)" ref="eric5.QScintilla.Exporters.ExporterHTML.html#ExporterHTML.__init__" />
-      <keyword name="ExporterHTML.exportSource" id="ExporterHTML.exportSource" ref="eric5.QScintilla.Exporters.ExporterHTML.html#ExporterHTML.exportSource" />
-      <keyword name="ExporterPDF (Module)" id="ExporterPDF (Module)" ref="eric5.QScintilla.Exporters.ExporterPDF.html" />
-      <keyword name="ExporterPDF" id="ExporterPDF" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF" />
-      <keyword name="PDFObjectTracker" id="PDFObjectTracker" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker" />
-      <keyword name="PDFRender" id="PDFRender" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender" />
-      <keyword name="PDFStyle" id="PDFStyle" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFStyle" />
-      <keyword name="ExporterPDF (Constructor)" id="ExporterPDF (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF.__init__" />
-      <keyword name="ExporterPDF.__getPDFRGB" id="ExporterPDF.__getPDFRGB" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF.__getPDFRGB" />
-      <keyword name="ExporterPDF.exportSource" id="ExporterPDF.exportSource" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF.exportSource" />
-      <keyword name="PDFObjectTracker (Constructor)" id="PDFObjectTracker (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.__init__" />
-      <keyword name="PDFObjectTracker.add" id="PDFObjectTracker.add" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.add" />
-      <keyword name="PDFObjectTracker.write" id="PDFObjectTracker.write" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.write" />
-      <keyword name="PDFObjectTracker.xref" id="PDFObjectTracker.xref" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.xref" />
-      <keyword name="PDFRender (Constructor)" id="PDFRender (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.__init__" />
-      <keyword name="PDFRender.add" id="PDFRender.add" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.add" />
-      <keyword name="PDFRender.endPDF" id="PDFRender.endPDF" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.endPDF" />
-      <keyword name="PDFRender.endPage" id="PDFRender.endPage" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.endPage" />
-      <keyword name="PDFRender.flushSegment" id="PDFRender.flushSegment" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.flushSegment" />
-      <keyword name="PDFRender.fontToPoints" id="PDFRender.fontToPoints" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.fontToPoints" />
-      <keyword name="PDFRender.nextLine" id="PDFRender.nextLine" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.nextLine" />
-      <keyword name="PDFRender.setStyle" id="PDFRender.setStyle" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.setStyle" />
-      <keyword name="PDFRender.startPDF" id="PDFRender.startPDF" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.startPDF" />
-      <keyword name="PDFRender.startPage" id="PDFRender.startPage" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.startPage" />
-      <keyword name="PDFStyle (Constructor)" id="PDFStyle (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFStyle.__init__" />
-      <keyword name="ExporterRTF (Module)" id="ExporterRTF (Module)" ref="eric5.QScintilla.Exporters.ExporterRTF.html" />
-      <keyword name="ExporterRTF" id="ExporterRTF" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF" />
-      <keyword name="ExporterRTF (Constructor)" id="ExporterRTF (Constructor)" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.__init__" />
-      <keyword name="ExporterRTF.__GetRTFNextControl" id="ExporterRTF.__GetRTFNextControl" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.__GetRTFNextControl" />
-      <keyword name="ExporterRTF.__GetRTFStyleChange" id="ExporterRTF.__GetRTFStyleChange" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.__GetRTFStyleChange" />
-      <keyword name="ExporterRTF.exportSource" id="ExporterRTF.exportSource" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.exportSource" />
-      <keyword name="ExporterTEX (Module)" id="ExporterTEX (Module)" ref="eric5.QScintilla.Exporters.ExporterTEX.html" />
-      <keyword name="ExporterTEX" id="ExporterTEX" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX" />
-      <keyword name="ExporterTEX (Constructor)" id="ExporterTEX (Constructor)" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__init__" />
-      <keyword name="ExporterTEX.__defineTexStyle" id="ExporterTEX.__defineTexStyle" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__defineTexStyle" />
-      <keyword name="ExporterTEX.__getTexRGB" id="ExporterTEX.__getTexRGB" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__getTexRGB" />
-      <keyword name="ExporterTEX.__texStyle" id="ExporterTEX.__texStyle" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__texStyle" />
-      <keyword name="ExporterTEX.exportSource" id="ExporterTEX.exportSource" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.exportSource" />
-      <keyword name="Lexers (Package)" id="Lexers (Package)" ref="index-eric5.QScintilla.Lexers.html" />
-      <keyword name="__getPygmentsLexer" id="__getPygmentsLexer" ref="eric5.QScintilla.Lexers.__init__.html#__getPygmentsLexer" />
-      <keyword name="getDefaultLexerAssociations" id="getDefaultLexerAssociations" ref="eric5.QScintilla.Lexers.__init__.html#getDefaultLexerAssociations" />
-      <keyword name="getLexer" id="getLexer" ref="eric5.QScintilla.Lexers.__init__.html#getLexer" />
-      <keyword name="getOpenFileFiltersList" id="getOpenFileFiltersList" ref="eric5.QScintilla.Lexers.__init__.html#getOpenFileFiltersList" />
-      <keyword name="getSaveFileFiltersList" id="getSaveFileFiltersList" ref="eric5.QScintilla.Lexers.__init__.html#getSaveFileFiltersList" />
-      <keyword name="getSupportedLanguages" id="getSupportedLanguages" ref="eric5.QScintilla.Lexers.__init__.html#getSupportedLanguages" />
-      <keyword name="registerLexer" id="registerLexer" ref="eric5.QScintilla.Lexers.__init__.html#registerLexer" />
-      <keyword name="unregisterLexer" id="unregisterLexer" ref="eric5.QScintilla.Lexers.__init__.html#unregisterLexer" />
-      <keyword name="Lexer (Module)" id="Lexer (Module)" ref="eric5.QScintilla.Lexers.Lexer.html" />
-      <keyword name="Lexer" id="Lexer" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer" />
-      <keyword name="Lexer (Constructor)" id="Lexer (Constructor)" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.__init__" />
-      <keyword name="Lexer.alwaysKeepTabs" id="Lexer.alwaysKeepTabs" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.alwaysKeepTabs" />
-      <keyword name="Lexer.autoCompletionWordSeparators" id="Lexer.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.autoCompletionWordSeparators" />
-      <keyword name="Lexer.boxCommentStr" id="Lexer.boxCommentStr" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.boxCommentStr" />
-      <keyword name="Lexer.canBlockComment" id="Lexer.canBlockComment" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.canBlockComment" />
-      <keyword name="Lexer.canBoxComment" id="Lexer.canBoxComment" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.canBoxComment" />
-      <keyword name="Lexer.canStreamComment" id="Lexer.canStreamComment" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.canStreamComment" />
-      <keyword name="Lexer.commentStr" id="Lexer.commentStr" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.commentStr" />
-      <keyword name="Lexer.hasSmartIndent" id="Lexer.hasSmartIndent" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.hasSmartIndent" />
-      <keyword name="Lexer.initProperties" id="Lexer.initProperties" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.initProperties" />
-      <keyword name="Lexer.isCommentStyle" id="Lexer.isCommentStyle" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.isCommentStyle" />
-      <keyword name="Lexer.isStringStyle" id="Lexer.isStringStyle" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.isStringStyle" />
-      <keyword name="Lexer.keywords" id="Lexer.keywords" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.keywords" />
-      <keyword name="Lexer.smartIndentLine" id="Lexer.smartIndentLine" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.smartIndentLine" />
-      <keyword name="Lexer.smartIndentSelection" id="Lexer.smartIndentSelection" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.smartIndentSelection" />
-      <keyword name="Lexer.streamCommentStr" id="Lexer.streamCommentStr" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.streamCommentStr" />
-      <keyword name="LexerBash (Module)" id="LexerBash (Module)" ref="eric5.QScintilla.Lexers.LexerBash.html" />
-      <keyword name="LexerBash" id="LexerBash" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash" />
-      <keyword name="LexerBash (Constructor)" id="LexerBash (Constructor)" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.__init__" />
-      <keyword name="LexerBash.defaultKeywords" id="LexerBash.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.defaultKeywords" />
-      <keyword name="LexerBash.initProperties" id="LexerBash.initProperties" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.initProperties" />
-      <keyword name="LexerBash.isCommentStyle" id="LexerBash.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.isCommentStyle" />
-      <keyword name="LexerBash.isStringStyle" id="LexerBash.isStringStyle" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.isStringStyle" />
-      <keyword name="LexerBatch (Module)" id="LexerBatch (Module)" ref="eric5.QScintilla.Lexers.LexerBatch.html" />
-      <keyword name="LexerBatch" id="LexerBatch" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch" />
-      <keyword name="LexerBatch (Constructor)" id="LexerBatch (Constructor)" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.__init__" />
-      <keyword name="LexerBatch.defaultKeywords" id="LexerBatch.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.defaultKeywords" />
-      <keyword name="LexerBatch.isCommentStyle" id="LexerBatch.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.isCommentStyle" />
-      <keyword name="LexerBatch.isStringStyle" id="LexerBatch.isStringStyle" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.isStringStyle" />
-      <keyword name="LexerCMake (Module)" id="LexerCMake (Module)" ref="eric5.QScintilla.Lexers.LexerCMake.html" />
-      <keyword name="LexerCMake" id="LexerCMake" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake" />
-      <keyword name="LexerCMake (Constructor)" id="LexerCMake (Constructor)" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.__init__" />
-      <keyword name="LexerCMake.defaultKeywords" id="LexerCMake.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.defaultKeywords" />
-      <keyword name="LexerCMake.initProperties" id="LexerCMake.initProperties" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.initProperties" />
-      <keyword name="LexerCMake.isCommentStyle" id="LexerCMake.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.isCommentStyle" />
-      <keyword name="LexerCMake.isStringStyle" id="LexerCMake.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.isStringStyle" />
-      <keyword name="LexerContainer (Module)" id="LexerContainer (Module)" ref="eric5.QScintilla.Lexers.LexerContainer.html" />
-      <keyword name="LexerContainer" id="LexerContainer" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer" />
-      <keyword name="LexerContainer (Constructor)" id="LexerContainer (Constructor)" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.__init__" />
-      <keyword name="LexerContainer.description" id="LexerContainer.description" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.description" />
-      <keyword name="LexerContainer.language" id="LexerContainer.language" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.language" />
-      <keyword name="LexerContainer.lexer" id="LexerContainer.lexer" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.lexer" />
-      <keyword name="LexerContainer.styleBitsNeeded" id="LexerContainer.styleBitsNeeded" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.styleBitsNeeded" />
-      <keyword name="LexerContainer.styleText" id="LexerContainer.styleText" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.styleText" />
-      <keyword name="LexerCPP (Module)" id="LexerCPP (Module)" ref="eric5.QScintilla.Lexers.LexerCPP.html" />
-      <keyword name="LexerCPP" id="LexerCPP" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP" />
-      <keyword name="LexerCPP (Constructor)" id="LexerCPP (Constructor)" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.__init__" />
-      <keyword name="LexerCPP.autoCompletionWordSeparators" id="LexerCPP.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.autoCompletionWordSeparators" />
-      <keyword name="LexerCPP.defaultKeywords" id="LexerCPP.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.defaultKeywords" />
-      <keyword name="LexerCPP.initProperties" id="LexerCPP.initProperties" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.initProperties" />
-      <keyword name="LexerCPP.isCommentStyle" id="LexerCPP.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.isCommentStyle" />
-      <keyword name="LexerCPP.isStringStyle" id="LexerCPP.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.isStringStyle" />
-      <keyword name="LexerCSharp (Module)" id="LexerCSharp (Module)" ref="eric5.QScintilla.Lexers.LexerCSharp.html" />
-      <keyword name="LexerCSharp" id="LexerCSharp" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp" />
-      <keyword name="LexerCSharp (Constructor)" id="LexerCSharp (Constructor)" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.__init__" />
-      <keyword name="LexerCSharp.defaultKeywords" id="LexerCSharp.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.defaultKeywords" />
-      <keyword name="LexerCSharp.initProperties" id="LexerCSharp.initProperties" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.initProperties" />
-      <keyword name="LexerCSharp.isCommentStyle" id="LexerCSharp.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.isCommentStyle" />
-      <keyword name="LexerCSharp.isStringStyle" id="LexerCSharp.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.isStringStyle" />
-      <keyword name="LexerCSS (Module)" id="LexerCSS (Module)" ref="eric5.QScintilla.Lexers.LexerCSS.html" />
-      <keyword name="LexerCSS" id="LexerCSS" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS" />
-      <keyword name="LexerCSS (Constructor)" id="LexerCSS (Constructor)" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.__init__" />
-      <keyword name="LexerCSS.defaultKeywords" id="LexerCSS.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.defaultKeywords" />
-      <keyword name="LexerCSS.initProperties" id="LexerCSS.initProperties" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.initProperties" />
-      <keyword name="LexerCSS.isCommentStyle" id="LexerCSS.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.isCommentStyle" />
-      <keyword name="LexerCSS.isStringStyle" id="LexerCSS.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.isStringStyle" />
-      <keyword name="LexerD (Module)" id="LexerD (Module)" ref="eric5.QScintilla.Lexers.LexerD.html" />
-      <keyword name="LexerD" id="LexerD" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD" />
-      <keyword name="LexerD (Constructor)" id="LexerD (Constructor)" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.__init__" />
-      <keyword name="LexerD.autoCompletionWordSeparators" id="LexerD.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.autoCompletionWordSeparators" />
-      <keyword name="LexerD.defaultKeywords" id="LexerD.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.defaultKeywords" />
-      <keyword name="LexerD.initProperties" id="LexerD.initProperties" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.initProperties" />
-      <keyword name="LexerD.isCommentStyle" id="LexerD.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.isCommentStyle" />
-      <keyword name="LexerD.isStringStyle" id="LexerD.isStringStyle" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.isStringStyle" />
-      <keyword name="LexerDiff (Module)" id="LexerDiff (Module)" ref="eric5.QScintilla.Lexers.LexerDiff.html" />
-      <keyword name="LexerDiff" id="LexerDiff" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff" />
-      <keyword name="LexerDiff (Constructor)" id="LexerDiff (Constructor)" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.__init__" />
-      <keyword name="LexerDiff.defaultKeywords" id="LexerDiff.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.defaultKeywords" />
-      <keyword name="LexerDiff.isCommentStyle" id="LexerDiff.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.isCommentStyle" />
-      <keyword name="LexerDiff.isStringStyle" id="LexerDiff.isStringStyle" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.isStringStyle" />
-      <keyword name="LexerFortran (Module)" id="LexerFortran (Module)" ref="eric5.QScintilla.Lexers.LexerFortran.html" />
-      <keyword name="LexerFortran" id="LexerFortran" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran" />
-      <keyword name="LexerFortran (Constructor)" id="LexerFortran (Constructor)" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.__init__" />
-      <keyword name="LexerFortran.autoCompletionWordSeparators" id="LexerFortran.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.autoCompletionWordSeparators" />
-      <keyword name="LexerFortran.defaultKeywords" id="LexerFortran.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.defaultKeywords" />
-      <keyword name="LexerFortran.initProperties" id="LexerFortran.initProperties" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.initProperties" />
-      <keyword name="LexerFortran.isCommentStyle" id="LexerFortran.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.isCommentStyle" />
-      <keyword name="LexerFortran.isStringStyle" id="LexerFortran.isStringStyle" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.isStringStyle" />
-      <keyword name="LexerFortran77 (Module)" id="LexerFortran77 (Module)" ref="eric5.QScintilla.Lexers.LexerFortran77.html" />
-      <keyword name="LexerFortran77" id="LexerFortran77" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77" />
-      <keyword name="LexerFortran77 (Constructor)" id="LexerFortran77 (Constructor)" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.__init__" />
-      <keyword name="LexerFortran77.autoCompletionWordSeparators" id="LexerFortran77.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.autoCompletionWordSeparators" />
-      <keyword name="LexerFortran77.defaultKeywords" id="LexerFortran77.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.defaultKeywords" />
-      <keyword name="LexerFortran77.initProperties" id="LexerFortran77.initProperties" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.initProperties" />
-      <keyword name="LexerFortran77.isCommentStyle" id="LexerFortran77.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.isCommentStyle" />
-      <keyword name="LexerFortran77.isStringStyle" id="LexerFortran77.isStringStyle" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.isStringStyle" />
-      <keyword name="LexerHTML (Module)" id="LexerHTML (Module)" ref="eric5.QScintilla.Lexers.LexerHTML.html" />
-      <keyword name="LexerHTML" id="LexerHTML" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML" />
-      <keyword name="LexerHTML (Constructor)" id="LexerHTML (Constructor)" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.__init__" />
-      <keyword name="LexerHTML.defaultKeywords" id="LexerHTML.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.defaultKeywords" />
-      <keyword name="LexerHTML.initProperties" id="LexerHTML.initProperties" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.initProperties" />
-      <keyword name="LexerHTML.isCommentStyle" id="LexerHTML.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.isCommentStyle" />
-      <keyword name="LexerHTML.isStringStyle" id="LexerHTML.isStringStyle" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.isStringStyle" />
-      <keyword name="LexerIDL (Module)" id="LexerIDL (Module)" ref="eric5.QScintilla.Lexers.LexerIDL.html" />
-      <keyword name="LexerIDL" id="LexerIDL" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL" />
-      <keyword name="LexerIDL (Constructor)" id="LexerIDL (Constructor)" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.__init__" />
-      <keyword name="LexerIDL.defaultKeywords" id="LexerIDL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.defaultKeywords" />
-      <keyword name="LexerIDL.initProperties" id="LexerIDL.initProperties" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.initProperties" />
-      <keyword name="LexerIDL.isCommentStyle" id="LexerIDL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.isCommentStyle" />
-      <keyword name="LexerIDL.isStringStyle" id="LexerIDL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.isStringStyle" />
-      <keyword name="LexerJava (Module)" id="LexerJava (Module)" ref="eric5.QScintilla.Lexers.LexerJava.html" />
-      <keyword name="LexerJava" id="LexerJava" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava" />
-      <keyword name="LexerJava (Constructor)" id="LexerJava (Constructor)" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.__init__" />
-      <keyword name="LexerJava.defaultKeywords" id="LexerJava.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.defaultKeywords" />
-      <keyword name="LexerJava.initProperties" id="LexerJava.initProperties" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.initProperties" />
-      <keyword name="LexerJava.isCommentStyle" id="LexerJava.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.isCommentStyle" />
-      <keyword name="LexerJava.isStringStyle" id="LexerJava.isStringStyle" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.isStringStyle" />
-      <keyword name="LexerJavaScript (Module)" id="LexerJavaScript (Module)" ref="eric5.QScintilla.Lexers.LexerJavaScript.html" />
-      <keyword name="LexerJavaScript" id="LexerJavaScript" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript" />
-      <keyword name="LexerJavaScript (Constructor)" id="LexerJavaScript (Constructor)" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.__init__" />
-      <keyword name="LexerJavaScript.defaultKeywords" id="LexerJavaScript.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.defaultKeywords" />
-      <keyword name="LexerJavaScript.initProperties" id="LexerJavaScript.initProperties" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.initProperties" />
-      <keyword name="LexerJavaScript.isCommentStyle" id="LexerJavaScript.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.isCommentStyle" />
-      <keyword name="LexerJavaScript.isStringStyle" id="LexerJavaScript.isStringStyle" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.isStringStyle" />
-      <keyword name="LexerLua (Module)" id="LexerLua (Module)" ref="eric5.QScintilla.Lexers.LexerLua.html" />
-      <keyword name="LexerLua" id="LexerLua" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua" />
-      <keyword name="LexerLua (Constructor)" id="LexerLua (Constructor)" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.__init__" />
-      <keyword name="LexerLua.autoCompletionWordSeparators" id="LexerLua.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.autoCompletionWordSeparators" />
-      <keyword name="LexerLua.defaultKeywords" id="LexerLua.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.defaultKeywords" />
-      <keyword name="LexerLua.initProperties" id="LexerLua.initProperties" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.initProperties" />
-      <keyword name="LexerLua.isCommentStyle" id="LexerLua.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.isCommentStyle" />
-      <keyword name="LexerLua.isStringStyle" id="LexerLua.isStringStyle" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.isStringStyle" />
-      <keyword name="LexerMakefile (Module)" id="LexerMakefile (Module)" ref="eric5.QScintilla.Lexers.LexerMakefile.html" />
-      <keyword name="LexerMakefile" id="LexerMakefile" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile" />
-      <keyword name="LexerMakefile (Constructor)" id="LexerMakefile (Constructor)" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.__init__" />
-      <keyword name="LexerMakefile.defaultKeywords" id="LexerMakefile.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.defaultKeywords" />
-      <keyword name="LexerMakefile.isCommentStyle" id="LexerMakefile.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.isCommentStyle" />
-      <keyword name="LexerMakefile.isStringStyle" id="LexerMakefile.isStringStyle" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.isStringStyle" />
-      <keyword name="LexerPascal (Module)" id="LexerPascal (Module)" ref="eric5.QScintilla.Lexers.LexerPascal.html" />
-      <keyword name="LexerPascal" id="LexerPascal" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal" />
-      <keyword name="LexerPascal (Constructor)" id="LexerPascal (Constructor)" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.__init__" />
-      <keyword name="LexerPascal.autoCompletionWordSeparators" id="LexerPascal.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.autoCompletionWordSeparators" />
-      <keyword name="LexerPascal.defaultKeywords" id="LexerPascal.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.defaultKeywords" />
-      <keyword name="LexerPascal.initProperties" id="LexerPascal.initProperties" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.initProperties" />
-      <keyword name="LexerPascal.isCommentStyle" id="LexerPascal.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.isCommentStyle" />
-      <keyword name="LexerPascal.isStringStyle" id="LexerPascal.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.isStringStyle" />
-      <keyword name="LexerPerl (Module)" id="LexerPerl (Module)" ref="eric5.QScintilla.Lexers.LexerPerl.html" />
-      <keyword name="LexerPerl" id="LexerPerl" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl" />
-      <keyword name="LexerPerl (Constructor)" id="LexerPerl (Constructor)" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.__init__" />
-      <keyword name="LexerPerl.autoCompletionWordSeparators" id="LexerPerl.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.autoCompletionWordSeparators" />
-      <keyword name="LexerPerl.defaultKeywords" id="LexerPerl.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.defaultKeywords" />
-      <keyword name="LexerPerl.initProperties" id="LexerPerl.initProperties" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.initProperties" />
-      <keyword name="LexerPerl.isCommentStyle" id="LexerPerl.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.isCommentStyle" />
-      <keyword name="LexerPerl.isStringStyle" id="LexerPerl.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.isStringStyle" />
-      <keyword name="LexerPostScript (Module)" id="LexerPostScript (Module)" ref="eric5.QScintilla.Lexers.LexerPostScript.html" />
-      <keyword name="LexerPostScript" id="LexerPostScript" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript" />
-      <keyword name="LexerPostScript (Constructor)" id="LexerPostScript (Constructor)" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.__init__" />
-      <keyword name="LexerPostScript.defaultKeywords" id="LexerPostScript.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.defaultKeywords" />
-      <keyword name="LexerPostScript.initProperties" id="LexerPostScript.initProperties" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.initProperties" />
-      <keyword name="LexerPostScript.isCommentStyle" id="LexerPostScript.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.isCommentStyle" />
-      <keyword name="LexerPostScript.isStringStyle" id="LexerPostScript.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.isStringStyle" />
-      <keyword name="LexerPOV (Module)" id="LexerPOV (Module)" ref="eric5.QScintilla.Lexers.LexerPOV.html" />
-      <keyword name="LexerPOV" id="LexerPOV" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV" />
-      <keyword name="LexerPOV (Constructor)" id="LexerPOV (Constructor)" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.__init__" />
-      <keyword name="LexerPOV.defaultKeywords" id="LexerPOV.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.defaultKeywords" />
-      <keyword name="LexerPOV.initProperties" id="LexerPOV.initProperties" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.initProperties" />
-      <keyword name="LexerPOV.isCommentStyle" id="LexerPOV.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.isCommentStyle" />
-      <keyword name="LexerPOV.isStringStyle" id="LexerPOV.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.isStringStyle" />
-      <keyword name="LexerProperties (Module)" id="LexerProperties (Module)" ref="eric5.QScintilla.Lexers.LexerProperties.html" />
-      <keyword name="LexerProperties" id="LexerProperties" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties" />
-      <keyword name="LexerProperties (Constructor)" id="LexerProperties (Constructor)" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.__init__" />
-      <keyword name="LexerProperties.defaultKeywords" id="LexerProperties.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.defaultKeywords" />
-      <keyword name="LexerProperties.initProperties" id="LexerProperties.initProperties" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.initProperties" />
-      <keyword name="LexerProperties.isCommentStyle" id="LexerProperties.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.isCommentStyle" />
-      <keyword name="LexerProperties.isStringStyle" id="LexerProperties.isStringStyle" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.isStringStyle" />
-      <keyword name="LexerPygments (Module)" id="LexerPygments (Module)" ref="eric5.QScintilla.Lexers.LexerPygments.html" />
-      <keyword name="LexerPygments" id="LexerPygments" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments" />
-      <keyword name="LexerPygments (Constructor)" id="LexerPygments (Constructor)" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.__init__" />
-      <keyword name="LexerPygments.__guessLexer" id="LexerPygments.__guessLexer" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.__guessLexer" />
-      <keyword name="LexerPygments.canStyle" id="LexerPygments.canStyle" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.canStyle" />
-      <keyword name="LexerPygments.defaultColor" id="LexerPygments.defaultColor" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultColor" />
-      <keyword name="LexerPygments.defaultFont" id="LexerPygments.defaultFont" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultFont" />
-      <keyword name="LexerPygments.defaultKeywords" id="LexerPygments.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultKeywords" />
-      <keyword name="LexerPygments.defaultPaper" id="LexerPygments.defaultPaper" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultPaper" />
-      <keyword name="LexerPygments.description" id="LexerPygments.description" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.description" />
-      <keyword name="LexerPygments.isCommentStyle" id="LexerPygments.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.isCommentStyle" />
-      <keyword name="LexerPygments.isStringStyle" id="LexerPygments.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.isStringStyle" />
-      <keyword name="LexerPygments.language" id="LexerPygments.language" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.language" />
-      <keyword name="LexerPygments.name" id="LexerPygments.name" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.name" />
-      <keyword name="LexerPygments.styleBitsNeeded" id="LexerPygments.styleBitsNeeded" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.styleBitsNeeded" />
-      <keyword name="LexerPygments.styleText" id="LexerPygments.styleText" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.styleText" />
-      <keyword name="LexerPython (Module)" id="LexerPython (Module)" ref="eric5.QScintilla.Lexers.LexerPython.html" />
-      <keyword name="LexerPython" id="LexerPython" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython" />
-      <keyword name="LexerPython (Constructor)" id="LexerPython (Constructor)" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.__init__" />
-      <keyword name="LexerPython.autoCompletionWordSeparators" id="LexerPython.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.autoCompletionWordSeparators" />
-      <keyword name="LexerPython.defaultKeywords" id="LexerPython.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.defaultKeywords" />
-      <keyword name="LexerPython.getIndentationDifference" id="LexerPython.getIndentationDifference" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.getIndentationDifference" />
-      <keyword name="LexerPython.initProperties" id="LexerPython.initProperties" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.initProperties" />
-      <keyword name="LexerPython.isCommentStyle" id="LexerPython.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.isCommentStyle" />
-      <keyword name="LexerPython.isStringStyle" id="LexerPython.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.isStringStyle" />
-      <keyword name="LexerRuby (Module)" id="LexerRuby (Module)" ref="eric5.QScintilla.Lexers.LexerRuby.html" />
-      <keyword name="LexerRuby" id="LexerRuby" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby" />
-      <keyword name="LexerRuby (Constructor)" id="LexerRuby (Constructor)" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.__init__" />
-      <keyword name="LexerRuby.autoCompletionWordSeparators" id="LexerRuby.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.autoCompletionWordSeparators" />
-      <keyword name="LexerRuby.defaultKeywords" id="LexerRuby.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.defaultKeywords" />
-      <keyword name="LexerRuby.isCommentStyle" id="LexerRuby.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.isCommentStyle" />
-      <keyword name="LexerRuby.isStringStyle" id="LexerRuby.isStringStyle" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.isStringStyle" />
-      <keyword name="LexerSQL (Module)" id="LexerSQL (Module)" ref="eric5.QScintilla.Lexers.LexerSQL.html" />
-      <keyword name="LexerSQL" id="LexerSQL" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL" />
-      <keyword name="LexerSQL (Constructor)" id="LexerSQL (Constructor)" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.__init__" />
-      <keyword name="LexerSQL.defaultKeywords" id="LexerSQL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.defaultKeywords" />
-      <keyword name="LexerSQL.initProperties" id="LexerSQL.initProperties" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.initProperties" />
-      <keyword name="LexerSQL.isCommentStyle" id="LexerSQL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.isCommentStyle" />
-      <keyword name="LexerSQL.isStringStyle" id="LexerSQL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.isStringStyle" />
-      <keyword name="LexerTCL (Module)" id="LexerTCL (Module)" ref="eric5.QScintilla.Lexers.LexerTCL.html" />
-      <keyword name="LexerTCL" id="LexerTCL" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL" />
-      <keyword name="LexerTCL (Constructor)" id="LexerTCL (Constructor)" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.__init__" />
-      <keyword name="LexerTCL.defaultKeywords" id="LexerTCL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.defaultKeywords" />
-      <keyword name="LexerTCL.initProperties" id="LexerTCL.initProperties" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.initProperties" />
-      <keyword name="LexerTCL.isCommentStyle" id="LexerTCL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.isCommentStyle" />
-      <keyword name="LexerTCL.isStringStyle" id="LexerTCL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.isStringStyle" />
-      <keyword name="LexerTeX (Module)" id="LexerTeX (Module)" ref="eric5.QScintilla.Lexers.LexerTeX.html" />
-      <keyword name="LexerTeX" id="LexerTeX" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX" />
-      <keyword name="LexerTeX (Constructor)" id="LexerTeX (Constructor)" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.__init__" />
-      <keyword name="LexerTeX.defaultKeywords" id="LexerTeX.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.defaultKeywords" />
-      <keyword name="LexerTeX.isCommentStyle" id="LexerTeX.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.isCommentStyle" />
-      <keyword name="LexerTeX.isStringStyle" id="LexerTeX.isStringStyle" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.isStringStyle" />
-      <keyword name="LexerVHDL (Module)" id="LexerVHDL (Module)" ref="eric5.QScintilla.Lexers.LexerVHDL.html" />
-      <keyword name="LexerVHDL" id="LexerVHDL" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL" />
-      <keyword name="LexerVHDL (Constructor)" id="LexerVHDL (Constructor)" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.__init__" />
-      <keyword name="LexerVHDL.defaultKeywords" id="LexerVHDL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.defaultKeywords" />
-      <keyword name="LexerVHDL.initProperties" id="LexerVHDL.initProperties" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.initProperties" />
-      <keyword name="LexerVHDL.isCommentStyle" id="LexerVHDL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.isCommentStyle" />
-      <keyword name="LexerVHDL.isStringStyle" id="LexerVHDL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.isStringStyle" />
-      <keyword name="LexerXML (Module)" id="LexerXML (Module)" ref="eric5.QScintilla.Lexers.LexerXML.html" />
-      <keyword name="LexerXML" id="LexerXML" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML" />
-      <keyword name="LexerXML (Constructor)" id="LexerXML (Constructor)" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.__init__" />
-      <keyword name="LexerXML.defaultKeywords" id="LexerXML.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.defaultKeywords" />
-      <keyword name="LexerXML.initProperties" id="LexerXML.initProperties" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.initProperties" />
-      <keyword name="LexerXML.isCommentStyle" id="LexerXML.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.isCommentStyle" />
-      <keyword name="LexerXML.isStringStyle" id="LexerXML.isStringStyle" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.isStringStyle" />
-      <keyword name="LexerYAML (Module)" id="LexerYAML (Module)" ref="eric5.QScintilla.Lexers.LexerYAML.html" />
-      <keyword name="LexerYAML" id="LexerYAML" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML" />
-      <keyword name="LexerYAML (Constructor)" id="LexerYAML (Constructor)" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.__init__" />
-      <keyword name="LexerYAML.defaultKeywords" id="LexerYAML.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.defaultKeywords" />
-      <keyword name="LexerYAML.initProperties" id="LexerYAML.initProperties" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.initProperties" />
-      <keyword name="LexerYAML.isCommentStyle" id="LexerYAML.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.isCommentStyle" />
-      <keyword name="LexerYAML.isStringStyle" id="LexerYAML.isStringStyle" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.isStringStyle" />
-      <keyword name="TypingCompleters (Package)" id="TypingCompleters (Package)" ref="index-eric5.QScintilla.TypingCompleters.html" />
-      <keyword name="getCompleter" id="getCompleter" ref="eric5.QScintilla.TypingCompleters.__init__.html#getCompleter" />
-      <keyword name="CompleterBase (Module)" id="CompleterBase (Module)" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html" />
-      <keyword name="CompleterBase" id="CompleterBase" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase" />
-      <keyword name="CompleterBase (Constructor)" id="CompleterBase (Constructor)" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.__init__" />
-      <keyword name="CompleterBase.charAdded" id="CompleterBase.charAdded" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.charAdded" />
-      <keyword name="CompleterBase.isEnabled" id="CompleterBase.isEnabled" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.isEnabled" />
-      <keyword name="CompleterBase.readSettings" id="CompleterBase.readSettings" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.readSettings" />
-      <keyword name="CompleterBase.setEnabled" id="CompleterBase.setEnabled" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.setEnabled" />
-      <keyword name="CompleterPython (Module)" id="CompleterPython (Module)" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html" />
-      <keyword name="CompleterPython" id="CompleterPython" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython" />
-      <keyword name="CompleterPython (Constructor)" id="CompleterPython (Constructor)" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__init__" />
-      <keyword name="CompleterPython.__dedentDefStatement" id="CompleterPython.__dedentDefStatement" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentDefStatement" />
-      <keyword name="CompleterPython.__dedentElseToIfWhileForTry" id="CompleterPython.__dedentElseToIfWhileForTry" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentElseToIfWhileForTry" />
-      <keyword name="CompleterPython.__dedentExceptToTry" id="CompleterPython.__dedentExceptToTry" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentExceptToTry" />
-      <keyword name="CompleterPython.__dedentFinallyToTry" id="CompleterPython.__dedentFinallyToTry" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentFinallyToTry" />
-      <keyword name="CompleterPython.__dedentToIf" id="CompleterPython.__dedentToIf" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentToIf" />
-      <keyword name="CompleterPython.__inComment" id="CompleterPython.__inComment" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inComment" />
-      <keyword name="CompleterPython.__inDoubleQuotedString" id="CompleterPython.__inDoubleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inDoubleQuotedString" />
-      <keyword name="CompleterPython.__inSingleQuotedString" id="CompleterPython.__inSingleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inSingleQuotedString" />
-      <keyword name="CompleterPython.__inTripleDoubleQuotedString" id="CompleterPython.__inTripleDoubleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inTripleDoubleQuotedString" />
-      <keyword name="CompleterPython.__inTripleSingleQuotedString" id="CompleterPython.__inTripleSingleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inTripleSingleQuotedString" />
-      <keyword name="CompleterPython.__isClassMethod" id="CompleterPython.__isClassMethod" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__isClassMethod" />
-      <keyword name="CompleterPython.__isClassmethodDef" id="CompleterPython.__isClassmethodDef" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__isClassmethodDef" />
-      <keyword name="CompleterPython.charAdded" id="CompleterPython.charAdded" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.charAdded" />
-      <keyword name="CompleterPython.readSettings" id="CompleterPython.readSettings" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.readSettings" />
-      <keyword name="CompleterRuby (Module)" id="CompleterRuby (Module)" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html" />
-      <keyword name="CompleterRuby" id="CompleterRuby" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby" />
-      <keyword name="CompleterRuby (Constructor)" id="CompleterRuby (Constructor)" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__init__" />
-      <keyword name="CompleterRuby.__inComment" id="CompleterRuby.__inComment" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inComment" />
-      <keyword name="CompleterRuby.__inDoubleQuotedString" id="CompleterRuby.__inDoubleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inDoubleQuotedString" />
-      <keyword name="CompleterRuby.__inHereDocument" id="CompleterRuby.__inHereDocument" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inHereDocument" />
-      <keyword name="CompleterRuby.__inInlineDocument" id="CompleterRuby.__inInlineDocument" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inInlineDocument" />
-      <keyword name="CompleterRuby.__inSingleQuotedString" id="CompleterRuby.__inSingleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inSingleQuotedString" />
-      <keyword name="CompleterRuby.charAdded" id="CompleterRuby.charAdded" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.charAdded" />
-      <keyword name="CompleterRuby.readSettings" id="CompleterRuby.readSettings" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.readSettings" />
+      <keyword name="AsyncIO (Module)" id="AsyncIO (Module)" ref="eric5.DebugClients.Ruby.AsyncIO.html" />
+      <keyword name="AsyncIO" id="AsyncIO" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO" />
+      <keyword name="AsyncIO.disconnect" id="AsyncIO.disconnect" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.disconnect" />
+      <keyword name="AsyncIO.initializeAsyncIO" id="AsyncIO.initializeAsyncIO" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.initializeAsyncIO" />
+      <keyword name="AsyncIO.readReady" id="AsyncIO.readReady" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.readReady" />
+      <keyword name="AsyncIO.setDescriptors" id="AsyncIO.setDescriptors" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.setDescriptors" />
+      <keyword name="AsyncIO.write" id="AsyncIO.write" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.write" />
+      <keyword name="AsyncIO.writeReady" id="AsyncIO.writeReady" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.writeReady" />
+      <keyword name="DebugClientBaseModule (Module)" id="DebugClientBaseModule (Module)" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html" />
+      <keyword name="DebugClientBase" id="DebugClientBase" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase" />
+      <keyword name="DebugClientBase.canEval?" id="DebugClientBase.canEval?" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.canEval?" />
+      <keyword name="DebugClientBase.completionList" id="DebugClientBase.completionList" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.completionList" />
+      <keyword name="DebugClientBase.connectDebugger" id="DebugClientBase.connectDebugger" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.connectDebugger" />
+      <keyword name="DebugClientBase.dumpVariable" id="DebugClientBase.dumpVariable" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.dumpVariable" />
+      <keyword name="DebugClientBase.dumpVariables" id="DebugClientBase.dumpVariables" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.dumpVariables" />
+      <keyword name="DebugClientBase.eventLoop" id="DebugClientBase.eventLoop" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.eventLoop" />
+      <keyword name="DebugClientBase.eventPoll" id="DebugClientBase.eventPoll" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.eventPoll" />
+      <keyword name="DebugClientBase.extractAddress" id="DebugClientBase.extractAddress" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.extractAddress" />
+      <keyword name="DebugClientBase.extractTypeAndAddress" id="DebugClientBase.extractTypeAndAddress" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.extractTypeAndAddress" />
+      <keyword name="DebugClientBase.formatVariablesList" id="DebugClientBase.formatVariablesList" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.formatVariablesList" />
+      <keyword name="DebugClientBase.generateFilterObjects" id="DebugClientBase.generateFilterObjects" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.generateFilterObjects" />
+      <keyword name="DebugClientBase.handleException" id="DebugClientBase.handleException" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.handleException" />
+      <keyword name="DebugClientBase.handleLine" id="DebugClientBase.handleLine" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.handleLine" />
+      <keyword name="DebugClientBase.inFilter?" id="DebugClientBase.inFilter?" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.inFilter?" />
+      <keyword name="DebugClientBase.initializeDebugClient" id="DebugClientBase.initializeDebugClient" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.initializeDebugClient" />
+      <keyword name="DebugClientBase.interact" id="DebugClientBase.interact" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.interact" />
+      <keyword name="DebugClientBase.main" id="DebugClientBase.main" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.main" />
+      <keyword name="DebugClientBase.progTerminated" id="DebugClientBase.progTerminated" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.progTerminated" />
+      <keyword name="DebugClientBase.sessionClose" id="DebugClientBase.sessionClose" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.sessionClose" />
+      <keyword name="DebugClientBase.startProgInDebugger" id="DebugClientBase.startProgInDebugger" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.startProgInDebugger" />
+      <keyword name="DebugClientBase.trace_func" id="DebugClientBase.trace_func" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.trace_func" />
+      <keyword name="DebugClientBase.unhandled_exception" id="DebugClientBase.unhandled_exception" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.unhandled_exception" />
+      <keyword name="DebugClientBase.write" id="DebugClientBase.write" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.write" />
+      <keyword name="Python (Package)" id="Python (Package)" ref="index-eric5.DebugClients.Python.html" />
+      <keyword name="PyProfile (Module)" id="PyProfile (Module)" ref="eric5.DebugClients.Python.PyProfile.html" />
+      <keyword name="PyProfile" id="PyProfile" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile" />
+      <keyword name="PyProfile (Constructor)" id="PyProfile (Constructor)" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.__init__" />
+      <keyword name="PyProfile.__restore" id="PyProfile.__restore" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.__restore" />
+      <keyword name="PyProfile.dump_stats" id="PyProfile.dump_stats" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.dump_stats" />
+      <keyword name="PyProfile.erase" id="PyProfile.erase" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.erase" />
+      <keyword name="PyProfile.fix_frame_filename" id="PyProfile.fix_frame_filename" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.fix_frame_filename" />
+      <keyword name="PyProfile.save" id="PyProfile.save" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.save" />
+      <keyword name="PyProfile.trace_dispatch_call" id="PyProfile.trace_dispatch_call" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.trace_dispatch_call" />
+      <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.DebugClients.Python.DebugProtocol.html" />
+      <keyword name="FlexCompleter (Module)" id="FlexCompleter (Module)" ref="eric5.DebugClients.Python.FlexCompleter.html" />
+      <keyword name="Completer" id="Completer" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer" />
+      <keyword name="get_class_members" id="get_class_members" ref="eric5.DebugClients.Python.FlexCompleter.html#get_class_members" />
+      <keyword name="Completer (Constructor)" id="Completer (Constructor)" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.__init__" />
+      <keyword name="Completer.attr_matches" id="Completer.attr_matches" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.attr_matches" />
+      <keyword name="Completer.complete" id="Completer.complete" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.complete" />
+      <keyword name="Completer.global_matches" id="Completer.global_matches" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.global_matches" />
+      <keyword name="AsyncIO (Module)" id="AsyncIO (Module)" ref="eric5.DebugClients.Python.AsyncIO.html" />
+      <keyword name="AsyncIO" id="AsyncIO" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO" />
+      <keyword name="AsyncIO (Constructor)" id="AsyncIO (Constructor)" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.__init__" />
+      <keyword name="AsyncIO.disconnect" id="AsyncIO.disconnect" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.disconnect" />
+      <keyword name="AsyncIO.readReady" id="AsyncIO.readReady" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.readReady" />
+      <keyword name="AsyncIO.setDescriptors" id="AsyncIO.setDescriptors" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.setDescriptors" />
+      <keyword name="AsyncIO.write" id="AsyncIO.write" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.write" />
+      <keyword name="AsyncIO.writeReady" id="AsyncIO.writeReady" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.writeReady" />
+      <keyword name="DebugThread (Module)" id="DebugThread (Module)" ref="eric5.DebugClients.Python.DebugThread.html" />
+      <keyword name="DebugThread" id="DebugThread" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread" />
+      <keyword name="DebugThread (Constructor)" id="DebugThread (Constructor)" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.__init__" />
+      <keyword name="DebugThread.bootstrap" id="DebugThread.bootstrap" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.bootstrap" />
+      <keyword name="DebugThread.get_ident" id="DebugThread.get_ident" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.get_ident" />
+      <keyword name="DebugThread.get_name" id="DebugThread.get_name" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.get_name" />
+      <keyword name="DebugThread.set_ident" id="DebugThread.set_ident" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.set_ident" />
+      <keyword name="DebugThread.traceThread" id="DebugThread.traceThread" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.traceThread" />
+      <keyword name="DebugThread.trace_dispatch" id="DebugThread.trace_dispatch" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.trace_dispatch" />
+      <keyword name="getpass (Module)" id="getpass (Module)" ref="eric5.DebugClients.Python.getpass.html" />
+      <keyword name="getpass" id="getpass" ref="eric5.DebugClients.Python.getpass.html#getpass" />
+      <keyword name="getuser" id="getuser" ref="eric5.DebugClients.Python.getpass.html#getuser" />
+      <keyword name="DCTestResult (Module)" id="DCTestResult (Module)" ref="eric5.DebugClients.Python.DCTestResult.html" />
+      <keyword name="DCTestResult" id="DCTestResult" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult" />
+      <keyword name="DCTestResult (Constructor)" id="DCTestResult (Constructor)" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.__init__" />
+      <keyword name="DCTestResult.addError" id="DCTestResult.addError" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.addError" />
+      <keyword name="DCTestResult.addFailure" id="DCTestResult.addFailure" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.addFailure" />
+      <keyword name="DCTestResult.startTest" id="DCTestResult.startTest" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.startTest" />
+      <keyword name="DCTestResult.stopTest" id="DCTestResult.stopTest" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.stopTest" />
+      <keyword name="AsyncFile (Module)" id="AsyncFile (Module)" ref="eric5.DebugClients.Python.AsyncFile.html" />
+      <keyword name="AsyncFile" id="AsyncFile" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile" />
+      <keyword name="AsyncPendingWrite" id="AsyncPendingWrite" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncPendingWrite" />
+      <keyword name="AsyncFile (Constructor)" id="AsyncFile (Constructor)" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.__init__" />
+      <keyword name="AsyncFile.__checkMode" id="AsyncFile.__checkMode" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.__checkMode" />
+      <keyword name="AsyncFile.__nWrite" id="AsyncFile.__nWrite" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.__nWrite" />
+      <keyword name="AsyncFile.close" id="AsyncFile.close" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.close" />
+      <keyword name="AsyncFile.fileno" id="AsyncFile.fileno" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.fileno" />
+      <keyword name="AsyncFile.flush" id="AsyncFile.flush" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.flush" />
+      <keyword name="AsyncFile.isatty" id="AsyncFile.isatty" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.isatty" />
+      <keyword name="AsyncFile.pendingWrite" id="AsyncFile.pendingWrite" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.pendingWrite" />
+      <keyword name="AsyncFile.read" id="AsyncFile.read" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.read" />
+      <keyword name="AsyncFile.read_p" id="AsyncFile.read_p" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.read_p" />
+      <keyword name="AsyncFile.readline" id="AsyncFile.readline" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.readline" />
+      <keyword name="AsyncFile.readline_p" id="AsyncFile.readline_p" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.readline_p" />
+      <keyword name="AsyncFile.readlines" id="AsyncFile.readlines" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.readlines" />
+      <keyword name="AsyncFile.seek" id="AsyncFile.seek" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.seek" />
+      <keyword name="AsyncFile.tell" id="AsyncFile.tell" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.tell" />
+      <keyword name="AsyncFile.truncate" id="AsyncFile.truncate" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.truncate" />
+      <keyword name="AsyncFile.write" id="AsyncFile.write" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.write" />
+      <keyword name="AsyncFile.writelines" id="AsyncFile.writelines" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.writelines" />
+      <keyword name="DebugBase (Module)" id="DebugBase (Module)" ref="eric5.DebugClients.Python.DebugBase.html" />
+      <keyword name="DebugBase" id="DebugBase" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase" />
+      <keyword name="printerr" id="printerr" ref="eric5.DebugClients.Python.DebugBase.html#printerr" />
+      <keyword name="setRecursionLimit" id="setRecursionLimit" ref="eric5.DebugClients.Python.DebugBase.html#setRecursionLimit" />
+      <keyword name="DebugBase (Constructor)" id="DebugBase (Constructor)" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__init__" />
+      <keyword name="DebugBase.__do_clear" id="DebugBase.__do_clear" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__do_clear" />
+      <keyword name="DebugBase.__do_clearWatch" id="DebugBase.__do_clearWatch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__do_clearWatch" />
+      <keyword name="DebugBase.__effective" id="DebugBase.__effective" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__effective" />
+      <keyword name="DebugBase.__extract_stack" id="DebugBase.__extract_stack" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__extract_stack" />
+      <keyword name="DebugBase.__skip_it" id="DebugBase.__skip_it" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__skip_it" />
+      <keyword name="DebugBase.break_anywhere" id="DebugBase.break_anywhere" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.break_anywhere" />
+      <keyword name="DebugBase.break_here" id="DebugBase.break_here" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.break_here" />
+      <keyword name="DebugBase.clear_watch" id="DebugBase.clear_watch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.clear_watch" />
+      <keyword name="DebugBase.dispatch_exception" id="DebugBase.dispatch_exception" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.dispatch_exception" />
+      <keyword name="DebugBase.dispatch_line" id="DebugBase.dispatch_line" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.dispatch_line" />
+      <keyword name="DebugBase.dispatch_return" id="DebugBase.dispatch_return" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.dispatch_return" />
+      <keyword name="DebugBase.fix_frame_filename" id="DebugBase.fix_frame_filename" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.fix_frame_filename" />
+      <keyword name="DebugBase.getCurrentFrame" id="DebugBase.getCurrentFrame" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.getCurrentFrame" />
+      <keyword name="DebugBase.getEvent" id="DebugBase.getEvent" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.getEvent" />
+      <keyword name="DebugBase.getStack" id="DebugBase.getStack" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.getStack" />
+      <keyword name="DebugBase.get_break" id="DebugBase.get_break" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.get_break" />
+      <keyword name="DebugBase.get_watch" id="DebugBase.get_watch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.get_watch" />
+      <keyword name="DebugBase.go" id="DebugBase.go" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.go" />
+      <keyword name="DebugBase.isBroken" id="DebugBase.isBroken" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.isBroken" />
+      <keyword name="DebugBase.profile" id="DebugBase.profile" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.profile" />
+      <keyword name="DebugBase.setRecursionDepth" id="DebugBase.setRecursionDepth" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.setRecursionDepth" />
+      <keyword name="DebugBase.set_continue" id="DebugBase.set_continue" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_continue" />
+      <keyword name="DebugBase.set_quit" id="DebugBase.set_quit" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_quit" />
+      <keyword name="DebugBase.set_trace" id="DebugBase.set_trace" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_trace" />
+      <keyword name="DebugBase.set_watch" id="DebugBase.set_watch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_watch" />
+      <keyword name="DebugBase.step" id="DebugBase.step" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.step" />
+      <keyword name="DebugBase.stepOut" id="DebugBase.stepOut" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.stepOut" />
+      <keyword name="DebugBase.stop_here" id="DebugBase.stop_here" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.stop_here" />
+      <keyword name="DebugBase.trace_dispatch" id="DebugBase.trace_dispatch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.trace_dispatch" />
+      <keyword name="DebugBase.user_exception" id="DebugBase.user_exception" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.user_exception" />
+      <keyword name="DebugBase.user_line" id="DebugBase.user_line" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.user_line" />
+      <keyword name="DebugBase.user_return" id="DebugBase.user_return" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.user_return" />
+      <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.DebugClients.Python.DebugClientCapabilities.html" />
+      <keyword name="DebugClientThreads (Module)" id="DebugClientThreads (Module)" ref="eric5.DebugClients.Python.DebugClientThreads.html" />
+      <keyword name="DebugClientThreads" id="DebugClientThreads" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads" />
+      <keyword name="_debugclient_start_new_thread" id="_debugclient_start_new_thread" ref="eric5.DebugClients.Python.DebugClientThreads.html#_debugclient_start_new_thread" />
+      <keyword name="DebugClientThreads (Constructor)" id="DebugClientThreads (Constructor)" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.__init__" />
+      <keyword name="DebugClientThreads.attachThread" id="DebugClientThreads.attachThread" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.attachThread" />
+      <keyword name="DebugClientThreads.eventLoop" id="DebugClientThreads.eventLoop" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.eventLoop" />
+      <keyword name="DebugClientThreads.lockClient" id="DebugClientThreads.lockClient" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.lockClient" />
+      <keyword name="DebugClientThreads.setCurrentThread" id="DebugClientThreads.setCurrentThread" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.setCurrentThread" />
+      <keyword name="DebugClientThreads.set_quit" id="DebugClientThreads.set_quit" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.set_quit" />
+      <keyword name="DebugClientThreads.threadTerminated" id="DebugClientThreads.threadTerminated" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.threadTerminated" />
+      <keyword name="DebugClientThreads.unlockClient" id="DebugClientThreads.unlockClient" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.unlockClient" />
+      <keyword name="eric5dbgstub (Module)" id="eric5dbgstub (Module)" ref="eric5.DebugClients.Python.eric5dbgstub.html" />
+      <keyword name="initDebugger" id="initDebugger" ref="eric5.DebugClients.Python.eric5dbgstub.html#initDebugger" />
+      <keyword name="runcall" id="runcall" ref="eric5.DebugClients.Python.eric5dbgstub.html#runcall" />
+      <keyword name="setScriptname" id="setScriptname" ref="eric5.DebugClients.Python.eric5dbgstub.html#setScriptname" />
+      <keyword name="startDebugger" id="startDebugger" ref="eric5.DebugClients.Python.eric5dbgstub.html#startDebugger" />
+      <keyword name="DebugClientBase (Module)" id="DebugClientBase (Module)" ref="eric5.DebugClients.Python.DebugClientBase.html" />
+      <keyword name="DebugClientBase" id="DebugClientBase" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase" />
+      <keyword name="DebugClientClose" id="DebugClientClose" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientClose" />
+      <keyword name="DebugClientFork" id="DebugClientFork" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientFork" />
+      <keyword name="DebugClientInput" id="DebugClientInput" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientInput" />
+      <keyword name="DebugClientRawInput" id="DebugClientRawInput" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientRawInput" />
+      <keyword name="DebugClientSetRecursionLimit" id="DebugClientSetRecursionLimit" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientSetRecursionLimit" />
+      <keyword name="DebugClientBase (Constructor)" id="DebugClientBase (Constructor)" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__init__" />
+      <keyword name="DebugClientBase.__clientCapabilities" id="DebugClientBase.__clientCapabilities" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__clientCapabilities" />
+      <keyword name="DebugClientBase.__completionList" id="DebugClientBase.__completionList" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__completionList" />
+      <keyword name="DebugClientBase.__dumpThreadList" id="DebugClientBase.__dumpThreadList" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__dumpThreadList" />
+      <keyword name="DebugClientBase.__dumpVariable" id="DebugClientBase.__dumpVariable" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__dumpVariable" />
+      <keyword name="DebugClientBase.__dumpVariables" id="DebugClientBase.__dumpVariables" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__dumpVariables" />
+      <keyword name="DebugClientBase.__exceptionRaised" id="DebugClientBase.__exceptionRaised" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__exceptionRaised" />
+      <keyword name="DebugClientBase.__formatQt4Variable" id="DebugClientBase.__formatQt4Variable" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__formatQt4Variable" />
+      <keyword name="DebugClientBase.__formatVariablesList" id="DebugClientBase.__formatVariablesList" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__formatVariablesList" />
+      <keyword name="DebugClientBase.__generateFilterObjects" id="DebugClientBase.__generateFilterObjects" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__generateFilterObjects" />
+      <keyword name="DebugClientBase.__getSysPath" id="DebugClientBase.__getSysPath" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__getSysPath" />
+      <keyword name="DebugClientBase.__interact" id="DebugClientBase.__interact" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__interact" />
+      <keyword name="DebugClientBase.__resolveHost" id="DebugClientBase.__resolveHost" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__resolveHost" />
+      <keyword name="DebugClientBase.__setCoding" id="DebugClientBase.__setCoding" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__setCoding" />
+      <keyword name="DebugClientBase.__unhandled_exception" id="DebugClientBase.__unhandled_exception" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__unhandled_exception" />
+      <keyword name="DebugClientBase.absPath" id="DebugClientBase.absPath" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.absPath" />
+      <keyword name="DebugClientBase.attachThread" id="DebugClientBase.attachThread" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.attachThread" />
+      <keyword name="DebugClientBase.close" id="DebugClientBase.close" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.close" />
+      <keyword name="DebugClientBase.connectDebugger" id="DebugClientBase.connectDebugger" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.connectDebugger" />
+      <keyword name="DebugClientBase.eventLoop" id="DebugClientBase.eventLoop" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.eventLoop" />
+      <keyword name="DebugClientBase.eventPoll" id="DebugClientBase.eventPoll" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.eventPoll" />
+      <keyword name="DebugClientBase.fork" id="DebugClientBase.fork" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.fork" />
+      <keyword name="DebugClientBase.getCoding" id="DebugClientBase.getCoding" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.getCoding" />
+      <keyword name="DebugClientBase.getRunning" id="DebugClientBase.getRunning" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.getRunning" />
+      <keyword name="DebugClientBase.handleLine" id="DebugClientBase.handleLine" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.handleLine" />
+      <keyword name="DebugClientBase.input" id="DebugClientBase.input" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.input" />
+      <keyword name="DebugClientBase.main" id="DebugClientBase.main" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.main" />
+      <keyword name="DebugClientBase.progTerminated" id="DebugClientBase.progTerminated" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.progTerminated" />
+      <keyword name="DebugClientBase.raw_input" id="DebugClientBase.raw_input" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.raw_input" />
+      <keyword name="DebugClientBase.run_call" id="DebugClientBase.run_call" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.run_call" />
+      <keyword name="DebugClientBase.sessionClose" id="DebugClientBase.sessionClose" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.sessionClose" />
+      <keyword name="DebugClientBase.shouldSkip" id="DebugClientBase.shouldSkip" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.shouldSkip" />
+      <keyword name="DebugClientBase.startDebugger" id="DebugClientBase.startDebugger" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.startDebugger" />
+      <keyword name="DebugClientBase.startProgInDebugger" id="DebugClientBase.startProgInDebugger" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.startProgInDebugger" />
+      <keyword name="DebugClientBase.write" id="DebugClientBase.write" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.write" />
+      <keyword name="DebugClient (Module)" id="DebugClient (Module)" ref="eric5.DebugClients.Python.DebugClient.html" />
+      <keyword name="DebugClient" id="DebugClient" ref="eric5.DebugClients.Python.DebugClient.html#DebugClient" />
+      <keyword name="DebugClient (Constructor)" id="DebugClient (Constructor)" ref="eric5.DebugClients.Python.DebugClient.html#DebugClient.__init__" />
+      <keyword name="DebugConfig (Module)" id="DebugConfig (Module)" ref="eric5.DebugClients.Python.DebugConfig.html" />
+      <keyword name="Python3 (Package)" id="Python3 (Package)" ref="index-eric5.DebugClients.Python3.html" />
+      <keyword name="PyProfile (Module)" id="PyProfile (Module)" ref="eric5.DebugClients.Python3.PyProfile.html" />
+      <keyword name="PyProfile" id="PyProfile" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile" />
+      <keyword name="PyProfile (Constructor)" id="PyProfile (Constructor)" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.__init__" />
+      <keyword name="PyProfile.__restore" id="PyProfile.__restore" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.__restore" />
+      <keyword name="PyProfile.dump_stats" id="PyProfile.dump_stats" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.dump_stats" />
+      <keyword name="PyProfile.erase" id="PyProfile.erase" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.erase" />
+      <keyword name="PyProfile.fix_frame_filename" id="PyProfile.fix_frame_filename" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.fix_frame_filename" />
+      <keyword name="PyProfile.save" id="PyProfile.save" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.save" />
+      <keyword name="PyProfile.trace_dispatch_call" id="PyProfile.trace_dispatch_call" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.trace_dispatch_call" />
+      <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.DebugClients.Python3.DebugProtocol.html" />
+      <keyword name="FlexCompleter (Module)" id="FlexCompleter (Module)" ref="eric5.DebugClients.Python3.FlexCompleter.html" />
+      <keyword name="Completer" id="Completer" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer" />
+      <keyword name="get_class_members" id="get_class_members" ref="eric5.DebugClients.Python3.FlexCompleter.html#get_class_members" />
+      <keyword name="Completer (Constructor)" id="Completer (Constructor)" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.__init__" />
+      <keyword name="Completer._callable_postfix" id="Completer._callable_postfix" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer._callable_postfix" />
+      <keyword name="Completer.attr_matches" id="Completer.attr_matches" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.attr_matches" />
+      <keyword name="Completer.complete" id="Completer.complete" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.complete" />
+      <keyword name="Completer.global_matches" id="Completer.global_matches" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.global_matches" />
+      <keyword name="AsyncIO (Module)" id="AsyncIO (Module)" ref="eric5.DebugClients.Python3.AsyncIO.html" />
+      <keyword name="AsyncIO" id="AsyncIO" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO" />
+      <keyword name="AsyncIO (Constructor)" id="AsyncIO (Constructor)" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.__init__" />
+      <keyword name="AsyncIO.disconnect" id="AsyncIO.disconnect" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.disconnect" />
+      <keyword name="AsyncIO.readReady" id="AsyncIO.readReady" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.readReady" />
+      <keyword name="AsyncIO.setDescriptors" id="AsyncIO.setDescriptors" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.setDescriptors" />
+      <keyword name="AsyncIO.write" id="AsyncIO.write" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.write" />
+      <keyword name="AsyncIO.writeReady" id="AsyncIO.writeReady" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.writeReady" />
+      <keyword name="DebugThread (Module)" id="DebugThread (Module)" ref="eric5.DebugClients.Python3.DebugThread.html" />
+      <keyword name="DebugThread" id="DebugThread" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread" />
+      <keyword name="DebugThread (Constructor)" id="DebugThread (Constructor)" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.__init__" />
+      <keyword name="DebugThread.bootstrap" id="DebugThread.bootstrap" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.bootstrap" />
+      <keyword name="DebugThread.get_ident" id="DebugThread.get_ident" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.get_ident" />
+      <keyword name="DebugThread.get_name" id="DebugThread.get_name" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.get_name" />
+      <keyword name="DebugThread.set_ident" id="DebugThread.set_ident" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.set_ident" />
+      <keyword name="DebugThread.traceThread" id="DebugThread.traceThread" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.traceThread" />
+      <keyword name="DebugThread.trace_dispatch" id="DebugThread.trace_dispatch" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.trace_dispatch" />
+      <keyword name="getpass (Module)" id="getpass (Module)" ref="eric5.DebugClients.Python3.getpass.html" />
+      <keyword name="getpass" id="getpass" ref="eric5.DebugClients.Python3.getpass.html#getpass" />
+      <keyword name="getuser" id="getuser" ref="eric5.DebugClients.Python3.getpass.html#getuser" />
+      <keyword name="DCTestResult (Module)" id="DCTestResult (Module)" ref="eric5.DebugClients.Python3.DCTestResult.html" />
+      <keyword name="DCTestResult" id="DCTestResult" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult" />
+      <keyword name="DCTestResult (Constructor)" id="DCTestResult (Constructor)" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.__init__" />
+      <keyword name="DCTestResult.addError" id="DCTestResult.addError" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.addError" />
+      <keyword name="DCTestResult.addFailure" id="DCTestResult.addFailure" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.addFailure" />
+      <keyword name="DCTestResult.startTest" id="DCTestResult.startTest" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.startTest" />
+      <keyword name="DCTestResult.stopTest" id="DCTestResult.stopTest" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.stopTest" />
+      <keyword name="AsyncFile (Module)" id="AsyncFile (Module)" ref="eric5.DebugClients.Python3.AsyncFile.html" />
+      <keyword name="AsyncFile" id="AsyncFile" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile" />
+      <keyword name="AsyncPendingWrite" id="AsyncPendingWrite" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncPendingWrite" />
+      <keyword name="AsyncFile (Constructor)" id="AsyncFile (Constructor)" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.__init__" />
+      <keyword name="AsyncFile.__checkMode" id="AsyncFile.__checkMode" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.__checkMode" />
+      <keyword name="AsyncFile.__nWrite" id="AsyncFile.__nWrite" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.__nWrite" />
+      <keyword name="AsyncFile.close" id="AsyncFile.close" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.close" />
+      <keyword name="AsyncFile.fileno" id="AsyncFile.fileno" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.fileno" />
+      <keyword name="AsyncFile.flush" id="AsyncFile.flush" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.flush" />
+      <keyword name="AsyncFile.isatty" id="AsyncFile.isatty" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.isatty" />
+      <keyword name="AsyncFile.pendingWrite" id="AsyncFile.pendingWrite" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.pendingWrite" />
+      <keyword name="AsyncFile.read" id="AsyncFile.read" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.read" />
+      <keyword name="AsyncFile.read_p" id="AsyncFile.read_p" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.read_p" />
+      <keyword name="AsyncFile.readline" id="AsyncFile.readline" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.readline" />
+      <keyword name="AsyncFile.readline_p" id="AsyncFile.readline_p" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.readline_p" />
+      <keyword name="AsyncFile.readlines" id="AsyncFile.readlines" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.readlines" />
+      <keyword name="AsyncFile.seek" id="AsyncFile.seek" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.seek" />
+      <keyword name="AsyncFile.tell" id="AsyncFile.tell" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.tell" />
+      <keyword name="AsyncFile.truncate" id="AsyncFile.truncate" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.truncate" />
+      <keyword name="AsyncFile.write" id="AsyncFile.write" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.write" />
+      <keyword name="AsyncFile.writelines" id="AsyncFile.writelines" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.writelines" />
+      <keyword name="DebugBase (Module)" id="DebugBase (Module)" ref="eric5.DebugClients.Python3.DebugBase.html" />
+      <keyword name="DebugBase" id="DebugBase" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase" />
+      <keyword name="printerr" id="printerr" ref="eric5.DebugClients.Python3.DebugBase.html#printerr" />
+      <keyword name="setRecursionLimit" id="setRecursionLimit" ref="eric5.DebugClients.Python3.DebugBase.html#setRecursionLimit" />
+      <keyword name="DebugBase (Constructor)" id="DebugBase (Constructor)" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__init__" />
+      <keyword name="DebugBase.__do_clear" id="DebugBase.__do_clear" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__do_clear" />
+      <keyword name="DebugBase.__do_clearWatch" id="DebugBase.__do_clearWatch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__do_clearWatch" />
+      <keyword name="DebugBase.__effective" id="DebugBase.__effective" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__effective" />
+      <keyword name="DebugBase.__extractExceptionName" id="DebugBase.__extractExceptionName" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__extractExceptionName" />
+      <keyword name="DebugBase.__extract_stack" id="DebugBase.__extract_stack" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__extract_stack" />
+      <keyword name="DebugBase.__skip_it" id="DebugBase.__skip_it" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__skip_it" />
+      <keyword name="DebugBase.break_anywhere" id="DebugBase.break_anywhere" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.break_anywhere" />
+      <keyword name="DebugBase.break_here" id="DebugBase.break_here" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.break_here" />
+      <keyword name="DebugBase.clear_watch" id="DebugBase.clear_watch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.clear_watch" />
+      <keyword name="DebugBase.dispatch_exception" id="DebugBase.dispatch_exception" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.dispatch_exception" />
+      <keyword name="DebugBase.dispatch_line" id="DebugBase.dispatch_line" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.dispatch_line" />
+      <keyword name="DebugBase.dispatch_return" id="DebugBase.dispatch_return" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.dispatch_return" />
+      <keyword name="DebugBase.fix_frame_filename" id="DebugBase.fix_frame_filename" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.fix_frame_filename" />
+      <keyword name="DebugBase.getCurrentFrame" id="DebugBase.getCurrentFrame" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.getCurrentFrame" />
+      <keyword name="DebugBase.getEvent" id="DebugBase.getEvent" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.getEvent" />
+      <keyword name="DebugBase.getStack" id="DebugBase.getStack" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.getStack" />
+      <keyword name="DebugBase.get_break" id="DebugBase.get_break" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.get_break" />
+      <keyword name="DebugBase.get_watch" id="DebugBase.get_watch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.get_watch" />
+      <keyword name="DebugBase.go" id="DebugBase.go" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.go" />
+      <keyword name="DebugBase.isBroken" id="DebugBase.isBroken" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.isBroken" />
+      <keyword name="DebugBase.profile" id="DebugBase.profile" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.profile" />
+      <keyword name="DebugBase.setRecursionDepth" id="DebugBase.setRecursionDepth" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.setRecursionDepth" />
+      <keyword name="DebugBase.set_continue" id="DebugBase.set_continue" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_continue" />
+      <keyword name="DebugBase.set_quit" id="DebugBase.set_quit" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_quit" />
+      <keyword name="DebugBase.set_trace" id="DebugBase.set_trace" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_trace" />
+      <keyword name="DebugBase.set_watch" id="DebugBase.set_watch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_watch" />
+      <keyword name="DebugBase.step" id="DebugBase.step" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.step" />
+      <keyword name="DebugBase.stepOut" id="DebugBase.stepOut" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.stepOut" />
+      <keyword name="DebugBase.stop_here" id="DebugBase.stop_here" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.stop_here" />
+      <keyword name="DebugBase.trace_dispatch" id="DebugBase.trace_dispatch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.trace_dispatch" />
+      <keyword name="DebugBase.user_exception" id="DebugBase.user_exception" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.user_exception" />
+      <keyword name="DebugBase.user_line" id="DebugBase.user_line" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.user_line" />
+      <keyword name="DebugBase.user_return" id="DebugBase.user_return" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.user_return" />
+      <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.DebugClients.Python3.DebugClientCapabilities.html" />
+      <keyword name="DebugClientThreads (Module)" id="DebugClientThreads (Module)" ref="eric5.DebugClients.Python3.DebugClientThreads.html" />
+      <keyword name="DebugClientThreads" id="DebugClientThreads" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads" />
+      <keyword name="_debugclient_start_new_thread" id="_debugclient_start_new_thread" ref="eric5.DebugClients.Python3.DebugClientThreads.html#_debugclient_start_new_thread" />
+      <keyword name="DebugClientThreads (Constructor)" id="DebugClientThreads (Constructor)" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.__init__" />
+      <keyword name="DebugClientThreads.attachThread" id="DebugClientThreads.attachThread" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.attachThread" />
+      <keyword name="DebugClientThreads.eventLoop" id="DebugClientThreads.eventLoop" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.eventLoop" />
+      <keyword name="DebugClientThreads.lockClient" id="DebugClientThreads.lockClient" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.lockClient" />
+      <keyword name="DebugClientThreads.setCurrentThread" id="DebugClientThreads.setCurrentThread" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.setCurrentThread" />
+      <keyword name="DebugClientThreads.set_quit" id="DebugClientThreads.set_quit" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.set_quit" />
+      <keyword name="DebugClientThreads.threadTerminated" id="DebugClientThreads.threadTerminated" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.threadTerminated" />
+      <keyword name="DebugClientThreads.unlockClient" id="DebugClientThreads.unlockClient" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.unlockClient" />
+      <keyword name="eric5dbgstub (Module)" id="eric5dbgstub (Module)" ref="eric5.DebugClients.Python3.eric5dbgstub.html" />
+      <keyword name="initDebugger" id="initDebugger" ref="eric5.DebugClients.Python3.eric5dbgstub.html#initDebugger" />
+      <keyword name="runcall" id="runcall" ref="eric5.DebugClients.Python3.eric5dbgstub.html#runcall" />
+      <keyword name="setScriptname" id="setScriptname" ref="eric5.DebugClients.Python3.eric5dbgstub.html#setScriptname" />
+      <keyword name="startDebugger" id="startDebugger" ref="eric5.DebugClients.Python3.eric5dbgstub.html#startDebugger" />
+      <keyword name="DebugClientBase (Module)" id="DebugClientBase (Module)" ref="eric5.DebugClients.Python3.DebugClientBase.html" />
+      <keyword name="DebugClientBase" id="DebugClientBase" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase" />
+      <keyword name="DebugClientClose" id="DebugClientClose" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientClose" />
+      <keyword name="DebugClientFork" id="DebugClientFork" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientFork" />
+      <keyword name="DebugClientInput" id="DebugClientInput" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientInput" />
+      <keyword name="DebugClientSetRecursionLimit" id="DebugClientSetRecursionLimit" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientSetRecursionLimit" />
+      <keyword name="DebugClientBase (Constructor)" id="DebugClientBase (Constructor)" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__init__" />
+      <keyword name="DebugClientBase.__clientCapabilities" id="DebugClientBase.__clientCapabilities" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__clientCapabilities" />
+      <keyword name="DebugClientBase.__compileFileSource" id="DebugClientBase.__compileFileSource" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__compileFileSource" />
+      <keyword name="DebugClientBase.__completionList" id="DebugClientBase.__completionList" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__completionList" />
+      <keyword name="DebugClientBase.__dumpThreadList" id="DebugClientBase.__dumpThreadList" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__dumpThreadList" />
+      <keyword name="DebugClientBase.__dumpVariable" id="DebugClientBase.__dumpVariable" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__dumpVariable" />
+      <keyword name="DebugClientBase.__dumpVariables" id="DebugClientBase.__dumpVariables" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__dumpVariables" />
+      <keyword name="DebugClientBase.__exceptionRaised" id="DebugClientBase.__exceptionRaised" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__exceptionRaised" />
+      <keyword name="DebugClientBase.__formatQt4Variable" id="DebugClientBase.__formatQt4Variable" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__formatQt4Variable" />
+      <keyword name="DebugClientBase.__formatVariablesList" id="DebugClientBase.__formatVariablesList" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__formatVariablesList" />
+      <keyword name="DebugClientBase.__generateFilterObjects" id="DebugClientBase.__generateFilterObjects" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__generateFilterObjects" />
+      <keyword name="DebugClientBase.__getSysPath" id="DebugClientBase.__getSysPath" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__getSysPath" />
+      <keyword name="DebugClientBase.__interact" id="DebugClientBase.__interact" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__interact" />
+      <keyword name="DebugClientBase.__resolveHost" id="DebugClientBase.__resolveHost" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__resolveHost" />
+      <keyword name="DebugClientBase.__setCoding" id="DebugClientBase.__setCoding" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__setCoding" />
+      <keyword name="DebugClientBase.__unhandled_exception" id="DebugClientBase.__unhandled_exception" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__unhandled_exception" />
+      <keyword name="DebugClientBase.absPath" id="DebugClientBase.absPath" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.absPath" />
+      <keyword name="DebugClientBase.attachThread" id="DebugClientBase.attachThread" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.attachThread" />
+      <keyword name="DebugClientBase.close" id="DebugClientBase.close" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.close" />
+      <keyword name="DebugClientBase.connectDebugger" id="DebugClientBase.connectDebugger" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.connectDebugger" />
+      <keyword name="DebugClientBase.eventLoop" id="DebugClientBase.eventLoop" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.eventLoop" />
+      <keyword name="DebugClientBase.eventPoll" id="DebugClientBase.eventPoll" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.eventPoll" />
+      <keyword name="DebugClientBase.fork" id="DebugClientBase.fork" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.fork" />
+      <keyword name="DebugClientBase.getCoding" id="DebugClientBase.getCoding" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.getCoding" />
+      <keyword name="DebugClientBase.getRunning" id="DebugClientBase.getRunning" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.getRunning" />
+      <keyword name="DebugClientBase.handleLine" id="DebugClientBase.handleLine" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.handleLine" />
+      <keyword name="DebugClientBase.input" id="DebugClientBase.input" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.input" />
+      <keyword name="DebugClientBase.main" id="DebugClientBase.main" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.main" />
+      <keyword name="DebugClientBase.progTerminated" id="DebugClientBase.progTerminated" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.progTerminated" />
+      <keyword name="DebugClientBase.run_call" id="DebugClientBase.run_call" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.run_call" />
+      <keyword name="DebugClientBase.sessionClose" id="DebugClientBase.sessionClose" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.sessionClose" />
+      <keyword name="DebugClientBase.shouldSkip" id="DebugClientBase.shouldSkip" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.shouldSkip" />
+      <keyword name="DebugClientBase.startDebugger" id="DebugClientBase.startDebugger" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.startDebugger" />
+      <keyword name="DebugClientBase.startProgInDebugger" id="DebugClientBase.startProgInDebugger" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.startProgInDebugger" />
+      <keyword name="DebugClientBase.write" id="DebugClientBase.write" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.write" />
+      <keyword name="DebugClient (Module)" id="DebugClient (Module)" ref="eric5.DebugClients.Python3.DebugClient.html" />
+      <keyword name="DebugClient" id="DebugClient" ref="eric5.DebugClients.Python3.DebugClient.html#DebugClient" />
+      <keyword name="DebugClient (Constructor)" id="DebugClient (Constructor)" ref="eric5.DebugClients.Python3.DebugClient.html#DebugClient.__init__" />
+      <keyword name="DebugConfig (Module)" id="DebugConfig (Module)" ref="eric5.DebugClients.Python3.DebugConfig.html" />
       <keyword name="ClassBrowsers (Package)" id="ClassBrowsers (Package)" ref="index-eric5.Utilities.ClassBrowsers.html" />
       <keyword name="find_module" id="find_module" ref="eric5.Utilities.ClassBrowsers.__init__.html#find_module" />
       <keyword name="readmodule" id="readmodule" ref="eric5.Utilities.ClassBrowsers.__init__.html#readmodule" />
+      <keyword name="pyclbr (Module)" id="pyclbr (Module)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html" />
+      <keyword name="Attribute" id="Attribute" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Attribute" />
+      <keyword name="Class" id="Class" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Class" />
+      <keyword name="Function" id="Function" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Function" />
+      <keyword name="Publics" id="Publics" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Publics" />
+      <keyword name="VisibilityMixin" id="VisibilityMixin" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#VisibilityMixin" />
+      <keyword name="_indent" id="_indent" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#_indent" />
+      <keyword name="readmodule_ex" id="readmodule_ex" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#readmodule_ex" />
+      <keyword name="Attribute (Constructor)" id="Attribute (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Attribute.__init__" />
+      <keyword name="Class (Constructor)" id="Class (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Class.__init__" />
+      <keyword name="Function (Constructor)" id="Function (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Function.__init__" />
+      <keyword name="Publics (Constructor)" id="Publics (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Publics.__init__" />
+      <keyword name="VisibilityMixin (Constructor)" id="VisibilityMixin (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#VisibilityMixin.__init__" />
+      <keyword name="rbclbr (Module)" id="rbclbr (Module)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html" />
+      <keyword name="Attribute" id="Attribute" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Attribute" />
+      <keyword name="Class" id="Class" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Class" />
+      <keyword name="Function" id="Function" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Function" />
+      <keyword name="Module" id="Module" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Module" />
+      <keyword name="VisibilityMixin" id="VisibilityMixin" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#VisibilityMixin" />
+      <keyword name="readmodule_ex" id="readmodule_ex" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#readmodule_ex" />
+      <keyword name="Attribute (Constructor)" id="Attribute (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Attribute.__init__" />
+      <keyword name="Class (Constructor)" id="Class (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Class.__init__" />
+      <keyword name="Function (Constructor)" id="Function (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Function.__init__" />
+      <keyword name="Module (Constructor)" id="Module (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Module.__init__" />
+      <keyword name="VisibilityMixin (Constructor)" id="VisibilityMixin (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#VisibilityMixin.__init__" />
       <keyword name="ClbrBaseClasses (Module)" id="ClbrBaseClasses (Module)" ref="eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html" />
       <keyword name="Attribute" id="Attribute" ref="eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html#Attribute" />
       <keyword name="Class" id="Class" ref="eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html#Class" />
@@ -9520,31 +6652,6 @@
       <keyword name="Interface (Constructor)" id="Interface (Constructor)" ref="eric5.Utilities.ClassBrowsers.idlclbr.html#Interface.__init__" />
       <keyword name="Module (Constructor)" id="Module (Constructor)" ref="eric5.Utilities.ClassBrowsers.idlclbr.html#Module.__init__" />
       <keyword name="VisibilityMixin (Constructor)" id="VisibilityMixin (Constructor)" ref="eric5.Utilities.ClassBrowsers.idlclbr.html#VisibilityMixin.__init__" />
-      <keyword name="pyclbr (Module)" id="pyclbr (Module)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html" />
-      <keyword name="Attribute" id="Attribute" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Attribute" />
-      <keyword name="Class" id="Class" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Class" />
-      <keyword name="Function" id="Function" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Function" />
-      <keyword name="Publics" id="Publics" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Publics" />
-      <keyword name="VisibilityMixin" id="VisibilityMixin" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#VisibilityMixin" />
-      <keyword name="_indent" id="_indent" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#_indent" />
-      <keyword name="readmodule_ex" id="readmodule_ex" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#readmodule_ex" />
-      <keyword name="Attribute (Constructor)" id="Attribute (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Attribute.__init__" />
-      <keyword name="Class (Constructor)" id="Class (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Class.__init__" />
-      <keyword name="Function (Constructor)" id="Function (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Function.__init__" />
-      <keyword name="Publics (Constructor)" id="Publics (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Publics.__init__" />
-      <keyword name="VisibilityMixin (Constructor)" id="VisibilityMixin (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#VisibilityMixin.__init__" />
-      <keyword name="rbclbr (Module)" id="rbclbr (Module)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html" />
-      <keyword name="Attribute" id="Attribute" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Attribute" />
-      <keyword name="Class" id="Class" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Class" />
-      <keyword name="Function" id="Function" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Function" />
-      <keyword name="Module" id="Module" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Module" />
-      <keyword name="VisibilityMixin" id="VisibilityMixin" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#VisibilityMixin" />
-      <keyword name="readmodule_ex" id="readmodule_ex" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#readmodule_ex" />
-      <keyword name="Attribute (Constructor)" id="Attribute (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Attribute.__init__" />
-      <keyword name="Class (Constructor)" id="Class (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Class.__init__" />
-      <keyword name="Function (Constructor)" id="Function (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Function.__init__" />
-      <keyword name="Module (Constructor)" id="Module (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Module.__init__" />
-      <keyword name="VisibilityMixin (Constructor)" id="VisibilityMixin (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#VisibilityMixin.__init__" />
       <keyword name="py3flakes (Package)" id="py3flakes (Package)" ref="index-eric5.Utilities.py3flakes.html" />
       <keyword name="checker (Module)" id="checker (Module)" ref="eric5.Utilities.py3flakes.checker.html" />
       <keyword name="Argument" id="Argument" ref="eric5.Utilities.py3flakes.checker.html#Argument" />
@@ -9652,6 +6759,2921 @@
       <keyword name="UndefinedName (Constructor)" id="UndefinedName (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#UndefinedName.__init__" />
       <keyword name="UnusedImport (Constructor)" id="UnusedImport (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#UnusedImport.__init__" />
       <keyword name="UnusedVariable (Constructor)" id="UnusedVariable (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#UnusedVariable.__init__" />
+      <keyword name="Passwords (Package)" id="Passwords (Package)" ref="index-eric5.Helpviewer.Passwords.html" />
+      <keyword name="PasswordModel (Module)" id="PasswordModel (Module)" ref="eric5.Helpviewer.Passwords.PasswordModel.html" />
+      <keyword name="PasswordModel" id="PasswordModel" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel" />
+      <keyword name="PasswordModel (Constructor)" id="PasswordModel (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.__init__" />
+      <keyword name="PasswordModel.__passwordsChanged" id="PasswordModel.__passwordsChanged" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.__passwordsChanged" />
+      <keyword name="PasswordModel.columnCount" id="PasswordModel.columnCount" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.columnCount" />
+      <keyword name="PasswordModel.data" id="PasswordModel.data" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.data" />
+      <keyword name="PasswordModel.headerData" id="PasswordModel.headerData" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.headerData" />
+      <keyword name="PasswordModel.removeRows" id="PasswordModel.removeRows" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.removeRows" />
+      <keyword name="PasswordModel.rowCount" id="PasswordModel.rowCount" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.rowCount" />
+      <keyword name="PasswordModel.setShowPasswords" id="PasswordModel.setShowPasswords" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.setShowPasswords" />
+      <keyword name="PasswordModel.showPasswords" id="PasswordModel.showPasswords" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.showPasswords" />
+      <keyword name="PasswordManager (Module)" id="PasswordManager (Module)" ref="eric5.Helpviewer.Passwords.PasswordManager.html" />
+      <keyword name="LoginForm" id="LoginForm" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm" />
+      <keyword name="PasswordManager" id="PasswordManager" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager" />
+      <keyword name="LoginForm (Constructor)" id="LoginForm (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.__init__" />
+      <keyword name="LoginForm.isValid" id="LoginForm.isValid" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.isValid" />
+      <keyword name="LoginForm.load" id="LoginForm.load" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.load" />
+      <keyword name="LoginForm.save" id="LoginForm.save" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.save" />
+      <keyword name="PasswordManager (Constructor)" id="PasswordManager (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__init__" />
+      <keyword name="PasswordManager.__createKey" id="PasswordManager.__createKey" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__createKey" />
+      <keyword name="PasswordManager.__extractMultipartQueryItems" id="PasswordManager.__extractMultipartQueryItems" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__extractMultipartQueryItems" />
+      <keyword name="PasswordManager.__findForm" id="PasswordManager.__findForm" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__findForm" />
+      <keyword name="PasswordManager.__load" id="PasswordManager.__load" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__load" />
+      <keyword name="PasswordManager.__stripUrl" id="PasswordManager.__stripUrl" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__stripUrl" />
+      <keyword name="PasswordManager.allSiteNames" id="PasswordManager.allSiteNames" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.allSiteNames" />
+      <keyword name="PasswordManager.clear" id="PasswordManager.clear" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.clear" />
+      <keyword name="PasswordManager.close" id="PasswordManager.close" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.close" />
+      <keyword name="PasswordManager.fill" id="PasswordManager.fill" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.fill" />
+      <keyword name="PasswordManager.getLogin" id="PasswordManager.getLogin" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.getLogin" />
+      <keyword name="PasswordManager.post" id="PasswordManager.post" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.post" />
+      <keyword name="PasswordManager.removePassword" id="PasswordManager.removePassword" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.removePassword" />
+      <keyword name="PasswordManager.save" id="PasswordManager.save" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.save" />
+      <keyword name="PasswordManager.setLogin" id="PasswordManager.setLogin" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.setLogin" />
+      <keyword name="PasswordManager.siteInfo" id="PasswordManager.siteInfo" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.siteInfo" />
+      <keyword name="PasswordManager.sitesCount" id="PasswordManager.sitesCount" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.sitesCount" />
+      <keyword name="PasswordsDialog (Module)" id="PasswordsDialog (Module)" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html" />
+      <keyword name="PasswordsDialog" id="PasswordsDialog" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog" />
+      <keyword name="PasswordsDialog (Constructor)" id="PasswordsDialog (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog.__init__" />
+      <keyword name="PasswordsDialog.__calculateHeaderSizes" id="PasswordsDialog.__calculateHeaderSizes" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog.__calculateHeaderSizes" />
+      <keyword name="PasswordsDialog.on_passwordsButton_clicked" id="PasswordsDialog.on_passwordsButton_clicked" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog.on_passwordsButton_clicked" />
+      <keyword name="OfflineStorage (Package)" id="OfflineStorage (Package)" ref="index-eric5.Helpviewer.OfflineStorage.html" />
+      <keyword name="OfflineStorageConfigDialog (Module)" id="OfflineStorageConfigDialog (Module)" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html" />
+      <keyword name="OfflineStorageConfigDialog" id="OfflineStorageConfigDialog" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog" />
+      <keyword name="OfflineStorageConfigDialog (Constructor)" id="OfflineStorageConfigDialog (Constructor)" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog.__init__" />
+      <keyword name="OfflineStorageConfigDialog.on_showDatabasesButton_clicked" id="OfflineStorageConfigDialog.on_showDatabasesButton_clicked" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog.on_showDatabasesButton_clicked" />
+      <keyword name="OfflineStorageConfigDialog.storeData" id="OfflineStorageConfigDialog.storeData" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog.storeData" />
+      <keyword name="WebDatabasesModel (Module)" id="WebDatabasesModel (Module)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html" />
+      <keyword name="WebDatabasesModel" id="WebDatabasesModel" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel" />
+      <keyword name="WebDatabasesModel (Constructor)" id="WebDatabasesModel (Constructor)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.__init__" />
+      <keyword name="WebDatabasesModel.__dataString" id="WebDatabasesModel.__dataString" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.__dataString" />
+      <keyword name="WebDatabasesModel.columnCount" id="WebDatabasesModel.columnCount" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.columnCount" />
+      <keyword name="WebDatabasesModel.data" id="WebDatabasesModel.data" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.data" />
+      <keyword name="WebDatabasesModel.hasChildren" id="WebDatabasesModel.hasChildren" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.hasChildren" />
+      <keyword name="WebDatabasesModel.headerData" id="WebDatabasesModel.headerData" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.headerData" />
+      <keyword name="WebDatabasesModel.index" id="WebDatabasesModel.index" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.index" />
+      <keyword name="WebDatabasesModel.parent" id="WebDatabasesModel.parent" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.parent" />
+      <keyword name="WebDatabasesModel.removeRows" id="WebDatabasesModel.removeRows" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.removeRows" />
+      <keyword name="WebDatabasesModel.rowCount" id="WebDatabasesModel.rowCount" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.rowCount" />
+      <keyword name="WebDatabasesDialog (Module)" id="WebDatabasesDialog (Module)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesDialog.html" />
+      <keyword name="WebDatabasesDialog" id="WebDatabasesDialog" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesDialog.html#WebDatabasesDialog" />
+      <keyword name="WebDatabasesDialog (Constructor)" id="WebDatabasesDialog (Constructor)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesDialog.html#WebDatabasesDialog.__init__" />
+      <keyword name="Bookmarks (Package)" id="Bookmarks (Package)" ref="index-eric5.Helpviewer.Bookmarks.html" />
+      <keyword name="BookmarksManager (Module)" id="BookmarksManager (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html" />
+      <keyword name="BookmarksManager" id="BookmarksManager" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager" />
+      <keyword name="ChangeBookmarkCommand" id="ChangeBookmarkCommand" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand" />
+      <keyword name="InsertBookmarksCommand" id="InsertBookmarksCommand" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand" />
+      <keyword name="RemoveBookmarksCommand" id="RemoveBookmarksCommand" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand" />
+      <keyword name="BookmarksManager (Constructor)" id="BookmarksManager (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.__init__" />
+      <keyword name="BookmarksManager.__convertFromOldBookmarks" id="BookmarksManager.__convertFromOldBookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.__convertFromOldBookmarks" />
+      <keyword name="BookmarksManager.addBookmark" id="BookmarksManager.addBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.addBookmark" />
+      <keyword name="BookmarksManager.bookmarks" id="BookmarksManager.bookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.bookmarks" />
+      <keyword name="BookmarksManager.bookmarksModel" id="BookmarksManager.bookmarksModel" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.bookmarksModel" />
+      <keyword name="BookmarksManager.changeExpanded" id="BookmarksManager.changeExpanded" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.changeExpanded" />
+      <keyword name="BookmarksManager.close" id="BookmarksManager.close" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.close" />
+      <keyword name="BookmarksManager.exportBookmarks" id="BookmarksManager.exportBookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.exportBookmarks" />
+      <keyword name="BookmarksManager.importBookmarks" id="BookmarksManager.importBookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.importBookmarks" />
+      <keyword name="BookmarksManager.load" id="BookmarksManager.load" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.load" />
+      <keyword name="BookmarksManager.menu" id="BookmarksManager.menu" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.menu" />
+      <keyword name="BookmarksManager.removeBookmark" id="BookmarksManager.removeBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.removeBookmark" />
+      <keyword name="BookmarksManager.save" id="BookmarksManager.save" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.save" />
+      <keyword name="BookmarksManager.setTitle" id="BookmarksManager.setTitle" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.setTitle" />
+      <keyword name="BookmarksManager.setUrl" id="BookmarksManager.setUrl" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.setUrl" />
+      <keyword name="BookmarksManager.toolbar" id="BookmarksManager.toolbar" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.toolbar" />
+      <keyword name="BookmarksManager.undoRedoStack" id="BookmarksManager.undoRedoStack" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.undoRedoStack" />
+      <keyword name="ChangeBookmarkCommand (Constructor)" id="ChangeBookmarkCommand (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand.__init__" />
+      <keyword name="ChangeBookmarkCommand.redo" id="ChangeBookmarkCommand.redo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand.redo" />
+      <keyword name="ChangeBookmarkCommand.undo" id="ChangeBookmarkCommand.undo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand.undo" />
+      <keyword name="InsertBookmarksCommand (Constructor)" id="InsertBookmarksCommand (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand.__init__" />
+      <keyword name="InsertBookmarksCommand.redo" id="InsertBookmarksCommand.redo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand.redo" />
+      <keyword name="InsertBookmarksCommand.undo" id="InsertBookmarksCommand.undo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand.undo" />
+      <keyword name="RemoveBookmarksCommand (Constructor)" id="RemoveBookmarksCommand (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand.__init__" />
+      <keyword name="RemoveBookmarksCommand.redo" id="RemoveBookmarksCommand.redo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand.redo" />
+      <keyword name="RemoveBookmarksCommand.undo" id="RemoveBookmarksCommand.undo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand.undo" />
+      <keyword name="BookmarksToolBar (Module)" id="BookmarksToolBar (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html" />
+      <keyword name="BookmarksToolBar" id="BookmarksToolBar" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar" />
+      <keyword name="BookmarksToolBar (Constructor)" id="BookmarksToolBar (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__init__" />
+      <keyword name="BookmarksToolBar.__bookmarkActivated" id="BookmarksToolBar.__bookmarkActivated" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__bookmarkActivated" />
+      <keyword name="BookmarksToolBar.__contextMenuRequested" id="BookmarksToolBar.__contextMenuRequested" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__contextMenuRequested" />
+      <keyword name="BookmarksToolBar.__newBookmark" id="BookmarksToolBar.__newBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__newBookmark" />
+      <keyword name="BookmarksToolBar.__newFolder" id="BookmarksToolBar.__newFolder" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__newFolder" />
+      <keyword name="BookmarksToolBar.__openBookmark" id="BookmarksToolBar.__openBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__openBookmark" />
+      <keyword name="BookmarksToolBar.__openBookmarkInNewTab" id="BookmarksToolBar.__openBookmarkInNewTab" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__openBookmarkInNewTab" />
+      <keyword name="BookmarksToolBar.__openToolBarBookmark" id="BookmarksToolBar.__openToolBarBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__openToolBarBookmark" />
+      <keyword name="BookmarksToolBar.__removeBookmark" id="BookmarksToolBar.__removeBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__removeBookmark" />
+      <keyword name="BookmarksToolBar._createMenu" id="BookmarksToolBar._createMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar._createMenu" />
+      <keyword name="BookmarksMenu (Module)" id="BookmarksMenu (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html" />
+      <keyword name="BookmarksMenu" id="BookmarksMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu" />
+      <keyword name="BookmarksMenuBarMenu" id="BookmarksMenuBarMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu" />
+      <keyword name="BookmarksMenu (Constructor)" id="BookmarksMenu (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__init__" />
+      <keyword name="BookmarksMenu.__activated" id="BookmarksMenu.__activated" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__activated" />
+      <keyword name="BookmarksMenu.__contextMenuRequested" id="BookmarksMenu.__contextMenuRequested" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__contextMenuRequested" />
+      <keyword name="BookmarksMenu.__openAll" id="BookmarksMenu.__openAll" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__openAll" />
+      <keyword name="BookmarksMenu.__openBookmark" id="BookmarksMenu.__openBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__openBookmark" />
+      <keyword name="BookmarksMenu.__openBookmarkInNewTab" id="BookmarksMenu.__openBookmarkInNewTab" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__openBookmarkInNewTab" />
+      <keyword name="BookmarksMenu.__removeBookmark" id="BookmarksMenu.__removeBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__removeBookmark" />
+      <keyword name="BookmarksMenu.createBaseMenu" id="BookmarksMenu.createBaseMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.createBaseMenu" />
+      <keyword name="BookmarksMenu.postPopulated" id="BookmarksMenu.postPopulated" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.postPopulated" />
+      <keyword name="BookmarksMenuBarMenu (Constructor)" id="BookmarksMenuBarMenu (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu.__init__" />
+      <keyword name="BookmarksMenuBarMenu.prePopulated" id="BookmarksMenuBarMenu.prePopulated" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu.prePopulated" />
+      <keyword name="BookmarksMenuBarMenu.setInitialActions" id="BookmarksMenuBarMenu.setInitialActions" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu.setInitialActions" />
+      <keyword name="XbelReader (Module)" id="XbelReader (Module)" ref="eric5.Helpviewer.Bookmarks.XbelReader.html" />
+      <keyword name="XbelReader" id="XbelReader" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader" />
+      <keyword name="XmlEntityResolver" id="XmlEntityResolver" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XmlEntityResolver" />
+      <keyword name="XbelReader (Constructor)" id="XbelReader (Constructor)" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__init__" />
+      <keyword name="XbelReader.__readBookmarkNode" id="XbelReader.__readBookmarkNode" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readBookmarkNode" />
+      <keyword name="XbelReader.__readDescription" id="XbelReader.__readDescription" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readDescription" />
+      <keyword name="XbelReader.__readFolder" id="XbelReader.__readFolder" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readFolder" />
+      <keyword name="XbelReader.__readSeparator" id="XbelReader.__readSeparator" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readSeparator" />
+      <keyword name="XbelReader.__readTitle" id="XbelReader.__readTitle" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readTitle" />
+      <keyword name="XbelReader.__readXBEL" id="XbelReader.__readXBEL" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readXBEL" />
+      <keyword name="XbelReader.__skipUnknownElement" id="XbelReader.__skipUnknownElement" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__skipUnknownElement" />
+      <keyword name="XbelReader.read" id="XbelReader.read" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.read" />
+      <keyword name="XmlEntityResolver.resolveUndeclaredEntity" id="XmlEntityResolver.resolveUndeclaredEntity" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XmlEntityResolver.resolveUndeclaredEntity" />
+      <keyword name="BookmarksDialog (Module)" id="BookmarksDialog (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html" />
+      <keyword name="BookmarksDialog" id="BookmarksDialog" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog" />
+      <keyword name="BookmarksDialog (Constructor)" id="BookmarksDialog (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__init__" />
+      <keyword name="BookmarksDialog.__activated" id="BookmarksDialog.__activated" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__activated" />
+      <keyword name="BookmarksDialog.__customContextMenuRequested" id="BookmarksDialog.__customContextMenuRequested" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__customContextMenuRequested" />
+      <keyword name="BookmarksDialog.__editAddress" id="BookmarksDialog.__editAddress" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__editAddress" />
+      <keyword name="BookmarksDialog.__editName" id="BookmarksDialog.__editName" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__editName" />
+      <keyword name="BookmarksDialog.__expandNodes" id="BookmarksDialog.__expandNodes" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__expandNodes" />
+      <keyword name="BookmarksDialog.__newFolder" id="BookmarksDialog.__newFolder" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__newFolder" />
+      <keyword name="BookmarksDialog.__openBookmark" id="BookmarksDialog.__openBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__openBookmark" />
+      <keyword name="BookmarksDialog.__openBookmarkInCurrentTab" id="BookmarksDialog.__openBookmarkInCurrentTab" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__openBookmarkInCurrentTab" />
+      <keyword name="BookmarksDialog.__openBookmarkInNewTab" id="BookmarksDialog.__openBookmarkInNewTab" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__openBookmarkInNewTab" />
+      <keyword name="BookmarksDialog.__saveExpandedNodes" id="BookmarksDialog.__saveExpandedNodes" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__saveExpandedNodes" />
+      <keyword name="BookmarksDialog.__shutdown" id="BookmarksDialog.__shutdown" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__shutdown" />
+      <keyword name="BookmarksDialog.closeEvent" id="BookmarksDialog.closeEvent" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.closeEvent" />
+      <keyword name="BookmarksDialog.reject" id="BookmarksDialog.reject" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.reject" />
+      <keyword name="BookmarksModel (Module)" id="BookmarksModel (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html" />
+      <keyword name="BookmarksModel" id="BookmarksModel" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel" />
+      <keyword name="BookmarksModel (Constructor)" id="BookmarksModel (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.__init__" />
+      <keyword name="BookmarksModel.bookmarksManager" id="BookmarksModel.bookmarksManager" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.bookmarksManager" />
+      <keyword name="BookmarksModel.columnCount" id="BookmarksModel.columnCount" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.columnCount" />
+      <keyword name="BookmarksModel.data" id="BookmarksModel.data" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.data" />
+      <keyword name="BookmarksModel.dropMimeData" id="BookmarksModel.dropMimeData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.dropMimeData" />
+      <keyword name="BookmarksModel.entryAdded" id="BookmarksModel.entryAdded" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.entryAdded" />
+      <keyword name="BookmarksModel.entryChanged" id="BookmarksModel.entryChanged" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.entryChanged" />
+      <keyword name="BookmarksModel.entryRemoved" id="BookmarksModel.entryRemoved" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.entryRemoved" />
+      <keyword name="BookmarksModel.flags" id="BookmarksModel.flags" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.flags" />
+      <keyword name="BookmarksModel.hasChildren" id="BookmarksModel.hasChildren" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.hasChildren" />
+      <keyword name="BookmarksModel.headerData" id="BookmarksModel.headerData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.headerData" />
+      <keyword name="BookmarksModel.index" id="BookmarksModel.index" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.index" />
+      <keyword name="BookmarksModel.mimeData" id="BookmarksModel.mimeData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.mimeData" />
+      <keyword name="BookmarksModel.mimeTypes" id="BookmarksModel.mimeTypes" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.mimeTypes" />
+      <keyword name="BookmarksModel.node" id="BookmarksModel.node" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.node" />
+      <keyword name="BookmarksModel.nodeIndex" id="BookmarksModel.nodeIndex" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.nodeIndex" />
+      <keyword name="BookmarksModel.parent" id="BookmarksModel.parent" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.parent" />
+      <keyword name="BookmarksModel.removeRows" id="BookmarksModel.removeRows" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.removeRows" />
+      <keyword name="BookmarksModel.rowCount" id="BookmarksModel.rowCount" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.rowCount" />
+      <keyword name="BookmarksModel.setData" id="BookmarksModel.setData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.setData" />
+      <keyword name="BookmarksModel.supportedDropActions" id="BookmarksModel.supportedDropActions" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.supportedDropActions" />
+      <keyword name="BookmarkNode (Module)" id="BookmarkNode (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html" />
+      <keyword name="BookmarkNode" id="BookmarkNode" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode" />
+      <keyword name="BookmarkNode (Constructor)" id="BookmarkNode (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.__init__" />
+      <keyword name="BookmarkNode.add" id="BookmarkNode.add" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.add" />
+      <keyword name="BookmarkNode.children" id="BookmarkNode.children" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.children" />
+      <keyword name="BookmarkNode.parent" id="BookmarkNode.parent" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.parent" />
+      <keyword name="BookmarkNode.remove" id="BookmarkNode.remove" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.remove" />
+      <keyword name="BookmarkNode.setType" id="BookmarkNode.setType" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.setType" />
+      <keyword name="BookmarkNode.type" id="BookmarkNode.type" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.type" />
+      <keyword name="AddBookmarkDialog (Module)" id="AddBookmarkDialog (Module)" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html" />
+      <keyword name="AddBookmarkDialog" id="AddBookmarkDialog" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog" />
+      <keyword name="AddBookmarkProxyModel" id="AddBookmarkProxyModel" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel" />
+      <keyword name="AddBookmarkDialog (Constructor)" id="AddBookmarkDialog (Constructor)" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.__init__" />
+      <keyword name="AddBookmarkDialog.accept" id="AddBookmarkDialog.accept" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.accept" />
+      <keyword name="AddBookmarkDialog.addedNode" id="AddBookmarkDialog.addedNode" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.addedNode" />
+      <keyword name="AddBookmarkDialog.currentIndex" id="AddBookmarkDialog.currentIndex" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.currentIndex" />
+      <keyword name="AddBookmarkDialog.isFolder" id="AddBookmarkDialog.isFolder" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.isFolder" />
+      <keyword name="AddBookmarkDialog.setCurrentIndex" id="AddBookmarkDialog.setCurrentIndex" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setCurrentIndex" />
+      <keyword name="AddBookmarkDialog.setFolder" id="AddBookmarkDialog.setFolder" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setFolder" />
+      <keyword name="AddBookmarkDialog.setTitle" id="AddBookmarkDialog.setTitle" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setTitle" />
+      <keyword name="AddBookmarkDialog.setUrl" id="AddBookmarkDialog.setUrl" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setUrl" />
+      <keyword name="AddBookmarkDialog.title" id="AddBookmarkDialog.title" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.title" />
+      <keyword name="AddBookmarkDialog.url" id="AddBookmarkDialog.url" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.url" />
+      <keyword name="AddBookmarkProxyModel (Constructor)" id="AddBookmarkProxyModel (Constructor)" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.__init__" />
+      <keyword name="AddBookmarkProxyModel.columnCount" id="AddBookmarkProxyModel.columnCount" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.columnCount" />
+      <keyword name="AddBookmarkProxyModel.filterAcceptsColumn" id="AddBookmarkProxyModel.filterAcceptsColumn" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.filterAcceptsColumn" />
+      <keyword name="AddBookmarkProxyModel.filterAcceptsRow" id="AddBookmarkProxyModel.filterAcceptsRow" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.filterAcceptsRow" />
+      <keyword name="AddBookmarkProxyModel.hasChildren" id="AddBookmarkProxyModel.hasChildren" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.hasChildren" />
+      <keyword name="XbelWriter (Module)" id="XbelWriter (Module)" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html" />
+      <keyword name="XbelWriter" id="XbelWriter" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter" />
+      <keyword name="XbelWriter (Constructor)" id="XbelWriter (Constructor)" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.__init__" />
+      <keyword name="XbelWriter.__write" id="XbelWriter.__write" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.__write" />
+      <keyword name="XbelWriter.__writeItem" id="XbelWriter.__writeItem" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.__writeItem" />
+      <keyword name="XbelWriter.write" id="XbelWriter.write" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.write" />
+      <keyword name="DefaultBookmarks (Module)" id="DefaultBookmarks (Module)" ref="eric5.Helpviewer.Bookmarks.DefaultBookmarks.html" />
+      <keyword name="Network (Package)" id="Network (Package)" ref="index-eric5.Helpviewer.Network.html" />
+      <keyword name="NetworkReply (Module)" id="NetworkReply (Module)" ref="eric5.Helpviewer.Network.NetworkReply.html" />
+      <keyword name="NetworkReply" id="NetworkReply" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply" />
+      <keyword name="NetworkReply (Constructor)" id="NetworkReply (Constructor)" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.__init__" />
+      <keyword name="NetworkReply.abort" id="NetworkReply.abort" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.abort" />
+      <keyword name="NetworkReply.bytesAvailable" id="NetworkReply.bytesAvailable" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.bytesAvailable" />
+      <keyword name="NetworkReply.readData" id="NetworkReply.readData" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.readData" />
+      <keyword name="SchemeAccessHandler (Module)" id="SchemeAccessHandler (Module)" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html" />
+      <keyword name="SchemeAccessHandler" id="SchemeAccessHandler" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler" />
+      <keyword name="SchemeAccessHandler (Constructor)" id="SchemeAccessHandler (Constructor)" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler.__init__" />
+      <keyword name="SchemeAccessHandler.createRequest" id="SchemeAccessHandler.createRequest" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler.createRequest" />
+      <keyword name="NetworkAccessManager (Module)" id="NetworkAccessManager (Module)" ref="eric5.Helpviewer.Network.NetworkAccessManager.html" />
+      <keyword name="NetworkAccessManager" id="NetworkAccessManager" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager" />
+      <keyword name="NetworkAccessManager (Constructor)" id="NetworkAccessManager (Constructor)" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__init__" />
+      <keyword name="NetworkAccessManager.__authenticationRequired" id="NetworkAccessManager.__authenticationRequired" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__authenticationRequired" />
+      <keyword name="NetworkAccessManager.__certToString" id="NetworkAccessManager.__certToString" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__certToString" />
+      <keyword name="NetworkAccessManager.__setDiskCache" id="NetworkAccessManager.__setDiskCache" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__setDiskCache" />
+      <keyword name="NetworkAccessManager.__sslErrors" id="NetworkAccessManager.__sslErrors" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__sslErrors" />
+      <keyword name="NetworkAccessManager.createRequest" id="NetworkAccessManager.createRequest" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.createRequest" />
+      <keyword name="NetworkAccessManager.languagesChanged" id="NetworkAccessManager.languagesChanged" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.languagesChanged" />
+      <keyword name="NetworkAccessManager.preferencesChanged" id="NetworkAccessManager.preferencesChanged" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.preferencesChanged" />
+      <keyword name="NetworkAccessManager.setSchemeHandler" id="NetworkAccessManager.setSchemeHandler" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.setSchemeHandler" />
+      <keyword name="FtpAccessHandler (Module)" id="FtpAccessHandler (Module)" ref="eric5.Helpviewer.Network.FtpAccessHandler.html" />
+      <keyword name="FtpAccessHandler" id="FtpAccessHandler" ref="eric5.Helpviewer.Network.FtpAccessHandler.html#FtpAccessHandler" />
+      <keyword name="FtpAccessHandler.createRequest" id="FtpAccessHandler.createRequest" ref="eric5.Helpviewer.Network.FtpAccessHandler.html#FtpAccessHandler.createRequest" />
+      <keyword name="QtHelpAccessHandler (Module)" id="QtHelpAccessHandler (Module)" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html" />
+      <keyword name="QtHelpAccessHandler" id="QtHelpAccessHandler" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html#QtHelpAccessHandler" />
+      <keyword name="QtHelpAccessHandler (Constructor)" id="QtHelpAccessHandler (Constructor)" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html#QtHelpAccessHandler.__init__" />
+      <keyword name="QtHelpAccessHandler.createRequest" id="QtHelpAccessHandler.createRequest" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html#QtHelpAccessHandler.createRequest" />
+      <keyword name="FtpReply (Module)" id="FtpReply (Module)" ref="eric5.Helpviewer.Network.FtpReply.html" />
+      <keyword name="FtpReply" id="FtpReply" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply" />
+      <keyword name="FtpReply (Constructor)" id="FtpReply (Constructor)" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__init__" />
+      <keyword name="FtpReply.__commandStarted" id="FtpReply.__commandStarted" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__commandStarted" />
+      <keyword name="FtpReply.__connectToHost" id="FtpReply.__connectToHost" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__connectToHost" />
+      <keyword name="FtpReply.__cssLinkClass" id="FtpReply.__cssLinkClass" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__cssLinkClass" />
+      <keyword name="FtpReply.__errorSignals" id="FtpReply.__errorSignals" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__errorSignals" />
+      <keyword name="FtpReply.__processCommand" id="FtpReply.__processCommand" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__processCommand" />
+      <keyword name="FtpReply.__processData" id="FtpReply.__processData" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__processData" />
+      <keyword name="FtpReply.__processListInfo" id="FtpReply.__processListInfo" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__processListInfo" />
+      <keyword name="FtpReply.__setContent" id="FtpReply.__setContent" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__setContent" />
+      <keyword name="FtpReply.__setListContent" id="FtpReply.__setListContent" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__setListContent" />
+      <keyword name="FtpReply.abort" id="FtpReply.abort" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.abort" />
+      <keyword name="FtpReply.bytesAvailable" id="FtpReply.bytesAvailable" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.bytesAvailable" />
+      <keyword name="FtpReply.isSequential" id="FtpReply.isSequential" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.isSequential" />
+      <keyword name="FtpReply.readData" id="FtpReply.readData" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.readData" />
+      <keyword name="AboutAccessHandler (Module)" id="AboutAccessHandler (Module)" ref="eric5.Helpviewer.Network.AboutAccessHandler.html" />
+      <keyword name="AboutAccessHandler" id="AboutAccessHandler" ref="eric5.Helpviewer.Network.AboutAccessHandler.html#AboutAccessHandler" />
+      <keyword name="AboutAccessHandler.createRequest" id="AboutAccessHandler.createRequest" ref="eric5.Helpviewer.Network.AboutAccessHandler.html#AboutAccessHandler.createRequest" />
+      <keyword name="NetworkDiskCache (Module)" id="NetworkDiskCache (Module)" ref="eric5.Helpviewer.Network.NetworkDiskCache.html" />
+      <keyword name="NetworkDiskCache" id="NetworkDiskCache" ref="eric5.Helpviewer.Network.NetworkDiskCache.html#NetworkDiskCache" />
+      <keyword name="NetworkDiskCache.prepare" id="NetworkDiskCache.prepare" ref="eric5.Helpviewer.Network.NetworkDiskCache.html#NetworkDiskCache.prepare" />
+      <keyword name="NetworkAccessManagerProxy (Module)" id="NetworkAccessManagerProxy (Module)" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html" />
+      <keyword name="NetworkAccessManagerProxy" id="NetworkAccessManagerProxy" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy" />
+      <keyword name="NetworkAccessManagerProxy (Constructor)" id="NetworkAccessManagerProxy (Constructor)" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.__init__" />
+      <keyword name="NetworkAccessManagerProxy.createRequest" id="NetworkAccessManagerProxy.createRequest" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.createRequest" />
+      <keyword name="NetworkAccessManagerProxy.setPrimaryNetworkAccessManager" id="NetworkAccessManagerProxy.setPrimaryNetworkAccessManager" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.setPrimaryNetworkAccessManager" />
+      <keyword name="NetworkAccessManagerProxy.setWebPage" id="NetworkAccessManagerProxy.setWebPage" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.setWebPage" />
+      <keyword name="NetworkProtocolUnknownErrorReply (Module)" id="NetworkProtocolUnknownErrorReply (Module)" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html" />
+      <keyword name="NetworkProtocolUnknownErrorReply" id="NetworkProtocolUnknownErrorReply" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply" />
+      <keyword name="NetworkProtocolUnknownErrorReply (Constructor)" id="NetworkProtocolUnknownErrorReply (Constructor)" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.__init__" />
+      <keyword name="NetworkProtocolUnknownErrorReply.__fireSignals" id="NetworkProtocolUnknownErrorReply.__fireSignals" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.__fireSignals" />
+      <keyword name="NetworkProtocolUnknownErrorReply.abort" id="NetworkProtocolUnknownErrorReply.abort" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.abort" />
+      <keyword name="NetworkProtocolUnknownErrorReply.bytesAvailable" id="NetworkProtocolUnknownErrorReply.bytesAvailable" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.bytesAvailable" />
+      <keyword name="PyrcAccessHandler (Module)" id="PyrcAccessHandler (Module)" ref="eric5.Helpviewer.Network.PyrcAccessHandler.html" />
+      <keyword name="PyrcAccessHandler" id="PyrcAccessHandler" ref="eric5.Helpviewer.Network.PyrcAccessHandler.html#PyrcAccessHandler" />
+      <keyword name="PyrcAccessHandler.createRequest" id="PyrcAccessHandler.createRequest" ref="eric5.Helpviewer.Network.PyrcAccessHandler.html#PyrcAccessHandler.createRequest" />
+      <keyword name="History (Package)" id="History (Package)" ref="index-eric5.Helpviewer.History.html" />
+      <keyword name="HistoryManager (Module)" id="HistoryManager (Module)" ref="eric5.Helpviewer.History.HistoryManager.html" />
+      <keyword name="HistoryEntry" id="HistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry" />
+      <keyword name="HistoryManager" id="HistoryManager" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager" />
+      <keyword name="HistoryEntry (Constructor)" id="HistoryEntry (Constructor)" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.__init__" />
+      <keyword name="HistoryEntry.__eq__" id="HistoryEntry.__eq__" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.__eq__" />
+      <keyword name="HistoryEntry.__lt__" id="HistoryEntry.__lt__" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.__lt__" />
+      <keyword name="HistoryEntry.userTitle" id="HistoryEntry.userTitle" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.userTitle" />
+      <keyword name="HistoryManager (Constructor)" id="HistoryManager (Constructor)" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__init__" />
+      <keyword name="HistoryManager.__checkForExpired" id="HistoryManager.__checkForExpired" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__checkForExpired" />
+      <keyword name="HistoryManager.__load" id="HistoryManager.__load" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__load" />
+      <keyword name="HistoryManager.__refreshFrequencies" id="HistoryManager.__refreshFrequencies" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__refreshFrequencies" />
+      <keyword name="HistoryManager.__startFrequencyTimer" id="HistoryManager.__startFrequencyTimer" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__startFrequencyTimer" />
+      <keyword name="HistoryManager._addHistoryEntry" id="HistoryManager._addHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager._addHistoryEntry" />
+      <keyword name="HistoryManager._removeHistoryEntry" id="HistoryManager._removeHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager._removeHistoryEntry" />
+      <keyword name="HistoryManager.addHistoryEntry" id="HistoryManager.addHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.addHistoryEntry" />
+      <keyword name="HistoryManager.clear" id="HistoryManager.clear" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.clear" />
+      <keyword name="HistoryManager.close" id="HistoryManager.close" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.close" />
+      <keyword name="HistoryManager.daysToExpire" id="HistoryManager.daysToExpire" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.daysToExpire" />
+      <keyword name="HistoryManager.history" id="HistoryManager.history" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.history" />
+      <keyword name="HistoryManager.historyContains" id="HistoryManager.historyContains" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyContains" />
+      <keyword name="HistoryManager.historyFilterModel" id="HistoryManager.historyFilterModel" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyFilterModel" />
+      <keyword name="HistoryManager.historyModel" id="HistoryManager.historyModel" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyModel" />
+      <keyword name="HistoryManager.historyTreeModel" id="HistoryManager.historyTreeModel" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyTreeModel" />
+      <keyword name="HistoryManager.preferencesChanged" id="HistoryManager.preferencesChanged" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.preferencesChanged" />
+      <keyword name="HistoryManager.removeHistoryEntry" id="HistoryManager.removeHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.removeHistoryEntry" />
+      <keyword name="HistoryManager.save" id="HistoryManager.save" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.save" />
+      <keyword name="HistoryManager.setDaysToExpire" id="HistoryManager.setDaysToExpire" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.setDaysToExpire" />
+      <keyword name="HistoryManager.setHistory" id="HistoryManager.setHistory" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.setHistory" />
+      <keyword name="HistoryManager.updateHistoryEntry" id="HistoryManager.updateHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.updateHistoryEntry" />
+      <keyword name="HistoryFilterModel (Module)" id="HistoryFilterModel (Module)" ref="eric5.Helpviewer.History.HistoryFilterModel.html" />
+      <keyword name="HistoryData" id="HistoryData" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData" />
+      <keyword name="HistoryFilterModel" id="HistoryFilterModel" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel" />
+      <keyword name="HistoryData (Constructor)" id="HistoryData (Constructor)" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData.__init__" />
+      <keyword name="HistoryData.__eq__" id="HistoryData.__eq__" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData.__eq__" />
+      <keyword name="HistoryData.__lt__" id="HistoryData.__lt__" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData.__lt__" />
+      <keyword name="HistoryFilterModel (Constructor)" id="HistoryFilterModel (Constructor)" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__init__" />
+      <keyword name="HistoryFilterModel.__frequencyScore" id="HistoryFilterModel.__frequencyScore" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__frequencyScore" />
+      <keyword name="HistoryFilterModel.__load" id="HistoryFilterModel.__load" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__load" />
+      <keyword name="HistoryFilterModel.__sourceDataChanged" id="HistoryFilterModel.__sourceDataChanged" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceDataChanged" />
+      <keyword name="HistoryFilterModel.__sourceReset" id="HistoryFilterModel.__sourceReset" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceReset" />
+      <keyword name="HistoryFilterModel.__sourceRowsInserted" id="HistoryFilterModel.__sourceRowsInserted" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceRowsInserted" />
+      <keyword name="HistoryFilterModel.__sourceRowsRemoved" id="HistoryFilterModel.__sourceRowsRemoved" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceRowsRemoved" />
+      <keyword name="HistoryFilterModel.columnCount" id="HistoryFilterModel.columnCount" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.columnCount" />
+      <keyword name="HistoryFilterModel.data" id="HistoryFilterModel.data" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.data" />
+      <keyword name="HistoryFilterModel.headerData" id="HistoryFilterModel.headerData" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.headerData" />
+      <keyword name="HistoryFilterModel.historyContains" id="HistoryFilterModel.historyContains" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.historyContains" />
+      <keyword name="HistoryFilterModel.historyLocation" id="HistoryFilterModel.historyLocation" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.historyLocation" />
+      <keyword name="HistoryFilterModel.index" id="HistoryFilterModel.index" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.index" />
+      <keyword name="HistoryFilterModel.mapFromSource" id="HistoryFilterModel.mapFromSource" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.mapFromSource" />
+      <keyword name="HistoryFilterModel.mapToSource" id="HistoryFilterModel.mapToSource" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.mapToSource" />
+      <keyword name="HistoryFilterModel.parent" id="HistoryFilterModel.parent" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.parent" />
+      <keyword name="HistoryFilterModel.recalculateFrequencies" id="HistoryFilterModel.recalculateFrequencies" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.recalculateFrequencies" />
+      <keyword name="HistoryFilterModel.removeRows" id="HistoryFilterModel.removeRows" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.removeRows" />
+      <keyword name="HistoryFilterModel.rowCount" id="HistoryFilterModel.rowCount" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.rowCount" />
+      <keyword name="HistoryFilterModel.setSourceModel" id="HistoryFilterModel.setSourceModel" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.setSourceModel" />
+      <keyword name="HistoryCompleter (Module)" id="HistoryCompleter (Module)" ref="eric5.Helpviewer.History.HistoryCompleter.html" />
+      <keyword name="HistoryCompleter" id="HistoryCompleter" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter" />
+      <keyword name="HistoryCompletionModel" id="HistoryCompletionModel" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel" />
+      <keyword name="HistoryCompletionView" id="HistoryCompletionView" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView" />
+      <keyword name="HistoryCompleter (Constructor)" id="HistoryCompleter (Constructor)" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.__init__" />
+      <keyword name="HistoryCompleter.__updateFilter" id="HistoryCompleter.__updateFilter" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.__updateFilter" />
+      <keyword name="HistoryCompleter.pathFromIndex" id="HistoryCompleter.pathFromIndex" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.pathFromIndex" />
+      <keyword name="HistoryCompleter.splitPath" id="HistoryCompleter.splitPath" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.splitPath" />
+      <keyword name="HistoryCompletionModel (Constructor)" id="HistoryCompletionModel (Constructor)" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.__init__" />
+      <keyword name="HistoryCompletionModel.data" id="HistoryCompletionModel.data" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.data" />
+      <keyword name="HistoryCompletionModel.filterAcceptsRow" id="HistoryCompletionModel.filterAcceptsRow" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.filterAcceptsRow" />
+      <keyword name="HistoryCompletionModel.isValid" id="HistoryCompletionModel.isValid" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.isValid" />
+      <keyword name="HistoryCompletionModel.lessThan" id="HistoryCompletionModel.lessThan" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.lessThan" />
+      <keyword name="HistoryCompletionModel.searchString" id="HistoryCompletionModel.searchString" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.searchString" />
+      <keyword name="HistoryCompletionModel.setSearchString" id="HistoryCompletionModel.setSearchString" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.setSearchString" />
+      <keyword name="HistoryCompletionModel.setValid" id="HistoryCompletionModel.setValid" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.setValid" />
+      <keyword name="HistoryCompletionView (Constructor)" id="HistoryCompletionView (Constructor)" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView.__init__" />
+      <keyword name="HistoryCompletionView.resizeEvent" id="HistoryCompletionView.resizeEvent" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView.resizeEvent" />
+      <keyword name="HistoryCompletionView.sizeHintForRow" id="HistoryCompletionView.sizeHintForRow" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView.sizeHintForRow" />
+      <keyword name="HistoryDialog (Module)" id="HistoryDialog (Module)" ref="eric5.Helpviewer.History.HistoryDialog.html" />
+      <keyword name="HistoryDialog" id="HistoryDialog" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog" />
+      <keyword name="HistoryDialog (Constructor)" id="HistoryDialog (Constructor)" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__init__" />
+      <keyword name="HistoryDialog.__activated" id="HistoryDialog.__activated" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__activated" />
+      <keyword name="HistoryDialog.__copyHistory" id="HistoryDialog.__copyHistory" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__copyHistory" />
+      <keyword name="HistoryDialog.__customContextMenuRequested" id="HistoryDialog.__customContextMenuRequested" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__customContextMenuRequested" />
+      <keyword name="HistoryDialog.__modelReset" id="HistoryDialog.__modelReset" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__modelReset" />
+      <keyword name="HistoryDialog.__openHistory" id="HistoryDialog.__openHistory" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__openHistory" />
+      <keyword name="HistoryDialog.__openHistoryInCurrentTab" id="HistoryDialog.__openHistoryInCurrentTab" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__openHistoryInCurrentTab" />
+      <keyword name="HistoryDialog.__openHistoryInNewTab" id="HistoryDialog.__openHistoryInNewTab" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__openHistoryInNewTab" />
+      <keyword name="HistoryMenu (Module)" id="HistoryMenu (Module)" ref="eric5.Helpviewer.History.HistoryMenu.html" />
+      <keyword name="HistoryMenu" id="HistoryMenu" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu" />
+      <keyword name="HistoryMenuModel" id="HistoryMenuModel" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel" />
+      <keyword name="HistoryMenu (Constructor)" id="HistoryMenu (Constructor)" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__init__" />
+      <keyword name="HistoryMenu.__activated" id="HistoryMenu.__activated" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__activated" />
+      <keyword name="HistoryMenu.__clearHistoryDialog" id="HistoryMenu.__clearHistoryDialog" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__clearHistoryDialog" />
+      <keyword name="HistoryMenu.__showHistoryDialog" id="HistoryMenu.__showHistoryDialog" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__showHistoryDialog" />
+      <keyword name="HistoryMenu.postPopulated" id="HistoryMenu.postPopulated" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.postPopulated" />
+      <keyword name="HistoryMenu.prePopulated" id="HistoryMenu.prePopulated" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.prePopulated" />
+      <keyword name="HistoryMenu.setInitialActions" id="HistoryMenu.setInitialActions" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.setInitialActions" />
+      <keyword name="HistoryMenuModel (Constructor)" id="HistoryMenuModel (Constructor)" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.__init__" />
+      <keyword name="HistoryMenuModel.bumpedRows" id="HistoryMenuModel.bumpedRows" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.bumpedRows" />
+      <keyword name="HistoryMenuModel.columnCount" id="HistoryMenuModel.columnCount" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.columnCount" />
+      <keyword name="HistoryMenuModel.index" id="HistoryMenuModel.index" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.index" />
+      <keyword name="HistoryMenuModel.mapFromSource" id="HistoryMenuModel.mapFromSource" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.mapFromSource" />
+      <keyword name="HistoryMenuModel.mapToSource" id="HistoryMenuModel.mapToSource" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.mapToSource" />
+      <keyword name="HistoryMenuModel.mimeData" id="HistoryMenuModel.mimeData" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.mimeData" />
+      <keyword name="HistoryMenuModel.parent" id="HistoryMenuModel.parent" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.parent" />
+      <keyword name="HistoryMenuModel.rowCount" id="HistoryMenuModel.rowCount" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.rowCount" />
+      <keyword name="HistoryModel (Module)" id="HistoryModel (Module)" ref="eric5.Helpviewer.History.HistoryModel.html" />
+      <keyword name="HistoryModel" id="HistoryModel" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel" />
+      <keyword name="HistoryModel (Constructor)" id="HistoryModel (Constructor)" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.__init__" />
+      <keyword name="HistoryModel.columnCount" id="HistoryModel.columnCount" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.columnCount" />
+      <keyword name="HistoryModel.data" id="HistoryModel.data" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.data" />
+      <keyword name="HistoryModel.entryAdded" id="HistoryModel.entryAdded" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.entryAdded" />
+      <keyword name="HistoryModel.entryUpdated" id="HistoryModel.entryUpdated" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.entryUpdated" />
+      <keyword name="HistoryModel.headerData" id="HistoryModel.headerData" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.headerData" />
+      <keyword name="HistoryModel.historyReset" id="HistoryModel.historyReset" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.historyReset" />
+      <keyword name="HistoryModel.removeRows" id="HistoryModel.removeRows" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.removeRows" />
+      <keyword name="HistoryModel.rowCount" id="HistoryModel.rowCount" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.rowCount" />
+      <keyword name="HistoryTreeModel (Module)" id="HistoryTreeModel (Module)" ref="eric5.Helpviewer.History.HistoryTreeModel.html" />
+      <keyword name="HistoryTreeModel" id="HistoryTreeModel" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel" />
+      <keyword name="HistoryTreeModel (Constructor)" id="HistoryTreeModel (Constructor)" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__init__" />
+      <keyword name="HistoryTreeModel.__sourceDateRow" id="HistoryTreeModel.__sourceDateRow" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceDateRow" />
+      <keyword name="HistoryTreeModel.__sourceReset" id="HistoryTreeModel.__sourceReset" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceReset" />
+      <keyword name="HistoryTreeModel.__sourceRowsInserted" id="HistoryTreeModel.__sourceRowsInserted" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceRowsInserted" />
+      <keyword name="HistoryTreeModel.__sourceRowsRemoved" id="HistoryTreeModel.__sourceRowsRemoved" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceRowsRemoved" />
+      <keyword name="HistoryTreeModel.columnCount" id="HistoryTreeModel.columnCount" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.columnCount" />
+      <keyword name="HistoryTreeModel.data" id="HistoryTreeModel.data" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.data" />
+      <keyword name="HistoryTreeModel.flags" id="HistoryTreeModel.flags" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.flags" />
+      <keyword name="HistoryTreeModel.hasChildren" id="HistoryTreeModel.hasChildren" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.hasChildren" />
+      <keyword name="HistoryTreeModel.headerData" id="HistoryTreeModel.headerData" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.headerData" />
+      <keyword name="HistoryTreeModel.index" id="HistoryTreeModel.index" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.index" />
+      <keyword name="HistoryTreeModel.mapFromSource" id="HistoryTreeModel.mapFromSource" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.mapFromSource" />
+      <keyword name="HistoryTreeModel.mapToSource" id="HistoryTreeModel.mapToSource" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.mapToSource" />
+      <keyword name="HistoryTreeModel.parent" id="HistoryTreeModel.parent" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.parent" />
+      <keyword name="HistoryTreeModel.removeRows" id="HistoryTreeModel.removeRows" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.removeRows" />
+      <keyword name="HistoryTreeModel.rowCount" id="HistoryTreeModel.rowCount" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.rowCount" />
+      <keyword name="HistoryTreeModel.setSourceModel" id="HistoryTreeModel.setSourceModel" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.setSourceModel" />
+      <keyword name="CookieJar (Package)" id="CookieJar (Package)" ref="index-eric5.Helpviewer.CookieJar.html" />
+      <keyword name="CookiesConfigurationDialog (Module)" id="CookiesConfigurationDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html" />
+      <keyword name="CookiesConfigurationDialog" id="CookiesConfigurationDialog" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog" />
+      <keyword name="CookiesConfigurationDialog (Constructor)" id="CookiesConfigurationDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.__init__" />
+      <keyword name="CookiesConfigurationDialog.accept" id="CookiesConfigurationDialog.accept" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.accept" />
+      <keyword name="CookiesConfigurationDialog.on_cookiesButton_clicked" id="CookiesConfigurationDialog.on_cookiesButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.on_cookiesButton_clicked" />
+      <keyword name="CookiesConfigurationDialog.on_exceptionsButton_clicked" id="CookiesConfigurationDialog.on_exceptionsButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.on_exceptionsButton_clicked" />
+      <keyword name="CookieJar (Module)" id="CookieJar (Module)" ref="eric5.Helpviewer.CookieJar.CookieJar.html" />
+      <keyword name="CookieJar" id="CookieJar" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar" />
+      <keyword name="CookieJar (Constructor)" id="CookieJar (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__init__" />
+      <keyword name="CookieJar.__applyRules" id="CookieJar.__applyRules" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__applyRules" />
+      <keyword name="CookieJar.__isOnDomainList" id="CookieJar.__isOnDomainList" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__isOnDomainList" />
+      <keyword name="CookieJar.__purgeOldCookies" id="CookieJar.__purgeOldCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__purgeOldCookies" />
+      <keyword name="CookieJar.acceptPolicy" id="CookieJar.acceptPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.acceptPolicy" />
+      <keyword name="CookieJar.allowForSessionCookies" id="CookieJar.allowForSessionCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.allowForSessionCookies" />
+      <keyword name="CookieJar.allowedCookies" id="CookieJar.allowedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.allowedCookies" />
+      <keyword name="CookieJar.blockedCookies" id="CookieJar.blockedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.blockedCookies" />
+      <keyword name="CookieJar.clear" id="CookieJar.clear" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.clear" />
+      <keyword name="CookieJar.close" id="CookieJar.close" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.close" />
+      <keyword name="CookieJar.cookies" id="CookieJar.cookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.cookies" />
+      <keyword name="CookieJar.cookiesForUrl" id="CookieJar.cookiesForUrl" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.cookiesForUrl" />
+      <keyword name="CookieJar.filterTrackingCookies" id="CookieJar.filterTrackingCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.filterTrackingCookies" />
+      <keyword name="CookieJar.keepPolicy" id="CookieJar.keepPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.keepPolicy" />
+      <keyword name="CookieJar.load" id="CookieJar.load" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.load" />
+      <keyword name="CookieJar.loadCookies" id="CookieJar.loadCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.loadCookies" />
+      <keyword name="CookieJar.save" id="CookieJar.save" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.save" />
+      <keyword name="CookieJar.saveCookies" id="CookieJar.saveCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.saveCookies" />
+      <keyword name="CookieJar.setAcceptPolicy" id="CookieJar.setAcceptPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setAcceptPolicy" />
+      <keyword name="CookieJar.setAllowForSessionCookies" id="CookieJar.setAllowForSessionCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setAllowForSessionCookies" />
+      <keyword name="CookieJar.setAllowedCookies" id="CookieJar.setAllowedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setAllowedCookies" />
+      <keyword name="CookieJar.setBlockedCookies" id="CookieJar.setBlockedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setBlockedCookies" />
+      <keyword name="CookieJar.setCookies" id="CookieJar.setCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setCookies" />
+      <keyword name="CookieJar.setCookiesFromUrl" id="CookieJar.setCookiesFromUrl" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setCookiesFromUrl" />
+      <keyword name="CookieJar.setFilterTrackingCookies" id="CookieJar.setFilterTrackingCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setFilterTrackingCookies" />
+      <keyword name="CookieJar.setKeepPolicy" id="CookieJar.setKeepPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setKeepPolicy" />
+      <keyword name="CookiesExceptionsDialog (Module)" id="CookiesExceptionsDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html" />
+      <keyword name="CookiesExceptionsDialog" id="CookiesExceptionsDialog" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog" />
+      <keyword name="CookiesExceptionsDialog (Constructor)" id="CookiesExceptionsDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.__init__" />
+      <keyword name="CookiesExceptionsDialog.on_allowButton_clicked" id="CookiesExceptionsDialog.on_allowButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_allowButton_clicked" />
+      <keyword name="CookiesExceptionsDialog.on_allowForSessionButton_clicked" id="CookiesExceptionsDialog.on_allowForSessionButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_allowForSessionButton_clicked" />
+      <keyword name="CookiesExceptionsDialog.on_blockButton_clicked" id="CookiesExceptionsDialog.on_blockButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_blockButton_clicked" />
+      <keyword name="CookiesExceptionsDialog.on_domainEdit_textChanged" id="CookiesExceptionsDialog.on_domainEdit_textChanged" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_domainEdit_textChanged" />
+      <keyword name="CookiesExceptionsDialog.setDomainName" id="CookiesExceptionsDialog.setDomainName" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.setDomainName" />
+      <keyword name="CookieDetailsDialog (Module)" id="CookieDetailsDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html" />
+      <keyword name="CookieDetailsDialog" id="CookieDetailsDialog" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html#CookieDetailsDialog" />
+      <keyword name="CookieDetailsDialog (Constructor)" id="CookieDetailsDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html#CookieDetailsDialog.__init__" />
+      <keyword name="CookieDetailsDialog.setData" id="CookieDetailsDialog.setData" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html#CookieDetailsDialog.setData" />
+      <keyword name="CookiesDialog (Module)" id="CookiesDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html" />
+      <keyword name="CookiesDialog" id="CookiesDialog" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog" />
+      <keyword name="CookiesDialog (Constructor)" id="CookiesDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__init__" />
+      <keyword name="CookiesDialog.__showCookieDetails" id="CookiesDialog.__showCookieDetails" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__showCookieDetails" />
+      <keyword name="CookiesDialog.__tableModelReset" id="CookiesDialog.__tableModelReset" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__tableModelReset" />
+      <keyword name="CookiesDialog.__tableSelectionChanged" id="CookiesDialog.__tableSelectionChanged" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__tableSelectionChanged" />
+      <keyword name="CookiesDialog.on_addButton_clicked" id="CookiesDialog.on_addButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.on_addButton_clicked" />
+      <keyword name="CookieModel (Module)" id="CookieModel (Module)" ref="eric5.Helpviewer.CookieJar.CookieModel.html" />
+      <keyword name="CookieModel" id="CookieModel" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel" />
+      <keyword name="CookieModel (Constructor)" id="CookieModel (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.__init__" />
+      <keyword name="CookieModel.__cookiesChanged" id="CookieModel.__cookiesChanged" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.__cookiesChanged" />
+      <keyword name="CookieModel.columnCount" id="CookieModel.columnCount" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.columnCount" />
+      <keyword name="CookieModel.data" id="CookieModel.data" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.data" />
+      <keyword name="CookieModel.headerData" id="CookieModel.headerData" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.headerData" />
+      <keyword name="CookieModel.removeRows" id="CookieModel.removeRows" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.removeRows" />
+      <keyword name="CookieModel.rowCount" id="CookieModel.rowCount" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.rowCount" />
+      <keyword name="CookieExceptionsModel (Module)" id="CookieExceptionsModel (Module)" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html" />
+      <keyword name="CookieExceptionsModel" id="CookieExceptionsModel" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel" />
+      <keyword name="CookieExceptionsModel (Constructor)" id="CookieExceptionsModel (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.__init__" />
+      <keyword name="CookieExceptionsModel.__addHost" id="CookieExceptionsModel.__addHost" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.__addHost" />
+      <keyword name="CookieExceptionsModel.addRule" id="CookieExceptionsModel.addRule" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.addRule" />
+      <keyword name="CookieExceptionsModel.columnCount" id="CookieExceptionsModel.columnCount" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.columnCount" />
+      <keyword name="CookieExceptionsModel.data" id="CookieExceptionsModel.data" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.data" />
+      <keyword name="CookieExceptionsModel.headerData" id="CookieExceptionsModel.headerData" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.headerData" />
+      <keyword name="CookieExceptionsModel.removeRows" id="CookieExceptionsModel.removeRows" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.removeRows" />
+      <keyword name="CookieExceptionsModel.rowCount" id="CookieExceptionsModel.rowCount" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.rowCount" />
+      <keyword name="AdBlock (Package)" id="AdBlock (Package)" ref="index-eric5.Helpviewer.AdBlock.html" />
+      <keyword name="AdBlockModel (Module)" id="AdBlockModel (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html" />
+      <keyword name="AdBlockModel" id="AdBlockModel" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel" />
+      <keyword name="AdBlockModel (Constructor)" id="AdBlockModel (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.__init__" />
+      <keyword name="AdBlockModel.__rulesChanged" id="AdBlockModel.__rulesChanged" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.__rulesChanged" />
+      <keyword name="AdBlockModel.columnCount" id="AdBlockModel.columnCount" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.columnCount" />
+      <keyword name="AdBlockModel.data" id="AdBlockModel.data" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.data" />
+      <keyword name="AdBlockModel.flags" id="AdBlockModel.flags" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.flags" />
+      <keyword name="AdBlockModel.hasChildren" id="AdBlockModel.hasChildren" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.hasChildren" />
+      <keyword name="AdBlockModel.headerData" id="AdBlockModel.headerData" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.headerData" />
+      <keyword name="AdBlockModel.index" id="AdBlockModel.index" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.index" />
+      <keyword name="AdBlockModel.parent" id="AdBlockModel.parent" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.parent" />
+      <keyword name="AdBlockModel.removeRows" id="AdBlockModel.removeRows" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.removeRows" />
+      <keyword name="AdBlockModel.rowCount" id="AdBlockModel.rowCount" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.rowCount" />
+      <keyword name="AdBlockModel.rule" id="AdBlockModel.rule" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.rule" />
+      <keyword name="AdBlockModel.setData" id="AdBlockModel.setData" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.setData" />
+      <keyword name="AdBlockModel.subscription" id="AdBlockModel.subscription" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.subscription" />
+      <keyword name="AdBlockModel.subscriptionIndex" id="AdBlockModel.subscriptionIndex" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.subscriptionIndex" />
+      <keyword name="AdBlockNetwork (Module)" id="AdBlockNetwork (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html" />
+      <keyword name="AdBlockNetwork" id="AdBlockNetwork" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html#AdBlockNetwork" />
+      <keyword name="AdBlockNetwork.block" id="AdBlockNetwork.block" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html#AdBlockNetwork.block" />
+      <keyword name="AdBlockManager (Module)" id="AdBlockManager (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html" />
+      <keyword name="AdBlockManager" id="AdBlockManager" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager" />
+      <keyword name="AdBlockManager (Constructor)" id="AdBlockManager (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__init__" />
+      <keyword name="AdBlockManager.__customSubscriptionLocation" id="AdBlockManager.__customSubscriptionLocation" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__customSubscriptionLocation" />
+      <keyword name="AdBlockManager.__customSubscriptionUrl" id="AdBlockManager.__customSubscriptionUrl" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__customSubscriptionUrl" />
+      <keyword name="AdBlockManager.__loadSubscriptions" id="AdBlockManager.__loadSubscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__loadSubscriptions" />
+      <keyword name="AdBlockManager.addSubscription" id="AdBlockManager.addSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.addSubscription" />
+      <keyword name="AdBlockManager.close" id="AdBlockManager.close" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.close" />
+      <keyword name="AdBlockManager.customRules" id="AdBlockManager.customRules" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.customRules" />
+      <keyword name="AdBlockManager.isEnabled" id="AdBlockManager.isEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.isEnabled" />
+      <keyword name="AdBlockManager.load" id="AdBlockManager.load" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.load" />
+      <keyword name="AdBlockManager.network" id="AdBlockManager.network" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.network" />
+      <keyword name="AdBlockManager.page" id="AdBlockManager.page" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.page" />
+      <keyword name="AdBlockManager.removeSubscription" id="AdBlockManager.removeSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.removeSubscription" />
+      <keyword name="AdBlockManager.save" id="AdBlockManager.save" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.save" />
+      <keyword name="AdBlockManager.setEnabled" id="AdBlockManager.setEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.setEnabled" />
+      <keyword name="AdBlockManager.showDialog" id="AdBlockManager.showDialog" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.showDialog" />
+      <keyword name="AdBlockManager.subscriptions" id="AdBlockManager.subscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.subscriptions" />
+      <keyword name="AdBlockBlockedNetworkReply (Module)" id="AdBlockBlockedNetworkReply (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html" />
+      <keyword name="AdBlockBlockedNetworkReply" id="AdBlockBlockedNetworkReply" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply" />
+      <keyword name="AdBlockBlockedNetworkReply (Constructor)" id="AdBlockBlockedNetworkReply (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.__init__" />
+      <keyword name="AdBlockBlockedNetworkReply.__fireSignals" id="AdBlockBlockedNetworkReply.__fireSignals" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.__fireSignals" />
+      <keyword name="AdBlockBlockedNetworkReply.abort" id="AdBlockBlockedNetworkReply.abort" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.abort" />
+      <keyword name="AdBlockBlockedNetworkReply.readData" id="AdBlockBlockedNetworkReply.readData" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.readData" />
+      <keyword name="AdBlockDialog (Module)" id="AdBlockDialog (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html" />
+      <keyword name="AdBlockDialog" id="AdBlockDialog" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog" />
+      <keyword name="AdBlockDialog (Constructor)" id="AdBlockDialog (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__init__" />
+      <keyword name="AdBlockDialog.__aboutToShowActionMenu" id="AdBlockDialog.__aboutToShowActionMenu" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__aboutToShowActionMenu" />
+      <keyword name="AdBlockDialog.__browseSubscriptions" id="AdBlockDialog.__browseSubscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__browseSubscriptions" />
+      <keyword name="AdBlockDialog.__learnAboutWritingFilters" id="AdBlockDialog.__learnAboutWritingFilters" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__learnAboutWritingFilters" />
+      <keyword name="AdBlockDialog.__removeSubscription" id="AdBlockDialog.__removeSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__removeSubscription" />
+      <keyword name="AdBlockDialog.__updateSubscription" id="AdBlockDialog.__updateSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__updateSubscription" />
+      <keyword name="AdBlockDialog.addCustomRule" id="AdBlockDialog.addCustomRule" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.addCustomRule" />
+      <keyword name="AdBlockDialog.model" id="AdBlockDialog.model" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.model" />
+      <keyword name="AdBlockDialog.setCurrentIndex" id="AdBlockDialog.setCurrentIndex" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.setCurrentIndex" />
+      <keyword name="AdBlockRule (Module)" id="AdBlockRule (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html" />
+      <keyword name="AdBlockRule" id="AdBlockRule" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule" />
+      <keyword name="AdBlockRule (Constructor)" id="AdBlockRule (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.__init__" />
+      <keyword name="AdBlockRule.__convertPatternToRegExp" id="AdBlockRule.__convertPatternToRegExp" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.__convertPatternToRegExp" />
+      <keyword name="AdBlockRule.filter" id="AdBlockRule.filter" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.filter" />
+      <keyword name="AdBlockRule.isCSSRule" id="AdBlockRule.isCSSRule" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.isCSSRule" />
+      <keyword name="AdBlockRule.isEnabled" id="AdBlockRule.isEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.isEnabled" />
+      <keyword name="AdBlockRule.isException" id="AdBlockRule.isException" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.isException" />
+      <keyword name="AdBlockRule.networkMatch" id="AdBlockRule.networkMatch" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.networkMatch" />
+      <keyword name="AdBlockRule.regExpPattern" id="AdBlockRule.regExpPattern" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.regExpPattern" />
+      <keyword name="AdBlockRule.setEnabled" id="AdBlockRule.setEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setEnabled" />
+      <keyword name="AdBlockRule.setException" id="AdBlockRule.setException" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setException" />
+      <keyword name="AdBlockRule.setFilter" id="AdBlockRule.setFilter" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setFilter" />
+      <keyword name="AdBlockRule.setPattern" id="AdBlockRule.setPattern" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setPattern" />
+      <keyword name="AdBlockSubscription (Module)" id="AdBlockSubscription (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html" />
+      <keyword name="AdBlockSubscription" id="AdBlockSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription" />
+      <keyword name="AdBlockSubscription (Constructor)" id="AdBlockSubscription (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__init__" />
+      <keyword name="AdBlockSubscription.__loadRules" id="AdBlockSubscription.__loadRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__loadRules" />
+      <keyword name="AdBlockSubscription.__parseUrl" id="AdBlockSubscription.__parseUrl" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__parseUrl" />
+      <keyword name="AdBlockSubscription.__populateCache" id="AdBlockSubscription.__populateCache" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__populateCache" />
+      <keyword name="AdBlockSubscription.__rulesDownloaded" id="AdBlockSubscription.__rulesDownloaded" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__rulesDownloaded" />
+      <keyword name="AdBlockSubscription.addRule" id="AdBlockSubscription.addRule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.addRule" />
+      <keyword name="AdBlockSubscription.allRules" id="AdBlockSubscription.allRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.allRules" />
+      <keyword name="AdBlockSubscription.allow" id="AdBlockSubscription.allow" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.allow" />
+      <keyword name="AdBlockSubscription.block" id="AdBlockSubscription.block" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.block" />
+      <keyword name="AdBlockSubscription.isEnabled" id="AdBlockSubscription.isEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.isEnabled" />
+      <keyword name="AdBlockSubscription.lastUpdate" id="AdBlockSubscription.lastUpdate" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.lastUpdate" />
+      <keyword name="AdBlockSubscription.location" id="AdBlockSubscription.location" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.location" />
+      <keyword name="AdBlockSubscription.pageRules" id="AdBlockSubscription.pageRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.pageRules" />
+      <keyword name="AdBlockSubscription.removeRule" id="AdBlockSubscription.removeRule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.removeRule" />
+      <keyword name="AdBlockSubscription.replaceRule" id="AdBlockSubscription.replaceRule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.replaceRule" />
+      <keyword name="AdBlockSubscription.rulesFileName" id="AdBlockSubscription.rulesFileName" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.rulesFileName" />
+      <keyword name="AdBlockSubscription.saveRules" id="AdBlockSubscription.saveRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.saveRules" />
+      <keyword name="AdBlockSubscription.setEnabled" id="AdBlockSubscription.setEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setEnabled" />
+      <keyword name="AdBlockSubscription.setLocation" id="AdBlockSubscription.setLocation" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setLocation" />
+      <keyword name="AdBlockSubscription.setTitle" id="AdBlockSubscription.setTitle" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setTitle" />
+      <keyword name="AdBlockSubscription.title" id="AdBlockSubscription.title" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.title" />
+      <keyword name="AdBlockSubscription.updateNow" id="AdBlockSubscription.updateNow" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.updateNow" />
+      <keyword name="AdBlockSubscription.url" id="AdBlockSubscription.url" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.url" />
+      <keyword name="AdBlockPage (Module)" id="AdBlockPage (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html" />
+      <keyword name="AdBlockPage" id="AdBlockPage" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html#AdBlockPage" />
+      <keyword name="AdBlockPage.__checkRule" id="AdBlockPage.__checkRule" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html#AdBlockPage.__checkRule" />
+      <keyword name="AdBlockPage.applyRulesToPage" id="AdBlockPage.applyRulesToPage" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html#AdBlockPage.applyRulesToPage" />
+      <keyword name="AdBlockAccessHandler (Module)" id="AdBlockAccessHandler (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockAccessHandler.html" />
+      <keyword name="AdBlockAccessHandler" id="AdBlockAccessHandler" ref="eric5.Helpviewer.AdBlock.AdBlockAccessHandler.html#AdBlockAccessHandler" />
+      <keyword name="AdBlockAccessHandler.createRequest" id="AdBlockAccessHandler.createRequest" ref="eric5.Helpviewer.AdBlock.AdBlockAccessHandler.html#AdBlockAccessHandler.createRequest" />
+      <keyword name="OpenSearch (Package)" id="OpenSearch (Package)" ref="index-eric5.Helpviewer.OpenSearch.html" />
+      <keyword name="OpenSearchReader (Module)" id="OpenSearchReader (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html" />
+      <keyword name="OpenSearchReader" id="OpenSearchReader" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html#OpenSearchReader" />
+      <keyword name="OpenSearchReader.__read" id="OpenSearchReader.__read" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html#OpenSearchReader.__read" />
+      <keyword name="OpenSearchReader.read" id="OpenSearchReader.read" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html#OpenSearchReader.read" />
+      <keyword name="OpenSearchEngineAction (Module)" id="OpenSearchEngineAction (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html" />
+      <keyword name="OpenSearchEngineAction" id="OpenSearchEngineAction" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html#OpenSearchEngineAction" />
+      <keyword name="OpenSearchEngineAction (Constructor)" id="OpenSearchEngineAction (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html#OpenSearchEngineAction.__init__" />
+      <keyword name="OpenSearchEngineAction.__imageChanged" id="OpenSearchEngineAction.__imageChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html#OpenSearchEngineAction.__imageChanged" />
+      <keyword name="OpenSearchWriter (Module)" id="OpenSearchWriter (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html" />
+      <keyword name="OpenSearchWriter" id="OpenSearchWriter" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter" />
+      <keyword name="OpenSearchWriter (Constructor)" id="OpenSearchWriter (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter.__init__" />
+      <keyword name="OpenSearchWriter.__write" id="OpenSearchWriter.__write" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter.__write" />
+      <keyword name="OpenSearchWriter.write" id="OpenSearchWriter.write" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter.write" />
+      <keyword name="OpenSearchDefaultEngines (Module)" id="OpenSearchDefaultEngines (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchDefaultEngines.html" />
+      <keyword name="OpenSearchEngineModel (Module)" id="OpenSearchEngineModel (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html" />
+      <keyword name="OpenSearchEngineModel" id="OpenSearchEngineModel" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel" />
+      <keyword name="OpenSearchEngineModel (Constructor)" id="OpenSearchEngineModel (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.__init__" />
+      <keyword name="OpenSearchEngineModel.__enginesChanged" id="OpenSearchEngineModel.__enginesChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.__enginesChanged" />
+      <keyword name="OpenSearchEngineModel.columnCount" id="OpenSearchEngineModel.columnCount" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.columnCount" />
+      <keyword name="OpenSearchEngineModel.data" id="OpenSearchEngineModel.data" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.data" />
+      <keyword name="OpenSearchEngineModel.flags" id="OpenSearchEngineModel.flags" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.flags" />
+      <keyword name="OpenSearchEngineModel.headerData" id="OpenSearchEngineModel.headerData" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.headerData" />
+      <keyword name="OpenSearchEngineModel.removeRows" id="OpenSearchEngineModel.removeRows" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.removeRows" />
+      <keyword name="OpenSearchEngineModel.rowCount" id="OpenSearchEngineModel.rowCount" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.rowCount" />
+      <keyword name="OpenSearchEngineModel.setData" id="OpenSearchEngineModel.setData" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.setData" />
+      <keyword name="OpenSearchEditDialog (Module)" id="OpenSearchEditDialog (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html" />
+      <keyword name="OpenSearchEditDialog" id="OpenSearchEditDialog" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html#OpenSearchEditDialog" />
+      <keyword name="OpenSearchEditDialog (Constructor)" id="OpenSearchEditDialog (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html#OpenSearchEditDialog.__init__" />
+      <keyword name="OpenSearchEditDialog.accept" id="OpenSearchEditDialog.accept" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html#OpenSearchEditDialog.accept" />
+      <keyword name="OpenSearchManager (Module)" id="OpenSearchManager (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html" />
+      <keyword name="OpenSearchManager" id="OpenSearchManager" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager" />
+      <keyword name="OpenSearchManager (Constructor)" id="OpenSearchManager (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__init__" />
+      <keyword name="OpenSearchManager.__addEngineByEngine" id="OpenSearchManager.__addEngineByEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__addEngineByEngine" />
+      <keyword name="OpenSearchManager.__addEngineByFile" id="OpenSearchManager.__addEngineByFile" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__addEngineByFile" />
+      <keyword name="OpenSearchManager.__addEngineByUrl" id="OpenSearchManager.__addEngineByUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__addEngineByUrl" />
+      <keyword name="OpenSearchManager.__confirmAddition" id="OpenSearchManager.__confirmAddition" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__confirmAddition" />
+      <keyword name="OpenSearchManager.__engineFromUrlAvailable" id="OpenSearchManager.__engineFromUrlAvailable" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__engineFromUrlAvailable" />
+      <keyword name="OpenSearchManager.addEngine" id="OpenSearchManager.addEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.addEngine" />
+      <keyword name="OpenSearchManager.allEnginesNames" id="OpenSearchManager.allEnginesNames" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.allEnginesNames" />
+      <keyword name="OpenSearchManager.close" id="OpenSearchManager.close" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.close" />
+      <keyword name="OpenSearchManager.convertKeywordSearchToUrl" id="OpenSearchManager.convertKeywordSearchToUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.convertKeywordSearchToUrl" />
+      <keyword name="OpenSearchManager.currentEngine" id="OpenSearchManager.currentEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.currentEngine" />
+      <keyword name="OpenSearchManager.currentEngineName" id="OpenSearchManager.currentEngineName" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.currentEngineName" />
+      <keyword name="OpenSearchManager.engine" id="OpenSearchManager.engine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.engine" />
+      <keyword name="OpenSearchManager.engineExists" id="OpenSearchManager.engineExists" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.engineExists" />
+      <keyword name="OpenSearchManager.engineForKeyword" id="OpenSearchManager.engineForKeyword" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.engineForKeyword" />
+      <keyword name="OpenSearchManager.enginesChanged" id="OpenSearchManager.enginesChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.enginesChanged" />
+      <keyword name="OpenSearchManager.enginesCount" id="OpenSearchManager.enginesCount" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.enginesCount" />
+      <keyword name="OpenSearchManager.enginesDirectory" id="OpenSearchManager.enginesDirectory" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.enginesDirectory" />
+      <keyword name="OpenSearchManager.generateEngineFileName" id="OpenSearchManager.generateEngineFileName" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.generateEngineFileName" />
+      <keyword name="OpenSearchManager.keywordsForEngine" id="OpenSearchManager.keywordsForEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.keywordsForEngine" />
+      <keyword name="OpenSearchManager.load" id="OpenSearchManager.load" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.load" />
+      <keyword name="OpenSearchManager.loadDirectory" id="OpenSearchManager.loadDirectory" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.loadDirectory" />
+      <keyword name="OpenSearchManager.removeEngine" id="OpenSearchManager.removeEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.removeEngine" />
+      <keyword name="OpenSearchManager.restoreDefaults" id="OpenSearchManager.restoreDefaults" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.restoreDefaults" />
+      <keyword name="OpenSearchManager.save" id="OpenSearchManager.save" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.save" />
+      <keyword name="OpenSearchManager.saveDirectory" id="OpenSearchManager.saveDirectory" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.saveDirectory" />
+      <keyword name="OpenSearchManager.setCurrentEngine" id="OpenSearchManager.setCurrentEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setCurrentEngine" />
+      <keyword name="OpenSearchManager.setCurrentEngineName" id="OpenSearchManager.setCurrentEngineName" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setCurrentEngineName" />
+      <keyword name="OpenSearchManager.setEngineForKeyword" id="OpenSearchManager.setEngineForKeyword" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setEngineForKeyword" />
+      <keyword name="OpenSearchManager.setKeywordsForEngine" id="OpenSearchManager.setKeywordsForEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setKeywordsForEngine" />
+      <keyword name="OpenSearchDialog (Module)" id="OpenSearchDialog (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html" />
+      <keyword name="OpenSearchDialog" id="OpenSearchDialog" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog" />
+      <keyword name="OpenSearchDialog (Constructor)" id="OpenSearchDialog (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.__init__" />
+      <keyword name="OpenSearchDialog.__selectionChanged" id="OpenSearchDialog.__selectionChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.__selectionChanged" />
+      <keyword name="OpenSearchDialog.on_addButton_clicked" id="OpenSearchDialog.on_addButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_addButton_clicked" />
+      <keyword name="OpenSearchDialog.on_deleteButton_clicked" id="OpenSearchDialog.on_deleteButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_deleteButton_clicked" />
+      <keyword name="OpenSearchDialog.on_editButton_clicked" id="OpenSearchDialog.on_editButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_editButton_clicked" />
+      <keyword name="OpenSearchDialog.on_restoreButton_clicked" id="OpenSearchDialog.on_restoreButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_restoreButton_clicked" />
+      <keyword name="OpenSearchEngine (Module)" id="OpenSearchEngine (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html" />
+      <keyword name="OpenSearchEngine" id="OpenSearchEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine" />
+      <keyword name="OpenSearchEngine (Constructor)" id="OpenSearchEngine (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__init__" />
+      <keyword name="OpenSearchEngine.__eq__" id="OpenSearchEngine.__eq__" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__eq__" />
+      <keyword name="OpenSearchEngine.__imageObtained" id="OpenSearchEngine.__imageObtained" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__imageObtained" />
+      <keyword name="OpenSearchEngine.__lt__" id="OpenSearchEngine.__lt__" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__lt__" />
+      <keyword name="OpenSearchEngine.__suggestionsObtained" id="OpenSearchEngine.__suggestionsObtained" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__suggestionsObtained" />
+      <keyword name="OpenSearchEngine.description" id="OpenSearchEngine.description" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.description" />
+      <keyword name="OpenSearchEngine.image" id="OpenSearchEngine.image" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.image" />
+      <keyword name="OpenSearchEngine.imageUrl" id="OpenSearchEngine.imageUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.imageUrl" />
+      <keyword name="OpenSearchEngine.isValid" id="OpenSearchEngine.isValid" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.isValid" />
+      <keyword name="OpenSearchEngine.loadImage" id="OpenSearchEngine.loadImage" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.loadImage" />
+      <keyword name="OpenSearchEngine.name" id="OpenSearchEngine.name" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.name" />
+      <keyword name="OpenSearchEngine.networkAccessManager" id="OpenSearchEngine.networkAccessManager" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.networkAccessManager" />
+      <keyword name="OpenSearchEngine.parseTemplate" id="OpenSearchEngine.parseTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.parseTemplate" />
+      <keyword name="OpenSearchEngine.providesSuggestions" id="OpenSearchEngine.providesSuggestions" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.providesSuggestions" />
+      <keyword name="OpenSearchEngine.requestSuggestions" id="OpenSearchEngine.requestSuggestions" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.requestSuggestions" />
+      <keyword name="OpenSearchEngine.searchMethod" id="OpenSearchEngine.searchMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchMethod" />
+      <keyword name="OpenSearchEngine.searchParameters" id="OpenSearchEngine.searchParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchParameters" />
+      <keyword name="OpenSearchEngine.searchUrl" id="OpenSearchEngine.searchUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchUrl" />
+      <keyword name="OpenSearchEngine.searchUrlTemplate" id="OpenSearchEngine.searchUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchUrlTemplate" />
+      <keyword name="OpenSearchEngine.setDescription" id="OpenSearchEngine.setDescription" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setDescription" />
+      <keyword name="OpenSearchEngine.setImage" id="OpenSearchEngine.setImage" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setImage" />
+      <keyword name="OpenSearchEngine.setImageUrl" id="OpenSearchEngine.setImageUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setImageUrl" />
+      <keyword name="OpenSearchEngine.setImageUrlAndLoad" id="OpenSearchEngine.setImageUrlAndLoad" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setImageUrlAndLoad" />
+      <keyword name="OpenSearchEngine.setName" id="OpenSearchEngine.setName" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setName" />
+      <keyword name="OpenSearchEngine.setNetworkAccessManager" id="OpenSearchEngine.setNetworkAccessManager" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setNetworkAccessManager" />
+      <keyword name="OpenSearchEngine.setSearchMethod" id="OpenSearchEngine.setSearchMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSearchMethod" />
+      <keyword name="OpenSearchEngine.setSearchParameters" id="OpenSearchEngine.setSearchParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSearchParameters" />
+      <keyword name="OpenSearchEngine.setSearchUrlTemplate" id="OpenSearchEngine.setSearchUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSearchUrlTemplate" />
+      <keyword name="OpenSearchEngine.setSuggestionsMethod" id="OpenSearchEngine.setSuggestionsMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSuggestionsMethod" />
+      <keyword name="OpenSearchEngine.setSuggestionsParameters" id="OpenSearchEngine.setSuggestionsParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSuggestionsParameters" />
+      <keyword name="OpenSearchEngine.setSuggestionsUrlTemplate" id="OpenSearchEngine.setSuggestionsUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSuggestionsUrlTemplate" />
+      <keyword name="OpenSearchEngine.suggestionsMethod" id="OpenSearchEngine.suggestionsMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsMethod" />
+      <keyword name="OpenSearchEngine.suggestionsParameters" id="OpenSearchEngine.suggestionsParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsParameters" />
+      <keyword name="OpenSearchEngine.suggestionsUrl" id="OpenSearchEngine.suggestionsUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsUrl" />
+      <keyword name="OpenSearchEngine.suggestionsUrlTemplate" id="OpenSearchEngine.suggestionsUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsUrlTemplate" />
+      <keyword name="ConfigurationPages (Package)" id="ConfigurationPages (Package)" ref="index-eric5.Preferences.ConfigurationPages.html" />
+      <keyword name="TasksPage (Module)" id="TasksPage (Module)" ref="eric5.Preferences.ConfigurationPages.TasksPage.html" />
+      <keyword name="TasksPage" id="TasksPage" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#create" />
+      <keyword name="TasksPage (Constructor)" id="TasksPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.__init__" />
+      <keyword name="TasksPage.on_tasksBgColourButton_clicked" id="TasksPage.on_tasksBgColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksBgColourButton_clicked" />
+      <keyword name="TasksPage.on_tasksBugfixColourButton_clicked" id="TasksPage.on_tasksBugfixColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksBugfixColourButton_clicked" />
+      <keyword name="TasksPage.on_tasksColourButton_clicked" id="TasksPage.on_tasksColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksColourButton_clicked" />
+      <keyword name="TasksPage.on_tasksProjectBgColourButton_clicked" id="TasksPage.on_tasksProjectBgColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksProjectBgColourButton_clicked" />
+      <keyword name="TasksPage.save" id="TasksPage.save" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.save" />
+      <keyword name="EditorHighlightingStylesPage (Module)" id="EditorHighlightingStylesPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html" />
+      <keyword name="EditorHighlightingStylesPage" id="EditorHighlightingStylesPage" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#create" />
+      <keyword name="EditorHighlightingStylesPage (Constructor)" id="EditorHighlightingStylesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__init__" />
+      <keyword name="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" id="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" />
+      <keyword name="EditorHighlightingStylesPage.__changeFont" id="EditorHighlightingStylesPage.__changeFont" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__changeFont" />
+      <keyword name="EditorHighlightingStylesPage.__exportStyles" id="EditorHighlightingStylesPage.__exportStyles" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__exportStyles" />
+      <keyword name="EditorHighlightingStylesPage.__fontButtonMenuTriggered" id="EditorHighlightingStylesPage.__fontButtonMenuTriggered" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__fontButtonMenuTriggered" />
+      <keyword name="EditorHighlightingStylesPage.__importStyles" id="EditorHighlightingStylesPage.__importStyles" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__importStyles" />
+      <keyword name="EditorHighlightingStylesPage.__setToDefault" id="EditorHighlightingStylesPage.__setToDefault" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__setToDefault" />
+      <keyword name="EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked" id="EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked" />
+      <keyword name="EditorHighlightingStylesPage.on_allDefaultButton_clicked" id="EditorHighlightingStylesPage.on_allDefaultButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_allDefaultButton_clicked" />
+      <keyword name="EditorHighlightingStylesPage.on_allEolFillButton_clicked" id="EditorHighlightingStylesPage.on_allEolFillButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_allEolFillButton_clicked" />
+      <keyword name="EditorHighlightingStylesPage.on_backgroundButton_clicked" id="EditorHighlightingStylesPage.on_backgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_backgroundButton_clicked" />
+      <keyword name="EditorHighlightingStylesPage.on_defaultButton_clicked" id="EditorHighlightingStylesPage.on_defaultButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_defaultButton_clicked" />
+      <keyword name="EditorHighlightingStylesPage.on_eolfillCheckBox_toggled" id="EditorHighlightingStylesPage.on_eolfillCheckBox_toggled" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_eolfillCheckBox_toggled" />
+      <keyword name="EditorHighlightingStylesPage.on_exportAllButton_clicked" id="EditorHighlightingStylesPage.on_exportAllButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_exportAllButton_clicked" />
+      <keyword name="EditorHighlightingStylesPage.on_exportCurrentButton_clicked" id="EditorHighlightingStylesPage.on_exportCurrentButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_exportCurrentButton_clicked" />
+      <keyword name="EditorHighlightingStylesPage.on_foregroundButton_clicked" id="EditorHighlightingStylesPage.on_foregroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_foregroundButton_clicked" />
+      <keyword name="EditorHighlightingStylesPage.on_importAllButton_clicked" id="EditorHighlightingStylesPage.on_importAllButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_importAllButton_clicked" />
+      <keyword name="EditorHighlightingStylesPage.on_importCurrentButton_clicked" id="EditorHighlightingStylesPage.on_importCurrentButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_importCurrentButton_clicked" />
+      <keyword name="EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated" id="EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated" />
+      <keyword name="EditorHighlightingStylesPage.on_styleElementList_currentRowChanged" id="EditorHighlightingStylesPage.on_styleElementList_currentRowChanged" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_styleElementList_currentRowChanged" />
+      <keyword name="EditorHighlightingStylesPage.save" id="EditorHighlightingStylesPage.save" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.save" />
+      <keyword name="EditorHighlightingStylesPage.saveState" id="EditorHighlightingStylesPage.saveState" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.saveState" />
+      <keyword name="EditorHighlightingStylesPage.setFont" id="EditorHighlightingStylesPage.setFont" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.setFont" />
+      <keyword name="EditorHighlightingStylesPage.setSampleFont" id="EditorHighlightingStylesPage.setSampleFont" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.setSampleFont" />
+      <keyword name="EditorHighlightingStylesPage.setState" id="EditorHighlightingStylesPage.setState" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.setState" />
+      <keyword name="EditorTypingPage (Module)" id="EditorTypingPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html" />
+      <keyword name="EditorTypingPage" id="EditorTypingPage" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#create" />
+      <keyword name="EditorTypingPage (Constructor)" id="EditorTypingPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage.__init__" />
+      <keyword name="EditorTypingPage.on_languageCombo_activated" id="EditorTypingPage.on_languageCombo_activated" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage.on_languageCombo_activated" />
+      <keyword name="EditorTypingPage.save" id="EditorTypingPage.save" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage.save" />
+      <keyword name="EditorPropertiesPage (Module)" id="EditorPropertiesPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html" />
+      <keyword name="EditorPropertiesPage" id="EditorPropertiesPage" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#EditorPropertiesPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#create" />
+      <keyword name="EditorPropertiesPage (Constructor)" id="EditorPropertiesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#EditorPropertiesPage.__init__" />
+      <keyword name="EditorPropertiesPage.save" id="EditorPropertiesPage.save" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#EditorPropertiesPage.save" />
+      <keyword name="HelpAppearancePage (Module)" id="HelpAppearancePage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html" />
+      <keyword name="HelpAppearancePage" id="HelpAppearancePage" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#create" />
+      <keyword name="HelpAppearancePage (Constructor)" id="HelpAppearancePage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.__init__" />
+      <keyword name="HelpAppearancePage.on_fixedFontButton_clicked" id="HelpAppearancePage.on_fixedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_fixedFontButton_clicked" />
+      <keyword name="HelpAppearancePage.on_secureURLsColourButton_clicked" id="HelpAppearancePage.on_secureURLsColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_secureURLsColourButton_clicked" />
+      <keyword name="HelpAppearancePage.on_standardFontButton_clicked" id="HelpAppearancePage.on_standardFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_standardFontButton_clicked" />
+      <keyword name="HelpAppearancePage.on_styleSheetButton_clicked" id="HelpAppearancePage.on_styleSheetButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_styleSheetButton_clicked" />
+      <keyword name="HelpAppearancePage.save" id="HelpAppearancePage.save" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.save" />
+      <keyword name="EditorFilePage (Module)" id="EditorFilePage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html" />
+      <keyword name="EditorFilePage" id="EditorFilePage" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#create" />
+      <keyword name="EditorFilePage (Constructor)" id="EditorFilePage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.__init__" />
+      <keyword name="EditorFilePage.save" id="EditorFilePage.save" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.save" />
+      <keyword name="DebuggerPython3Page (Module)" id="DebuggerPython3Page (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html" />
+      <keyword name="DebuggerPython3Page" id="DebuggerPython3Page" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#create" />
+      <keyword name="DebuggerPython3Page (Constructor)" id="DebuggerPython3Page (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.__init__" />
+      <keyword name="DebuggerPython3Page.on_debugClientButton_clicked" id="DebuggerPython3Page.on_debugClientButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.on_debugClientButton_clicked" />
+      <keyword name="DebuggerPython3Page.on_interpreterButton_clicked" id="DebuggerPython3Page.on_interpreterButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.on_interpreterButton_clicked" />
+      <keyword name="DebuggerPython3Page.save" id="DebuggerPython3Page.save" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.save" />
+      <keyword name="QtPage (Module)" id="QtPage (Module)" ref="eric5.Preferences.ConfigurationPages.QtPage.html" />
+      <keyword name="QtPage" id="QtPage" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.QtPage.html#create" />
+      <keyword name="QtPage (Constructor)" id="QtPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.__init__" />
+      <keyword name="QtPage.__updateQt4Sample" id="QtPage.__updateQt4Sample" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.__updateQt4Sample" />
+      <keyword name="QtPage.on_qt4Button_clicked" id="QtPage.on_qt4Button_clicked" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4Button_clicked" />
+      <keyword name="QtPage.on_qt4PostfixEdit_textChanged" id="QtPage.on_qt4PostfixEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4PostfixEdit_textChanged" />
+      <keyword name="QtPage.on_qt4PrefixEdit_textChanged" id="QtPage.on_qt4PrefixEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4PrefixEdit_textChanged" />
+      <keyword name="QtPage.on_qt4TransButton_clicked" id="QtPage.on_qt4TransButton_clicked" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4TransButton_clicked" />
+      <keyword name="QtPage.save" id="QtPage.save" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.save" />
+      <keyword name="EmailPage (Module)" id="EmailPage (Module)" ref="eric5.Preferences.ConfigurationPages.EmailPage.html" />
+      <keyword name="EmailPage" id="EmailPage" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#create" />
+      <keyword name="EmailPage (Constructor)" id="EmailPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.__init__" />
+      <keyword name="EmailPage.save" id="EmailPage.save" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.save" />
+      <keyword name="TerminalPage (Module)" id="TerminalPage (Module)" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html" />
+      <keyword name="TerminalPage" id="TerminalPage" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#create" />
+      <keyword name="TerminalPage (Constructor)" id="TerminalPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.__init__" />
+      <keyword name="TerminalPage.on_linenumbersFontButton_clicked" id="TerminalPage.on_linenumbersFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.on_linenumbersFontButton_clicked" />
+      <keyword name="TerminalPage.on_monospacedFontButton_clicked" id="TerminalPage.on_monospacedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.on_monospacedFontButton_clicked" />
+      <keyword name="TerminalPage.polishPage" id="TerminalPage.polishPage" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.polishPage" />
+      <keyword name="TerminalPage.save" id="TerminalPage.save" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.save" />
+      <keyword name="EditorExportersPage (Module)" id="EditorExportersPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html" />
+      <keyword name="EditorExportersPage" id="EditorExportersPage" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#create" />
+      <keyword name="EditorExportersPage (Constructor)" id="EditorExportersPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.__init__" />
+      <keyword name="EditorExportersPage.on_exportersCombo_activated" id="EditorExportersPage.on_exportersCombo_activated" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.on_exportersCombo_activated" />
+      <keyword name="EditorExportersPage.on_rtfFontButton_clicked" id="EditorExportersPage.on_rtfFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.on_rtfFontButton_clicked" />
+      <keyword name="EditorExportersPage.save" id="EditorExportersPage.save" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.save" />
+      <keyword name="EditorAutocompletionPage (Module)" id="EditorAutocompletionPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html" />
+      <keyword name="EditorAutocompletionPage" id="EditorAutocompletionPage" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#EditorAutocompletionPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#create" />
+      <keyword name="EditorAutocompletionPage (Constructor)" id="EditorAutocompletionPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#EditorAutocompletionPage.__init__" />
+      <keyword name="EditorAutocompletionPage.save" id="EditorAutocompletionPage.save" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#EditorAutocompletionPage.save" />
+      <keyword name="EditorHighlightersPage (Module)" id="EditorHighlightersPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html" />
+      <keyword name="EditorHighlightersPage" id="EditorHighlightersPage" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#create" />
+      <keyword name="EditorHighlightersPage (Constructor)" id="EditorHighlightersPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.__init__" />
+      <keyword name="EditorHighlightersPage.on_addLexerButton_clicked" id="EditorHighlightersPage.on_addLexerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_addLexerButton_clicked" />
+      <keyword name="EditorHighlightersPage.on_deleteLexerButton_clicked" id="EditorHighlightersPage.on_deleteLexerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_deleteLexerButton_clicked" />
+      <keyword name="EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged" id="EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged" />
+      <keyword name="EditorHighlightersPage.on_editorLexerList_itemActivated" id="EditorHighlightersPage.on_editorLexerList_itemActivated" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_editorLexerList_itemActivated" />
+      <keyword name="EditorHighlightersPage.on_editorLexerList_itemClicked" id="EditorHighlightersPage.on_editorLexerList_itemClicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_editorLexerList_itemClicked" />
+      <keyword name="EditorHighlightersPage.save" id="EditorHighlightersPage.save" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.save" />
+      <keyword name="EditorKeywordsPage (Module)" id="EditorKeywordsPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html" />
+      <keyword name="EditorKeywordsPage" id="EditorKeywordsPage" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#create" />
+      <keyword name="EditorKeywordsPage (Constructor)" id="EditorKeywordsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.__init__" />
+      <keyword name="EditorKeywordsPage.on_languageCombo_activated" id="EditorKeywordsPage.on_languageCombo_activated" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.on_languageCombo_activated" />
+      <keyword name="EditorKeywordsPage.on_setSpinBox_valueChanged" id="EditorKeywordsPage.on_setSpinBox_valueChanged" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.on_setSpinBox_valueChanged" />
+      <keyword name="EditorKeywordsPage.save" id="EditorKeywordsPage.save" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.save" />
+      <keyword name="PythonPage (Module)" id="PythonPage (Module)" ref="eric5.Preferences.ConfigurationPages.PythonPage.html" />
+      <keyword name="PythonPage" id="PythonPage" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#PythonPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#create" />
+      <keyword name="PythonPage (Constructor)" id="PythonPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#PythonPage.__init__" />
+      <keyword name="PythonPage.save" id="PythonPage.save" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#PythonPage.save" />
+      <keyword name="NetworkPage (Module)" id="NetworkPage (Module)" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html" />
+      <keyword name="NetworkPage" id="NetworkPage" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#create" />
+      <keyword name="NetworkPage (Constructor)" id="NetworkPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.__init__" />
+      <keyword name="NetworkPage.on_downloadDirButton_clicked" id="NetworkPage.on_downloadDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.on_downloadDirButton_clicked" />
+      <keyword name="NetworkPage.save" id="NetworkPage.save" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.save" />
+      <keyword name="HelpWebBrowserPage (Module)" id="HelpWebBrowserPage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html" />
+      <keyword name="HelpWebBrowserPage" id="HelpWebBrowserPage" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#create" />
+      <keyword name="HelpWebBrowserPage (Constructor)" id="HelpWebBrowserPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.__init__" />
+      <keyword name="HelpWebBrowserPage.on_defaultHomeButton_clicked" id="HelpWebBrowserPage.on_defaultHomeButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.on_defaultHomeButton_clicked" />
+      <keyword name="HelpWebBrowserPage.on_setCurrentPageButton_clicked" id="HelpWebBrowserPage.on_setCurrentPageButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.on_setCurrentPageButton_clicked" />
+      <keyword name="HelpWebBrowserPage.save" id="HelpWebBrowserPage.save" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.save" />
+      <keyword name="ProjectBrowserPage (Module)" id="ProjectBrowserPage (Module)" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html" />
+      <keyword name="ProjectBrowserPage" id="ProjectBrowserPage" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#create" />
+      <keyword name="ProjectBrowserPage (Constructor)" id="ProjectBrowserPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.__init__" />
+      <keyword name="ProjectBrowserPage.__setProjectBrowsersCheckBoxes" id="ProjectBrowserPage.__setProjectBrowsersCheckBoxes" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.__setProjectBrowsersCheckBoxes" />
+      <keyword name="ProjectBrowserPage.__storeProjectBrowserFlags" id="ProjectBrowserPage.__storeProjectBrowserFlags" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.__storeProjectBrowserFlags" />
+      <keyword name="ProjectBrowserPage.on_pbHighlightedButton_clicked" id="ProjectBrowserPage.on_pbHighlightedButton_clicked" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.on_pbHighlightedButton_clicked" />
+      <keyword name="ProjectBrowserPage.on_projectTypeCombo_activated" id="ProjectBrowserPage.on_projectTypeCombo_activated" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.on_projectTypeCombo_activated" />
+      <keyword name="ProjectBrowserPage.save" id="ProjectBrowserPage.save" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.save" />
+      <keyword name="ConfigurationPageBase (Module)" id="ConfigurationPageBase (Module)" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html" />
+      <keyword name="ConfigurationPageBase" id="ConfigurationPageBase" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase" />
+      <keyword name="ConfigurationPageBase (Constructor)" id="ConfigurationPageBase (Constructor)" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.__init__" />
+      <keyword name="ConfigurationPageBase.initColour" id="ConfigurationPageBase.initColour" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.initColour" />
+      <keyword name="ConfigurationPageBase.polishPage" id="ConfigurationPageBase.polishPage" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.polishPage" />
+      <keyword name="ConfigurationPageBase.saveState" id="ConfigurationPageBase.saveState" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.saveState" />
+      <keyword name="ConfigurationPageBase.selectColour" id="ConfigurationPageBase.selectColour" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.selectColour" />
+      <keyword name="ConfigurationPageBase.selectFont" id="ConfigurationPageBase.selectFont" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.selectFont" />
+      <keyword name="ConfigurationPageBase.setState" id="ConfigurationPageBase.setState" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.setState" />
+      <keyword name="EditorGeneralPage (Module)" id="EditorGeneralPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html" />
+      <keyword name="EditorGeneralPage" id="EditorGeneralPage" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#create" />
+      <keyword name="EditorGeneralPage (Constructor)" id="EditorGeneralPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.__init__" />
+      <keyword name="EditorGeneralPage.on_tabforindentationCheckBox_toggled" id="EditorGeneralPage.on_tabforindentationCheckBox_toggled" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.on_tabforindentationCheckBox_toggled" />
+      <keyword name="EditorGeneralPage.save" id="EditorGeneralPage.save" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.save" />
+      <keyword name="ViewmanagerPage (Module)" id="ViewmanagerPage (Module)" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html" />
+      <keyword name="ViewmanagerPage" id="ViewmanagerPage" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#create" />
+      <keyword name="ViewmanagerPage (Constructor)" id="ViewmanagerPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage.__init__" />
+      <keyword name="ViewmanagerPage.on_windowComboBox_activated" id="ViewmanagerPage.on_windowComboBox_activated" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage.on_windowComboBox_activated" />
+      <keyword name="ViewmanagerPage.save" id="ViewmanagerPage.save" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage.save" />
+      <keyword name="Py3FlakesPage (Module)" id="Py3FlakesPage (Module)" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html" />
+      <keyword name="Py3FlakesPage" id="Py3FlakesPage" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#Py3FlakesPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#create" />
+      <keyword name="Py3FlakesPage (Constructor)" id="Py3FlakesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#Py3FlakesPage.__init__" />
+      <keyword name="Py3FlakesPage.save" id="Py3FlakesPage.save" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#Py3FlakesPage.save" />
+      <keyword name="EditorAPIsPage (Module)" id="EditorAPIsPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html" />
+      <keyword name="EditorAPIsPage" id="EditorAPIsPage" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#create" />
+      <keyword name="EditorAPIsPage (Constructor)" id="EditorAPIsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__init__" />
+      <keyword name="EditorAPIsPage.__apiPreparationCancelled" id="EditorAPIsPage.__apiPreparationCancelled" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__apiPreparationCancelled" />
+      <keyword name="EditorAPIsPage.__apiPreparationFinished" id="EditorAPIsPage.__apiPreparationFinished" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__apiPreparationFinished" />
+      <keyword name="EditorAPIsPage.__apiPreparationStarted" id="EditorAPIsPage.__apiPreparationStarted" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__apiPreparationStarted" />
+      <keyword name="EditorAPIsPage.__editorGetApisFromApiList" id="EditorAPIsPage.__editorGetApisFromApiList" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__editorGetApisFromApiList" />
+      <keyword name="EditorAPIsPage.on_addApiFileButton_clicked" id="EditorAPIsPage.on_addApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_addApiFileButton_clicked" />
+      <keyword name="EditorAPIsPage.on_addInstalledApiFileButton_clicked" id="EditorAPIsPage.on_addInstalledApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_addInstalledApiFileButton_clicked" />
+      <keyword name="EditorAPIsPage.on_addPluginApiFileButton_clicked" id="EditorAPIsPage.on_addPluginApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_addPluginApiFileButton_clicked" />
+      <keyword name="EditorAPIsPage.on_apiFileButton_clicked" id="EditorAPIsPage.on_apiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_apiFileButton_clicked" />
+      <keyword name="EditorAPIsPage.on_apiLanguageComboBox_activated" id="EditorAPIsPage.on_apiLanguageComboBox_activated" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_apiLanguageComboBox_activated" />
+      <keyword name="EditorAPIsPage.on_deleteApiFileButton_clicked" id="EditorAPIsPage.on_deleteApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_deleteApiFileButton_clicked" />
+      <keyword name="EditorAPIsPage.on_prepareApiButton_clicked" id="EditorAPIsPage.on_prepareApiButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_prepareApiButton_clicked" />
+      <keyword name="EditorAPIsPage.save" id="EditorAPIsPage.save" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.save" />
+      <keyword name="EditorAPIsPage.saveState" id="EditorAPIsPage.saveState" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.saveState" />
+      <keyword name="EditorAPIsPage.setState" id="EditorAPIsPage.setState" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.setState" />
+      <keyword name="MultiProjectPage (Module)" id="MultiProjectPage (Module)" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html" />
+      <keyword name="MultiProjectPage" id="MultiProjectPage" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#create" />
+      <keyword name="MultiProjectPage (Constructor)" id="MultiProjectPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage.__init__" />
+      <keyword name="MultiProjectPage.save" id="MultiProjectPage.save" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage.save" />
+      <keyword name="IconsPreviewDialog (Module)" id="IconsPreviewDialog (Module)" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html" />
+      <keyword name="IconsPreviewDialog" id="IconsPreviewDialog" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html#IconsPreviewDialog" />
+      <keyword name="IconsPreviewDialog (Constructor)" id="IconsPreviewDialog (Constructor)" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html#IconsPreviewDialog.__init__" />
+      <keyword name="TemplatesPage (Module)" id="TemplatesPage (Module)" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html" />
+      <keyword name="TemplatesPage" id="TemplatesPage" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#TemplatesPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#create" />
+      <keyword name="TemplatesPage (Constructor)" id="TemplatesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#TemplatesPage.__init__" />
+      <keyword name="TemplatesPage.save" id="TemplatesPage.save" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#TemplatesPage.save" />
+      <keyword name="CorbaPage (Module)" id="CorbaPage (Module)" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html" />
+      <keyword name="CorbaPage" id="CorbaPage" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#create" />
+      <keyword name="CorbaPage (Constructor)" id="CorbaPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage.__init__" />
+      <keyword name="CorbaPage.on_idlButton_clicked" id="CorbaPage.on_idlButton_clicked" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage.on_idlButton_clicked" />
+      <keyword name="CorbaPage.save" id="CorbaPage.save" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage.save" />
+      <keyword name="PrinterPage (Module)" id="PrinterPage (Module)" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html" />
+      <keyword name="PrinterPage" id="PrinterPage" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#create" />
+      <keyword name="PrinterPage (Constructor)" id="PrinterPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.__init__" />
+      <keyword name="PrinterPage.on_printheaderFontButton_clicked" id="PrinterPage.on_printheaderFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.on_printheaderFontButton_clicked" />
+      <keyword name="PrinterPage.polishPage" id="PrinterPage.polishPage" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.polishPage" />
+      <keyword name="PrinterPage.save" id="PrinterPage.save" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.save" />
+      <keyword name="GraphicsPage (Module)" id="GraphicsPage (Module)" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html" />
+      <keyword name="GraphicsPage" id="GraphicsPage" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#create" />
+      <keyword name="GraphicsPage (Constructor)" id="GraphicsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.__init__" />
+      <keyword name="GraphicsPage.on_graphicsFontButton_clicked" id="GraphicsPage.on_graphicsFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.on_graphicsFontButton_clicked" />
+      <keyword name="GraphicsPage.polishPage" id="GraphicsPage.polishPage" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.polishPage" />
+      <keyword name="GraphicsPage.save" id="GraphicsPage.save" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.save" />
+      <keyword name="EditorStylesPage (Module)" id="EditorStylesPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html" />
+      <keyword name="EditorStylesPage" id="EditorStylesPage" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#create" />
+      <keyword name="EditorStylesPage (Constructor)" id="EditorStylesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.__init__" />
+      <keyword name="EditorStylesPage.on_caretForegroundButton_clicked" id="EditorStylesPage.on_caretForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_caretForegroundButton_clicked" />
+      <keyword name="EditorStylesPage.on_caretlineBackgroundButton_clicked" id="EditorStylesPage.on_caretlineBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_caretlineBackgroundButton_clicked" />
+      <keyword name="EditorStylesPage.on_currentLineMarkerButton_clicked" id="EditorStylesPage.on_currentLineMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_currentLineMarkerButton_clicked" />
+      <keyword name="EditorStylesPage.on_defaultFontButton_clicked" id="EditorStylesPage.on_defaultFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_defaultFontButton_clicked" />
+      <keyword name="EditorStylesPage.on_edgeBackgroundColorButton_clicked" id="EditorStylesPage.on_edgeBackgroundColorButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_edgeBackgroundColorButton_clicked" />
+      <keyword name="EditorStylesPage.on_errorMarkerButton_clicked" id="EditorStylesPage.on_errorMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_errorMarkerButton_clicked" />
+      <keyword name="EditorStylesPage.on_foldmarginBackgroundButton_clicked" id="EditorStylesPage.on_foldmarginBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_foldmarginBackgroundButton_clicked" />
+      <keyword name="EditorStylesPage.on_foldmarkersBackgroundButton_clicked" id="EditorStylesPage.on_foldmarkersBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_foldmarkersBackgroundButton_clicked" />
+      <keyword name="EditorStylesPage.on_foldmarkersForegroundButton_clicked" id="EditorStylesPage.on_foldmarkersForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_foldmarkersForegroundButton_clicked" />
+      <keyword name="EditorStylesPage.on_linenumbersFontButton_clicked" id="EditorStylesPage.on_linenumbersFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_linenumbersFontButton_clicked" />
+      <keyword name="EditorStylesPage.on_marginsBackgroundButton_clicked" id="EditorStylesPage.on_marginsBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_marginsBackgroundButton_clicked" />
+      <keyword name="EditorStylesPage.on_marginsForegroundButton_clicked" id="EditorStylesPage.on_marginsForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_marginsForegroundButton_clicked" />
+      <keyword name="EditorStylesPage.on_matchingBracesBackButton_clicked" id="EditorStylesPage.on_matchingBracesBackButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_matchingBracesBackButton_clicked" />
+      <keyword name="EditorStylesPage.on_matchingBracesButton_clicked" id="EditorStylesPage.on_matchingBracesButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_matchingBracesButton_clicked" />
+      <keyword name="EditorStylesPage.on_monospacedFontButton_clicked" id="EditorStylesPage.on_monospacedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_monospacedFontButton_clicked" />
+      <keyword name="EditorStylesPage.on_nonmatchingBracesBackButton_clicked" id="EditorStylesPage.on_nonmatchingBracesBackButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_nonmatchingBracesBackButton_clicked" />
+      <keyword name="EditorStylesPage.on_nonmatchingBracesButton_clicked" id="EditorStylesPage.on_nonmatchingBracesButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_nonmatchingBracesButton_clicked" />
+      <keyword name="EditorStylesPage.on_selectionBackgroundButton_clicked" id="EditorStylesPage.on_selectionBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_selectionBackgroundButton_clicked" />
+      <keyword name="EditorStylesPage.on_selectionForegroundButton_clicked" id="EditorStylesPage.on_selectionForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_selectionForegroundButton_clicked" />
+      <keyword name="EditorStylesPage.polishPage" id="EditorStylesPage.polishPage" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.polishPage" />
+      <keyword name="EditorStylesPage.save" id="EditorStylesPage.save" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.save" />
+      <keyword name="HelpDocumentationPage (Module)" id="HelpDocumentationPage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html" />
+      <keyword name="HelpDocumentationPage" id="HelpDocumentationPage" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#create" />
+      <keyword name="HelpDocumentationPage (Constructor)" id="HelpDocumentationPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.__init__" />
+      <keyword name="HelpDocumentationPage.on_pyqt4DocDirButton_clicked" id="HelpDocumentationPage.on_pyqt4DocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pyqt4DocDirButton_clicked" />
+      <keyword name="HelpDocumentationPage.on_pysideDocDirButton_clicked" id="HelpDocumentationPage.on_pysideDocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pysideDocDirButton_clicked" />
+      <keyword name="HelpDocumentationPage.on_pythonDocDirButton_clicked" id="HelpDocumentationPage.on_pythonDocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pythonDocDirButton_clicked" />
+      <keyword name="HelpDocumentationPage.on_qt4DocDirButton_clicked" id="HelpDocumentationPage.on_qt4DocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_qt4DocDirButton_clicked" />
+      <keyword name="HelpDocumentationPage.save" id="HelpDocumentationPage.save" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.save" />
+      <keyword name="EditorCalltipsPage (Module)" id="EditorCalltipsPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html" />
+      <keyword name="EditorCalltipsPage" id="EditorCalltipsPage" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#create" />
+      <keyword name="EditorCalltipsPage (Constructor)" id="EditorCalltipsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage.__init__" />
+      <keyword name="EditorCalltipsPage.on_calltipsBackgroundButton_clicked" id="EditorCalltipsPage.on_calltipsBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage.on_calltipsBackgroundButton_clicked" />
+      <keyword name="EditorCalltipsPage.save" id="EditorCalltipsPage.save" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage.save" />
+      <keyword name="ProjectPage (Module)" id="ProjectPage (Module)" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html" />
+      <keyword name="ProjectPage" id="ProjectPage" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#ProjectPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#create" />
+      <keyword name="ProjectPage (Constructor)" id="ProjectPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#ProjectPage.__init__" />
+      <keyword name="ProjectPage.save" id="ProjectPage.save" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#ProjectPage.save" />
+      <keyword name="EditorAutocompletionQScintillaPage (Module)" id="EditorAutocompletionQScintillaPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html" />
+      <keyword name="EditorAutocompletionQScintillaPage" id="EditorAutocompletionQScintillaPage" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#EditorAutocompletionQScintillaPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#create" />
+      <keyword name="EditorAutocompletionQScintillaPage (Constructor)" id="EditorAutocompletionQScintillaPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#EditorAutocompletionQScintillaPage.__init__" />
+      <keyword name="EditorAutocompletionQScintillaPage.save" id="EditorAutocompletionQScintillaPage.save" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#EditorAutocompletionQScintillaPage.save" />
+      <keyword name="ShellPage (Module)" id="ShellPage (Module)" ref="eric5.Preferences.ConfigurationPages.ShellPage.html" />
+      <keyword name="ShellPage" id="ShellPage" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#create" />
+      <keyword name="ShellPage (Constructor)" id="ShellPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.__init__" />
+      <keyword name="ShellPage.on_linenumbersFontButton_clicked" id="ShellPage.on_linenumbersFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.on_linenumbersFontButton_clicked" />
+      <keyword name="ShellPage.on_monospacedFontButton_clicked" id="ShellPage.on_monospacedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.on_monospacedFontButton_clicked" />
+      <keyword name="ShellPage.polishPage" id="ShellPage.polishPage" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.polishPage" />
+      <keyword name="ShellPage.save" id="ShellPage.save" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.save" />
+      <keyword name="DebuggerGeneralPage (Module)" id="DebuggerGeneralPage (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html" />
+      <keyword name="DebuggerGeneralPage" id="DebuggerGeneralPage" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#create" />
+      <keyword name="DebuggerGeneralPage (Constructor)" id="DebuggerGeneralPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.__init__" />
+      <keyword name="DebuggerGeneralPage.on_addAllowedHostButton_clicked" id="DebuggerGeneralPage.on_addAllowedHostButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_addAllowedHostButton_clicked" />
+      <keyword name="DebuggerGeneralPage.on_allowedHostsList_currentItemChanged" id="DebuggerGeneralPage.on_allowedHostsList_currentItemChanged" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_allowedHostsList_currentItemChanged" />
+      <keyword name="DebuggerGeneralPage.on_deleteAllowedHostButton_clicked" id="DebuggerGeneralPage.on_deleteAllowedHostButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_deleteAllowedHostButton_clicked" />
+      <keyword name="DebuggerGeneralPage.on_editAllowedHostButton_clicked" id="DebuggerGeneralPage.on_editAllowedHostButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_editAllowedHostButton_clicked" />
+      <keyword name="DebuggerGeneralPage.save" id="DebuggerGeneralPage.save" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.save" />
+      <keyword name="VcsPage (Module)" id="VcsPage (Module)" ref="eric5.Preferences.ConfigurationPages.VcsPage.html" />
+      <keyword name="VcsPage" id="VcsPage" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#create" />
+      <keyword name="VcsPage (Constructor)" id="VcsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.__init__" />
+      <keyword name="VcsPage.on_pbVcsAddedButton_clicked" id="VcsPage.on_pbVcsAddedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsAddedButton_clicked" />
+      <keyword name="VcsPage.on_pbVcsConflictButton_clicked" id="VcsPage.on_pbVcsConflictButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsConflictButton_clicked" />
+      <keyword name="VcsPage.on_pbVcsModifiedButton_clicked" id="VcsPage.on_pbVcsModifiedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsModifiedButton_clicked" />
+      <keyword name="VcsPage.on_pbVcsRemovedButton_clicked" id="VcsPage.on_pbVcsRemovedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsRemovedButton_clicked" />
+      <keyword name="VcsPage.on_pbVcsReplacedButton_clicked" id="VcsPage.on_pbVcsReplacedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsReplacedButton_clicked" />
+      <keyword name="VcsPage.on_pbVcsUpdateButton_clicked" id="VcsPage.on_pbVcsUpdateButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsUpdateButton_clicked" />
+      <keyword name="VcsPage.save" id="VcsPage.save" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.save" />
+      <keyword name="CooperationPage (Module)" id="CooperationPage (Module)" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html" />
+      <keyword name="CooperationPage" id="CooperationPage" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#create" />
+      <keyword name="CooperationPage (Constructor)" id="CooperationPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.__init__" />
+      <keyword name="CooperationPage.on_addBannedUserButton_clicked" id="CooperationPage.on_addBannedUserButton_clicked" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_addBannedUserButton_clicked" />
+      <keyword name="CooperationPage.on_bannedUserEdit_textChanged" id="CooperationPage.on_bannedUserEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_bannedUserEdit_textChanged" />
+      <keyword name="CooperationPage.on_bannedUsersList_itemSelectionChanged" id="CooperationPage.on_bannedUsersList_itemSelectionChanged" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_bannedUsersList_itemSelectionChanged" />
+      <keyword name="CooperationPage.on_deleteBannedUsersButton_clicked" id="CooperationPage.on_deleteBannedUsersButton_clicked" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_deleteBannedUsersButton_clicked" />
+      <keyword name="CooperationPage.save" id="CooperationPage.save" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.save" />
+      <keyword name="InterfacePage (Module)" id="InterfacePage (Module)" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html" />
+      <keyword name="InterfacePage" id="InterfacePage" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#create" />
+      <keyword name="InterfacePage (Constructor)" id="InterfacePage (Constructor)" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__init__" />
+      <keyword name="InterfacePage.__populateLanguageCombo" id="InterfacePage.__populateLanguageCombo" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__populateLanguageCombo" />
+      <keyword name="InterfacePage.__populateStyleCombo" id="InterfacePage.__populateStyleCombo" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__populateStyleCombo" />
+      <keyword name="InterfacePage.on_resetLayoutButton_clicked" id="InterfacePage.on_resetLayoutButton_clicked" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.on_resetLayoutButton_clicked" />
+      <keyword name="InterfacePage.on_stderrTextColourButton_clicked" id="InterfacePage.on_stderrTextColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.on_stderrTextColourButton_clicked" />
+      <keyword name="InterfacePage.on_styleSheetButton_clicked" id="InterfacePage.on_styleSheetButton_clicked" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.on_styleSheetButton_clicked" />
+      <keyword name="InterfacePage.save" id="InterfacePage.save" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.save" />
+      <keyword name="DebuggerRubyPage (Module)" id="DebuggerRubyPage (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html" />
+      <keyword name="DebuggerRubyPage" id="DebuggerRubyPage" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#create" />
+      <keyword name="DebuggerRubyPage (Constructor)" id="DebuggerRubyPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage.__init__" />
+      <keyword name="DebuggerRubyPage.on_rubyInterpreterButton_clicked" id="DebuggerRubyPage.on_rubyInterpreterButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage.on_rubyInterpreterButton_clicked" />
+      <keyword name="DebuggerRubyPage.save" id="DebuggerRubyPage.save" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage.save" />
+      <keyword name="ApplicationPage (Module)" id="ApplicationPage (Module)" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html" />
+      <keyword name="ApplicationPage" id="ApplicationPage" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#create" />
+      <keyword name="ApplicationPage (Constructor)" id="ApplicationPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage.__init__" />
+      <keyword name="ApplicationPage.save" id="ApplicationPage.save" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage.save" />
+      <keyword name="EditorSpellCheckingPage (Module)" id="EditorSpellCheckingPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html" />
+      <keyword name="EditorSpellCheckingPage" id="EditorSpellCheckingPage" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#create" />
+      <keyword name="EditorSpellCheckingPage (Constructor)" id="EditorSpellCheckingPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.__init__" />
+      <keyword name="EditorSpellCheckingPage.on_pelButton_clicked" id="EditorSpellCheckingPage.on_pelButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.on_pelButton_clicked" />
+      <keyword name="EditorSpellCheckingPage.on_pwlButton_clicked" id="EditorSpellCheckingPage.on_pwlButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.on_pwlButton_clicked" />
+      <keyword name="EditorSpellCheckingPage.on_spellingMarkerButton_clicked" id="EditorSpellCheckingPage.on_spellingMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.on_spellingMarkerButton_clicked" />
+      <keyword name="EditorSpellCheckingPage.save" id="EditorSpellCheckingPage.save" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.save" />
+      <keyword name="DebuggerPythonPage (Module)" id="DebuggerPythonPage (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html" />
+      <keyword name="DebuggerPythonPage" id="DebuggerPythonPage" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#create" />
+      <keyword name="DebuggerPythonPage (Constructor)" id="DebuggerPythonPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.__init__" />
+      <keyword name="DebuggerPythonPage.on_debugClientButton_clicked" id="DebuggerPythonPage.on_debugClientButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.on_debugClientButton_clicked" />
+      <keyword name="DebuggerPythonPage.on_interpreterButton_clicked" id="DebuggerPythonPage.on_interpreterButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.on_interpreterButton_clicked" />
+      <keyword name="DebuggerPythonPage.save" id="DebuggerPythonPage.save" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.save" />
+      <keyword name="EditorSearchPage (Module)" id="EditorSearchPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html" />
+      <keyword name="EditorSearchPage" id="EditorSearchPage" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#create" />
+      <keyword name="EditorSearchPage (Constructor)" id="EditorSearchPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage.__init__" />
+      <keyword name="EditorSearchPage.on_searchMarkerButton_clicked" id="EditorSearchPage.on_searchMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage.on_searchMarkerButton_clicked" />
+      <keyword name="EditorSearchPage.save" id="EditorSearchPage.save" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage.save" />
+      <keyword name="PluginManagerPage (Module)" id="PluginManagerPage (Module)" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html" />
+      <keyword name="PluginManagerPage" id="PluginManagerPage" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#create" />
+      <keyword name="PluginManagerPage (Constructor)" id="PluginManagerPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.__init__" />
+      <keyword name="PluginManagerPage.on_downloadDirButton_clicked" id="PluginManagerPage.on_downloadDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.on_downloadDirButton_clicked" />
+      <keyword name="PluginManagerPage.save" id="PluginManagerPage.save" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.save" />
+      <keyword name="EditorCalltipsQScintillaPage (Module)" id="EditorCalltipsQScintillaPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html" />
+      <keyword name="EditorCalltipsQScintillaPage" id="EditorCalltipsQScintillaPage" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#EditorCalltipsQScintillaPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#create" />
+      <keyword name="EditorCalltipsQScintillaPage (Constructor)" id="EditorCalltipsQScintillaPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#EditorCalltipsQScintillaPage.__init__" />
+      <keyword name="EditorCalltipsQScintillaPage.save" id="EditorCalltipsQScintillaPage.save" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#EditorCalltipsQScintillaPage.save" />
+      <keyword name="HelpViewersPage (Module)" id="HelpViewersPage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html" />
+      <keyword name="HelpViewersPage" id="HelpViewersPage" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#create" />
+      <keyword name="HelpViewersPage (Constructor)" id="HelpViewersPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.__init__" />
+      <keyword name="HelpViewersPage.on_chmviewerButton_clicked" id="HelpViewersPage.on_chmviewerButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_chmviewerButton_clicked" />
+      <keyword name="HelpViewersPage.on_customViewerSelectionButton_clicked" id="HelpViewersPage.on_customViewerSelectionButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_customViewerSelectionButton_clicked" />
+      <keyword name="HelpViewersPage.on_pdfviewerButton_clicked" id="HelpViewersPage.on_pdfviewerButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_pdfviewerButton_clicked" />
+      <keyword name="HelpViewersPage.on_webbrowserButton_clicked" id="HelpViewersPage.on_webbrowserButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_webbrowserButton_clicked" />
+      <keyword name="HelpViewersPage.save" id="HelpViewersPage.save" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.save" />
+      <keyword name="IconsPage (Module)" id="IconsPage (Module)" ref="eric5.Preferences.ConfigurationPages.IconsPage.html" />
+      <keyword name="IconsPage" id="IconsPage" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage" />
+      <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#create" />
+      <keyword name="IconsPage (Constructor)" id="IconsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.__init__" />
+      <keyword name="IconsPage.on_addIconDirectoryButton_clicked" id="IconsPage.on_addIconDirectoryButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_addIconDirectoryButton_clicked" />
+      <keyword name="IconsPage.on_deleteIconDirectoryButton_clicked" id="IconsPage.on_deleteIconDirectoryButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_deleteIconDirectoryButton_clicked" />
+      <keyword name="IconsPage.on_downButton_clicked" id="IconsPage.on_downButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_downButton_clicked" />
+      <keyword name="IconsPage.on_iconDirectoryButton_clicked" id="IconsPage.on_iconDirectoryButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryButton_clicked" />
+      <keyword name="IconsPage.on_iconDirectoryEdit_textChanged" id="IconsPage.on_iconDirectoryEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryEdit_textChanged" />
+      <keyword name="IconsPage.on_iconDirectoryList_currentRowChanged" id="IconsPage.on_iconDirectoryList_currentRowChanged" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryList_currentRowChanged" />
+      <keyword name="IconsPage.on_showIconsButton_clicked" id="IconsPage.on_showIconsButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_showIconsButton_clicked" />
+      <keyword name="IconsPage.on_upButton_clicked" id="IconsPage.on_upButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_upButton_clicked" />
+      <keyword name="IconsPage.save" id="IconsPage.save" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.save" />
+      <keyword name="VcsPlugins (Package)" id="VcsPlugins (Package)" ref="index-eric5.Plugins.VcsPlugins.html" />
+      <keyword name="AboutPlugin (Package)" id="AboutPlugin (Package)" ref="index-eric5.Plugins.AboutPlugin.html" />
+      <keyword name="AboutDialog (Module)" id="AboutDialog (Module)" ref="eric5.Plugins.AboutPlugin.AboutDialog.html" />
+      <keyword name="AboutDialog" id="AboutDialog" ref="eric5.Plugins.AboutPlugin.AboutDialog.html#AboutDialog" />
+      <keyword name="AboutDialog (Constructor)" id="AboutDialog (Constructor)" ref="eric5.Plugins.AboutPlugin.AboutDialog.html#AboutDialog.__init__" />
+      <keyword name="CheckerPlugins (Package)" id="CheckerPlugins (Package)" ref="index-eric5.Plugins.CheckerPlugins.html" />
+      <keyword name="ViewManagerPlugins (Package)" id="ViewManagerPlugins (Package)" ref="index-eric5.Plugins.ViewManagerPlugins.html" />
+      <keyword name="WizardPlugins (Package)" id="WizardPlugins (Package)" ref="index-eric5.Plugins.WizardPlugins.html" />
+      <keyword name="DocumentationPlugins (Package)" id="DocumentationPlugins (Package)" ref="index-eric5.Plugins.DocumentationPlugins.html" />
+      <keyword name="vcsMercurial (Package)" id="vcsMercurial (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.html" />
+      <keyword name="HgCopyDialog (Module)" id="HgCopyDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html" />
+      <keyword name="HgCopyDialog" id="HgCopyDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog" />
+      <keyword name="HgCopyDialog (Constructor)" id="HgCopyDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.__init__" />
+      <keyword name="HgCopyDialog.getData" id="HgCopyDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.getData" />
+      <keyword name="HgCopyDialog.on_dirButton_clicked" id="HgCopyDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.on_dirButton_clicked" />
+      <keyword name="HgStatusMonitorThread (Module)" id="HgStatusMonitorThread (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html" />
+      <keyword name="HgStatusMonitorThread" id="HgStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html#HgStatusMonitorThread" />
+      <keyword name="HgStatusMonitorThread (Constructor)" id="HgStatusMonitorThread (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html#HgStatusMonitorThread.__init__" />
+      <keyword name="HgStatusMonitorThread._performMonitor" id="HgStatusMonitorThread._performMonitor" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html#HgStatusMonitorThread._performMonitor" />
+      <keyword name="HgStatusDialog (Module)" id="HgStatusDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html" />
+      <keyword name="HgStatusDialog" id="HgStatusDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog" />
+      <keyword name="HgStatusDialog (Constructor)" id="HgStatusDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__init__" />
+      <keyword name="HgStatusDialog.__add" id="HgStatusDialog.__add" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__add" />
+      <keyword name="HgStatusDialog.__commit" id="HgStatusDialog.__commit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__commit" />
+      <keyword name="HgStatusDialog.__committed" id="HgStatusDialog.__committed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__committed" />
+      <keyword name="HgStatusDialog.__finish" id="HgStatusDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__finish" />
+      <keyword name="HgStatusDialog.__forget" id="HgStatusDialog.__forget" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__forget" />
+      <keyword name="HgStatusDialog.__generateItem" id="HgStatusDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__generateItem" />
+      <keyword name="HgStatusDialog.__getMissingItems" id="HgStatusDialog.__getMissingItems" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__getMissingItems" />
+      <keyword name="HgStatusDialog.__getModifiedItems" id="HgStatusDialog.__getModifiedItems" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__getModifiedItems" />
+      <keyword name="HgStatusDialog.__getUnversionedItems" id="HgStatusDialog.__getUnversionedItems" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__getUnversionedItems" />
+      <keyword name="HgStatusDialog.__procFinished" id="HgStatusDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__procFinished" />
+      <keyword name="HgStatusDialog.__readStderr" id="HgStatusDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__readStderr" />
+      <keyword name="HgStatusDialog.__readStdout" id="HgStatusDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__readStdout" />
+      <keyword name="HgStatusDialog.__resizeColumns" id="HgStatusDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__resizeColumns" />
+      <keyword name="HgStatusDialog.__resort" id="HgStatusDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__resort" />
+      <keyword name="HgStatusDialog.__revert" id="HgStatusDialog.__revert" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__revert" />
+      <keyword name="HgStatusDialog.__showContextMenu" id="HgStatusDialog.__showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__showContextMenu" />
+      <keyword name="HgStatusDialog.closeEvent" id="HgStatusDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.closeEvent" />
+      <keyword name="HgStatusDialog.keyPressEvent" id="HgStatusDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.keyPressEvent" />
+      <keyword name="HgStatusDialog.on_buttonBox_clicked" id="HgStatusDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_buttonBox_clicked" />
+      <keyword name="HgStatusDialog.on_input_returnPressed" id="HgStatusDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_input_returnPressed" />
+      <keyword name="HgStatusDialog.on_passwordCheckBox_toggled" id="HgStatusDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_passwordCheckBox_toggled" />
+      <keyword name="HgStatusDialog.on_refreshButton_clicked" id="HgStatusDialog.on_refreshButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_refreshButton_clicked" />
+      <keyword name="HgStatusDialog.on_sendButton_clicked" id="HgStatusDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_sendButton_clicked" />
+      <keyword name="HgStatusDialog.start" id="HgStatusDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.start" />
+      <keyword name="hg (Module)" id="hg (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html" />
+      <keyword name="Hg" id="Hg" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg" />
+      <keyword name="Hg (Constructor)" id="Hg (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__init__" />
+      <keyword name="Hg.__hgURL" id="Hg.__hgURL" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__hgURL" />
+      <keyword name="Hg.__vcsCommit_Step2" id="Hg.__vcsCommit_Step2" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__vcsCommit_Step2" />
+      <keyword name="Hg._createStatusMonitorThread" id="Hg._createStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg._createStatusMonitorThread" />
+      <keyword name="Hg.clearStatusCache" id="Hg.clearStatusCache" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.clearStatusCache" />
+      <keyword name="Hg.getPlugin" id="Hg.getPlugin" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.getPlugin" />
+      <keyword name="Hg.hgAnnotate" id="Hg.hgAnnotate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgAnnotate" />
+      <keyword name="Hg.hgBackout" id="Hg.hgBackout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBackout" />
+      <keyword name="Hg.hgBisect" id="Hg.hgBisect" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBisect" />
+      <keyword name="Hg.hgBranch" id="Hg.hgBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBranch" />
+      <keyword name="Hg.hgBundle" id="Hg.hgBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBundle" />
+      <keyword name="Hg.hgCopy" id="Hg.hgCopy" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgCopy" />
+      <keyword name="Hg.hgCreateIgnoreFile" id="Hg.hgCreateIgnoreFile" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgCreateIgnoreFile" />
+      <keyword name="Hg.hgEditConfig" id="Hg.hgEditConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgEditConfig" />
+      <keyword name="Hg.hgExtendedDiff" id="Hg.hgExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgExtendedDiff" />
+      <keyword name="Hg.hgForget" id="Hg.hgForget" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgForget" />
+      <keyword name="Hg.hgIdentify" id="Hg.hgIdentify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgIdentify" />
+      <keyword name="Hg.hgIdentifyBundle" id="Hg.hgIdentifyBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgIdentifyBundle" />
+      <keyword name="Hg.hgIncoming" id="Hg.hgIncoming" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgIncoming" />
+      <keyword name="Hg.hgInfo" id="Hg.hgInfo" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgInfo" />
+      <keyword name="Hg.hgListTagBranch" id="Hg.hgListTagBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgListTagBranch" />
+      <keyword name="Hg.hgLogBrowser" id="Hg.hgLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgLogBrowser" />
+      <keyword name="Hg.hgLogLimited" id="Hg.hgLogLimited" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgLogLimited" />
+      <keyword name="Hg.hgNormalizeURL" id="Hg.hgNormalizeURL" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgNormalizeURL" />
+      <keyword name="Hg.hgOutgoing" id="Hg.hgOutgoing" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgOutgoing" />
+      <keyword name="Hg.hgPreviewBundle" id="Hg.hgPreviewBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgPreviewBundle" />
+      <keyword name="Hg.hgPull" id="Hg.hgPull" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgPull" />
+      <keyword name="Hg.hgPush" id="Hg.hgPush" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgPush" />
+      <keyword name="Hg.hgRecover" id="Hg.hgRecover" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgRecover" />
+      <keyword name="Hg.hgResolve" id="Hg.hgResolve" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgResolve" />
+      <keyword name="Hg.hgServe" id="Hg.hgServe" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgServe" />
+      <keyword name="Hg.hgShowBranch" id="Hg.hgShowBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgShowBranch" />
+      <keyword name="Hg.hgShowConfig" id="Hg.hgShowConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgShowConfig" />
+      <keyword name="Hg.hgShowPaths" id="Hg.hgShowPaths" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgShowPaths" />
+      <keyword name="Hg.hgUnbundle" id="Hg.hgUnbundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgUnbundle" />
+      <keyword name="Hg.hgVerify" id="Hg.hgVerify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgVerify" />
+      <keyword name="Hg.vcsAdd" id="Hg.vcsAdd" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAdd" />
+      <keyword name="Hg.vcsAddBinary" id="Hg.vcsAddBinary" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAddBinary" />
+      <keyword name="Hg.vcsAddTree" id="Hg.vcsAddTree" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAddTree" />
+      <keyword name="Hg.vcsAllRegisteredStates" id="Hg.vcsAllRegisteredStates" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAllRegisteredStates" />
+      <keyword name="Hg.vcsCheckout" id="Hg.vcsCheckout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCheckout" />
+      <keyword name="Hg.vcsCleanup" id="Hg.vcsCleanup" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCleanup" />
+      <keyword name="Hg.vcsCommandLine" id="Hg.vcsCommandLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCommandLine" />
+      <keyword name="Hg.vcsCommit" id="Hg.vcsCommit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCommit" />
+      <keyword name="Hg.vcsConvertProject" id="Hg.vcsConvertProject" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsConvertProject" />
+      <keyword name="Hg.vcsDiff" id="Hg.vcsDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsDiff" />
+      <keyword name="Hg.vcsExists" id="Hg.vcsExists" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsExists" />
+      <keyword name="Hg.vcsExport" id="Hg.vcsExport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsExport" />
+      <keyword name="Hg.vcsGetProjectBrowserHelper" id="Hg.vcsGetProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsGetProjectBrowserHelper" />
+      <keyword name="Hg.vcsGetProjectHelper" id="Hg.vcsGetProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsGetProjectHelper" />
+      <keyword name="Hg.vcsImport" id="Hg.vcsImport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsImport" />
+      <keyword name="Hg.vcsInit" id="Hg.vcsInit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsInit" />
+      <keyword name="Hg.vcsLog" id="Hg.vcsLog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsLog" />
+      <keyword name="Hg.vcsMerge" id="Hg.vcsMerge" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsMerge" />
+      <keyword name="Hg.vcsMove" id="Hg.vcsMove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsMove" />
+      <keyword name="Hg.vcsName" id="Hg.vcsName" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsName" />
+      <keyword name="Hg.vcsNewProjectOptionsDialog" id="Hg.vcsNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsNewProjectOptionsDialog" />
+      <keyword name="Hg.vcsOptionsDialog" id="Hg.vcsOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsOptionsDialog" />
+      <keyword name="Hg.vcsRegisteredState" id="Hg.vcsRegisteredState" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsRegisteredState" />
+      <keyword name="Hg.vcsRemove" id="Hg.vcsRemove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsRemove" />
+      <keyword name="Hg.vcsRepositoryInfos" id="Hg.vcsRepositoryInfos" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsRepositoryInfos" />
+      <keyword name="Hg.vcsRevert" id="Hg.vcsRevert" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsRevert" />
+      <keyword name="Hg.vcsShutdown" id="Hg.vcsShutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsShutdown" />
+      <keyword name="Hg.vcsStatus" id="Hg.vcsStatus" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsStatus" />
+      <keyword name="Hg.vcsSwitch" id="Hg.vcsSwitch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsSwitch" />
+      <keyword name="Hg.vcsTag" id="Hg.vcsTag" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsTag" />
+      <keyword name="Hg.vcsUpdate" id="Hg.vcsUpdate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsUpdate" />
+      <keyword name="HgServeDialog (Module)" id="HgServeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html" />
+      <keyword name="HgServeDialog" id="HgServeDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog" />
+      <keyword name="HgServeDialog (Constructor)" id="HgServeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__init__" />
+      <keyword name="HgServeDialog.__appendText" id="HgServeDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__appendText" />
+      <keyword name="HgServeDialog.__procFinished" id="HgServeDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__procFinished" />
+      <keyword name="HgServeDialog.__readStderr" id="HgServeDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__readStderr" />
+      <keyword name="HgServeDialog.__readStdout" id="HgServeDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__readStdout" />
+      <keyword name="HgServeDialog.__startBrowser" id="HgServeDialog.__startBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__startBrowser" />
+      <keyword name="HgServeDialog.__startServer" id="HgServeDialog.__startServer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__startServer" />
+      <keyword name="HgServeDialog.__stopServer" id="HgServeDialog.__stopServer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__stopServer" />
+      <keyword name="HgServeDialog.closeEvent" id="HgServeDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.closeEvent" />
+      <keyword name="HgTagDialog (Module)" id="HgTagDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html" />
+      <keyword name="HgTagDialog" id="HgTagDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog" />
+      <keyword name="HgTagDialog (Constructor)" id="HgTagDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.__init__" />
+      <keyword name="HgTagDialog.getParameters" id="HgTagDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.getParameters" />
+      <keyword name="HgTagDialog.on_tagCombo_editTextChanged" id="HgTagDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.on_tagCombo_editTextChanged" />
+      <keyword name="HgCommitDialog (Module)" id="HgCommitDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html" />
+      <keyword name="HgCommitDialog" id="HgCommitDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog" />
+      <keyword name="HgCommitDialog (Constructor)" id="HgCommitDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.__init__" />
+      <keyword name="HgCommitDialog.logMessage" id="HgCommitDialog.logMessage" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.logMessage" />
+      <keyword name="HgCommitDialog.on_buttonBox_accepted" id="HgCommitDialog.on_buttonBox_accepted" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_buttonBox_accepted" />
+      <keyword name="HgCommitDialog.on_buttonBox_clicked" id="HgCommitDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_buttonBox_clicked" />
+      <keyword name="HgCommitDialog.on_buttonBox_rejected" id="HgCommitDialog.on_buttonBox_rejected" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_buttonBox_rejected" />
+      <keyword name="HgCommitDialog.on_recentComboBox_activated" id="HgCommitDialog.on_recentComboBox_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_recentComboBox_activated" />
+      <keyword name="HgCommitDialog.showEvent" id="HgCommitDialog.showEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.showEvent" />
+      <keyword name="HgNewProjectOptionsDialog (Module)" id="HgNewProjectOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html" />
+      <keyword name="HgNewProjectOptionsDialog" id="HgNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog" />
+      <keyword name="HgNewProjectOptionsDialog (Constructor)" id="HgNewProjectOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.__init__" />
+      <keyword name="HgNewProjectOptionsDialog.getData" id="HgNewProjectOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.getData" />
+      <keyword name="HgNewProjectOptionsDialog.on_projectDirButton_clicked" id="HgNewProjectOptionsDialog.on_projectDirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_projectDirButton_clicked" />
+      <keyword name="HgNewProjectOptionsDialog.on_protocolCombo_activated" id="HgNewProjectOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_protocolCombo_activated" />
+      <keyword name="HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" id="HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" />
+      <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html" />
+      <keyword name="HgProjectHelper" id="HgProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper" />
+      <keyword name="HgProjectHelper (Constructor)" id="HgProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__init__" />
+      <keyword name="HgProjectHelper.__hgBackout" id="HgProjectHelper.__hgBackout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBackout" />
+      <keyword name="HgProjectHelper.__hgBisectBad" id="HgProjectHelper.__hgBisectBad" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectBad" />
+      <keyword name="HgProjectHelper.__hgBisectGood" id="HgProjectHelper.__hgBisectGood" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectGood" />
+      <keyword name="HgProjectHelper.__hgBisectReset" id="HgProjectHelper.__hgBisectReset" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectReset" />
+      <keyword name="HgProjectHelper.__hgBisectSkip" id="HgProjectHelper.__hgBisectSkip" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectSkip" />
+      <keyword name="HgProjectHelper.__hgBranch" id="HgProjectHelper.__hgBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBranch" />
+      <keyword name="HgProjectHelper.__hgBranchList" id="HgProjectHelper.__hgBranchList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBranchList" />
+      <keyword name="HgProjectHelper.__hgBundle" id="HgProjectHelper.__hgBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBundle" />
+      <keyword name="HgProjectHelper.__hgCloseBranch" id="HgProjectHelper.__hgCloseBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgCloseBranch" />
+      <keyword name="HgProjectHelper.__hgConfigure" id="HgProjectHelper.__hgConfigure" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgConfigure" />
+      <keyword name="HgProjectHelper.__hgCreateIgnore" id="HgProjectHelper.__hgCreateIgnore" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgCreateIgnore" />
+      <keyword name="HgProjectHelper.__hgEditRepoConfig" id="HgProjectHelper.__hgEditRepoConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgEditRepoConfig" />
+      <keyword name="HgProjectHelper.__hgExtendedDiff" id="HgProjectHelper.__hgExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgExtendedDiff" />
+      <keyword name="HgProjectHelper.__hgHeads" id="HgProjectHelper.__hgHeads" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgHeads" />
+      <keyword name="HgProjectHelper.__hgIdentify" id="HgProjectHelper.__hgIdentify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgIdentify" />
+      <keyword name="HgProjectHelper.__hgIdentifyBundle" id="HgProjectHelper.__hgIdentifyBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgIdentifyBundle" />
+      <keyword name="HgProjectHelper.__hgIncoming" id="HgProjectHelper.__hgIncoming" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgIncoming" />
+      <keyword name="HgProjectHelper.__hgLogBrowser" id="HgProjectHelper.__hgLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgLogBrowser" />
+      <keyword name="HgProjectHelper.__hgLogLimited" id="HgProjectHelper.__hgLogLimited" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgLogLimited" />
+      <keyword name="HgProjectHelper.__hgOutgoing" id="HgProjectHelper.__hgOutgoing" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgOutgoing" />
+      <keyword name="HgProjectHelper.__hgParents" id="HgProjectHelper.__hgParents" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgParents" />
+      <keyword name="HgProjectHelper.__hgPreviewBundle" id="HgProjectHelper.__hgPreviewBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPreviewBundle" />
+      <keyword name="HgProjectHelper.__hgPull" id="HgProjectHelper.__hgPull" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPull" />
+      <keyword name="HgProjectHelper.__hgPush" id="HgProjectHelper.__hgPush" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPush" />
+      <keyword name="HgProjectHelper.__hgPushForced" id="HgProjectHelper.__hgPushForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPushForced" />
+      <keyword name="HgProjectHelper.__hgRecover" id="HgProjectHelper.__hgRecover" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgRecover" />
+      <keyword name="HgProjectHelper.__hgResolve" id="HgProjectHelper.__hgResolve" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgResolve" />
+      <keyword name="HgProjectHelper.__hgServe" id="HgProjectHelper.__hgServe" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgServe" />
+      <keyword name="HgProjectHelper.__hgShowBranch" id="HgProjectHelper.__hgShowBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgShowBranch" />
+      <keyword name="HgProjectHelper.__hgShowConfig" id="HgProjectHelper.__hgShowConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgShowConfig" />
+      <keyword name="HgProjectHelper.__hgShowPaths" id="HgProjectHelper.__hgShowPaths" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgShowPaths" />
+      <keyword name="HgProjectHelper.__hgTagList" id="HgProjectHelper.__hgTagList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgTagList" />
+      <keyword name="HgProjectHelper.__hgTip" id="HgProjectHelper.__hgTip" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgTip" />
+      <keyword name="HgProjectHelper.__hgUnbundle" id="HgProjectHelper.__hgUnbundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgUnbundle" />
+      <keyword name="HgProjectHelper.__hgVerify" id="HgProjectHelper.__hgVerify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgVerify" />
+      <keyword name="HgProjectHelper.getActions" id="HgProjectHelper.getActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.getActions" />
+      <keyword name="HgProjectHelper.initActions" id="HgProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.initActions" />
+      <keyword name="HgProjectHelper.initMenu" id="HgProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.initMenu" />
+      <keyword name="HgAnnotateDialog (Module)" id="HgAnnotateDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html" />
+      <keyword name="HgAnnotateDialog" id="HgAnnotateDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog" />
+      <keyword name="HgAnnotateDialog (Constructor)" id="HgAnnotateDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__init__" />
+      <keyword name="HgAnnotateDialog.__finish" id="HgAnnotateDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__finish" />
+      <keyword name="HgAnnotateDialog.__generateItem" id="HgAnnotateDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__generateItem" />
+      <keyword name="HgAnnotateDialog.__procFinished" id="HgAnnotateDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__procFinished" />
+      <keyword name="HgAnnotateDialog.__readStderr" id="HgAnnotateDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__readStderr" />
+      <keyword name="HgAnnotateDialog.__readStdout" id="HgAnnotateDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__readStdout" />
+      <keyword name="HgAnnotateDialog.__resizeColumns" id="HgAnnotateDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__resizeColumns" />
+      <keyword name="HgAnnotateDialog.closeEvent" id="HgAnnotateDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.closeEvent" />
+      <keyword name="HgAnnotateDialog.keyPressEvent" id="HgAnnotateDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.keyPressEvent" />
+      <keyword name="HgAnnotateDialog.on_buttonBox_clicked" id="HgAnnotateDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_buttonBox_clicked" />
+      <keyword name="HgAnnotateDialog.on_input_returnPressed" id="HgAnnotateDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_input_returnPressed" />
+      <keyword name="HgAnnotateDialog.on_passwordCheckBox_toggled" id="HgAnnotateDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_passwordCheckBox_toggled" />
+      <keyword name="HgAnnotateDialog.on_sendButton_clicked" id="HgAnnotateDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_sendButton_clicked" />
+      <keyword name="HgAnnotateDialog.start" id="HgAnnotateDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.start" />
+      <keyword name="HgMergeDialog (Module)" id="HgMergeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html" />
+      <keyword name="HgMergeDialog" id="HgMergeDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog" />
+      <keyword name="HgMergeDialog (Constructor)" id="HgMergeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.__init__" />
+      <keyword name="HgMergeDialog.getParameters" id="HgMergeDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.getParameters" />
+      <keyword name="HgCommandDialog (Module)" id="HgCommandDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html" />
+      <keyword name="HgCommandDialog" id="HgCommandDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog" />
+      <keyword name="HgCommandDialog (Constructor)" id="HgCommandDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog.__init__" />
+      <keyword name="HgCommandDialog.getData" id="HgCommandDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog.getData" />
+      <keyword name="HgCommandDialog.on_commandCombo_editTextChanged" id="HgCommandDialog.on_commandCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog.on_commandCombo_editTextChanged" />
+      <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html" />
+      <keyword name="HgProjectBrowserHelper" id="HgProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper" />
+      <keyword name="HgProjectBrowserHelper (Constructor)" id="HgProjectBrowserHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__init__" />
+      <keyword name="HgProjectBrowserHelper.__HgAnnotate" id="HgProjectBrowserHelper.__HgAnnotate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgAnnotate" />
+      <keyword name="HgProjectBrowserHelper.__HgCopy" id="HgProjectBrowserHelper.__HgCopy" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgCopy" />
+      <keyword name="HgProjectBrowserHelper.__HgExtendedDiff" id="HgProjectBrowserHelper.__HgExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgExtendedDiff" />
+      <keyword name="HgProjectBrowserHelper.__HgForget" id="HgProjectBrowserHelper.__HgForget" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgForget" />
+      <keyword name="HgProjectBrowserHelper.__HgLogBrowser" id="HgProjectBrowserHelper.__HgLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgLogBrowser" />
+      <keyword name="HgProjectBrowserHelper.__HgLogLimited" id="HgProjectBrowserHelper.__HgLogLimited" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgLogLimited" />
+      <keyword name="HgProjectBrowserHelper.__HgMove" id="HgProjectBrowserHelper.__HgMove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgMove" />
+      <keyword name="HgProjectBrowserHelper.__HgResolve" id="HgProjectBrowserHelper.__HgResolve" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgResolve" />
+      <keyword name="HgProjectBrowserHelper._addVCSMenu" id="HgProjectBrowserHelper._addVCSMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenu" />
+      <keyword name="HgProjectBrowserHelper._addVCSMenuBack" id="HgProjectBrowserHelper._addVCSMenuBack" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuBack" />
+      <keyword name="HgProjectBrowserHelper._addVCSMenuDir" id="HgProjectBrowserHelper._addVCSMenuDir" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuDir" />
+      <keyword name="HgProjectBrowserHelper._addVCSMenuDirMulti" id="HgProjectBrowserHelper._addVCSMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuDirMulti" />
+      <keyword name="HgProjectBrowserHelper._addVCSMenuMulti" id="HgProjectBrowserHelper._addVCSMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuMulti" />
+      <keyword name="HgProjectBrowserHelper.showContextMenu" id="HgProjectBrowserHelper.showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenu" />
+      <keyword name="HgProjectBrowserHelper.showContextMenuDir" id="HgProjectBrowserHelper.showContextMenuDir" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenuDir" />
+      <keyword name="HgProjectBrowserHelper.showContextMenuDirMulti" id="HgProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenuDirMulti" />
+      <keyword name="HgProjectBrowserHelper.showContextMenuMulti" id="HgProjectBrowserHelper.showContextMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenuMulti" />
+      <keyword name="HgRevisionsSelectionDialog (Module)" id="HgRevisionsSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html" />
+      <keyword name="HgRevisionsSelectionDialog" id="HgRevisionsSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog" />
+      <keyword name="HgRevisionsSelectionDialog (Constructor)" id="HgRevisionsSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.__init__" />
+      <keyword name="HgRevisionsSelectionDialog.__getRevision" id="HgRevisionsSelectionDialog.__getRevision" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.__getRevision" />
+      <keyword name="HgRevisionsSelectionDialog.getRevisions" id="HgRevisionsSelectionDialog.getRevisions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.getRevisions" />
+      <keyword name="HgUtilities (Module)" id="HgUtilities (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html" />
+      <keyword name="getConfigPath" id="getConfigPath" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html#getConfigPath" />
+      <keyword name="HgLogDialog (Module)" id="HgLogDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html" />
+      <keyword name="HgLogDialog" id="HgLogDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog" />
+      <keyword name="HgLogDialog (Constructor)" id="HgLogDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__init__" />
+      <keyword name="HgLogDialog.__getParents" id="HgLogDialog.__getParents" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__getParents" />
+      <keyword name="HgLogDialog.__procFinished" id="HgLogDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__procFinished" />
+      <keyword name="HgLogDialog.__readStderr" id="HgLogDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__readStderr" />
+      <keyword name="HgLogDialog.__readStdout" id="HgLogDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__readStdout" />
+      <keyword name="HgLogDialog.__sourceChanged" id="HgLogDialog.__sourceChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__sourceChanged" />
+      <keyword name="HgLogDialog.closeEvent" id="HgLogDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.closeEvent" />
+      <keyword name="HgLogDialog.keyPressEvent" id="HgLogDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.keyPressEvent" />
+      <keyword name="HgLogDialog.on_input_returnPressed" id="HgLogDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.on_input_returnPressed" />
+      <keyword name="HgLogDialog.on_passwordCheckBox_toggled" id="HgLogDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.on_passwordCheckBox_toggled" />
+      <keyword name="HgLogDialog.on_sendButton_clicked" id="HgLogDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.on_sendButton_clicked" />
+      <keyword name="HgLogDialog.start" id="HgLogDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.start" />
+      <keyword name="HgOptionsDialog (Module)" id="HgOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html" />
+      <keyword name="HgOptionsDialog" id="HgOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html#HgOptionsDialog" />
+      <keyword name="HgOptionsDialog (Constructor)" id="HgOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html#HgOptionsDialog.__init__" />
+      <keyword name="HgOptionsDialog.getData" id="HgOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html#HgOptionsDialog.getData" />
+      <keyword name="HgRevisionSelectionDialog (Module)" id="HgRevisionSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html" />
+      <keyword name="HgRevisionSelectionDialog" id="HgRevisionSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog" />
+      <keyword name="HgRevisionSelectionDialog (Constructor)" id="HgRevisionSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.__init__" />
+      <keyword name="HgRevisionSelectionDialog.getRevision" id="HgRevisionSelectionDialog.getRevision" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.getRevision" />
+      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.Config.html" />
+      <keyword name="HgDialog (Module)" id="HgDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html" />
+      <keyword name="HgDialog" id="HgDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog" />
+      <keyword name="HgDialog (Constructor)" id="HgDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__init__" />
+      <keyword name="HgDialog.__finish" id="HgDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__finish" />
+      <keyword name="HgDialog.__procFinished" id="HgDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__procFinished" />
+      <keyword name="HgDialog.__readStderr" id="HgDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__readStderr" />
+      <keyword name="HgDialog.__readStdout" id="HgDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__readStdout" />
+      <keyword name="HgDialog.hasAddOrDelete" id="HgDialog.hasAddOrDelete" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.hasAddOrDelete" />
+      <keyword name="HgDialog.keyPressEvent" id="HgDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.keyPressEvent" />
+      <keyword name="HgDialog.normalExit" id="HgDialog.normalExit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.normalExit" />
+      <keyword name="HgDialog.normalExitWithoutErrors" id="HgDialog.normalExitWithoutErrors" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.normalExitWithoutErrors" />
+      <keyword name="HgDialog.on_buttonBox_clicked" id="HgDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_buttonBox_clicked" />
+      <keyword name="HgDialog.on_input_returnPressed" id="HgDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_input_returnPressed" />
+      <keyword name="HgDialog.on_passwordCheckBox_toggled" id="HgDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_passwordCheckBox_toggled" />
+      <keyword name="HgDialog.on_sendButton_clicked" id="HgDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_sendButton_clicked" />
+      <keyword name="HgDialog.startProcess" id="HgDialog.startProcess" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.startProcess" />
+      <keyword name="HgBackoutDialog (Module)" id="HgBackoutDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html" />
+      <keyword name="HgBackoutDialog" id="HgBackoutDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog" />
+      <keyword name="HgBackoutDialog (Constructor)" id="HgBackoutDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.__init__" />
+      <keyword name="HgBackoutDialog.getParameters" id="HgBackoutDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.getParameters" />
+      <keyword name="HgBackoutDialog.on_noneButton_toggled" id="HgBackoutDialog.on_noneButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_noneButton_toggled" />
+      <keyword name="HgLogBrowserDialog (Module)" id="HgLogBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html" />
+      <keyword name="HgLogBrowserDialog" id="HgLogBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog" />
+      <keyword name="HgLogBrowserDialog (Constructor)" id="HgLogBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__init__" />
+      <keyword name="HgLogBrowserDialog.__branchColor" id="HgLogBrowserDialog.__branchColor" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__branchColor" />
+      <keyword name="HgLogBrowserDialog.__diffRevisions" id="HgLogBrowserDialog.__diffRevisions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__diffRevisions" />
+      <keyword name="HgLogBrowserDialog.__filterLogs" id="HgLogBrowserDialog.__filterLogs" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__filterLogs" />
+      <keyword name="HgLogBrowserDialog.__finish" id="HgLogBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__finish" />
+      <keyword name="HgLogBrowserDialog.__generateEdges" id="HgLogBrowserDialog.__generateEdges" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateEdges" />
+      <keyword name="HgLogBrowserDialog.__generateFileItem" id="HgLogBrowserDialog.__generateFileItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateFileItem" />
+      <keyword name="HgLogBrowserDialog.__generateIcon" id="HgLogBrowserDialog.__generateIcon" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateIcon" />
+      <keyword name="HgLogBrowserDialog.__generateLogItem" id="HgLogBrowserDialog.__generateLogItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateLogItem" />
+      <keyword name="HgLogBrowserDialog.__getColor" id="HgLogBrowserDialog.__getColor" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getColor" />
+      <keyword name="HgLogBrowserDialog.__getLogEntries" id="HgLogBrowserDialog.__getLogEntries" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getLogEntries" />
+      <keyword name="HgLogBrowserDialog.__getParents" id="HgLogBrowserDialog.__getParents" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getParents" />
+      <keyword name="HgLogBrowserDialog.__identifyProject" id="HgLogBrowserDialog.__identifyProject" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__identifyProject" />
+      <keyword name="HgLogBrowserDialog.__procFinished" id="HgLogBrowserDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__procFinished" />
+      <keyword name="HgLogBrowserDialog.__processBuffer" id="HgLogBrowserDialog.__processBuffer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__processBuffer" />
+      <keyword name="HgLogBrowserDialog.__readStderr" id="HgLogBrowserDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__readStderr" />
+      <keyword name="HgLogBrowserDialog.__readStdout" id="HgLogBrowserDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__readStdout" />
+      <keyword name="HgLogBrowserDialog.__resizeColumnsFiles" id="HgLogBrowserDialog.__resizeColumnsFiles" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__resizeColumnsFiles" />
+      <keyword name="HgLogBrowserDialog.__resizeColumnsLog" id="HgLogBrowserDialog.__resizeColumnsLog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__resizeColumnsLog" />
+      <keyword name="HgLogBrowserDialog.__resortFiles" id="HgLogBrowserDialog.__resortFiles" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__resortFiles" />
+      <keyword name="HgLogBrowserDialog.__updateDiffButtons" id="HgLogBrowserDialog.__updateDiffButtons" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__updateDiffButtons" />
+      <keyword name="HgLogBrowserDialog.closeEvent" id="HgLogBrowserDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.closeEvent" />
+      <keyword name="HgLogBrowserDialog.col2x" id="HgLogBrowserDialog.col2x" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.col2x" />
+      <keyword name="HgLogBrowserDialog.keyPressEvent" id="HgLogBrowserDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.keyPressEvent" />
+      <keyword name="HgLogBrowserDialog.on_branchCombo_activated" id="HgLogBrowserDialog.on_branchCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_branchCombo_activated" />
+      <keyword name="HgLogBrowserDialog.on_buttonBox_clicked" id="HgLogBrowserDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_buttonBox_clicked" />
+      <keyword name="HgLogBrowserDialog.on_clearRxEditButton_clicked" id="HgLogBrowserDialog.on_clearRxEditButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_clearRxEditButton_clicked" />
+      <keyword name="HgLogBrowserDialog.on_diffP1Button_clicked" id="HgLogBrowserDialog.on_diffP1Button_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_diffP1Button_clicked" />
+      <keyword name="HgLogBrowserDialog.on_diffP2Button_clicked" id="HgLogBrowserDialog.on_diffP2Button_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_diffP2Button_clicked" />
+      <keyword name="HgLogBrowserDialog.on_diffRevisionsButton_clicked" id="HgLogBrowserDialog.on_diffRevisionsButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_diffRevisionsButton_clicked" />
+      <keyword name="HgLogBrowserDialog.on_fieldCombo_activated" id="HgLogBrowserDialog.on_fieldCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_fieldCombo_activated" />
+      <keyword name="HgLogBrowserDialog.on_fromDate_dateChanged" id="HgLogBrowserDialog.on_fromDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_fromDate_dateChanged" />
+      <keyword name="HgLogBrowserDialog.on_input_returnPressed" id="HgLogBrowserDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_input_returnPressed" />
+      <keyword name="HgLogBrowserDialog.on_logTree_currentItemChanged" id="HgLogBrowserDialog.on_logTree_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_logTree_currentItemChanged" />
+      <keyword name="HgLogBrowserDialog.on_logTree_itemSelectionChanged" id="HgLogBrowserDialog.on_logTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_logTree_itemSelectionChanged" />
+      <keyword name="HgLogBrowserDialog.on_nextButton_clicked" id="HgLogBrowserDialog.on_nextButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_nextButton_clicked" />
+      <keyword name="HgLogBrowserDialog.on_passwordCheckBox_toggled" id="HgLogBrowserDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_passwordCheckBox_toggled" />
+      <keyword name="HgLogBrowserDialog.on_rxEdit_textChanged" id="HgLogBrowserDialog.on_rxEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_rxEdit_textChanged" />
+      <keyword name="HgLogBrowserDialog.on_sendButton_clicked" id="HgLogBrowserDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_sendButton_clicked" />
+      <keyword name="HgLogBrowserDialog.on_stopCheckBox_clicked" id="HgLogBrowserDialog.on_stopCheckBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_stopCheckBox_clicked" />
+      <keyword name="HgLogBrowserDialog.on_toDate_dateChanged" id="HgLogBrowserDialog.on_toDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_toDate_dateChanged" />
+      <keyword name="HgLogBrowserDialog.start" id="HgLogBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.start" />
+      <keyword name="HgBundleDialog (Module)" id="HgBundleDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html" />
+      <keyword name="HgBundleDialog" id="HgBundleDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog" />
+      <keyword name="HgBundleDialog (Constructor)" id="HgBundleDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.__init__" />
+      <keyword name="HgBundleDialog.getParameters" id="HgBundleDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.getParameters" />
+      <keyword name="HgTagBranchListDialog (Module)" id="HgTagBranchListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html" />
+      <keyword name="HgTagBranchListDialog" id="HgTagBranchListDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog" />
+      <keyword name="HgTagBranchListDialog (Constructor)" id="HgTagBranchListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__init__" />
+      <keyword name="HgTagBranchListDialog.__finish" id="HgTagBranchListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__finish" />
+      <keyword name="HgTagBranchListDialog.__generateItem" id="HgTagBranchListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__generateItem" />
+      <keyword name="HgTagBranchListDialog.__procFinished" id="HgTagBranchListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__procFinished" />
+      <keyword name="HgTagBranchListDialog.__readStderr" id="HgTagBranchListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__readStderr" />
+      <keyword name="HgTagBranchListDialog.__readStdout" id="HgTagBranchListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__readStdout" />
+      <keyword name="HgTagBranchListDialog.__resizeColumns" id="HgTagBranchListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__resizeColumns" />
+      <keyword name="HgTagBranchListDialog.__resort" id="HgTagBranchListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__resort" />
+      <keyword name="HgTagBranchListDialog.closeEvent" id="HgTagBranchListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.closeEvent" />
+      <keyword name="HgTagBranchListDialog.keyPressEvent" id="HgTagBranchListDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.keyPressEvent" />
+      <keyword name="HgTagBranchListDialog.on_buttonBox_clicked" id="HgTagBranchListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_buttonBox_clicked" />
+      <keyword name="HgTagBranchListDialog.on_input_returnPressed" id="HgTagBranchListDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_input_returnPressed" />
+      <keyword name="HgTagBranchListDialog.on_passwordCheckBox_toggled" id="HgTagBranchListDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_passwordCheckBox_toggled" />
+      <keyword name="HgTagBranchListDialog.on_sendButton_clicked" id="HgTagBranchListDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_sendButton_clicked" />
+      <keyword name="HgTagBranchListDialog.start" id="HgTagBranchListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.start" />
+      <keyword name="HgDiffDialog (Module)" id="HgDiffDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html" />
+      <keyword name="HgDiffDialog" id="HgDiffDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog" />
+      <keyword name="HgDiffDialog (Constructor)" id="HgDiffDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__init__" />
+      <keyword name="HgDiffDialog.__appendText" id="HgDiffDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__appendText" />
+      <keyword name="HgDiffDialog.__getVersionArg" id="HgDiffDialog.__getVersionArg" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__getVersionArg" />
+      <keyword name="HgDiffDialog.__procFinished" id="HgDiffDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__procFinished" />
+      <keyword name="HgDiffDialog.__readStderr" id="HgDiffDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__readStderr" />
+      <keyword name="HgDiffDialog.__readStdout" id="HgDiffDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__readStdout" />
+      <keyword name="HgDiffDialog.closeEvent" id="HgDiffDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.closeEvent" />
+      <keyword name="HgDiffDialog.keyPressEvent" id="HgDiffDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.keyPressEvent" />
+      <keyword name="HgDiffDialog.on_buttonBox_clicked" id="HgDiffDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_buttonBox_clicked" />
+      <keyword name="HgDiffDialog.on_input_returnPressed" id="HgDiffDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_input_returnPressed" />
+      <keyword name="HgDiffDialog.on_passwordCheckBox_toggled" id="HgDiffDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_passwordCheckBox_toggled" />
+      <keyword name="HgDiffDialog.on_saveButton_clicked" id="HgDiffDialog.on_saveButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_saveButton_clicked" />
+      <keyword name="HgDiffDialog.on_sendButton_clicked" id="HgDiffDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_sendButton_clicked" />
+      <keyword name="HgDiffDialog.start" id="HgDiffDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.start" />
+      <keyword name="vcsSubversion (Package)" id="vcsSubversion (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsSubversion.html" />
+      <keyword name="SvnRelocateDialog (Module)" id="SvnRelocateDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html" />
+      <keyword name="SvnRelocateDialog" id="SvnRelocateDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html#SvnRelocateDialog" />
+      <keyword name="SvnRelocateDialog (Constructor)" id="SvnRelocateDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html#SvnRelocateDialog.__init__" />
+      <keyword name="SvnRelocateDialog.getData" id="SvnRelocateDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html#SvnRelocateDialog.getData" />
+      <keyword name="SvnRevisionSelectionDialog (Module)" id="SvnRevisionSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html" />
+      <keyword name="SvnRevisionSelectionDialog" id="SvnRevisionSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog" />
+      <keyword name="SvnRevisionSelectionDialog (Constructor)" id="SvnRevisionSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__init__" />
+      <keyword name="SvnRevisionSelectionDialog.__getRevision" id="SvnRevisionSelectionDialog.__getRevision" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__getRevision" />
+      <keyword name="SvnRevisionSelectionDialog.getRevisions" id="SvnRevisionSelectionDialog.getRevisions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.getRevisions" />
+      <keyword name="SvnPropListDialog (Module)" id="SvnPropListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html" />
+      <keyword name="SvnPropListDialog" id="SvnPropListDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog" />
+      <keyword name="SvnPropListDialog (Constructor)" id="SvnPropListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__init__" />
+      <keyword name="SvnPropListDialog.__finish" id="SvnPropListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__finish" />
+      <keyword name="SvnPropListDialog.__generateItem" id="SvnPropListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__generateItem" />
+      <keyword name="SvnPropListDialog.__procFinished" id="SvnPropListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__procFinished" />
+      <keyword name="SvnPropListDialog.__readStderr" id="SvnPropListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__readStderr" />
+      <keyword name="SvnPropListDialog.__readStdout" id="SvnPropListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__readStdout" />
+      <keyword name="SvnPropListDialog.__resizeColumns" id="SvnPropListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__resizeColumns" />
+      <keyword name="SvnPropListDialog.__resort" id="SvnPropListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__resort" />
+      <keyword name="SvnPropListDialog.closeEvent" id="SvnPropListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.closeEvent" />
+      <keyword name="SvnPropListDialog.on_buttonBox_clicked" id="SvnPropListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.on_buttonBox_clicked" />
+      <keyword name="SvnPropListDialog.start" id="SvnPropListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.start" />
+      <keyword name="SvnBlameDialog (Module)" id="SvnBlameDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html" />
+      <keyword name="SvnBlameDialog" id="SvnBlameDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog" />
+      <keyword name="SvnBlameDialog (Constructor)" id="SvnBlameDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__init__" />
+      <keyword name="SvnBlameDialog.__finish" id="SvnBlameDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__finish" />
+      <keyword name="SvnBlameDialog.__generateItem" id="SvnBlameDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__generateItem" />
+      <keyword name="SvnBlameDialog.__procFinished" id="SvnBlameDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__procFinished" />
+      <keyword name="SvnBlameDialog.__readStderr" id="SvnBlameDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__readStderr" />
+      <keyword name="SvnBlameDialog.__readStdout" id="SvnBlameDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__readStdout" />
+      <keyword name="SvnBlameDialog.__resizeColumns" id="SvnBlameDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__resizeColumns" />
+      <keyword name="SvnBlameDialog.closeEvent" id="SvnBlameDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.closeEvent" />
+      <keyword name="SvnBlameDialog.keyPressEvent" id="SvnBlameDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.keyPressEvent" />
+      <keyword name="SvnBlameDialog.on_buttonBox_clicked" id="SvnBlameDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_buttonBox_clicked" />
+      <keyword name="SvnBlameDialog.on_input_returnPressed" id="SvnBlameDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_input_returnPressed" />
+      <keyword name="SvnBlameDialog.on_passwordCheckBox_toggled" id="SvnBlameDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_passwordCheckBox_toggled" />
+      <keyword name="SvnBlameDialog.on_sendButton_clicked" id="SvnBlameDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_sendButton_clicked" />
+      <keyword name="SvnBlameDialog.start" id="SvnBlameDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.start" />
+      <keyword name="SvnStatusMonitorThread (Module)" id="SvnStatusMonitorThread (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html" />
+      <keyword name="SvnStatusMonitorThread" id="SvnStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html#SvnStatusMonitorThread" />
+      <keyword name="SvnStatusMonitorThread (Constructor)" id="SvnStatusMonitorThread (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__init__" />
+      <keyword name="SvnStatusMonitorThread._performMonitor" id="SvnStatusMonitorThread._performMonitor" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html#SvnStatusMonitorThread._performMonitor" />
+      <keyword name="SvnUrlSelectionDialog (Module)" id="SvnUrlSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html" />
+      <keyword name="SvnUrlSelectionDialog" id="SvnUrlSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog" />
+      <keyword name="SvnUrlSelectionDialog (Constructor)" id="SvnUrlSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__init__" />
+      <keyword name="SvnUrlSelectionDialog.__changeLabelCombo" id="SvnUrlSelectionDialog.__changeLabelCombo" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__changeLabelCombo" />
+      <keyword name="SvnUrlSelectionDialog.getURLs" id="SvnUrlSelectionDialog.getURLs" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.getURLs" />
+      <keyword name="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" />
+      <keyword name="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" />
+      <keyword name="SvnStatusDialog (Module)" id="SvnStatusDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html" />
+      <keyword name="SvnStatusDialog" id="SvnStatusDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog" />
+      <keyword name="SvnStatusDialog (Constructor)" id="SvnStatusDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__init__" />
+      <keyword name="SvnStatusDialog.__add" id="SvnStatusDialog.__add" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__add" />
+      <keyword name="SvnStatusDialog.__addToChangelist" id="SvnStatusDialog.__addToChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__addToChangelist" />
+      <keyword name="SvnStatusDialog.__breakLock" id="SvnStatusDialog.__breakLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__breakLock" />
+      <keyword name="SvnStatusDialog.__commit" id="SvnStatusDialog.__commit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__commit" />
+      <keyword name="SvnStatusDialog.__committed" id="SvnStatusDialog.__committed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__committed" />
+      <keyword name="SvnStatusDialog.__finish" id="SvnStatusDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__finish" />
+      <keyword name="SvnStatusDialog.__generateItem" id="SvnStatusDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__generateItem" />
+      <keyword name="SvnStatusDialog.__getChangelistItems" id="SvnStatusDialog.__getChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getChangelistItems" />
+      <keyword name="SvnStatusDialog.__getLockActionItems" id="SvnStatusDialog.__getLockActionItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getLockActionItems" />
+      <keyword name="SvnStatusDialog.__getModifiedItems" id="SvnStatusDialog.__getModifiedItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getModifiedItems" />
+      <keyword name="SvnStatusDialog.__getNonChangelistItems" id="SvnStatusDialog.__getNonChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getNonChangelistItems" />
+      <keyword name="SvnStatusDialog.__getUnversionedItems" id="SvnStatusDialog.__getUnversionedItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getUnversionedItems" />
+      <keyword name="SvnStatusDialog.__lock" id="SvnStatusDialog.__lock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__lock" />
+      <keyword name="SvnStatusDialog.__procFinished" id="SvnStatusDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__procFinished" />
+      <keyword name="SvnStatusDialog.__readStderr" id="SvnStatusDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__readStderr" />
+      <keyword name="SvnStatusDialog.__readStdout" id="SvnStatusDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__readStdout" />
+      <keyword name="SvnStatusDialog.__removeFromChangelist" id="SvnStatusDialog.__removeFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__removeFromChangelist" />
+      <keyword name="SvnStatusDialog.__resizeColumns" id="SvnStatusDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__resizeColumns" />
+      <keyword name="SvnStatusDialog.__resort" id="SvnStatusDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__resort" />
+      <keyword name="SvnStatusDialog.__revert" id="SvnStatusDialog.__revert" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__revert" />
+      <keyword name="SvnStatusDialog.__showContextMenu" id="SvnStatusDialog.__showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__showContextMenu" />
+      <keyword name="SvnStatusDialog.__stealLock" id="SvnStatusDialog.__stealLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__stealLock" />
+      <keyword name="SvnStatusDialog.__unlock" id="SvnStatusDialog.__unlock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__unlock" />
+      <keyword name="SvnStatusDialog.closeEvent" id="SvnStatusDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.closeEvent" />
+      <keyword name="SvnStatusDialog.keyPressEvent" id="SvnStatusDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.keyPressEvent" />
+      <keyword name="SvnStatusDialog.on_buttonBox_clicked" id="SvnStatusDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_buttonBox_clicked" />
+      <keyword name="SvnStatusDialog.on_input_returnPressed" id="SvnStatusDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_input_returnPressed" />
+      <keyword name="SvnStatusDialog.on_passwordCheckBox_toggled" id="SvnStatusDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_passwordCheckBox_toggled" />
+      <keyword name="SvnStatusDialog.on_refreshButton_clicked" id="SvnStatusDialog.on_refreshButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_refreshButton_clicked" />
+      <keyword name="SvnStatusDialog.on_sendButton_clicked" id="SvnStatusDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_sendButton_clicked" />
+      <keyword name="SvnStatusDialog.start" id="SvnStatusDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.start" />
+      <keyword name="subversion (Module)" id="subversion (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html" />
+      <keyword name="Subversion" id="Subversion" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion" />
+      <keyword name="Subversion (Constructor)" id="Subversion (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.__init__" />
+      <keyword name="Subversion.__svnURL" id="Subversion.__svnURL" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.__svnURL" />
+      <keyword name="Subversion.__vcsCommit_Step2" id="Subversion.__vcsCommit_Step2" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.__vcsCommit_Step2" />
+      <keyword name="Subversion._createStatusMonitorThread" id="Subversion._createStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion._createStatusMonitorThread" />
+      <keyword name="Subversion.clearStatusCache" id="Subversion.clearStatusCache" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.clearStatusCache" />
+      <keyword name="Subversion.getPlugin" id="Subversion.getPlugin" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.getPlugin" />
+      <keyword name="Subversion.svnAddToChangelist" id="Subversion.svnAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnAddToChangelist" />
+      <keyword name="Subversion.svnBlame" id="Subversion.svnBlame" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnBlame" />
+      <keyword name="Subversion.svnCopy" id="Subversion.svnCopy" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnCopy" />
+      <keyword name="Subversion.svnDelProp" id="Subversion.svnDelProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnDelProp" />
+      <keyword name="Subversion.svnExtendedDiff" id="Subversion.svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnExtendedDiff" />
+      <keyword name="Subversion.svnGetReposName" id="Subversion.svnGetReposName" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnGetReposName" />
+      <keyword name="Subversion.svnListProps" id="Subversion.svnListProps" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnListProps" />
+      <keyword name="Subversion.svnListTagBranch" id="Subversion.svnListTagBranch" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnListTagBranch" />
+      <keyword name="Subversion.svnLock" id="Subversion.svnLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnLock" />
+      <keyword name="Subversion.svnLogBrowser" id="Subversion.svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnLogBrowser" />
+      <keyword name="Subversion.svnLogLimited" id="Subversion.svnLogLimited" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnLogLimited" />
+      <keyword name="Subversion.svnNormalizeURL" id="Subversion.svnNormalizeURL" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnNormalizeURL" />
+      <keyword name="Subversion.svnRelocate" id="Subversion.svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnRelocate" />
+      <keyword name="Subversion.svnRemoveFromChangelist" id="Subversion.svnRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnRemoveFromChangelist" />
+      <keyword name="Subversion.svnRepoBrowser" id="Subversion.svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnRepoBrowser" />
+      <keyword name="Subversion.svnResolve" id="Subversion.svnResolve" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnResolve" />
+      <keyword name="Subversion.svnSetProp" id="Subversion.svnSetProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnSetProp" />
+      <keyword name="Subversion.svnUnlock" id="Subversion.svnUnlock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnUnlock" />
+      <keyword name="Subversion.svnUrlDiff" id="Subversion.svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnUrlDiff" />
+      <keyword name="Subversion.vcsAdd" id="Subversion.vcsAdd" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAdd" />
+      <keyword name="Subversion.vcsAddBinary" id="Subversion.vcsAddBinary" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAddBinary" />
+      <keyword name="Subversion.vcsAddTree" id="Subversion.vcsAddTree" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAddTree" />
+      <keyword name="Subversion.vcsAllRegisteredStates" id="Subversion.vcsAllRegisteredStates" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAllRegisteredStates" />
+      <keyword name="Subversion.vcsCheckout" id="Subversion.vcsCheckout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCheckout" />
+      <keyword name="Subversion.vcsCleanup" id="Subversion.vcsCleanup" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCleanup" />
+      <keyword name="Subversion.vcsCommandLine" id="Subversion.vcsCommandLine" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCommandLine" />
+      <keyword name="Subversion.vcsCommit" id="Subversion.vcsCommit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCommit" />
+      <keyword name="Subversion.vcsConvertProject" id="Subversion.vcsConvertProject" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsConvertProject" />
+      <keyword name="Subversion.vcsDiff" id="Subversion.vcsDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsDiff" />
+      <keyword name="Subversion.vcsExists" id="Subversion.vcsExists" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsExists" />
+      <keyword name="Subversion.vcsExport" id="Subversion.vcsExport" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsExport" />
+      <keyword name="Subversion.vcsGetProjectBrowserHelper" id="Subversion.vcsGetProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsGetProjectBrowserHelper" />
+      <keyword name="Subversion.vcsGetProjectHelper" id="Subversion.vcsGetProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsGetProjectHelper" />
+      <keyword name="Subversion.vcsImport" id="Subversion.vcsImport" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsImport" />
+      <keyword name="Subversion.vcsInit" id="Subversion.vcsInit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsInit" />
+      <keyword name="Subversion.vcsLog" id="Subversion.vcsLog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsLog" />
+      <keyword name="Subversion.vcsMerge" id="Subversion.vcsMerge" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsMerge" />
+      <keyword name="Subversion.vcsMove" id="Subversion.vcsMove" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsMove" />
+      <keyword name="Subversion.vcsName" id="Subversion.vcsName" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsName" />
+      <keyword name="Subversion.vcsNewProjectOptionsDialog" id="Subversion.vcsNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsNewProjectOptionsDialog" />
+      <keyword name="Subversion.vcsOptionsDialog" id="Subversion.vcsOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsOptionsDialog" />
+      <keyword name="Subversion.vcsRegisteredState" id="Subversion.vcsRegisteredState" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRegisteredState" />
+      <keyword name="Subversion.vcsRemove" id="Subversion.vcsRemove" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRemove" />
+      <keyword name="Subversion.vcsRepositoryInfos" id="Subversion.vcsRepositoryInfos" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRepositoryInfos" />
+      <keyword name="Subversion.vcsRevert" id="Subversion.vcsRevert" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRevert" />
+      <keyword name="Subversion.vcsShutdown" id="Subversion.vcsShutdown" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsShutdown" />
+      <keyword name="Subversion.vcsStatus" id="Subversion.vcsStatus" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsStatus" />
+      <keyword name="Subversion.vcsSwitch" id="Subversion.vcsSwitch" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsSwitch" />
+      <keyword name="Subversion.vcsTag" id="Subversion.vcsTag" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsTag" />
+      <keyword name="Subversion.vcsUpdate" id="Subversion.vcsUpdate" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsUpdate" />
+      <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html" />
+      <keyword name="SvnProjectHelper" id="SvnProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper" />
+      <keyword name="SvnProjectHelper (Constructor)" id="SvnProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__init__" />
+      <keyword name="SvnProjectHelper.__svnBranchList" id="SvnProjectHelper.__svnBranchList" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnBranchList" />
+      <keyword name="SvnProjectHelper.__svnConfigure" id="SvnProjectHelper.__svnConfigure" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnConfigure" />
+      <keyword name="SvnProjectHelper.__svnExtendedDiff" id="SvnProjectHelper.__svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnExtendedDiff" />
+      <keyword name="SvnProjectHelper.__svnLogBrowser" id="SvnProjectHelper.__svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnLogBrowser" />
+      <keyword name="SvnProjectHelper.__svnLogLimited" id="SvnProjectHelper.__svnLogLimited" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnLogLimited" />
+      <keyword name="SvnProjectHelper.__svnPropDel" id="SvnProjectHelper.__svnPropDel" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnPropDel" />
+      <keyword name="SvnProjectHelper.__svnPropList" id="SvnProjectHelper.__svnPropList" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnPropList" />
+      <keyword name="SvnProjectHelper.__svnPropSet" id="SvnProjectHelper.__svnPropSet" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnPropSet" />
+      <keyword name="SvnProjectHelper.__svnRelocate" id="SvnProjectHelper.__svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnRelocate" />
+      <keyword name="SvnProjectHelper.__svnRepoBrowser" id="SvnProjectHelper.__svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnRepoBrowser" />
+      <keyword name="SvnProjectHelper.__svnResolve" id="SvnProjectHelper.__svnResolve" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnResolve" />
+      <keyword name="SvnProjectHelper.__svnTagList" id="SvnProjectHelper.__svnTagList" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnTagList" />
+      <keyword name="SvnProjectHelper.__svnUrlDiff" id="SvnProjectHelper.__svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnUrlDiff" />
+      <keyword name="SvnProjectHelper.getActions" id="SvnProjectHelper.getActions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.getActions" />
+      <keyword name="SvnProjectHelper.initActions" id="SvnProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.initActions" />
+      <keyword name="SvnProjectHelper.initMenu" id="SvnProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.initMenu" />
+      <keyword name="SvnTagDialog (Module)" id="SvnTagDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html" />
+      <keyword name="SvnTagDialog" id="SvnTagDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog" />
+      <keyword name="SvnTagDialog (Constructor)" id="SvnTagDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog.__init__" />
+      <keyword name="SvnTagDialog.getParameters" id="SvnTagDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog.getParameters" />
+      <keyword name="SvnTagDialog.on_tagCombo_editTextChanged" id="SvnTagDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog.on_tagCombo_editTextChanged" />
+      <keyword name="SvnUtilities (Module)" id="SvnUtilities (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html" />
+      <keyword name="getConfigPath" id="getConfigPath" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html#getConfigPath" />
+      <keyword name="getServersPath" id="getServersPath" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html#getServersPath" />
+      <keyword name="SvnRepoBrowserDialog (Module)" id="SvnRepoBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html" />
+      <keyword name="SvnRepoBrowserDialog" id="SvnRepoBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog" />
+      <keyword name="SvnRepoBrowserDialog (Constructor)" id="SvnRepoBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__init__" />
+      <keyword name="SvnRepoBrowserDialog.__finish" id="SvnRepoBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__finish" />
+      <keyword name="SvnRepoBrowserDialog.__generateItem" id="SvnRepoBrowserDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__generateItem" />
+      <keyword name="SvnRepoBrowserDialog.__listRepo" id="SvnRepoBrowserDialog.__listRepo" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__listRepo" />
+      <keyword name="SvnRepoBrowserDialog.__normalizeUrl" id="SvnRepoBrowserDialog.__normalizeUrl" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__normalizeUrl" />
+      <keyword name="SvnRepoBrowserDialog.__procFinished" id="SvnRepoBrowserDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__procFinished" />
+      <keyword name="SvnRepoBrowserDialog.__readStderr" id="SvnRepoBrowserDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__readStderr" />
+      <keyword name="SvnRepoBrowserDialog.__readStdout" id="SvnRepoBrowserDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__readStdout" />
+      <keyword name="SvnRepoBrowserDialog.__repoRoot" id="SvnRepoBrowserDialog.__repoRoot" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__repoRoot" />
+      <keyword name="SvnRepoBrowserDialog.__resizeColumns" id="SvnRepoBrowserDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resizeColumns" />
+      <keyword name="SvnRepoBrowserDialog.__resort" id="SvnRepoBrowserDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resort" />
+      <keyword name="SvnRepoBrowserDialog.accept" id="SvnRepoBrowserDialog.accept" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.accept" />
+      <keyword name="SvnRepoBrowserDialog.closeEvent" id="SvnRepoBrowserDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.closeEvent" />
+      <keyword name="SvnRepoBrowserDialog.getSelectedUrl" id="SvnRepoBrowserDialog.getSelectedUrl" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.getSelectedUrl" />
+      <keyword name="SvnRepoBrowserDialog.keyPressEvent" id="SvnRepoBrowserDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.keyPressEvent" />
+      <keyword name="SvnRepoBrowserDialog.on_input_returnPressed" id="SvnRepoBrowserDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_input_returnPressed" />
+      <keyword name="SvnRepoBrowserDialog.on_passwordCheckBox_toggled" id="SvnRepoBrowserDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_passwordCheckBox_toggled" />
+      <keyword name="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" id="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemCollapsed" />
+      <keyword name="SvnRepoBrowserDialog.on_repoTree_itemExpanded" id="SvnRepoBrowserDialog.on_repoTree_itemExpanded" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemExpanded" />
+      <keyword name="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" id="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" />
+      <keyword name="SvnRepoBrowserDialog.on_sendButton_clicked" id="SvnRepoBrowserDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_sendButton_clicked" />
+      <keyword name="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" id="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" />
+      <keyword name="SvnRepoBrowserDialog.start" id="SvnRepoBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.start" />
+      <keyword name="SvnLogDialog (Module)" id="SvnLogDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html" />
+      <keyword name="SvnLogDialog" id="SvnLogDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog" />
+      <keyword name="SvnLogDialog (Constructor)" id="SvnLogDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__init__" />
+      <keyword name="SvnLogDialog.__procFinished" id="SvnLogDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__procFinished" />
+      <keyword name="SvnLogDialog.__readStderr" id="SvnLogDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__readStderr" />
+      <keyword name="SvnLogDialog.__readStdout" id="SvnLogDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__readStdout" />
+      <keyword name="SvnLogDialog.__sourceChanged" id="SvnLogDialog.__sourceChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__sourceChanged" />
+      <keyword name="SvnLogDialog.closeEvent" id="SvnLogDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.closeEvent" />
+      <keyword name="SvnLogDialog.keyPressEvent" id="SvnLogDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.keyPressEvent" />
+      <keyword name="SvnLogDialog.on_input_returnPressed" id="SvnLogDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.on_input_returnPressed" />
+      <keyword name="SvnLogDialog.on_passwordCheckBox_toggled" id="SvnLogDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.on_passwordCheckBox_toggled" />
+      <keyword name="SvnLogDialog.on_sendButton_clicked" id="SvnLogDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.on_sendButton_clicked" />
+      <keyword name="SvnLogDialog.start" id="SvnLogDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.start" />
+      <keyword name="SvnPropSetDialog (Module)" id="SvnPropSetDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html" />
+      <keyword name="SvnPropSetDialog" id="SvnPropSetDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog" />
+      <keyword name="SvnPropSetDialog (Constructor)" id="SvnPropSetDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog.__init__" />
+      <keyword name="SvnPropSetDialog.getData" id="SvnPropSetDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog.getData" />
+      <keyword name="SvnPropSetDialog.on_fileButton_clicked" id="SvnPropSetDialog.on_fileButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog.on_fileButton_clicked" />
+      <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html" />
+      <keyword name="SvnProjectBrowserHelper" id="SvnProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper" />
+      <keyword name="SvnProjectBrowserHelper (Constructor)" id="SvnProjectBrowserHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__init__" />
+      <keyword name="SvnProjectBrowserHelper.__SVNAddToChangelist" id="SvnProjectBrowserHelper.__SVNAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNAddToChangelist" />
+      <keyword name="SvnProjectBrowserHelper.__SVNBlame" id="SvnProjectBrowserHelper.__SVNBlame" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBlame" />
+      <keyword name="SvnProjectBrowserHelper.__SVNBreakLock" id="SvnProjectBrowserHelper.__SVNBreakLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBreakLock" />
+      <keyword name="SvnProjectBrowserHelper.__SVNConfigure" id="SvnProjectBrowserHelper.__SVNConfigure" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNConfigure" />
+      <keyword name="SvnProjectBrowserHelper.__SVNCopy" id="SvnProjectBrowserHelper.__SVNCopy" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNCopy" />
+      <keyword name="SvnProjectBrowserHelper.__SVNDelProp" id="SvnProjectBrowserHelper.__SVNDelProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNDelProp" />
+      <keyword name="SvnProjectBrowserHelper.__SVNExtendedDiff" id="SvnProjectBrowserHelper.__SVNExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNExtendedDiff" />
+      <keyword name="SvnProjectBrowserHelper.__SVNListProps" id="SvnProjectBrowserHelper.__SVNListProps" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNListProps" />
+      <keyword name="SvnProjectBrowserHelper.__SVNLock" id="SvnProjectBrowserHelper.__SVNLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLock" />
+      <keyword name="SvnProjectBrowserHelper.__SVNLogBrowser" id="SvnProjectBrowserHelper.__SVNLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLogBrowser" />
+      <keyword name="SvnProjectBrowserHelper.__SVNLogLimited" id="SvnProjectBrowserHelper.__SVNLogLimited" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLogLimited" />
+      <keyword name="SvnProjectBrowserHelper.__SVNMove" id="SvnProjectBrowserHelper.__SVNMove" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNMove" />
+      <keyword name="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" id="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNRemoveFromChangelist" />
+      <keyword name="SvnProjectBrowserHelper.__SVNResolve" id="SvnProjectBrowserHelper.__SVNResolve" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNResolve" />
+      <keyword name="SvnProjectBrowserHelper.__SVNSetProp" id="SvnProjectBrowserHelper.__SVNSetProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNSetProp" />
+      <keyword name="SvnProjectBrowserHelper.__SVNStealLock" id="SvnProjectBrowserHelper.__SVNStealLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNStealLock" />
+      <keyword name="SvnProjectBrowserHelper.__SVNUnlock" id="SvnProjectBrowserHelper.__SVNUnlock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUnlock" />
+      <keyword name="SvnProjectBrowserHelper.__SVNUrlDiff" id="SvnProjectBrowserHelper.__SVNUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUrlDiff" />
+      <keyword name="SvnProjectBrowserHelper.__itemsHaveFiles" id="SvnProjectBrowserHelper.__itemsHaveFiles" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__itemsHaveFiles" />
+      <keyword name="SvnProjectBrowserHelper._addVCSMenu" id="SvnProjectBrowserHelper._addVCSMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenu" />
+      <keyword name="SvnProjectBrowserHelper._addVCSMenuBack" id="SvnProjectBrowserHelper._addVCSMenuBack" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuBack" />
+      <keyword name="SvnProjectBrowserHelper._addVCSMenuDir" id="SvnProjectBrowserHelper._addVCSMenuDir" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDir" />
+      <keyword name="SvnProjectBrowserHelper._addVCSMenuDirMulti" id="SvnProjectBrowserHelper._addVCSMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDirMulti" />
+      <keyword name="SvnProjectBrowserHelper._addVCSMenuMulti" id="SvnProjectBrowserHelper._addVCSMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuMulti" />
+      <keyword name="SvnProjectBrowserHelper.showContextMenu" id="SvnProjectBrowserHelper.showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenu" />
+      <keyword name="SvnProjectBrowserHelper.showContextMenuDir" id="SvnProjectBrowserHelper.showContextMenuDir" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDir" />
+      <keyword name="SvnProjectBrowserHelper.showContextMenuDirMulti" id="SvnProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDirMulti" />
+      <keyword name="SvnProjectBrowserHelper.showContextMenuMulti" id="SvnProjectBrowserHelper.showContextMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuMulti" />
+      <keyword name="SvnMergeDialog (Module)" id="SvnMergeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html" />
+      <keyword name="SvnMergeDialog" id="SvnMergeDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog" />
+      <keyword name="SvnMergeDialog (Constructor)" id="SvnMergeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.__init__" />
+      <keyword name="SvnMergeDialog.__enableOkButton" id="SvnMergeDialog.__enableOkButton" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.__enableOkButton" />
+      <keyword name="SvnMergeDialog.getParameters" id="SvnMergeDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.getParameters" />
+      <keyword name="SvnMergeDialog.on_tag1Combo_editTextChanged" id="SvnMergeDialog.on_tag1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.on_tag1Combo_editTextChanged" />
+      <keyword name="SvnMergeDialog.on_tag2Combo_editTextChanged" id="SvnMergeDialog.on_tag2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.on_tag2Combo_editTextChanged" />
+      <keyword name="SvnCopyDialog (Module)" id="SvnCopyDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html" />
+      <keyword name="SvnCopyDialog" id="SvnCopyDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog" />
+      <keyword name="SvnCopyDialog (Constructor)" id="SvnCopyDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.__init__" />
+      <keyword name="SvnCopyDialog.getData" id="SvnCopyDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.getData" />
+      <keyword name="SvnCopyDialog.on_dirButton_clicked" id="SvnCopyDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.on_dirButton_clicked" />
+      <keyword name="SvnNewProjectOptionsDialog (Module)" id="SvnNewProjectOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html" />
+      <keyword name="SvnNewProjectOptionsDialog" id="SvnNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog" />
+      <keyword name="SvnNewProjectOptionsDialog (Constructor)" id="SvnNewProjectOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.__init__" />
+      <keyword name="SvnNewProjectOptionsDialog.getData" id="SvnNewProjectOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.getData" />
+      <keyword name="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" id="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" />
+      <keyword name="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" id="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_projectDirButton_clicked" />
+      <keyword name="SvnNewProjectOptionsDialog.on_protocolCombo_activated" id="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_protocolCombo_activated" />
+      <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" id="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" />
+      <keyword name="SvnDialog (Module)" id="SvnDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html" />
+      <keyword name="SvnDialog" id="SvnDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog" />
+      <keyword name="SvnDialog (Constructor)" id="SvnDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__init__" />
+      <keyword name="SvnDialog.__finish" id="SvnDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__finish" />
+      <keyword name="SvnDialog.__procFinished" id="SvnDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__procFinished" />
+      <keyword name="SvnDialog.__readStderr" id="SvnDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__readStderr" />
+      <keyword name="SvnDialog.__readStdout" id="SvnDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__readStdout" />
+      <keyword name="SvnDialog.hasAddOrDelete" id="SvnDialog.hasAddOrDelete" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.hasAddOrDelete" />
+      <keyword name="SvnDialog.keyPressEvent" id="SvnDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.keyPressEvent" />
+      <keyword name="SvnDialog.normalExit" id="SvnDialog.normalExit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.normalExit" />
+      <keyword name="SvnDialog.on_buttonBox_clicked" id="SvnDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_buttonBox_clicked" />
+      <keyword name="SvnDialog.on_input_returnPressed" id="SvnDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_input_returnPressed" />
+      <keyword name="SvnDialog.on_passwordCheckBox_toggled" id="SvnDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_passwordCheckBox_toggled" />
+      <keyword name="SvnDialog.on_sendButton_clicked" id="SvnDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_sendButton_clicked" />
+      <keyword name="SvnDialog.startProcess" id="SvnDialog.startProcess" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.startProcess" />
+      <keyword name="SvnCommitDialog (Module)" id="SvnCommitDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html" />
+      <keyword name="SvnCommitDialog" id="SvnCommitDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog" />
+      <keyword name="SvnCommitDialog (Constructor)" id="SvnCommitDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.__init__" />
+      <keyword name="SvnCommitDialog.changelistsData" id="SvnCommitDialog.changelistsData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.changelistsData" />
+      <keyword name="SvnCommitDialog.hasChangelists" id="SvnCommitDialog.hasChangelists" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.hasChangelists" />
+      <keyword name="SvnCommitDialog.logMessage" id="SvnCommitDialog.logMessage" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.logMessage" />
+      <keyword name="SvnCommitDialog.on_buttonBox_accepted" id="SvnCommitDialog.on_buttonBox_accepted" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_accepted" />
+      <keyword name="SvnCommitDialog.on_buttonBox_clicked" id="SvnCommitDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_clicked" />
+      <keyword name="SvnCommitDialog.on_buttonBox_rejected" id="SvnCommitDialog.on_buttonBox_rejected" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_rejected" />
+      <keyword name="SvnCommitDialog.on_recentComboBox_activated" id="SvnCommitDialog.on_recentComboBox_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_recentComboBox_activated" />
+      <keyword name="SvnCommitDialog.showEvent" id="SvnCommitDialog.showEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.showEvent" />
+      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.Config.html" />
+      <keyword name="SvnOptionsDialog (Module)" id="SvnOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html" />
+      <keyword name="SvnOptionsDialog" id="SvnOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog" />
+      <keyword name="SvnOptionsDialog (Constructor)" id="SvnOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.__init__" />
+      <keyword name="SvnOptionsDialog.getData" id="SvnOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.getData" />
+      <keyword name="SvnOptionsDialog.on_protocolCombo_activated" id="SvnOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.on_protocolCombo_activated" />
+      <keyword name="SvnOptionsDialog.on_vcsUrlButton_clicked" id="SvnOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlButton_clicked" />
+      <keyword name="SvnLogBrowserDialog (Module)" id="SvnLogBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html" />
+      <keyword name="SvnLogBrowserDialog" id="SvnLogBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog" />
+      <keyword name="SvnLogBrowserDialog (Constructor)" id="SvnLogBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__init__" />
+      <keyword name="SvnLogBrowserDialog.__diffRevisions" id="SvnLogBrowserDialog.__diffRevisions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__diffRevisions" />
+      <keyword name="SvnLogBrowserDialog.__filterLogs" id="SvnLogBrowserDialog.__filterLogs" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__filterLogs" />
+      <keyword name="SvnLogBrowserDialog.__finish" id="SvnLogBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__finish" />
+      <keyword name="SvnLogBrowserDialog.__generateFileItem" id="SvnLogBrowserDialog.__generateFileItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateFileItem" />
+      <keyword name="SvnLogBrowserDialog.__generateLogItem" id="SvnLogBrowserDialog.__generateLogItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateLogItem" />
+      <keyword name="SvnLogBrowserDialog.__getLogEntries" id="SvnLogBrowserDialog.__getLogEntries" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__getLogEntries" />
+      <keyword name="SvnLogBrowserDialog.__procFinished" id="SvnLogBrowserDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__procFinished" />
+      <keyword name="SvnLogBrowserDialog.__processBuffer" id="SvnLogBrowserDialog.__processBuffer" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__processBuffer" />
+      <keyword name="SvnLogBrowserDialog.__readStderr" id="SvnLogBrowserDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__readStderr" />
+      <keyword name="SvnLogBrowserDialog.__readStdout" id="SvnLogBrowserDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__readStdout" />
+      <keyword name="SvnLogBrowserDialog.__resizeColumnsFiles" id="SvnLogBrowserDialog.__resizeColumnsFiles" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsFiles" />
+      <keyword name="SvnLogBrowserDialog.__resizeColumnsLog" id="SvnLogBrowserDialog.__resizeColumnsLog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsLog" />
+      <keyword name="SvnLogBrowserDialog.__resortFiles" id="SvnLogBrowserDialog.__resortFiles" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortFiles" />
+      <keyword name="SvnLogBrowserDialog.__resortLog" id="SvnLogBrowserDialog.__resortLog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortLog" />
+      <keyword name="SvnLogBrowserDialog.closeEvent" id="SvnLogBrowserDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.closeEvent" />
+      <keyword name="SvnLogBrowserDialog.keyPressEvent" id="SvnLogBrowserDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.keyPressEvent" />
+      <keyword name="SvnLogBrowserDialog.on_buttonBox_clicked" id="SvnLogBrowserDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_buttonBox_clicked" />
+      <keyword name="SvnLogBrowserDialog.on_clearRxEditButton_clicked" id="SvnLogBrowserDialog.on_clearRxEditButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_clearRxEditButton_clicked" />
+      <keyword name="SvnLogBrowserDialog.on_diffPreviousButton_clicked" id="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffPreviousButton_clicked" />
+      <keyword name="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" id="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffRevisionsButton_clicked" />
+      <keyword name="SvnLogBrowserDialog.on_fieldCombo_activated" id="SvnLogBrowserDialog.on_fieldCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fieldCombo_activated" />
+      <keyword name="SvnLogBrowserDialog.on_fromDate_dateChanged" id="SvnLogBrowserDialog.on_fromDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fromDate_dateChanged" />
+      <keyword name="SvnLogBrowserDialog.on_input_returnPressed" id="SvnLogBrowserDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_input_returnPressed" />
+      <keyword name="SvnLogBrowserDialog.on_logTree_currentItemChanged" id="SvnLogBrowserDialog.on_logTree_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_currentItemChanged" />
+      <keyword name="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" id="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_itemSelectionChanged" />
+      <keyword name="SvnLogBrowserDialog.on_nextButton_clicked" id="SvnLogBrowserDialog.on_nextButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_nextButton_clicked" />
+      <keyword name="SvnLogBrowserDialog.on_passwordCheckBox_toggled" id="SvnLogBrowserDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_passwordCheckBox_toggled" />
+      <keyword name="SvnLogBrowserDialog.on_rxEdit_textChanged" id="SvnLogBrowserDialog.on_rxEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_rxEdit_textChanged" />
+      <keyword name="SvnLogBrowserDialog.on_sendButton_clicked" id="SvnLogBrowserDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_sendButton_clicked" />
+      <keyword name="SvnLogBrowserDialog.on_stopCheckBox_clicked" id="SvnLogBrowserDialog.on_stopCheckBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_stopCheckBox_clicked" />
+      <keyword name="SvnLogBrowserDialog.on_toDate_dateChanged" id="SvnLogBrowserDialog.on_toDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_toDate_dateChanged" />
+      <keyword name="SvnLogBrowserDialog.start" id="SvnLogBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.start" />
+      <keyword name="SvnTagBranchListDialog (Module)" id="SvnTagBranchListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html" />
+      <keyword name="SvnTagBranchListDialog" id="SvnTagBranchListDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog" />
+      <keyword name="SvnTagBranchListDialog (Constructor)" id="SvnTagBranchListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__init__" />
+      <keyword name="SvnTagBranchListDialog.__finish" id="SvnTagBranchListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__finish" />
+      <keyword name="SvnTagBranchListDialog.__generateItem" id="SvnTagBranchListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__generateItem" />
+      <keyword name="SvnTagBranchListDialog.__procFinished" id="SvnTagBranchListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__procFinished" />
+      <keyword name="SvnTagBranchListDialog.__readStderr" id="SvnTagBranchListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__readStderr" />
+      <keyword name="SvnTagBranchListDialog.__readStdout" id="SvnTagBranchListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__readStdout" />
+      <keyword name="SvnTagBranchListDialog.__resizeColumns" id="SvnTagBranchListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resizeColumns" />
+      <keyword name="SvnTagBranchListDialog.__resort" id="SvnTagBranchListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resort" />
+      <keyword name="SvnTagBranchListDialog.closeEvent" id="SvnTagBranchListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.closeEvent" />
+      <keyword name="SvnTagBranchListDialog.keyPressEvent" id="SvnTagBranchListDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.keyPressEvent" />
+      <keyword name="SvnTagBranchListDialog.on_buttonBox_clicked" id="SvnTagBranchListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_buttonBox_clicked" />
+      <keyword name="SvnTagBranchListDialog.on_input_returnPressed" id="SvnTagBranchListDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_input_returnPressed" />
+      <keyword name="SvnTagBranchListDialog.on_passwordCheckBox_toggled" id="SvnTagBranchListDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_passwordCheckBox_toggled" />
+      <keyword name="SvnTagBranchListDialog.on_sendButton_clicked" id="SvnTagBranchListDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_sendButton_clicked" />
+      <keyword name="SvnTagBranchListDialog.start" id="SvnTagBranchListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.start" />
+      <keyword name="SvnDiffDialog (Module)" id="SvnDiffDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html" />
+      <keyword name="SvnDiffDialog" id="SvnDiffDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog" />
+      <keyword name="SvnDiffDialog (Constructor)" id="SvnDiffDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__init__" />
+      <keyword name="SvnDiffDialog.__appendText" id="SvnDiffDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__appendText" />
+      <keyword name="SvnDiffDialog.__getVersionArg" id="SvnDiffDialog.__getVersionArg" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__getVersionArg" />
+      <keyword name="SvnDiffDialog.__procFinished" id="SvnDiffDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__procFinished" />
+      <keyword name="SvnDiffDialog.__readStderr" id="SvnDiffDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__readStderr" />
+      <keyword name="SvnDiffDialog.__readStdout" id="SvnDiffDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__readStdout" />
+      <keyword name="SvnDiffDialog.closeEvent" id="SvnDiffDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.closeEvent" />
+      <keyword name="SvnDiffDialog.keyPressEvent" id="SvnDiffDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.keyPressEvent" />
+      <keyword name="SvnDiffDialog.on_buttonBox_clicked" id="SvnDiffDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_buttonBox_clicked" />
+      <keyword name="SvnDiffDialog.on_input_returnPressed" id="SvnDiffDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_input_returnPressed" />
+      <keyword name="SvnDiffDialog.on_passwordCheckBox_toggled" id="SvnDiffDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_passwordCheckBox_toggled" />
+      <keyword name="SvnDiffDialog.on_saveButton_clicked" id="SvnDiffDialog.on_saveButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_saveButton_clicked" />
+      <keyword name="SvnDiffDialog.on_sendButton_clicked" id="SvnDiffDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_sendButton_clicked" />
+      <keyword name="SvnDiffDialog.start" id="SvnDiffDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.start" />
+      <keyword name="SvnCommandDialog (Module)" id="SvnCommandDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html" />
+      <keyword name="SvnCommandDialog" id="SvnCommandDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog" />
+      <keyword name="SvnCommandDialog (Constructor)" id="SvnCommandDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.__init__" />
+      <keyword name="SvnCommandDialog.getData" id="SvnCommandDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.getData" />
+      <keyword name="SvnCommandDialog.on_commandCombo_editTextChanged" id="SvnCommandDialog.on_commandCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.on_commandCombo_editTextChanged" />
+      <keyword name="SvnCommandDialog.on_dirButton_clicked" id="SvnCommandDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.on_dirButton_clicked" />
+      <keyword name="SvnSwitchDialog (Module)" id="SvnSwitchDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html" />
+      <keyword name="SvnSwitchDialog" id="SvnSwitchDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html#SvnSwitchDialog" />
+      <keyword name="SvnSwitchDialog (Constructor)" id="SvnSwitchDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html#SvnSwitchDialog.__init__" />
+      <keyword name="SvnSwitchDialog.getParameters" id="SvnSwitchDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html#SvnSwitchDialog.getParameters" />
+      <keyword name="vcsPySvn (Package)" id="vcsPySvn (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsPySvn.html" />
+      <keyword name="SvnRelocateDialog (Module)" id="SvnRelocateDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html" />
+      <keyword name="SvnRelocateDialog" id="SvnRelocateDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html#SvnRelocateDialog" />
+      <keyword name="SvnRelocateDialog (Constructor)" id="SvnRelocateDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html#SvnRelocateDialog.__init__" />
+      <keyword name="SvnRelocateDialog.getData" id="SvnRelocateDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html#SvnRelocateDialog.getData" />
+      <keyword name="SvnRevisionSelectionDialog (Module)" id="SvnRevisionSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html" />
+      <keyword name="SvnRevisionSelectionDialog" id="SvnRevisionSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog" />
+      <keyword name="SvnRevisionSelectionDialog (Constructor)" id="SvnRevisionSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__init__" />
+      <keyword name="SvnRevisionSelectionDialog.__getRevision" id="SvnRevisionSelectionDialog.__getRevision" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__getRevision" />
+      <keyword name="SvnRevisionSelectionDialog.getRevisions" id="SvnRevisionSelectionDialog.getRevisions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.getRevisions" />
+      <keyword name="SvnPropListDialog (Module)" id="SvnPropListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html" />
+      <keyword name="SvnPropListDialog" id="SvnPropListDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog" />
+      <keyword name="SvnPropListDialog (Constructor)" id="SvnPropListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__init__" />
+      <keyword name="SvnPropListDialog.__finish" id="SvnPropListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__finish" />
+      <keyword name="SvnPropListDialog.__generateItem" id="SvnPropListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__generateItem" />
+      <keyword name="SvnPropListDialog.__resizeColumns" id="SvnPropListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__resizeColumns" />
+      <keyword name="SvnPropListDialog.__resort" id="SvnPropListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__resort" />
+      <keyword name="SvnPropListDialog.__showError" id="SvnPropListDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__showError" />
+      <keyword name="SvnPropListDialog.on_buttonBox_clicked" id="SvnPropListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.on_buttonBox_clicked" />
+      <keyword name="SvnPropListDialog.start" id="SvnPropListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.start" />
+      <keyword name="SvnBlameDialog (Module)" id="SvnBlameDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html" />
+      <keyword name="SvnBlameDialog" id="SvnBlameDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog" />
+      <keyword name="SvnBlameDialog (Constructor)" id="SvnBlameDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__init__" />
+      <keyword name="SvnBlameDialog.__finish" id="SvnBlameDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__finish" />
+      <keyword name="SvnBlameDialog.__generateItem" id="SvnBlameDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__generateItem" />
+      <keyword name="SvnBlameDialog.__resizeColumns" id="SvnBlameDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__resizeColumns" />
+      <keyword name="SvnBlameDialog.__showError" id="SvnBlameDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__showError" />
+      <keyword name="SvnBlameDialog.on_buttonBox_clicked" id="SvnBlameDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.on_buttonBox_clicked" />
+      <keyword name="SvnBlameDialog.start" id="SvnBlameDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.start" />
+      <keyword name="SvnStatusMonitorThread (Module)" id="SvnStatusMonitorThread (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html" />
+      <keyword name="SvnStatusMonitorThread" id="SvnStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread" />
+      <keyword name="SvnStatusMonitorThread (Constructor)" id="SvnStatusMonitorThread (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__init__" />
+      <keyword name="SvnStatusMonitorThread.__clientLoginCallback" id="SvnStatusMonitorThread.__clientLoginCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__clientLoginCallback" />
+      <keyword name="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" id="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" />
+      <keyword name="SvnStatusMonitorThread._performMonitor" id="SvnStatusMonitorThread._performMonitor" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread._performMonitor" />
+      <keyword name="SvnUrlSelectionDialog (Module)" id="SvnUrlSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html" />
+      <keyword name="SvnUrlSelectionDialog" id="SvnUrlSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog" />
+      <keyword name="SvnUrlSelectionDialog (Constructor)" id="SvnUrlSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__init__" />
+      <keyword name="SvnUrlSelectionDialog.__changeLabelCombo" id="SvnUrlSelectionDialog.__changeLabelCombo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__changeLabelCombo" />
+      <keyword name="SvnUrlSelectionDialog.getURLs" id="SvnUrlSelectionDialog.getURLs" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.getURLs" />
+      <keyword name="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" />
+      <keyword name="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" />
+      <keyword name="SvnStatusDialog (Module)" id="SvnStatusDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html" />
+      <keyword name="SvnStatusDialog" id="SvnStatusDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog" />
+      <keyword name="SvnStatusDialog (Constructor)" id="SvnStatusDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__init__" />
+      <keyword name="SvnStatusDialog.__add" id="SvnStatusDialog.__add" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__add" />
+      <keyword name="SvnStatusDialog.__addToChangelist" id="SvnStatusDialog.__addToChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__addToChangelist" />
+      <keyword name="SvnStatusDialog.__breakLock" id="SvnStatusDialog.__breakLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__breakLock" />
+      <keyword name="SvnStatusDialog.__commit" id="SvnStatusDialog.__commit" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__commit" />
+      <keyword name="SvnStatusDialog.__committed" id="SvnStatusDialog.__committed" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__committed" />
+      <keyword name="SvnStatusDialog.__finish" id="SvnStatusDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__finish" />
+      <keyword name="SvnStatusDialog.__generateItem" id="SvnStatusDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__generateItem" />
+      <keyword name="SvnStatusDialog.__getChangelistItems" id="SvnStatusDialog.__getChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getChangelistItems" />
+      <keyword name="SvnStatusDialog.__getLockActionItems" id="SvnStatusDialog.__getLockActionItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getLockActionItems" />
+      <keyword name="SvnStatusDialog.__getModifiedItems" id="SvnStatusDialog.__getModifiedItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getModifiedItems" />
+      <keyword name="SvnStatusDialog.__getNonChangelistItems" id="SvnStatusDialog.__getNonChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getNonChangelistItems" />
+      <keyword name="SvnStatusDialog.__getUnversionedItems" id="SvnStatusDialog.__getUnversionedItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getUnversionedItems" />
+      <keyword name="SvnStatusDialog.__lock" id="SvnStatusDialog.__lock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__lock" />
+      <keyword name="SvnStatusDialog.__removeFromChangelist" id="SvnStatusDialog.__removeFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__removeFromChangelist" />
+      <keyword name="SvnStatusDialog.__resizeColumns" id="SvnStatusDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__resizeColumns" />
+      <keyword name="SvnStatusDialog.__resort" id="SvnStatusDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__resort" />
+      <keyword name="SvnStatusDialog.__revert" id="SvnStatusDialog.__revert" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__revert" />
+      <keyword name="SvnStatusDialog.__showContextMenu" id="SvnStatusDialog.__showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__showContextMenu" />
+      <keyword name="SvnStatusDialog.__showError" id="SvnStatusDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__showError" />
+      <keyword name="SvnStatusDialog.__stealLock" id="SvnStatusDialog.__stealLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__stealLock" />
+      <keyword name="SvnStatusDialog.__unlock" id="SvnStatusDialog.__unlock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__unlock" />
+      <keyword name="SvnStatusDialog.on_buttonBox_clicked" id="SvnStatusDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_buttonBox_clicked" />
+      <keyword name="SvnStatusDialog.on_refreshButton_clicked" id="SvnStatusDialog.on_refreshButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_refreshButton_clicked" />
+      <keyword name="SvnStatusDialog.start" id="SvnStatusDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.start" />
+      <keyword name="SvnDialogMixin (Module)" id="SvnDialogMixin (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html" />
+      <keyword name="SvnDialogMixin" id="SvnDialogMixin" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin" />
+      <keyword name="SvnDialogMixin (Constructor)" id="SvnDialogMixin (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin.__init__" />
+      <keyword name="SvnDialogMixin._cancel" id="SvnDialogMixin._cancel" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._cancel" />
+      <keyword name="SvnDialogMixin._clientCancelCallback" id="SvnDialogMixin._clientCancelCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientCancelCallback" />
+      <keyword name="SvnDialogMixin._clientLogCallback" id="SvnDialogMixin._clientLogCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientLogCallback" />
+      <keyword name="SvnDialogMixin._clientLoginCallback" id="SvnDialogMixin._clientLoginCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientLoginCallback" />
+      <keyword name="SvnDialogMixin._clientSslServerTrustPromptCallback" id="SvnDialogMixin._clientSslServerTrustPromptCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientSslServerTrustPromptCallback" />
+      <keyword name="SvnDialogMixin._reset" id="SvnDialogMixin._reset" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._reset" />
+      <keyword name="subversion (Module)" id="subversion (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html" />
+      <keyword name="Subversion" id="Subversion" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion" />
+      <keyword name="Subversion (Constructor)" id="Subversion (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.__init__" />
+      <keyword name="Subversion.__svnURL" id="Subversion.__svnURL" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.__svnURL" />
+      <keyword name="Subversion.__vcsCommit_Step2" id="Subversion.__vcsCommit_Step2" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.__vcsCommit_Step2" />
+      <keyword name="Subversion._createStatusMonitorThread" id="Subversion._createStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion._createStatusMonitorThread" />
+      <keyword name="Subversion.clearStatusCache" id="Subversion.clearStatusCache" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.clearStatusCache" />
+      <keyword name="Subversion.getClient" id="Subversion.getClient" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.getClient" />
+      <keyword name="Subversion.getPlugin" id="Subversion.getPlugin" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.getPlugin" />
+      <keyword name="Subversion.svnAddToChangelist" id="Subversion.svnAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnAddToChangelist" />
+      <keyword name="Subversion.svnBlame" id="Subversion.svnBlame" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnBlame" />
+      <keyword name="Subversion.svnCopy" id="Subversion.svnCopy" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnCopy" />
+      <keyword name="Subversion.svnDelProp" id="Subversion.svnDelProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnDelProp" />
+      <keyword name="Subversion.svnExtendedDiff" id="Subversion.svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnExtendedDiff" />
+      <keyword name="Subversion.svnGetReposName" id="Subversion.svnGetReposName" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnGetReposName" />
+      <keyword name="Subversion.svnInfo" id="Subversion.svnInfo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnInfo" />
+      <keyword name="Subversion.svnListProps" id="Subversion.svnListProps" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnListProps" />
+      <keyword name="Subversion.svnListTagBranch" id="Subversion.svnListTagBranch" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnListTagBranch" />
+      <keyword name="Subversion.svnLock" id="Subversion.svnLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnLock" />
+      <keyword name="Subversion.svnLogBrowser" id="Subversion.svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnLogBrowser" />
+      <keyword name="Subversion.svnLogLimited" id="Subversion.svnLogLimited" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnLogLimited" />
+      <keyword name="Subversion.svnNormalizeURL" id="Subversion.svnNormalizeURL" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnNormalizeURL" />
+      <keyword name="Subversion.svnRelocate" id="Subversion.svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnRelocate" />
+      <keyword name="Subversion.svnRemoveFromChangelist" id="Subversion.svnRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnRemoveFromChangelist" />
+      <keyword name="Subversion.svnRepoBrowser" id="Subversion.svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnRepoBrowser" />
+      <keyword name="Subversion.svnResolve" id="Subversion.svnResolve" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnResolve" />
+      <keyword name="Subversion.svnSetProp" id="Subversion.svnSetProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnSetProp" />
+      <keyword name="Subversion.svnUnlock" id="Subversion.svnUnlock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnUnlock" />
+      <keyword name="Subversion.svnUrlDiff" id="Subversion.svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnUrlDiff" />
+      <keyword name="Subversion.vcsAdd" id="Subversion.vcsAdd" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAdd" />
+      <keyword name="Subversion.vcsAddBinary" id="Subversion.vcsAddBinary" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAddBinary" />
+      <keyword name="Subversion.vcsAddTree" id="Subversion.vcsAddTree" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAddTree" />
+      <keyword name="Subversion.vcsAllRegisteredStates" id="Subversion.vcsAllRegisteredStates" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAllRegisteredStates" />
+      <keyword name="Subversion.vcsCheckout" id="Subversion.vcsCheckout" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCheckout" />
+      <keyword name="Subversion.vcsCleanup" id="Subversion.vcsCleanup" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCleanup" />
+      <keyword name="Subversion.vcsCommandLine" id="Subversion.vcsCommandLine" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCommandLine" />
+      <keyword name="Subversion.vcsCommit" id="Subversion.vcsCommit" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCommit" />
+      <keyword name="Subversion.vcsConvertProject" id="Subversion.vcsConvertProject" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsConvertProject" />
+      <keyword name="Subversion.vcsDiff" id="Subversion.vcsDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsDiff" />
+      <keyword name="Subversion.vcsExists" id="Subversion.vcsExists" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsExists" />
+      <keyword name="Subversion.vcsExport" id="Subversion.vcsExport" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsExport" />
+      <keyword name="Subversion.vcsGetProjectBrowserHelper" id="Subversion.vcsGetProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsGetProjectBrowserHelper" />
+      <keyword name="Subversion.vcsGetProjectHelper" id="Subversion.vcsGetProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsGetProjectHelper" />
+      <keyword name="Subversion.vcsImport" id="Subversion.vcsImport" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsImport" />
+      <keyword name="Subversion.vcsInit" id="Subversion.vcsInit" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsInit" />
+      <keyword name="Subversion.vcsLog" id="Subversion.vcsLog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsLog" />
+      <keyword name="Subversion.vcsMerge" id="Subversion.vcsMerge" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsMerge" />
+      <keyword name="Subversion.vcsMove" id="Subversion.vcsMove" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsMove" />
+      <keyword name="Subversion.vcsName" id="Subversion.vcsName" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsName" />
+      <keyword name="Subversion.vcsNewProjectOptionsDialog" id="Subversion.vcsNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsNewProjectOptionsDialog" />
+      <keyword name="Subversion.vcsOptionsDialog" id="Subversion.vcsOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsOptionsDialog" />
+      <keyword name="Subversion.vcsRegisteredState" id="Subversion.vcsRegisteredState" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRegisteredState" />
+      <keyword name="Subversion.vcsRemove" id="Subversion.vcsRemove" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRemove" />
+      <keyword name="Subversion.vcsRepositoryInfos" id="Subversion.vcsRepositoryInfos" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRepositoryInfos" />
+      <keyword name="Subversion.vcsRevert" id="Subversion.vcsRevert" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRevert" />
+      <keyword name="Subversion.vcsShutdown" id="Subversion.vcsShutdown" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsShutdown" />
+      <keyword name="Subversion.vcsStatus" id="Subversion.vcsStatus" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsStatus" />
+      <keyword name="Subversion.vcsSwitch" id="Subversion.vcsSwitch" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsSwitch" />
+      <keyword name="Subversion.vcsTag" id="Subversion.vcsTag" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsTag" />
+      <keyword name="Subversion.vcsUpdate" id="Subversion.vcsUpdate" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsUpdate" />
+      <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html" />
+      <keyword name="SvnProjectHelper" id="SvnProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper" />
+      <keyword name="SvnProjectHelper (Constructor)" id="SvnProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__init__" />
+      <keyword name="SvnProjectHelper.__svnBranchList" id="SvnProjectHelper.__svnBranchList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnBranchList" />
+      <keyword name="SvnProjectHelper.__svnConfigure" id="SvnProjectHelper.__svnConfigure" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnConfigure" />
+      <keyword name="SvnProjectHelper.__svnExtendedDiff" id="SvnProjectHelper.__svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnExtendedDiff" />
+      <keyword name="SvnProjectHelper.__svnInfo" id="SvnProjectHelper.__svnInfo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnInfo" />
+      <keyword name="SvnProjectHelper.__svnLogBrowser" id="SvnProjectHelper.__svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnLogBrowser" />
+      <keyword name="SvnProjectHelper.__svnLogLimited" id="SvnProjectHelper.__svnLogLimited" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnLogLimited" />
+      <keyword name="SvnProjectHelper.__svnPropDel" id="SvnProjectHelper.__svnPropDel" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnPropDel" />
+      <keyword name="SvnProjectHelper.__svnPropList" id="SvnProjectHelper.__svnPropList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnPropList" />
+      <keyword name="SvnProjectHelper.__svnPropSet" id="SvnProjectHelper.__svnPropSet" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnPropSet" />
+      <keyword name="SvnProjectHelper.__svnRelocate" id="SvnProjectHelper.__svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnRelocate" />
+      <keyword name="SvnProjectHelper.__svnRepoBrowser" id="SvnProjectHelper.__svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnRepoBrowser" />
+      <keyword name="SvnProjectHelper.__svnResolve" id="SvnProjectHelper.__svnResolve" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnResolve" />
+      <keyword name="SvnProjectHelper.__svnTagList" id="SvnProjectHelper.__svnTagList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnTagList" />
+      <keyword name="SvnProjectHelper.__svnUrlDiff" id="SvnProjectHelper.__svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnUrlDiff" />
+      <keyword name="SvnProjectHelper.getActions" id="SvnProjectHelper.getActions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.getActions" />
+      <keyword name="SvnProjectHelper.initActions" id="SvnProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.initActions" />
+      <keyword name="SvnProjectHelper.initMenu" id="SvnProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.initMenu" />
+      <keyword name="SvnTagDialog (Module)" id="SvnTagDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html" />
+      <keyword name="SvnTagDialog" id="SvnTagDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog" />
+      <keyword name="SvnTagDialog (Constructor)" id="SvnTagDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog.__init__" />
+      <keyword name="SvnTagDialog.getParameters" id="SvnTagDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog.getParameters" />
+      <keyword name="SvnTagDialog.on_tagCombo_editTextChanged" id="SvnTagDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog.on_tagCombo_editTextChanged" />
+      <keyword name="SvnInfoDialog (Module)" id="SvnInfoDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html" />
+      <keyword name="SvnInfoDialog" id="SvnInfoDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog" />
+      <keyword name="SvnInfoDialog (Constructor)" id="SvnInfoDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog.__init__" />
+      <keyword name="SvnInfoDialog.__showError" id="SvnInfoDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog.__showError" />
+      <keyword name="SvnInfoDialog.start" id="SvnInfoDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog.start" />
+      <keyword name="SvnUtilities (Module)" id="SvnUtilities (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html" />
+      <keyword name="dateFromTime_t" id="dateFromTime_t" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#dateFromTime_t" />
+      <keyword name="formatTime" id="formatTime" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#formatTime" />
+      <keyword name="getConfigPath" id="getConfigPath" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#getConfigPath" />
+      <keyword name="getServersPath" id="getServersPath" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#getServersPath" />
+      <keyword name="SvnRepoBrowserDialog (Module)" id="SvnRepoBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html" />
+      <keyword name="SvnRepoBrowserDialog" id="SvnRepoBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog" />
+      <keyword name="SvnRepoBrowserDialog (Constructor)" id="SvnRepoBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__init__" />
+      <keyword name="SvnRepoBrowserDialog.__generateItem" id="SvnRepoBrowserDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__generateItem" />
+      <keyword name="SvnRepoBrowserDialog.__listRepo" id="SvnRepoBrowserDialog.__listRepo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__listRepo" />
+      <keyword name="SvnRepoBrowserDialog.__normalizeUrl" id="SvnRepoBrowserDialog.__normalizeUrl" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__normalizeUrl" />
+      <keyword name="SvnRepoBrowserDialog.__resizeColumns" id="SvnRepoBrowserDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resizeColumns" />
+      <keyword name="SvnRepoBrowserDialog.__resort" id="SvnRepoBrowserDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resort" />
+      <keyword name="SvnRepoBrowserDialog.__showError" id="SvnRepoBrowserDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__showError" />
+      <keyword name="SvnRepoBrowserDialog.accept" id="SvnRepoBrowserDialog.accept" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.accept" />
+      <keyword name="SvnRepoBrowserDialog.getSelectedUrl" id="SvnRepoBrowserDialog.getSelectedUrl" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.getSelectedUrl" />
+      <keyword name="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" id="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemCollapsed" />
+      <keyword name="SvnRepoBrowserDialog.on_repoTree_itemExpanded" id="SvnRepoBrowserDialog.on_repoTree_itemExpanded" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemExpanded" />
+      <keyword name="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" id="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" />
+      <keyword name="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" id="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" />
+      <keyword name="SvnRepoBrowserDialog.start" id="SvnRepoBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.start" />
+      <keyword name="SvnLogDialog (Module)" id="SvnLogDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html" />
+      <keyword name="SvnLogDialog" id="SvnLogDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog" />
+      <keyword name="SvnLogDialog (Constructor)" id="SvnLogDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__init__" />
+      <keyword name="SvnLogDialog.__finish" id="SvnLogDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__finish" />
+      <keyword name="SvnLogDialog.__showError" id="SvnLogDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__showError" />
+      <keyword name="SvnLogDialog.__sourceChanged" id="SvnLogDialog.__sourceChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__sourceChanged" />
+      <keyword name="SvnLogDialog.on_buttonBox_clicked" id="SvnLogDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.on_buttonBox_clicked" />
+      <keyword name="SvnLogDialog.start" id="SvnLogDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.start" />
+      <keyword name="SvnPropSetDialog (Module)" id="SvnPropSetDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html" />
+      <keyword name="SvnPropSetDialog" id="SvnPropSetDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html#SvnPropSetDialog" />
+      <keyword name="SvnPropSetDialog (Constructor)" id="SvnPropSetDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html#SvnPropSetDialog.__init__" />
+      <keyword name="SvnPropSetDialog.getData" id="SvnPropSetDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html#SvnPropSetDialog.getData" />
+      <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html" />
+      <keyword name="SvnProjectBrowserHelper" id="SvnProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper" />
+      <keyword name="SvnProjectBrowserHelper (Constructor)" id="SvnProjectBrowserHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__init__" />
+      <keyword name="SvnProjectBrowserHelper.__SVNAddToChangelist" id="SvnProjectBrowserHelper.__SVNAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNAddToChangelist" />
+      <keyword name="SvnProjectBrowserHelper.__SVNBlame" id="SvnProjectBrowserHelper.__SVNBlame" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBlame" />
+      <keyword name="SvnProjectBrowserHelper.__SVNBreakLock" id="SvnProjectBrowserHelper.__SVNBreakLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBreakLock" />
+      <keyword name="SvnProjectBrowserHelper.__SVNConfigure" id="SvnProjectBrowserHelper.__SVNConfigure" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNConfigure" />
+      <keyword name="SvnProjectBrowserHelper.__SVNCopy" id="SvnProjectBrowserHelper.__SVNCopy" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNCopy" />
+      <keyword name="SvnProjectBrowserHelper.__SVNDelProp" id="SvnProjectBrowserHelper.__SVNDelProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNDelProp" />
+      <keyword name="SvnProjectBrowserHelper.__SVNExtendedDiff" id="SvnProjectBrowserHelper.__SVNExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNExtendedDiff" />
+      <keyword name="SvnProjectBrowserHelper.__SVNInfo" id="SvnProjectBrowserHelper.__SVNInfo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNInfo" />
+      <keyword name="SvnProjectBrowserHelper.__SVNListProps" id="SvnProjectBrowserHelper.__SVNListProps" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNListProps" />
+      <keyword name="SvnProjectBrowserHelper.__SVNLock" id="SvnProjectBrowserHelper.__SVNLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLock" />
+      <keyword name="SvnProjectBrowserHelper.__SVNLogBrowser" id="SvnProjectBrowserHelper.__SVNLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLogBrowser" />
+      <keyword name="SvnProjectBrowserHelper.__SVNLogLimited" id="SvnProjectBrowserHelper.__SVNLogLimited" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLogLimited" />
+      <keyword name="SvnProjectBrowserHelper.__SVNMove" id="SvnProjectBrowserHelper.__SVNMove" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNMove" />
+      <keyword name="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" id="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNRemoveFromChangelist" />
+      <keyword name="SvnProjectBrowserHelper.__SVNResolve" id="SvnProjectBrowserHelper.__SVNResolve" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNResolve" />
+      <keyword name="SvnProjectBrowserHelper.__SVNSetProp" id="SvnProjectBrowserHelper.__SVNSetProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNSetProp" />
+      <keyword name="SvnProjectBrowserHelper.__SVNStealLock" id="SvnProjectBrowserHelper.__SVNStealLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNStealLock" />
+      <keyword name="SvnProjectBrowserHelper.__SVNUnlock" id="SvnProjectBrowserHelper.__SVNUnlock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUnlock" />
+      <keyword name="SvnProjectBrowserHelper.__SVNUrlDiff" id="SvnProjectBrowserHelper.__SVNUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUrlDiff" />
+      <keyword name="SvnProjectBrowserHelper.__itemsHaveFiles" id="SvnProjectBrowserHelper.__itemsHaveFiles" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__itemsHaveFiles" />
+      <keyword name="SvnProjectBrowserHelper._addVCSMenu" id="SvnProjectBrowserHelper._addVCSMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenu" />
+      <keyword name="SvnProjectBrowserHelper._addVCSMenuBack" id="SvnProjectBrowserHelper._addVCSMenuBack" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuBack" />
+      <keyword name="SvnProjectBrowserHelper._addVCSMenuDir" id="SvnProjectBrowserHelper._addVCSMenuDir" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDir" />
+      <keyword name="SvnProjectBrowserHelper._addVCSMenuDirMulti" id="SvnProjectBrowserHelper._addVCSMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDirMulti" />
+      <keyword name="SvnProjectBrowserHelper._addVCSMenuMulti" id="SvnProjectBrowserHelper._addVCSMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuMulti" />
+      <keyword name="SvnProjectBrowserHelper.showContextMenu" id="SvnProjectBrowserHelper.showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenu" />
+      <keyword name="SvnProjectBrowserHelper.showContextMenuDir" id="SvnProjectBrowserHelper.showContextMenuDir" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDir" />
+      <keyword name="SvnProjectBrowserHelper.showContextMenuDirMulti" id="SvnProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDirMulti" />
+      <keyword name="SvnProjectBrowserHelper.showContextMenuMulti" id="SvnProjectBrowserHelper.showContextMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuMulti" />
+      <keyword name="SvnMergeDialog (Module)" id="SvnMergeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html" />
+      <keyword name="SvnMergeDialog" id="SvnMergeDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog" />
+      <keyword name="SvnMergeDialog (Constructor)" id="SvnMergeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.__init__" />
+      <keyword name="SvnMergeDialog.__enableOkButton" id="SvnMergeDialog.__enableOkButton" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.__enableOkButton" />
+      <keyword name="SvnMergeDialog.getParameters" id="SvnMergeDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.getParameters" />
+      <keyword name="SvnMergeDialog.on_tag1Combo_editTextChanged" id="SvnMergeDialog.on_tag1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.on_tag1Combo_editTextChanged" />
+      <keyword name="SvnMergeDialog.on_tag2Combo_editTextChanged" id="SvnMergeDialog.on_tag2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.on_tag2Combo_editTextChanged" />
+      <keyword name="SvnCopyDialog (Module)" id="SvnCopyDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html" />
+      <keyword name="SvnCopyDialog" id="SvnCopyDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog" />
+      <keyword name="SvnCopyDialog (Constructor)" id="SvnCopyDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.__init__" />
+      <keyword name="SvnCopyDialog.getData" id="SvnCopyDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.getData" />
+      <keyword name="SvnCopyDialog.on_dirButton_clicked" id="SvnCopyDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.on_dirButton_clicked" />
+      <keyword name="SvnNewProjectOptionsDialog (Module)" id="SvnNewProjectOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html" />
+      <keyword name="SvnNewProjectOptionsDialog" id="SvnNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog" />
+      <keyword name="SvnNewProjectOptionsDialog (Constructor)" id="SvnNewProjectOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.__init__" />
+      <keyword name="SvnNewProjectOptionsDialog.getData" id="SvnNewProjectOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.getData" />
+      <keyword name="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" id="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" />
+      <keyword name="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" id="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_projectDirButton_clicked" />
+      <keyword name="SvnNewProjectOptionsDialog.on_protocolCombo_activated" id="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_protocolCombo_activated" />
+      <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" id="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" />
+      <keyword name="SvnDialog (Module)" id="SvnDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html" />
+      <keyword name="SvnDialog" id="SvnDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog" />
+      <keyword name="SvnDialog (Constructor)" id="SvnDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.__init__" />
+      <keyword name="SvnDialog._clientNotifyCallback" id="SvnDialog._clientNotifyCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog._clientNotifyCallback" />
+      <keyword name="SvnDialog.finish" id="SvnDialog.finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.finish" />
+      <keyword name="SvnDialog.hasAddOrDelete" id="SvnDialog.hasAddOrDelete" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.hasAddOrDelete" />
+      <keyword name="SvnDialog.on_buttonBox_clicked" id="SvnDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.on_buttonBox_clicked" />
+      <keyword name="SvnDialog.showError" id="SvnDialog.showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.showError" />
+      <keyword name="SvnDialog.showMessage" id="SvnDialog.showMessage" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.showMessage" />
+      <keyword name="SvnPropDelDialog (Module)" id="SvnPropDelDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html" />
+      <keyword name="SvnPropDelDialog" id="SvnPropDelDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog" />
+      <keyword name="SvnPropDelDialog (Constructor)" id="SvnPropDelDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog.__init__" />
+      <keyword name="SvnPropDelDialog.getData" id="SvnPropDelDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog.getData" />
+      <keyword name="SvnPropDelDialog.on_propNameEdit_textChanged" id="SvnPropDelDialog.on_propNameEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog.on_propNameEdit_textChanged" />
+      <keyword name="SvnCommitDialog (Module)" id="SvnCommitDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html" />
+      <keyword name="SvnCommitDialog" id="SvnCommitDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog" />
+      <keyword name="SvnCommitDialog (Constructor)" id="SvnCommitDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.__init__" />
+      <keyword name="SvnCommitDialog.changelistsData" id="SvnCommitDialog.changelistsData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.changelistsData" />
+      <keyword name="SvnCommitDialog.hasChangelists" id="SvnCommitDialog.hasChangelists" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.hasChangelists" />
+      <keyword name="SvnCommitDialog.logMessage" id="SvnCommitDialog.logMessage" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.logMessage" />
+      <keyword name="SvnCommitDialog.on_buttonBox_accepted" id="SvnCommitDialog.on_buttonBox_accepted" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_accepted" />
+      <keyword name="SvnCommitDialog.on_buttonBox_clicked" id="SvnCommitDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_clicked" />
+      <keyword name="SvnCommitDialog.on_buttonBox_rejected" id="SvnCommitDialog.on_buttonBox_rejected" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_rejected" />
+      <keyword name="SvnCommitDialog.on_recentComboBox_activated" id="SvnCommitDialog.on_recentComboBox_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_recentComboBox_activated" />
+      <keyword name="SvnCommitDialog.showEvent" id="SvnCommitDialog.showEvent" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.showEvent" />
+      <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.Config.html" />
+      <keyword name="SvnLoginDialog (Module)" id="SvnLoginDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html" />
+      <keyword name="SvnLoginDialog" id="SvnLoginDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html#SvnLoginDialog" />
+      <keyword name="SvnLoginDialog (Constructor)" id="SvnLoginDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html#SvnLoginDialog.__init__" />
+      <keyword name="SvnLoginDialog.getData" id="SvnLoginDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html#SvnLoginDialog.getData" />
+      <keyword name="SvnOptionsDialog (Module)" id="SvnOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html" />
+      <keyword name="SvnOptionsDialog" id="SvnOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog" />
+      <keyword name="SvnOptionsDialog (Constructor)" id="SvnOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.__init__" />
+      <keyword name="SvnOptionsDialog.getData" id="SvnOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.getData" />
+      <keyword name="SvnOptionsDialog.on_protocolCombo_activated" id="SvnOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.on_protocolCombo_activated" />
+      <keyword name="SvnOptionsDialog.on_vcsUrlButton_clicked" id="SvnOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlButton_clicked" />
+      <keyword name="SvnLogBrowserDialog (Module)" id="SvnLogBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html" />
+      <keyword name="SvnLogBrowserDialog" id="SvnLogBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog" />
+      <keyword name="SvnLogBrowserDialog (Constructor)" id="SvnLogBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__init__" />
+      <keyword name="SvnLogBrowserDialog.__diffRevisions" id="SvnLogBrowserDialog.__diffRevisions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__diffRevisions" />
+      <keyword name="SvnLogBrowserDialog.__filterLogs" id="SvnLogBrowserDialog.__filterLogs" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__filterLogs" />
+      <keyword name="SvnLogBrowserDialog.__finish" id="SvnLogBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__finish" />
+      <keyword name="SvnLogBrowserDialog.__generateFileItem" id="SvnLogBrowserDialog.__generateFileItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateFileItem" />
+      <keyword name="SvnLogBrowserDialog.__generateLogItem" id="SvnLogBrowserDialog.__generateLogItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateLogItem" />
+      <keyword name="SvnLogBrowserDialog.__getLogEntries" id="SvnLogBrowserDialog.__getLogEntries" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__getLogEntries" />
+      <keyword name="SvnLogBrowserDialog.__resizeColumnsFiles" id="SvnLogBrowserDialog.__resizeColumnsFiles" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsFiles" />
+      <keyword name="SvnLogBrowserDialog.__resizeColumnsLog" id="SvnLogBrowserDialog.__resizeColumnsLog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsLog" />
+      <keyword name="SvnLogBrowserDialog.__resortFiles" id="SvnLogBrowserDialog.__resortFiles" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortFiles" />
+      <keyword name="SvnLogBrowserDialog.__resortLog" id="SvnLogBrowserDialog.__resortLog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortLog" />
+      <keyword name="SvnLogBrowserDialog.__showError" id="SvnLogBrowserDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__showError" />
+      <keyword name="SvnLogBrowserDialog._reset" id="SvnLogBrowserDialog._reset" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog._reset" />
+      <keyword name="SvnLogBrowserDialog.on_buttonBox_clicked" id="SvnLogBrowserDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_buttonBox_clicked" />
+      <keyword name="SvnLogBrowserDialog.on_clearRxEditButton_clicked" id="SvnLogBrowserDialog.on_clearRxEditButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_clearRxEditButton_clicked" />
+      <keyword name="SvnLogBrowserDialog.on_diffPreviousButton_clicked" id="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffPreviousButton_clicked" />
+      <keyword name="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" id="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffRevisionsButton_clicked" />
+      <keyword name="SvnLogBrowserDialog.on_fieldCombo_activated" id="SvnLogBrowserDialog.on_fieldCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fieldCombo_activated" />
+      <keyword name="SvnLogBrowserDialog.on_fromDate_dateChanged" id="SvnLogBrowserDialog.on_fromDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fromDate_dateChanged" />
+      <keyword name="SvnLogBrowserDialog.on_logTree_currentItemChanged" id="SvnLogBrowserDialog.on_logTree_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_currentItemChanged" />
+      <keyword name="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" id="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_itemSelectionChanged" />
+      <keyword name="SvnLogBrowserDialog.on_nextButton_clicked" id="SvnLogBrowserDialog.on_nextButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_nextButton_clicked" />
+      <keyword name="SvnLogBrowserDialog.on_rxEdit_textChanged" id="SvnLogBrowserDialog.on_rxEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_rxEdit_textChanged" />
+      <keyword name="SvnLogBrowserDialog.on_stopCheckBox_clicked" id="SvnLogBrowserDialog.on_stopCheckBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_stopCheckBox_clicked" />
+      <keyword name="SvnLogBrowserDialog.on_toDate_dateChanged" id="SvnLogBrowserDialog.on_toDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_toDate_dateChanged" />
+      <keyword name="SvnLogBrowserDialog.start" id="SvnLogBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.start" />
+      <keyword name="SvnTagBranchListDialog (Module)" id="SvnTagBranchListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html" />
+      <keyword name="SvnTagBranchListDialog" id="SvnTagBranchListDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog" />
+      <keyword name="SvnTagBranchListDialog (Constructor)" id="SvnTagBranchListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__init__" />
+      <keyword name="SvnTagBranchListDialog.__finish" id="SvnTagBranchListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__finish" />
+      <keyword name="SvnTagBranchListDialog.__generateItem" id="SvnTagBranchListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__generateItem" />
+      <keyword name="SvnTagBranchListDialog.__resizeColumns" id="SvnTagBranchListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resizeColumns" />
+      <keyword name="SvnTagBranchListDialog.__resort" id="SvnTagBranchListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resort" />
+      <keyword name="SvnTagBranchListDialog.__showError" id="SvnTagBranchListDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__showError" />
+      <keyword name="SvnTagBranchListDialog.getTagList" id="SvnTagBranchListDialog.getTagList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.getTagList" />
+      <keyword name="SvnTagBranchListDialog.on_buttonBox_clicked" id="SvnTagBranchListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_buttonBox_clicked" />
+      <keyword name="SvnTagBranchListDialog.start" id="SvnTagBranchListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.start" />
+      <keyword name="SvnDiffDialog (Module)" id="SvnDiffDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html" />
+      <keyword name="SvnDiffDialog" id="SvnDiffDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog" />
+      <keyword name="SvnDiffDialog (Constructor)" id="SvnDiffDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__init__" />
+      <keyword name="SvnDiffDialog.__appendText" id="SvnDiffDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__appendText" />
+      <keyword name="SvnDiffDialog.__finish" id="SvnDiffDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__finish" />
+      <keyword name="SvnDiffDialog.__getDiffSummaryKind" id="SvnDiffDialog.__getDiffSummaryKind" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__getDiffSummaryKind" />
+      <keyword name="SvnDiffDialog.__getVersionArg" id="SvnDiffDialog.__getVersionArg" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__getVersionArg" />
+      <keyword name="SvnDiffDialog.__showError" id="SvnDiffDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__showError" />
+      <keyword name="SvnDiffDialog.on_buttonBox_clicked" id="SvnDiffDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.on_buttonBox_clicked" />
+      <keyword name="SvnDiffDialog.on_saveButton_clicked" id="SvnDiffDialog.on_saveButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.on_saveButton_clicked" />
+      <keyword name="SvnDiffDialog.start" id="SvnDiffDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.start" />
+      <keyword name="SvnCommandDialog (Module)" id="SvnCommandDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html" />
+      <keyword name="SvnCommandDialog" id="SvnCommandDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog" />
+      <keyword name="SvnCommandDialog (Constructor)" id="SvnCommandDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.__init__" />
+      <keyword name="SvnCommandDialog.getData" id="SvnCommandDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.getData" />
+      <keyword name="SvnCommandDialog.on_commandCombo_editTextChanged" id="SvnCommandDialog.on_commandCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.on_commandCombo_editTextChanged" />
+      <keyword name="SvnCommandDialog.on_dirButton_clicked" id="SvnCommandDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.on_dirButton_clicked" />
+      <keyword name="SvnSwitchDialog (Module)" id="SvnSwitchDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html" />
+      <keyword name="SvnSwitchDialog" id="SvnSwitchDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html#SvnSwitchDialog" />
+      <keyword name="SvnSwitchDialog (Constructor)" id="SvnSwitchDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html#SvnSwitchDialog.__init__" />
+      <keyword name="SvnSwitchDialog.getParameters" id="SvnSwitchDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html#SvnSwitchDialog.getParameters" />
+      <keyword name="SvnConst (Module)" id="SvnConst (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnConst.html" />
+      <keyword name="ConfigurationPage (Package)" id="ConfigurationPage (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.html" />
+      <keyword name="MercurialPage (Module)" id="MercurialPage (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html" />
+      <keyword name="MercurialPage" id="MercurialPage" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage" />
+      <keyword name="MercurialPage (Constructor)" id="MercurialPage (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage.__init__" />
+      <keyword name="MercurialPage.on_configButton_clicked" id="MercurialPage.on_configButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage.on_configButton_clicked" />
+      <keyword name="MercurialPage.save" id="MercurialPage.save" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage.save" />
+      <keyword name="ConfigurationPage (Package)" id="ConfigurationPage (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.html" />
+      <keyword name="SubversionPage (Module)" id="SubversionPage (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html" />
+      <keyword name="SubversionPage" id="SubversionPage" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage" />
+      <keyword name="SubversionPage (Constructor)" id="SubversionPage (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.__init__" />
+      <keyword name="SubversionPage.on_configButton_clicked" id="SubversionPage.on_configButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.on_configButton_clicked" />
+      <keyword name="SubversionPage.on_serversButton_clicked" id="SubversionPage.on_serversButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.on_serversButton_clicked" />
+      <keyword name="SubversionPage.save" id="SubversionPage.save" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.save" />
+      <keyword name="ConfigurationPage (Package)" id="ConfigurationPage (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.html" />
+      <keyword name="SubversionPage (Module)" id="SubversionPage (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html" />
+      <keyword name="SubversionPage" id="SubversionPage" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage" />
+      <keyword name="SubversionPage (Constructor)" id="SubversionPage (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.__init__" />
+      <keyword name="SubversionPage.on_configButton_clicked" id="SubversionPage.on_configButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.on_configButton_clicked" />
+      <keyword name="SubversionPage.on_serversButton_clicked" id="SubversionPage.on_serversButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.on_serversButton_clicked" />
+      <keyword name="SubversionPage.save" id="SubversionPage.save" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.save" />
+      <keyword name="SyntaxChecker (Package)" id="SyntaxChecker (Package)" ref="index-eric5.Plugins.CheckerPlugins.SyntaxChecker.html" />
+      <keyword name="SyntaxCheckerDialog (Module)" id="SyntaxCheckerDialog (Module)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html" />
+      <keyword name="SyntaxCheckerDialog" id="SyntaxCheckerDialog" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog" />
+      <keyword name="SyntaxCheckerDialog (Constructor)" id="SyntaxCheckerDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__init__" />
+      <keyword name="SyntaxCheckerDialog.__clearErrors" id="SyntaxCheckerDialog.__clearErrors" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__clearErrors" />
+      <keyword name="SyntaxCheckerDialog.__createResultItem" id="SyntaxCheckerDialog.__createResultItem" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__createResultItem" />
+      <keyword name="SyntaxCheckerDialog.__finish" id="SyntaxCheckerDialog.__finish" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__finish" />
+      <keyword name="SyntaxCheckerDialog.__resort" id="SyntaxCheckerDialog.__resort" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__resort" />
+      <keyword name="SyntaxCheckerDialog.on_buttonBox_clicked" id="SyntaxCheckerDialog.on_buttonBox_clicked" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.on_buttonBox_clicked" />
+      <keyword name="SyntaxCheckerDialog.on_resultList_itemActivated" id="SyntaxCheckerDialog.on_resultList_itemActivated" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.on_resultList_itemActivated" />
+      <keyword name="SyntaxCheckerDialog.on_showButton_clicked" id="SyntaxCheckerDialog.on_showButton_clicked" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.on_showButton_clicked" />
+      <keyword name="SyntaxCheckerDialog.start" id="SyntaxCheckerDialog.start" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.start" />
+      <keyword name="Tabnanny (Package)" id="Tabnanny (Package)" ref="index-eric5.Plugins.CheckerPlugins.Tabnanny.html" />
+      <keyword name="TabnannyDialog (Module)" id="TabnannyDialog (Module)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html" />
+      <keyword name="TabnannyDialog" id="TabnannyDialog" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog" />
+      <keyword name="TabnannyDialog (Constructor)" id="TabnannyDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__init__" />
+      <keyword name="TabnannyDialog.__createResultItem" id="TabnannyDialog.__createResultItem" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__createResultItem" />
+      <keyword name="TabnannyDialog.__finish" id="TabnannyDialog.__finish" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__finish" />
+      <keyword name="TabnannyDialog.__resort" id="TabnannyDialog.__resort" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__resort" />
+      <keyword name="TabnannyDialog.on_buttonBox_clicked" id="TabnannyDialog.on_buttonBox_clicked" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.on_buttonBox_clicked" />
+      <keyword name="TabnannyDialog.on_resultList_itemActivated" id="TabnannyDialog.on_resultList_itemActivated" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.on_resultList_itemActivated" />
+      <keyword name="TabnannyDialog.start" id="TabnannyDialog.start" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.start" />
+      <keyword name="Tabnanny (Module)" id="Tabnanny (Module)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html" />
+      <keyword name="NannyNag" id="NannyNag" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag" />
+      <keyword name="Whitespace" id="Whitespace" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace" />
+      <keyword name="check" id="check" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#check" />
+      <keyword name="format_witnesses" id="format_witnesses" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#format_witnesses" />
+      <keyword name="process_tokens" id="process_tokens" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#process_tokens" />
+      <keyword name="NannyNag (Constructor)" id="NannyNag (Constructor)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.__init__" />
+      <keyword name="NannyNag.get_line" id="NannyNag.get_line" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.get_line" />
+      <keyword name="NannyNag.get_lineno" id="NannyNag.get_lineno" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.get_lineno" />
+      <keyword name="NannyNag.get_msg" id="NannyNag.get_msg" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.get_msg" />
+      <keyword name="Whitespace (Constructor)" id="Whitespace (Constructor)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.__init__" />
+      <keyword name="Whitespace.equal" id="Whitespace.equal" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.equal" />
+      <keyword name="Whitespace.indent_level" id="Whitespace.indent_level" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.indent_level" />
+      <keyword name="Whitespace.less" id="Whitespace.less" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.less" />
+      <keyword name="Whitespace.longest_run_of_spaces" id="Whitespace.longest_run_of_spaces" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.longest_run_of_spaces" />
+      <keyword name="Whitespace.not_equal_witness" id="Whitespace.not_equal_witness" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.not_equal_witness" />
+      <keyword name="Whitespace.not_less_witness" id="Whitespace.not_less_witness" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.not_less_witness" />
+      <keyword name="Listspace (Package)" id="Listspace (Package)" ref="index-eric5.Plugins.ViewManagerPlugins.Listspace.html" />
+      <keyword name="Listspace (Module)" id="Listspace (Module)" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html" />
+      <keyword name="Listspace" id="Listspace" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace" />
+      <keyword name="StackedWidget" id="StackedWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget" />
+      <keyword name="Listspace (Constructor)" id="Listspace (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__init__" />
+      <keyword name="Listspace.__captionChange" id="Listspace.__captionChange" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__captionChange" />
+      <keyword name="Listspace.__contextMenuClose" id="Listspace.__contextMenuClose" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuClose" />
+      <keyword name="Listspace.__contextMenuCloseAll" id="Listspace.__contextMenuCloseAll" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuCloseAll" />
+      <keyword name="Listspace.__contextMenuPrintFile" id="Listspace.__contextMenuPrintFile" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuPrintFile" />
+      <keyword name="Listspace.__contextMenuSave" id="Listspace.__contextMenuSave" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuSave" />
+      <keyword name="Listspace.__contextMenuSaveAll" id="Listspace.__contextMenuSaveAll" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuSaveAll" />
+      <keyword name="Listspace.__contextMenuSaveAs" id="Listspace.__contextMenuSaveAs" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuSaveAs" />
+      <keyword name="Listspace.__contextMenuSaveToProject" id="Listspace.__contextMenuSaveToProject" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuSaveToProject" />
+      <keyword name="Listspace.__currentChanged" id="Listspace.__currentChanged" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__currentChanged" />
+      <keyword name="Listspace.__initMenu" id="Listspace.__initMenu" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__initMenu" />
+      <keyword name="Listspace.__showMenu" id="Listspace.__showMenu" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__showMenu" />
+      <keyword name="Listspace.__showSelectedView" id="Listspace.__showSelectedView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__showSelectedView" />
+      <keyword name="Listspace._addView" id="Listspace._addView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._addView" />
+      <keyword name="Listspace._initWindowActions" id="Listspace._initWindowActions" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._initWindowActions" />
+      <keyword name="Listspace._modificationStatusChanged" id="Listspace._modificationStatusChanged" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._modificationStatusChanged" />
+      <keyword name="Listspace._removeAllViews" id="Listspace._removeAllViews" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._removeAllViews" />
+      <keyword name="Listspace._removeView" id="Listspace._removeView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._removeView" />
+      <keyword name="Listspace._showView" id="Listspace._showView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._showView" />
+      <keyword name="Listspace._syntaxErrorToggled" id="Listspace._syntaxErrorToggled" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._syntaxErrorToggled" />
+      <keyword name="Listspace.activeWindow" id="Listspace.activeWindow" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.activeWindow" />
+      <keyword name="Listspace.addSplit" id="Listspace.addSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.addSplit" />
+      <keyword name="Listspace.canCascade" id="Listspace.canCascade" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.canCascade" />
+      <keyword name="Listspace.canSplit" id="Listspace.canSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.canSplit" />
+      <keyword name="Listspace.canTile" id="Listspace.canTile" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.canTile" />
+      <keyword name="Listspace.cascade" id="Listspace.cascade" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.cascade" />
+      <keyword name="Listspace.eventFilter" id="Listspace.eventFilter" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.eventFilter" />
+      <keyword name="Listspace.nextSplit" id="Listspace.nextSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.nextSplit" />
+      <keyword name="Listspace.prevSplit" id="Listspace.prevSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.prevSplit" />
+      <keyword name="Listspace.removeSplit" id="Listspace.removeSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.removeSplit" />
+      <keyword name="Listspace.setEditorName" id="Listspace.setEditorName" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.setEditorName" />
+      <keyword name="Listspace.setSplitOrientation" id="Listspace.setSplitOrientation" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.setSplitOrientation" />
+      <keyword name="Listspace.showWindowMenu" id="Listspace.showWindowMenu" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.showWindowMenu" />
+      <keyword name="Listspace.tile" id="Listspace.tile" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.tile" />
+      <keyword name="StackedWidget (Constructor)" id="StackedWidget (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.__init__" />
+      <keyword name="StackedWidget.addWidget" id="StackedWidget.addWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.addWidget" />
+      <keyword name="StackedWidget.firstEditor" id="StackedWidget.firstEditor" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.firstEditor" />
+      <keyword name="StackedWidget.hasEditor" id="StackedWidget.hasEditor" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.hasEditor" />
+      <keyword name="StackedWidget.nextTab" id="StackedWidget.nextTab" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.nextTab" />
+      <keyword name="StackedWidget.prevTab" id="StackedWidget.prevTab" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.prevTab" />
+      <keyword name="StackedWidget.removeWidget" id="StackedWidget.removeWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.removeWidget" />
+      <keyword name="StackedWidget.setCurrentIndex" id="StackedWidget.setCurrentIndex" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.setCurrentIndex" />
+      <keyword name="StackedWidget.setCurrentWidget" id="StackedWidget.setCurrentWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.setCurrentWidget" />
+      <keyword name="Tabview (Package)" id="Tabview (Package)" ref="index-eric5.Plugins.ViewManagerPlugins.Tabview.html" />
+      <keyword name="Tabview (Module)" id="Tabview (Module)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html" />
+      <keyword name="TabBar" id="TabBar" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar" />
+      <keyword name="TabWidget" id="TabWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget" />
+      <keyword name="Tabview" id="Tabview" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview" />
+      <keyword name="TabBar (Constructor)" id="TabBar (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.__init__" />
+      <keyword name="TabBar.dragEnterEvent" id="TabBar.dragEnterEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.dragEnterEvent" />
+      <keyword name="TabBar.dropEvent" id="TabBar.dropEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.dropEvent" />
+      <keyword name="TabBar.mouseMoveEvent" id="TabBar.mouseMoveEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.mouseMoveEvent" />
+      <keyword name="TabBar.mousePressEvent" id="TabBar.mousePressEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.mousePressEvent" />
+      <keyword name="TabWidget (Constructor)" id="TabWidget (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__init__" />
+      <keyword name="TabWidget.__captionChange" id="TabWidget.__captionChange" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__captionChange" />
+      <keyword name="TabWidget.__closeButtonClicked" id="TabWidget.__closeButtonClicked" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__closeButtonClicked" />
+      <keyword name="TabWidget.__closeRequested" id="TabWidget.__closeRequested" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__closeRequested" />
+      <keyword name="TabWidget.__contextMenuClose" id="TabWidget.__contextMenuClose" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuClose" />
+      <keyword name="TabWidget.__contextMenuCloseAll" id="TabWidget.__contextMenuCloseAll" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuCloseAll" />
+      <keyword name="TabWidget.__contextMenuCloseOthers" id="TabWidget.__contextMenuCloseOthers" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuCloseOthers" />
+      <keyword name="TabWidget.__contextMenuMoveFirst" id="TabWidget.__contextMenuMoveFirst" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveFirst" />
+      <keyword name="TabWidget.__contextMenuMoveLast" id="TabWidget.__contextMenuMoveLast" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveLast" />
+      <keyword name="TabWidget.__contextMenuMoveLeft" id="TabWidget.__contextMenuMoveLeft" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveLeft" />
+      <keyword name="TabWidget.__contextMenuMoveRight" id="TabWidget.__contextMenuMoveRight" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveRight" />
+      <keyword name="TabWidget.__contextMenuPrintFile" id="TabWidget.__contextMenuPrintFile" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuPrintFile" />
+      <keyword name="TabWidget.__contextMenuSave" id="TabWidget.__contextMenuSave" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuSave" />
+      <keyword name="TabWidget.__contextMenuSaveAll" id="TabWidget.__contextMenuSaveAll" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuSaveAll" />
+      <keyword name="TabWidget.__contextMenuSaveAs" id="TabWidget.__contextMenuSaveAs" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuSaveAs" />
+      <keyword name="TabWidget.__contextMenuSaveToProject" id="TabWidget.__contextMenuSaveToProject" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuSaveToProject" />
+      <keyword name="TabWidget.__initMenu" id="TabWidget.__initMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__initMenu" />
+      <keyword name="TabWidget.__navigationMenuTriggered" id="TabWidget.__navigationMenuTriggered" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__navigationMenuTriggered" />
+      <keyword name="TabWidget.__showContextMenu" id="TabWidget.__showContextMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__showContextMenu" />
+      <keyword name="TabWidget.__showNavigationMenu" id="TabWidget.__showNavigationMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__showNavigationMenu" />
+      <keyword name="TabWidget.addTab" id="TabWidget.addTab" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.addTab" />
+      <keyword name="TabWidget.copyTab" id="TabWidget.copyTab" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.copyTab" />
+      <keyword name="TabWidget.copyTabOther" id="TabWidget.copyTabOther" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.copyTabOther" />
+      <keyword name="TabWidget.currentWidget" id="TabWidget.currentWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.currentWidget" />
+      <keyword name="TabWidget.hasEditor" id="TabWidget.hasEditor" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.hasEditor" />
+      <keyword name="TabWidget.hasEditors" id="TabWidget.hasEditors" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.hasEditors" />
+      <keyword name="TabWidget.insertWidget" id="TabWidget.insertWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.insertWidget" />
+      <keyword name="TabWidget.mouseDoubleClickEvent" id="TabWidget.mouseDoubleClickEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.mouseDoubleClickEvent" />
+      <keyword name="TabWidget.relocateTab" id="TabWidget.relocateTab" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.relocateTab" />
+      <keyword name="TabWidget.removeWidget" id="TabWidget.removeWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.removeWidget" />
+      <keyword name="TabWidget.showIndicator" id="TabWidget.showIndicator" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.showIndicator" />
+      <keyword name="Tabview (Constructor)" id="Tabview (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.__init__" />
+      <keyword name="Tabview.__currentChanged" id="Tabview.__currentChanged" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.__currentChanged" />
+      <keyword name="Tabview._addView" id="Tabview._addView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._addView" />
+      <keyword name="Tabview._initWindowActions" id="Tabview._initWindowActions" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._initWindowActions" />
+      <keyword name="Tabview._modificationStatusChanged" id="Tabview._modificationStatusChanged" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._modificationStatusChanged" />
+      <keyword name="Tabview._removeAllViews" id="Tabview._removeAllViews" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._removeAllViews" />
+      <keyword name="Tabview._removeView" id="Tabview._removeView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._removeView" />
+      <keyword name="Tabview._showView" id="Tabview._showView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._showView" />
+      <keyword name="Tabview._syntaxErrorToggled" id="Tabview._syntaxErrorToggled" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._syntaxErrorToggled" />
+      <keyword name="Tabview.activeWindow" id="Tabview.activeWindow" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.activeWindow" />
+      <keyword name="Tabview.addSplit" id="Tabview.addSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.addSplit" />
+      <keyword name="Tabview.canCascade" id="Tabview.canCascade" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.canCascade" />
+      <keyword name="Tabview.canSplit" id="Tabview.canSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.canSplit" />
+      <keyword name="Tabview.canTile" id="Tabview.canTile" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.canTile" />
+      <keyword name="Tabview.cascade" id="Tabview.cascade" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.cascade" />
+      <keyword name="Tabview.eventFilter" id="Tabview.eventFilter" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.eventFilter" />
+      <keyword name="Tabview.getTabWidgetById" id="Tabview.getTabWidgetById" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.getTabWidgetById" />
+      <keyword name="Tabview.insertView" id="Tabview.insertView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.insertView" />
+      <keyword name="Tabview.nextSplit" id="Tabview.nextSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.nextSplit" />
+      <keyword name="Tabview.preferencesChanged" id="Tabview.preferencesChanged" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.preferencesChanged" />
+      <keyword name="Tabview.prevSplit" id="Tabview.prevSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.prevSplit" />
+      <keyword name="Tabview.removeSplit" id="Tabview.removeSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.removeSplit" />
+      <keyword name="Tabview.setEditorName" id="Tabview.setEditorName" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.setEditorName" />
+      <keyword name="Tabview.setSplitOrientation" id="Tabview.setSplitOrientation" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.setSplitOrientation" />
+      <keyword name="Tabview.showWindowMenu" id="Tabview.showWindowMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.showWindowMenu" />
+      <keyword name="Tabview.tile" id="Tabview.tile" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.tile" />
+      <keyword name="MdiArea (Package)" id="MdiArea (Package)" ref="index-eric5.Plugins.ViewManagerPlugins.MdiArea.html" />
+      <keyword name="MdiArea (Module)" id="MdiArea (Module)" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html" />
+      <keyword name="MdiArea" id="MdiArea" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea" />
+      <keyword name="MdiArea (Constructor)" id="MdiArea (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.__init__" />
+      <keyword name="MdiArea.__iconizeAllWindows" id="MdiArea.__iconizeAllWindows" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.__iconizeAllWindows" />
+      <keyword name="MdiArea.__restoreAllWindows" id="MdiArea.__restoreAllWindows" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.__restoreAllWindows" />
+      <keyword name="MdiArea.__setSubWindowIcon" id="MdiArea.__setSubWindowIcon" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.__setSubWindowIcon" />
+      <keyword name="MdiArea.__subWindowActivated" id="MdiArea.__subWindowActivated" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.__subWindowActivated" />
+      <keyword name="MdiArea._addView" id="MdiArea._addView" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea._addView" />
+      <keyword name="MdiArea._initWindowActions" id="MdiArea._initWindowActions" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea._initWindowActions" />
+      <keyword name="MdiArea._modificationStatusChanged" id="MdiArea._modificationStatusChanged" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea._modificationStatusChanged" />
+      <keyword name="MdiArea._removeAllViews" id="MdiArea._removeAllViews" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea._removeAllViews" />
+      <keyword name="MdiArea._removeView" id="MdiArea._removeView" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea._removeView" />
+      <keyword name="MdiArea._showView" id="MdiArea._showView" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea._showView" />
+      <keyword name="MdiArea._syntaxErrorToggled" id="MdiArea._syntaxErrorToggled" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea._syntaxErrorToggled" />
+      <keyword name="MdiArea.activeWindow" id="MdiArea.activeWindow" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.activeWindow" />
+      <keyword name="MdiArea.canCascade" id="MdiArea.canCascade" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.canCascade" />
+      <keyword name="MdiArea.canSplit" id="MdiArea.canSplit" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.canSplit" />
+      <keyword name="MdiArea.canTile" id="MdiArea.canTile" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.canTile" />
+      <keyword name="MdiArea.cascade" id="MdiArea.cascade" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.cascade" />
+      <keyword name="MdiArea.eventFilter" id="MdiArea.eventFilter" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.eventFilter" />
+      <keyword name="MdiArea.setEditorName" id="MdiArea.setEditorName" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.setEditorName" />
+      <keyword name="MdiArea.showWindowMenu" id="MdiArea.showWindowMenu" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.showWindowMenu" />
+      <keyword name="MdiArea.tile" id="MdiArea.tile" ref="eric5.Plugins.ViewManagerPlugins.MdiArea.MdiArea.html#MdiArea.tile" />
+      <keyword name="QRegExpWizard (Package)" id="QRegExpWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.QRegExpWizard.html" />
+      <keyword name="QRegExpWizardCharactersDialog (Module)" id="QRegExpWizardCharactersDialog (Module)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html" />
+      <keyword name="QRegExpWizardCharactersDialog" id="QRegExpWizardCharactersDialog" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog" />
+      <keyword name="QRegExpWizardCharactersDialog (Constructor)" id="QRegExpWizardCharactersDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__init__" />
+      <keyword name="QRegExpWizardCharactersDialog.__addRangesLine" id="QRegExpWizardCharactersDialog.__addRangesLine" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__addRangesLine" />
+      <keyword name="QRegExpWizardCharactersDialog.__addSinglesLine" id="QRegExpWizardCharactersDialog.__addSinglesLine" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__addSinglesLine" />
+      <keyword name="QRegExpWizardCharactersDialog.__formatCharacter" id="QRegExpWizardCharactersDialog.__formatCharacter" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__formatCharacter" />
+      <keyword name="QRegExpWizardCharactersDialog.__performSelectedAction" id="QRegExpWizardCharactersDialog.__performSelectedAction" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__performSelectedAction" />
+      <keyword name="QRegExpWizardCharactersDialog.__rangesCharTypeSelected" id="QRegExpWizardCharactersDialog.__rangesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__rangesCharTypeSelected" />
+      <keyword name="QRegExpWizardCharactersDialog.__singlesCharTypeSelected" id="QRegExpWizardCharactersDialog.__singlesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__singlesCharTypeSelected" />
+      <keyword name="QRegExpWizardCharactersDialog.getCharacters" id="QRegExpWizardCharactersDialog.getCharacters" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.getCharacters" />
+      <keyword name="QRegExpWizardDialog (Module)" id="QRegExpWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html" />
+      <keyword name="QRegExpWizardDialog" id="QRegExpWizardDialog" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardDialog" />
+      <keyword name="QRegExpWizardWidget" id="QRegExpWizardWidget" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget" />
+      <keyword name="QRegExpWizardWindow" id="QRegExpWizardWindow" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWindow" />
+      <keyword name="QRegExpWizardDialog (Constructor)" id="QRegExpWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardDialog.__init__" />
+      <keyword name="QRegExpWizardDialog.getCode" id="QRegExpWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardDialog.getCode" />
+      <keyword name="QRegExpWizardWidget (Constructor)" id="QRegExpWizardWidget (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.__init__" />
+      <keyword name="QRegExpWizardWidget.__insertString" id="QRegExpWizardWidget.__insertString" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.__insertString" />
+      <keyword name="QRegExpWizardWidget.getCode" id="QRegExpWizardWidget.getCode" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.getCode" />
+      <keyword name="QRegExpWizardWidget.on_altnButton_clicked" id="QRegExpWizardWidget.on_altnButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_altnButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_anycharButton_clicked" id="QRegExpWizardWidget.on_anycharButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_anycharButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_beglineButton_clicked" id="QRegExpWizardWidget.on_beglineButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_beglineButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_buttonBox_clicked" id="QRegExpWizardWidget.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_buttonBox_clicked" />
+      <keyword name="QRegExpWizardWidget.on_charButton_clicked" id="QRegExpWizardWidget.on_charButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_charButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_copyButton_clicked" id="QRegExpWizardWidget.on_copyButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_copyButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_endlineButton_clicked" id="QRegExpWizardWidget.on_endlineButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_endlineButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_executeButton_clicked" id="QRegExpWizardWidget.on_executeButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_executeButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_groupButton_clicked" id="QRegExpWizardWidget.on_groupButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_groupButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_loadButton_clicked" id="QRegExpWizardWidget.on_loadButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_loadButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_neglookaheadButton_clicked" id="QRegExpWizardWidget.on_neglookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_neglookaheadButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_nextButton_clicked" id="QRegExpWizardWidget.on_nextButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_nextButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_nonGroupButton_clicked" id="QRegExpWizardWidget.on_nonGroupButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_nonGroupButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_nonwordboundButton_clicked" id="QRegExpWizardWidget.on_nonwordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_nonwordboundButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_poslookaheadButton_clicked" id="QRegExpWizardWidget.on_poslookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_poslookaheadButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_regexpLineEdit_textChanged" id="QRegExpWizardWidget.on_regexpLineEdit_textChanged" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_regexpLineEdit_textChanged" />
+      <keyword name="QRegExpWizardWidget.on_repeatButton_clicked" id="QRegExpWizardWidget.on_repeatButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_repeatButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_saveButton_clicked" id="QRegExpWizardWidget.on_saveButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_saveButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_validateButton_clicked" id="QRegExpWizardWidget.on_validateButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_validateButton_clicked" />
+      <keyword name="QRegExpWizardWidget.on_wordboundButton_clicked" id="QRegExpWizardWidget.on_wordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_wordboundButton_clicked" />
+      <keyword name="QRegExpWizardWindow (Constructor)" id="QRegExpWizardWindow (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWindow.__init__" />
+      <keyword name="QRegExpWizardRepeatDialog (Module)" id="QRegExpWizardRepeatDialog (Module)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html" />
+      <keyword name="QRegExpWizardRepeatDialog" id="QRegExpWizardRepeatDialog" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog" />
+      <keyword name="QRegExpWizardRepeatDialog (Constructor)" id="QRegExpWizardRepeatDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.__init__" />
+      <keyword name="QRegExpWizardRepeatDialog.getRepeat" id="QRegExpWizardRepeatDialog.getRepeat" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.getRepeat" />
+      <keyword name="QRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" id="QRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" />
+      <keyword name="QRegExpWizardRepeatDialog.on_upperSpin_valueChanged" id="QRegExpWizardRepeatDialog.on_upperSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.on_upperSpin_valueChanged" />
+      <keyword name="ColorDialogWizard (Package)" id="ColorDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.ColorDialogWizard.html" />
+      <keyword name="ColorDialogWizardDialog (Module)" id="ColorDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html" />
+      <keyword name="ColorDialogWizardDialog" id="ColorDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog" />
+      <keyword name="ColorDialogWizardDialog (Constructor)" id="ColorDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.__init__" />
+      <keyword name="ColorDialogWizardDialog.getCode" id="ColorDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.getCode" />
+      <keyword name="ColorDialogWizardDialog.on_bTest_clicked" id="ColorDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_bTest_clicked" />
+      <keyword name="ColorDialogWizardDialog.on_buttonBox_clicked" id="ColorDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_buttonBox_clicked" />
+      <keyword name="ColorDialogWizardDialog.on_eColor_editTextChanged" id="ColorDialogWizardDialog.on_eColor_editTextChanged" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_eColor_editTextChanged" />
+      <keyword name="ColorDialogWizardDialog.on_eRGB_textChanged" id="ColorDialogWizardDialog.on_eRGB_textChanged" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_eRGB_textChanged" />
+      <keyword name="ColorDialogWizardDialog.on_rQt45_toggled" id="ColorDialogWizardDialog.on_rQt45_toggled" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_rQt45_toggled" />
+      <keyword name="FileDialogWizard (Package)" id="FileDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.FileDialogWizard.html" />
+      <keyword name="FileDialogWizardDialog (Module)" id="FileDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html" />
+      <keyword name="FileDialogWizardDialog" id="FileDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog" />
+      <keyword name="FileDialogWizardDialog (Constructor)" id="FileDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__init__" />
+      <keyword name="FileDialogWizardDialog.__getCode4" id="FileDialogWizardDialog.__getCode4" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__getCode4" />
+      <keyword name="FileDialogWizardDialog.__toggleConfirmCheckBox" id="FileDialogWizardDialog.__toggleConfirmCheckBox" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__toggleConfirmCheckBox" />
+      <keyword name="FileDialogWizardDialog.__toggleGroupsAndTest" id="FileDialogWizardDialog.__toggleGroupsAndTest" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__toggleGroupsAndTest" />
+      <keyword name="FileDialogWizardDialog.getCode" id="FileDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.getCode" />
+      <keyword name="FileDialogWizardDialog.on_bTest_clicked" id="FileDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.on_bTest_clicked" />
+      <keyword name="FileDialogWizardDialog.on_buttonBox_clicked" id="FileDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.on_buttonBox_clicked" />
+      <keyword name="MessageBoxWizard (Package)" id="MessageBoxWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.MessageBoxWizard.html" />
+      <keyword name="MessageBoxWizardDialog (Module)" id="MessageBoxWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html" />
+      <keyword name="MessageBoxWizardDialog" id="MessageBoxWizardDialog" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog" />
+      <keyword name="MessageBoxWizardDialog (Constructor)" id="MessageBoxWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__init__" />
+      <keyword name="MessageBoxWizardDialog.__enabledGroups" id="MessageBoxWizardDialog.__enabledGroups" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__enabledGroups" />
+      <keyword name="MessageBoxWizardDialog.__getQt42ButtonCode" id="MessageBoxWizardDialog.__getQt42ButtonCode" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__getQt42ButtonCode" />
+      <keyword name="MessageBoxWizardDialog.__testQt42" id="MessageBoxWizardDialog.__testQt42" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__testQt42" />
+      <keyword name="MessageBoxWizardDialog.getCode" id="MessageBoxWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.getCode" />
+      <keyword name="MessageBoxWizardDialog.on_bTest_clicked" id="MessageBoxWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_bTest_clicked" />
+      <keyword name="MessageBoxWizardDialog.on_buttonBox_clicked" id="MessageBoxWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_buttonBox_clicked" />
+      <keyword name="MessageBoxWizardDialog.on_rAboutQt_toggled" id="MessageBoxWizardDialog.on_rAboutQt_toggled" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_rAboutQt_toggled" />
+      <keyword name="MessageBoxWizardDialog.on_rAbout_toggled" id="MessageBoxWizardDialog.on_rAbout_toggled" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_rAbout_toggled" />
+      <keyword name="InputDialogWizard (Package)" id="InputDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.InputDialogWizard.html" />
+      <keyword name="InputDialogWizardDialog (Module)" id="InputDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html" />
+      <keyword name="InputDialogWizardDialog" id="InputDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog" />
+      <keyword name="InputDialogWizardDialog (Constructor)" id="InputDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.__init__" />
+      <keyword name="InputDialogWizardDialog.__getCode4" id="InputDialogWizardDialog.__getCode4" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.__getCode4" />
+      <keyword name="InputDialogWizardDialog.getCode" id="InputDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.getCode" />
+      <keyword name="InputDialogWizardDialog.on_bTest_clicked" id="InputDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.on_bTest_clicked" />
+      <keyword name="InputDialogWizardDialog.on_buttonBox_clicked" id="InputDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.on_buttonBox_clicked" />
+      <keyword name="InputDialogWizardDialog.on_rItem_toggled" id="InputDialogWizardDialog.on_rItem_toggled" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.on_rItem_toggled" />
+      <keyword name="PyRegExpWizard (Package)" id="PyRegExpWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.PyRegExpWizard.html" />
+      <keyword name="PyRegExpWizardRepeatDialog (Module)" id="PyRegExpWizardRepeatDialog (Module)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html" />
+      <keyword name="PyRegExpWizardRepeatDialog" id="PyRegExpWizardRepeatDialog" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog" />
+      <keyword name="PyRegExpWizardRepeatDialog (Constructor)" id="PyRegExpWizardRepeatDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.__init__" />
+      <keyword name="PyRegExpWizardRepeatDialog.getRepeat" id="PyRegExpWizardRepeatDialog.getRepeat" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.getRepeat" />
+      <keyword name="PyRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" id="PyRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" />
+      <keyword name="PyRegExpWizardRepeatDialog.on_upperSpin_valueChanged" id="PyRegExpWizardRepeatDialog.on_upperSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.on_upperSpin_valueChanged" />
+      <keyword name="PyRegExpWizardCharactersDialog (Module)" id="PyRegExpWizardCharactersDialog (Module)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html" />
+      <keyword name="PyRegExpWizardCharactersDialog" id="PyRegExpWizardCharactersDialog" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog" />
+      <keyword name="PyRegExpWizardCharactersDialog (Constructor)" id="PyRegExpWizardCharactersDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__init__" />
+      <keyword name="PyRegExpWizardCharactersDialog.__addRangesLine" id="PyRegExpWizardCharactersDialog.__addRangesLine" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__addRangesLine" />
+      <keyword name="PyRegExpWizardCharactersDialog.__addSinglesLine" id="PyRegExpWizardCharactersDialog.__addSinglesLine" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__addSinglesLine" />
+      <keyword name="PyRegExpWizardCharactersDialog.__formatCharacter" id="PyRegExpWizardCharactersDialog.__formatCharacter" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__formatCharacter" />
+      <keyword name="PyRegExpWizardCharactersDialog.__performSelectedAction" id="PyRegExpWizardCharactersDialog.__performSelectedAction" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__performSelectedAction" />
+      <keyword name="PyRegExpWizardCharactersDialog.__rangesCharTypeSelected" id="PyRegExpWizardCharactersDialog.__rangesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__rangesCharTypeSelected" />
+      <keyword name="PyRegExpWizardCharactersDialog.__singlesCharTypeSelected" id="PyRegExpWizardCharactersDialog.__singlesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__singlesCharTypeSelected" />
+      <keyword name="PyRegExpWizardCharactersDialog.getCharacters" id="PyRegExpWizardCharactersDialog.getCharacters" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.getCharacters" />
+      <keyword name="PyRegExpWizardDialog (Module)" id="PyRegExpWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html" />
+      <keyword name="PyRegExpWizardDialog" id="PyRegExpWizardDialog" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardDialog" />
+      <keyword name="PyRegExpWizardWidget" id="PyRegExpWizardWidget" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget" />
+      <keyword name="PyRegExpWizardWindow" id="PyRegExpWizardWindow" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWindow" />
+      <keyword name="PyRegExpWizardDialog (Constructor)" id="PyRegExpWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardDialog.__init__" />
+      <keyword name="PyRegExpWizardDialog.getCode" id="PyRegExpWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardDialog.getCode" />
+      <keyword name="PyRegExpWizardWidget (Constructor)" id="PyRegExpWizardWidget (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.__init__" />
+      <keyword name="PyRegExpWizardWidget.__insertString" id="PyRegExpWizardWidget.__insertString" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.__insertString" />
+      <keyword name="PyRegExpWizardWidget.getCode" id="PyRegExpWizardWidget.getCode" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.getCode" />
+      <keyword name="PyRegExpWizardWidget.on_altnButton_clicked" id="PyRegExpWizardWidget.on_altnButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_altnButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_anycharButton_clicked" id="PyRegExpWizardWidget.on_anycharButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_anycharButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_beglineButton_clicked" id="PyRegExpWizardWidget.on_beglineButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_beglineButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_buttonBox_clicked" id="PyRegExpWizardWidget.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_buttonBox_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_charButton_clicked" id="PyRegExpWizardWidget.on_charButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_charButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_commentButton_clicked" id="PyRegExpWizardWidget.on_commentButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_commentButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_copyButton_clicked" id="PyRegExpWizardWidget.on_copyButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_copyButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_endlineButton_clicked" id="PyRegExpWizardWidget.on_endlineButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_endlineButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_executeButton_clicked" id="PyRegExpWizardWidget.on_executeButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_executeButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_groupButton_clicked" id="PyRegExpWizardWidget.on_groupButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_groupButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_loadButton_clicked" id="PyRegExpWizardWidget.on_loadButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_loadButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_namedGroupButton_clicked" id="PyRegExpWizardWidget.on_namedGroupButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_namedGroupButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_namedReferenceButton_clicked" id="PyRegExpWizardWidget.on_namedReferenceButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_namedReferenceButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_neglookaheadButton_clicked" id="PyRegExpWizardWidget.on_neglookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_neglookaheadButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_neglookbehindButton_clicked" id="PyRegExpWizardWidget.on_neglookbehindButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_neglookbehindButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_nextButton_clicked" id="PyRegExpWizardWidget.on_nextButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_nextButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_nonGroupButton_clicked" id="PyRegExpWizardWidget.on_nonGroupButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_nonGroupButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_nonwordboundButton_clicked" id="PyRegExpWizardWidget.on_nonwordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_nonwordboundButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_poslookaheadButton_clicked" id="PyRegExpWizardWidget.on_poslookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_poslookaheadButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_poslookbehindButton_clicked" id="PyRegExpWizardWidget.on_poslookbehindButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_poslookbehindButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_py2Button_toggled" id="PyRegExpWizardWidget.on_py2Button_toggled" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_py2Button_toggled" />
+      <keyword name="PyRegExpWizardWidget.on_redoButton_clicked" id="PyRegExpWizardWidget.on_redoButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_redoButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_regexpTextEdit_textChanged" id="PyRegExpWizardWidget.on_regexpTextEdit_textChanged" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_regexpTextEdit_textChanged" />
+      <keyword name="PyRegExpWizardWidget.on_repeatButton_clicked" id="PyRegExpWizardWidget.on_repeatButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_repeatButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_saveButton_clicked" id="PyRegExpWizardWidget.on_saveButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_saveButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_undoButton_clicked" id="PyRegExpWizardWidget.on_undoButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_undoButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_validateButton_clicked" id="PyRegExpWizardWidget.on_validateButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_validateButton_clicked" />
+      <keyword name="PyRegExpWizardWidget.on_wordboundButton_clicked" id="PyRegExpWizardWidget.on_wordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_wordboundButton_clicked" />
+      <keyword name="PyRegExpWizardWindow (Constructor)" id="PyRegExpWizardWindow (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWindow.__init__" />
+      <keyword name="FontDialogWizard (Package)" id="FontDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.FontDialogWizard.html" />
+      <keyword name="FontDialogWizardDialog (Module)" id="FontDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html" />
+      <keyword name="FontDialogWizardDialog" id="FontDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog" />
+      <keyword name="FontDialogWizardDialog (Constructor)" id="FontDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.__init__" />
+      <keyword name="FontDialogWizardDialog.getCode" id="FontDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.getCode" />
+      <keyword name="FontDialogWizardDialog.on_bTest_clicked" id="FontDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_bTest_clicked" />
+      <keyword name="FontDialogWizardDialog.on_buttonBox_clicked" id="FontDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_buttonBox_clicked" />
+      <keyword name="FontDialogWizardDialog.on_eVariable_textChanged" id="FontDialogWizardDialog.on_eVariable_textChanged" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_eVariable_textChanged" />
+      <keyword name="FontDialogWizardDialog.on_fontButton_clicked" id="FontDialogWizardDialog.on_fontButton_clicked" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_fontButton_clicked" />
+      <keyword name="Ericdoc (Package)" id="Ericdoc (Package)" ref="index-eric5.Plugins.DocumentationPlugins.Ericdoc.html" />
+      <keyword name="EricdocExecDialog (Module)" id="EricdocExecDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html" />
+      <keyword name="EricdocExecDialog" id="EricdocExecDialog" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog" />
+      <keyword name="EricdocExecDialog (Constructor)" id="EricdocExecDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__init__" />
+      <keyword name="EricdocExecDialog.__finish" id="EricdocExecDialog.__finish" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__finish" />
+      <keyword name="EricdocExecDialog.__readStderr" id="EricdocExecDialog.__readStderr" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__readStderr" />
+      <keyword name="EricdocExecDialog.__readStdout" id="EricdocExecDialog.__readStdout" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__readStdout" />
+      <keyword name="EricdocExecDialog.on_buttonBox_clicked" id="EricdocExecDialog.on_buttonBox_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.on_buttonBox_clicked" />
+      <keyword name="EricdocExecDialog.start" id="EricdocExecDialog.start" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.start" />
+      <keyword name="EricdocConfigDialog (Module)" id="EricdocConfigDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html" />
+      <keyword name="EricdocConfigDialog" id="EricdocConfigDialog" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog" />
+      <keyword name="EricdocConfigDialog (Constructor)" id="EricdocConfigDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__init__" />
+      <keyword name="EricdocConfigDialog.__checkQtHelpOptions" id="EricdocConfigDialog.__checkQtHelpOptions" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__checkQtHelpOptions" />
+      <keyword name="EricdocConfigDialog.__initializeDefaults" id="EricdocConfigDialog.__initializeDefaults" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__initializeDefaults" />
+      <keyword name="EricdocConfigDialog.__selectColor" id="EricdocConfigDialog.__selectColor" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__selectColor" />
+      <keyword name="EricdocConfigDialog.accept" id="EricdocConfigDialog.accept" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.accept" />
+      <keyword name="EricdocConfigDialog.generateParameters" id="EricdocConfigDialog.generateParameters" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.generateParameters" />
+      <keyword name="EricdocConfigDialog.on_addButton_clicked" id="EricdocConfigDialog.on_addButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_addButton_clicked" />
+      <keyword name="EricdocConfigDialog.on_bodyBgButton_clicked" id="EricdocConfigDialog.on_bodyBgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_bodyBgButton_clicked" />
+      <keyword name="EricdocConfigDialog.on_bodyFgButton_clicked" id="EricdocConfigDialog.on_bodyFgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_bodyFgButton_clicked" />
+      <keyword name="EricdocConfigDialog.on_cfBgButton_clicked" id="EricdocConfigDialog.on_cfBgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cfBgButton_clicked" />
+      <keyword name="EricdocConfigDialog.on_cfFgButton_clicked" id="EricdocConfigDialog.on_cfFgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cfFgButton_clicked" />
+      <keyword name="EricdocConfigDialog.on_cssButton_clicked" id="EricdocConfigDialog.on_cssButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cssButton_clicked" />
+      <keyword name="EricdocConfigDialog.on_deleteButton_clicked" id="EricdocConfigDialog.on_deleteButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_deleteButton_clicked" />
+      <keyword name="EricdocConfigDialog.on_ignoreDirButton_clicked" id="EricdocConfigDialog.on_ignoreDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_ignoreDirButton_clicked" />
+      <keyword name="EricdocConfigDialog.on_l1BgButton_clicked" id="EricdocConfigDialog.on_l1BgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l1BgButton_clicked" />
+      <keyword name="EricdocConfigDialog.on_l1FgButton_clicked" id="EricdocConfigDialog.on_l1FgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l1FgButton_clicked" />
+      <keyword name="EricdocConfigDialog.on_l2BgButton_clicked" id="EricdocConfigDialog.on_l2BgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l2BgButton_clicked" />
+      <keyword name="EricdocConfigDialog.on_l2FgButton_clicked" id="EricdocConfigDialog.on_l2FgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l2FgButton_clicked" />
+      <keyword name="EricdocConfigDialog.on_linkFgButton_clicked" id="EricdocConfigDialog.on_linkFgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_linkFgButton_clicked" />
+      <keyword name="EricdocConfigDialog.on_outputDirButton_clicked" id="EricdocConfigDialog.on_outputDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_outputDirButton_clicked" />
+      <keyword name="EricdocConfigDialog.on_qtHelpDirButton_clicked" id="EricdocConfigDialog.on_qtHelpDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpDirButton_clicked" />
+      <keyword name="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" id="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" />
+      <keyword name="EricdocConfigDialog.on_qtHelpGroup_toggled" id="EricdocConfigDialog.on_qtHelpGroup_toggled" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpGroup_toggled" />
+      <keyword name="EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" id="EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" />
+      <keyword name="EricdocConfigDialog.on_qtHelpTitleEdit_textChanged" id="EricdocConfigDialog.on_qtHelpTitleEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpTitleEdit_textChanged" />
+      <keyword name="Ericapi (Package)" id="Ericapi (Package)" ref="index-eric5.Plugins.DocumentationPlugins.Ericapi.html" />
+      <keyword name="EricapiExecDialog (Module)" id="EricapiExecDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html" />
+      <keyword name="EricapiExecDialog" id="EricapiExecDialog" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog" />
+      <keyword name="EricapiExecDialog (Constructor)" id="EricapiExecDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__init__" />
+      <keyword name="EricapiExecDialog.__finish" id="EricapiExecDialog.__finish" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__finish" />
+      <keyword name="EricapiExecDialog.__readStderr" id="EricapiExecDialog.__readStderr" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__readStderr" />
+      <keyword name="EricapiExecDialog.__readStdout" id="EricapiExecDialog.__readStdout" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__readStdout" />
+      <keyword name="EricapiExecDialog.on_buttonBox_clicked" id="EricapiExecDialog.on_buttonBox_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.on_buttonBox_clicked" />
+      <keyword name="EricapiExecDialog.start" id="EricapiExecDialog.start" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.start" />
+      <keyword name="EricapiConfigDialog (Module)" id="EricapiConfigDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html" />
+      <keyword name="EricapiConfigDialog" id="EricapiConfigDialog" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog" />
+      <keyword name="EricapiConfigDialog (Constructor)" id="EricapiConfigDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.__init__" />
+      <keyword name="EricapiConfigDialog.__initializeDefaults" id="EricapiConfigDialog.__initializeDefaults" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.__initializeDefaults" />
+      <keyword name="EricapiConfigDialog.accept" id="EricapiConfigDialog.accept" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.accept" />
+      <keyword name="EricapiConfigDialog.generateParameters" id="EricapiConfigDialog.generateParameters" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.generateParameters" />
+      <keyword name="EricapiConfigDialog.on_addButton_clicked" id="EricapiConfigDialog.on_addButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_addButton_clicked" />
+      <keyword name="EricapiConfigDialog.on_deleteButton_clicked" id="EricapiConfigDialog.on_deleteButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_deleteButton_clicked" />
+      <keyword name="EricapiConfigDialog.on_ignoreDirButton_clicked" id="EricapiConfigDialog.on_ignoreDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_ignoreDirButton_clicked" />
+      <keyword name="EricapiConfigDialog.on_outputFileButton_clicked" id="EricapiConfigDialog.on_outputFileButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_outputFileButton_clicked" />
+      <keyword name="EricapiConfigDialog.on_outputFileEdit_textChanged" id="EricapiConfigDialog.on_outputFileEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_outputFileEdit_textChanged" />
+      <keyword name="TypingCompleters (Package)" id="TypingCompleters (Package)" ref="index-eric5.QScintilla.TypingCompleters.html" />
+      <keyword name="getCompleter" id="getCompleter" ref="eric5.QScintilla.TypingCompleters.__init__.html#getCompleter" />
+      <keyword name="CompleterPython (Module)" id="CompleterPython (Module)" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html" />
+      <keyword name="CompleterPython" id="CompleterPython" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython" />
+      <keyword name="CompleterPython (Constructor)" id="CompleterPython (Constructor)" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__init__" />
+      <keyword name="CompleterPython.__dedentDefStatement" id="CompleterPython.__dedentDefStatement" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentDefStatement" />
+      <keyword name="CompleterPython.__dedentElseToIfWhileForTry" id="CompleterPython.__dedentElseToIfWhileForTry" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentElseToIfWhileForTry" />
+      <keyword name="CompleterPython.__dedentExceptToTry" id="CompleterPython.__dedentExceptToTry" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentExceptToTry" />
+      <keyword name="CompleterPython.__dedentFinallyToTry" id="CompleterPython.__dedentFinallyToTry" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentFinallyToTry" />
+      <keyword name="CompleterPython.__dedentToIf" id="CompleterPython.__dedentToIf" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentToIf" />
+      <keyword name="CompleterPython.__inComment" id="CompleterPython.__inComment" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inComment" />
+      <keyword name="CompleterPython.__inDoubleQuotedString" id="CompleterPython.__inDoubleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inDoubleQuotedString" />
+      <keyword name="CompleterPython.__inSingleQuotedString" id="CompleterPython.__inSingleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inSingleQuotedString" />
+      <keyword name="CompleterPython.__inTripleDoubleQuotedString" id="CompleterPython.__inTripleDoubleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inTripleDoubleQuotedString" />
+      <keyword name="CompleterPython.__inTripleSingleQuotedString" id="CompleterPython.__inTripleSingleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inTripleSingleQuotedString" />
+      <keyword name="CompleterPython.__isClassMethod" id="CompleterPython.__isClassMethod" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__isClassMethod" />
+      <keyword name="CompleterPython.__isClassmethodDef" id="CompleterPython.__isClassmethodDef" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__isClassmethodDef" />
+      <keyword name="CompleterPython.charAdded" id="CompleterPython.charAdded" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.charAdded" />
+      <keyword name="CompleterPython.readSettings" id="CompleterPython.readSettings" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.readSettings" />
+      <keyword name="CompleterRuby (Module)" id="CompleterRuby (Module)" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html" />
+      <keyword name="CompleterRuby" id="CompleterRuby" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby" />
+      <keyword name="CompleterRuby (Constructor)" id="CompleterRuby (Constructor)" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__init__" />
+      <keyword name="CompleterRuby.__inComment" id="CompleterRuby.__inComment" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inComment" />
+      <keyword name="CompleterRuby.__inDoubleQuotedString" id="CompleterRuby.__inDoubleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inDoubleQuotedString" />
+      <keyword name="CompleterRuby.__inHereDocument" id="CompleterRuby.__inHereDocument" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inHereDocument" />
+      <keyword name="CompleterRuby.__inInlineDocument" id="CompleterRuby.__inInlineDocument" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inInlineDocument" />
+      <keyword name="CompleterRuby.__inSingleQuotedString" id="CompleterRuby.__inSingleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inSingleQuotedString" />
+      <keyword name="CompleterRuby.charAdded" id="CompleterRuby.charAdded" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.charAdded" />
+      <keyword name="CompleterRuby.readSettings" id="CompleterRuby.readSettings" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.readSettings" />
+      <keyword name="CompleterBase (Module)" id="CompleterBase (Module)" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html" />
+      <keyword name="CompleterBase" id="CompleterBase" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase" />
+      <keyword name="CompleterBase (Constructor)" id="CompleterBase (Constructor)" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.__init__" />
+      <keyword name="CompleterBase.charAdded" id="CompleterBase.charAdded" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.charAdded" />
+      <keyword name="CompleterBase.isEnabled" id="CompleterBase.isEnabled" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.isEnabled" />
+      <keyword name="CompleterBase.readSettings" id="CompleterBase.readSettings" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.readSettings" />
+      <keyword name="CompleterBase.setEnabled" id="CompleterBase.setEnabled" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.setEnabled" />
+      <keyword name="Lexers (Package)" id="Lexers (Package)" ref="index-eric5.QScintilla.Lexers.html" />
+      <keyword name="__getPygmentsLexer" id="__getPygmentsLexer" ref="eric5.QScintilla.Lexers.__init__.html#__getPygmentsLexer" />
+      <keyword name="getDefaultLexerAssociations" id="getDefaultLexerAssociations" ref="eric5.QScintilla.Lexers.__init__.html#getDefaultLexerAssociations" />
+      <keyword name="getLexer" id="getLexer" ref="eric5.QScintilla.Lexers.__init__.html#getLexer" />
+      <keyword name="getOpenFileFiltersList" id="getOpenFileFiltersList" ref="eric5.QScintilla.Lexers.__init__.html#getOpenFileFiltersList" />
+      <keyword name="getSaveFileFiltersList" id="getSaveFileFiltersList" ref="eric5.QScintilla.Lexers.__init__.html#getSaveFileFiltersList" />
+      <keyword name="getSupportedLanguages" id="getSupportedLanguages" ref="eric5.QScintilla.Lexers.__init__.html#getSupportedLanguages" />
+      <keyword name="registerLexer" id="registerLexer" ref="eric5.QScintilla.Lexers.__init__.html#registerLexer" />
+      <keyword name="unregisterLexer" id="unregisterLexer" ref="eric5.QScintilla.Lexers.__init__.html#unregisterLexer" />
+      <keyword name="LexerContainer (Module)" id="LexerContainer (Module)" ref="eric5.QScintilla.Lexers.LexerContainer.html" />
+      <keyword name="LexerContainer" id="LexerContainer" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer" />
+      <keyword name="LexerContainer (Constructor)" id="LexerContainer (Constructor)" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.__init__" />
+      <keyword name="LexerContainer.description" id="LexerContainer.description" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.description" />
+      <keyword name="LexerContainer.language" id="LexerContainer.language" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.language" />
+      <keyword name="LexerContainer.lexer" id="LexerContainer.lexer" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.lexer" />
+      <keyword name="LexerContainer.styleBitsNeeded" id="LexerContainer.styleBitsNeeded" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.styleBitsNeeded" />
+      <keyword name="LexerContainer.styleText" id="LexerContainer.styleText" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.styleText" />
+      <keyword name="LexerVHDL (Module)" id="LexerVHDL (Module)" ref="eric5.QScintilla.Lexers.LexerVHDL.html" />
+      <keyword name="LexerVHDL" id="LexerVHDL" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL" />
+      <keyword name="LexerVHDL (Constructor)" id="LexerVHDL (Constructor)" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.__init__" />
+      <keyword name="LexerVHDL.defaultKeywords" id="LexerVHDL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.defaultKeywords" />
+      <keyword name="LexerVHDL.initProperties" id="LexerVHDL.initProperties" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.initProperties" />
+      <keyword name="LexerVHDL.isCommentStyle" id="LexerVHDL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.isCommentStyle" />
+      <keyword name="LexerVHDL.isStringStyle" id="LexerVHDL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.isStringStyle" />
+      <keyword name="LexerPascal (Module)" id="LexerPascal (Module)" ref="eric5.QScintilla.Lexers.LexerPascal.html" />
+      <keyword name="LexerPascal" id="LexerPascal" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal" />
+      <keyword name="LexerPascal (Constructor)" id="LexerPascal (Constructor)" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.__init__" />
+      <keyword name="LexerPascal.autoCompletionWordSeparators" id="LexerPascal.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.autoCompletionWordSeparators" />
+      <keyword name="LexerPascal.defaultKeywords" id="LexerPascal.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.defaultKeywords" />
+      <keyword name="LexerPascal.initProperties" id="LexerPascal.initProperties" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.initProperties" />
+      <keyword name="LexerPascal.isCommentStyle" id="LexerPascal.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.isCommentStyle" />
+      <keyword name="LexerPascal.isStringStyle" id="LexerPascal.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.isStringStyle" />
+      <keyword name="LexerBatch (Module)" id="LexerBatch (Module)" ref="eric5.QScintilla.Lexers.LexerBatch.html" />
+      <keyword name="LexerBatch" id="LexerBatch" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch" />
+      <keyword name="LexerBatch (Constructor)" id="LexerBatch (Constructor)" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.__init__" />
+      <keyword name="LexerBatch.defaultKeywords" id="LexerBatch.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.defaultKeywords" />
+      <keyword name="LexerBatch.isCommentStyle" id="LexerBatch.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.isCommentStyle" />
+      <keyword name="LexerBatch.isStringStyle" id="LexerBatch.isStringStyle" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.isStringStyle" />
+      <keyword name="LexerSQL (Module)" id="LexerSQL (Module)" ref="eric5.QScintilla.Lexers.LexerSQL.html" />
+      <keyword name="LexerSQL" id="LexerSQL" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL" />
+      <keyword name="LexerSQL (Constructor)" id="LexerSQL (Constructor)" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.__init__" />
+      <keyword name="LexerSQL.defaultKeywords" id="LexerSQL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.defaultKeywords" />
+      <keyword name="LexerSQL.initProperties" id="LexerSQL.initProperties" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.initProperties" />
+      <keyword name="LexerSQL.isCommentStyle" id="LexerSQL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.isCommentStyle" />
+      <keyword name="LexerSQL.isStringStyle" id="LexerSQL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.isStringStyle" />
+      <keyword name="LexerPOV (Module)" id="LexerPOV (Module)" ref="eric5.QScintilla.Lexers.LexerPOV.html" />
+      <keyword name="LexerPOV" id="LexerPOV" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV" />
+      <keyword name="LexerPOV (Constructor)" id="LexerPOV (Constructor)" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.__init__" />
+      <keyword name="LexerPOV.defaultKeywords" id="LexerPOV.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.defaultKeywords" />
+      <keyword name="LexerPOV.initProperties" id="LexerPOV.initProperties" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.initProperties" />
+      <keyword name="LexerPOV.isCommentStyle" id="LexerPOV.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.isCommentStyle" />
+      <keyword name="LexerPOV.isStringStyle" id="LexerPOV.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.isStringStyle" />
+      <keyword name="LexerCMake (Module)" id="LexerCMake (Module)" ref="eric5.QScintilla.Lexers.LexerCMake.html" />
+      <keyword name="LexerCMake" id="LexerCMake" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake" />
+      <keyword name="LexerCMake (Constructor)" id="LexerCMake (Constructor)" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.__init__" />
+      <keyword name="LexerCMake.defaultKeywords" id="LexerCMake.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.defaultKeywords" />
+      <keyword name="LexerCMake.initProperties" id="LexerCMake.initProperties" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.initProperties" />
+      <keyword name="LexerCMake.isCommentStyle" id="LexerCMake.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.isCommentStyle" />
+      <keyword name="LexerCMake.isStringStyle" id="LexerCMake.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.isStringStyle" />
+      <keyword name="LexerRuby (Module)" id="LexerRuby (Module)" ref="eric5.QScintilla.Lexers.LexerRuby.html" />
+      <keyword name="LexerRuby" id="LexerRuby" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby" />
+      <keyword name="LexerRuby (Constructor)" id="LexerRuby (Constructor)" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.__init__" />
+      <keyword name="LexerRuby.autoCompletionWordSeparators" id="LexerRuby.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.autoCompletionWordSeparators" />
+      <keyword name="LexerRuby.defaultKeywords" id="LexerRuby.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.defaultKeywords" />
+      <keyword name="LexerRuby.isCommentStyle" id="LexerRuby.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.isCommentStyle" />
+      <keyword name="LexerRuby.isStringStyle" id="LexerRuby.isStringStyle" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.isStringStyle" />
+      <keyword name="LexerPostScript (Module)" id="LexerPostScript (Module)" ref="eric5.QScintilla.Lexers.LexerPostScript.html" />
+      <keyword name="LexerPostScript" id="LexerPostScript" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript" />
+      <keyword name="LexerPostScript (Constructor)" id="LexerPostScript (Constructor)" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.__init__" />
+      <keyword name="LexerPostScript.defaultKeywords" id="LexerPostScript.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.defaultKeywords" />
+      <keyword name="LexerPostScript.initProperties" id="LexerPostScript.initProperties" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.initProperties" />
+      <keyword name="LexerPostScript.isCommentStyle" id="LexerPostScript.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.isCommentStyle" />
+      <keyword name="LexerPostScript.isStringStyle" id="LexerPostScript.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.isStringStyle" />
+      <keyword name="LexerDiff (Module)" id="LexerDiff (Module)" ref="eric5.QScintilla.Lexers.LexerDiff.html" />
+      <keyword name="LexerDiff" id="LexerDiff" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff" />
+      <keyword name="LexerDiff (Constructor)" id="LexerDiff (Constructor)" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.__init__" />
+      <keyword name="LexerDiff.defaultKeywords" id="LexerDiff.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.defaultKeywords" />
+      <keyword name="LexerDiff.isCommentStyle" id="LexerDiff.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.isCommentStyle" />
+      <keyword name="LexerDiff.isStringStyle" id="LexerDiff.isStringStyle" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.isStringStyle" />
+      <keyword name="LexerPython (Module)" id="LexerPython (Module)" ref="eric5.QScintilla.Lexers.LexerPython.html" />
+      <keyword name="LexerPython" id="LexerPython" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython" />
+      <keyword name="LexerPython (Constructor)" id="LexerPython (Constructor)" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.__init__" />
+      <keyword name="LexerPython.autoCompletionWordSeparators" id="LexerPython.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.autoCompletionWordSeparators" />
+      <keyword name="LexerPython.defaultKeywords" id="LexerPython.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.defaultKeywords" />
+      <keyword name="LexerPython.getIndentationDifference" id="LexerPython.getIndentationDifference" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.getIndentationDifference" />
+      <keyword name="LexerPython.initProperties" id="LexerPython.initProperties" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.initProperties" />
+      <keyword name="LexerPython.isCommentStyle" id="LexerPython.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.isCommentStyle" />
+      <keyword name="LexerPython.isStringStyle" id="LexerPython.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.isStringStyle" />
+      <keyword name="LexerProperties (Module)" id="LexerProperties (Module)" ref="eric5.QScintilla.Lexers.LexerProperties.html" />
+      <keyword name="LexerProperties" id="LexerProperties" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties" />
+      <keyword name="LexerProperties (Constructor)" id="LexerProperties (Constructor)" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.__init__" />
+      <keyword name="LexerProperties.defaultKeywords" id="LexerProperties.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.defaultKeywords" />
+      <keyword name="LexerProperties.initProperties" id="LexerProperties.initProperties" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.initProperties" />
+      <keyword name="LexerProperties.isCommentStyle" id="LexerProperties.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.isCommentStyle" />
+      <keyword name="LexerProperties.isStringStyle" id="LexerProperties.isStringStyle" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.isStringStyle" />
+      <keyword name="LexerCSS (Module)" id="LexerCSS (Module)" ref="eric5.QScintilla.Lexers.LexerCSS.html" />
+      <keyword name="LexerCSS" id="LexerCSS" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS" />
+      <keyword name="LexerCSS (Constructor)" id="LexerCSS (Constructor)" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.__init__" />
+      <keyword name="LexerCSS.defaultKeywords" id="LexerCSS.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.defaultKeywords" />
+      <keyword name="LexerCSS.initProperties" id="LexerCSS.initProperties" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.initProperties" />
+      <keyword name="LexerCSS.isCommentStyle" id="LexerCSS.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.isCommentStyle" />
+      <keyword name="LexerCSS.isStringStyle" id="LexerCSS.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.isStringStyle" />
+      <keyword name="LexerMakefile (Module)" id="LexerMakefile (Module)" ref="eric5.QScintilla.Lexers.LexerMakefile.html" />
+      <keyword name="LexerMakefile" id="LexerMakefile" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile" />
+      <keyword name="LexerMakefile (Constructor)" id="LexerMakefile (Constructor)" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.__init__" />
+      <keyword name="LexerMakefile.defaultKeywords" id="LexerMakefile.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.defaultKeywords" />
+      <keyword name="LexerMakefile.isCommentStyle" id="LexerMakefile.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.isCommentStyle" />
+      <keyword name="LexerMakefile.isStringStyle" id="LexerMakefile.isStringStyle" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.isStringStyle" />
+      <keyword name="LexerBash (Module)" id="LexerBash (Module)" ref="eric5.QScintilla.Lexers.LexerBash.html" />
+      <keyword name="LexerBash" id="LexerBash" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash" />
+      <keyword name="LexerBash (Constructor)" id="LexerBash (Constructor)" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.__init__" />
+      <keyword name="LexerBash.defaultKeywords" id="LexerBash.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.defaultKeywords" />
+      <keyword name="LexerBash.initProperties" id="LexerBash.initProperties" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.initProperties" />
+      <keyword name="LexerBash.isCommentStyle" id="LexerBash.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.isCommentStyle" />
+      <keyword name="LexerBash.isStringStyle" id="LexerBash.isStringStyle" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.isStringStyle" />
+      <keyword name="LexerCPP (Module)" id="LexerCPP (Module)" ref="eric5.QScintilla.Lexers.LexerCPP.html" />
+      <keyword name="LexerCPP" id="LexerCPP" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP" />
+      <keyword name="LexerCPP (Constructor)" id="LexerCPP (Constructor)" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.__init__" />
+      <keyword name="LexerCPP.autoCompletionWordSeparators" id="LexerCPP.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.autoCompletionWordSeparators" />
+      <keyword name="LexerCPP.defaultKeywords" id="LexerCPP.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.defaultKeywords" />
+      <keyword name="LexerCPP.initProperties" id="LexerCPP.initProperties" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.initProperties" />
+      <keyword name="LexerCPP.isCommentStyle" id="LexerCPP.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.isCommentStyle" />
+      <keyword name="LexerCPP.isStringStyle" id="LexerCPP.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.isStringStyle" />
+      <keyword name="LexerFortran77 (Module)" id="LexerFortran77 (Module)" ref="eric5.QScintilla.Lexers.LexerFortran77.html" />
+      <keyword name="LexerFortran77" id="LexerFortran77" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77" />
+      <keyword name="LexerFortran77 (Constructor)" id="LexerFortran77 (Constructor)" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.__init__" />
+      <keyword name="LexerFortran77.autoCompletionWordSeparators" id="LexerFortran77.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.autoCompletionWordSeparators" />
+      <keyword name="LexerFortran77.defaultKeywords" id="LexerFortran77.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.defaultKeywords" />
+      <keyword name="LexerFortran77.initProperties" id="LexerFortran77.initProperties" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.initProperties" />
+      <keyword name="LexerFortran77.isCommentStyle" id="LexerFortran77.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.isCommentStyle" />
+      <keyword name="LexerFortran77.isStringStyle" id="LexerFortran77.isStringStyle" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.isStringStyle" />
+      <keyword name="LexerPygments (Module)" id="LexerPygments (Module)" ref="eric5.QScintilla.Lexers.LexerPygments.html" />
+      <keyword name="LexerPygments" id="LexerPygments" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments" />
+      <keyword name="LexerPygments (Constructor)" id="LexerPygments (Constructor)" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.__init__" />
+      <keyword name="LexerPygments.__guessLexer" id="LexerPygments.__guessLexer" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.__guessLexer" />
+      <keyword name="LexerPygments.canStyle" id="LexerPygments.canStyle" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.canStyle" />
+      <keyword name="LexerPygments.defaultColor" id="LexerPygments.defaultColor" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultColor" />
+      <keyword name="LexerPygments.defaultFont" id="LexerPygments.defaultFont" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultFont" />
+      <keyword name="LexerPygments.defaultKeywords" id="LexerPygments.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultKeywords" />
+      <keyword name="LexerPygments.defaultPaper" id="LexerPygments.defaultPaper" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultPaper" />
+      <keyword name="LexerPygments.description" id="LexerPygments.description" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.description" />
+      <keyword name="LexerPygments.isCommentStyle" id="LexerPygments.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.isCommentStyle" />
+      <keyword name="LexerPygments.isStringStyle" id="LexerPygments.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.isStringStyle" />
+      <keyword name="LexerPygments.language" id="LexerPygments.language" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.language" />
+      <keyword name="LexerPygments.name" id="LexerPygments.name" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.name" />
+      <keyword name="LexerPygments.styleBitsNeeded" id="LexerPygments.styleBitsNeeded" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.styleBitsNeeded" />
+      <keyword name="LexerPygments.styleText" id="LexerPygments.styleText" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.styleText" />
+      <keyword name="LexerYAML (Module)" id="LexerYAML (Module)" ref="eric5.QScintilla.Lexers.LexerYAML.html" />
+      <keyword name="LexerYAML" id="LexerYAML" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML" />
+      <keyword name="LexerYAML (Constructor)" id="LexerYAML (Constructor)" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.__init__" />
+      <keyword name="LexerYAML.defaultKeywords" id="LexerYAML.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.defaultKeywords" />
+      <keyword name="LexerYAML.initProperties" id="LexerYAML.initProperties" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.initProperties" />
+      <keyword name="LexerYAML.isCommentStyle" id="LexerYAML.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.isCommentStyle" />
+      <keyword name="LexerYAML.isStringStyle" id="LexerYAML.isStringStyle" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.isStringStyle" />
+      <keyword name="LexerJavaScript (Module)" id="LexerJavaScript (Module)" ref="eric5.QScintilla.Lexers.LexerJavaScript.html" />
+      <keyword name="LexerJavaScript" id="LexerJavaScript" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript" />
+      <keyword name="LexerJavaScript (Constructor)" id="LexerJavaScript (Constructor)" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.__init__" />
+      <keyword name="LexerJavaScript.defaultKeywords" id="LexerJavaScript.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.defaultKeywords" />
+      <keyword name="LexerJavaScript.initProperties" id="LexerJavaScript.initProperties" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.initProperties" />
+      <keyword name="LexerJavaScript.isCommentStyle" id="LexerJavaScript.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.isCommentStyle" />
+      <keyword name="LexerJavaScript.isStringStyle" id="LexerJavaScript.isStringStyle" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.isStringStyle" />
+      <keyword name="LexerPerl (Module)" id="LexerPerl (Module)" ref="eric5.QScintilla.Lexers.LexerPerl.html" />
+      <keyword name="LexerPerl" id="LexerPerl" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl" />
+      <keyword name="LexerPerl (Constructor)" id="LexerPerl (Constructor)" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.__init__" />
+      <keyword name="LexerPerl.autoCompletionWordSeparators" id="LexerPerl.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.autoCompletionWordSeparators" />
+      <keyword name="LexerPerl.defaultKeywords" id="LexerPerl.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.defaultKeywords" />
+      <keyword name="LexerPerl.initProperties" id="LexerPerl.initProperties" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.initProperties" />
+      <keyword name="LexerPerl.isCommentStyle" id="LexerPerl.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.isCommentStyle" />
+      <keyword name="LexerPerl.isStringStyle" id="LexerPerl.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.isStringStyle" />
+      <keyword name="LexerD (Module)" id="LexerD (Module)" ref="eric5.QScintilla.Lexers.LexerD.html" />
+      <keyword name="LexerD" id="LexerD" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD" />
+      <keyword name="LexerD (Constructor)" id="LexerD (Constructor)" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.__init__" />
+      <keyword name="LexerD.autoCompletionWordSeparators" id="LexerD.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.autoCompletionWordSeparators" />
+      <keyword name="LexerD.defaultKeywords" id="LexerD.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.defaultKeywords" />
+      <keyword name="LexerD.initProperties" id="LexerD.initProperties" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.initProperties" />
+      <keyword name="LexerD.isCommentStyle" id="LexerD.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.isCommentStyle" />
+      <keyword name="LexerD.isStringStyle" id="LexerD.isStringStyle" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.isStringStyle" />
+      <keyword name="LexerTeX (Module)" id="LexerTeX (Module)" ref="eric5.QScintilla.Lexers.LexerTeX.html" />
+      <keyword name="LexerTeX" id="LexerTeX" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX" />
+      <keyword name="LexerTeX (Constructor)" id="LexerTeX (Constructor)" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.__init__" />
+      <keyword name="LexerTeX.defaultKeywords" id="LexerTeX.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.defaultKeywords" />
+      <keyword name="LexerTeX.isCommentStyle" id="LexerTeX.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.isCommentStyle" />
+      <keyword name="LexerTeX.isStringStyle" id="LexerTeX.isStringStyle" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.isStringStyle" />
+      <keyword name="LexerJava (Module)" id="LexerJava (Module)" ref="eric5.QScintilla.Lexers.LexerJava.html" />
+      <keyword name="LexerJava" id="LexerJava" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava" />
+      <keyword name="LexerJava (Constructor)" id="LexerJava (Constructor)" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.__init__" />
+      <keyword name="LexerJava.defaultKeywords" id="LexerJava.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.defaultKeywords" />
+      <keyword name="LexerJava.initProperties" id="LexerJava.initProperties" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.initProperties" />
+      <keyword name="LexerJava.isCommentStyle" id="LexerJava.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.isCommentStyle" />
+      <keyword name="LexerJava.isStringStyle" id="LexerJava.isStringStyle" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.isStringStyle" />
+      <keyword name="LexerXML (Module)" id="LexerXML (Module)" ref="eric5.QScintilla.Lexers.LexerXML.html" />
+      <keyword name="LexerXML" id="LexerXML" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML" />
+      <keyword name="LexerXML (Constructor)" id="LexerXML (Constructor)" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.__init__" />
+      <keyword name="LexerXML.defaultKeywords" id="LexerXML.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.defaultKeywords" />
+      <keyword name="LexerXML.initProperties" id="LexerXML.initProperties" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.initProperties" />
+      <keyword name="LexerXML.isCommentStyle" id="LexerXML.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.isCommentStyle" />
+      <keyword name="LexerXML.isStringStyle" id="LexerXML.isStringStyle" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.isStringStyle" />
+      <keyword name="LexerLua (Module)" id="LexerLua (Module)" ref="eric5.QScintilla.Lexers.LexerLua.html" />
+      <keyword name="LexerLua" id="LexerLua" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua" />
+      <keyword name="LexerLua (Constructor)" id="LexerLua (Constructor)" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.__init__" />
+      <keyword name="LexerLua.autoCompletionWordSeparators" id="LexerLua.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.autoCompletionWordSeparators" />
+      <keyword name="LexerLua.defaultKeywords" id="LexerLua.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.defaultKeywords" />
+      <keyword name="LexerLua.initProperties" id="LexerLua.initProperties" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.initProperties" />
+      <keyword name="LexerLua.isCommentStyle" id="LexerLua.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.isCommentStyle" />
+      <keyword name="LexerLua.isStringStyle" id="LexerLua.isStringStyle" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.isStringStyle" />
+      <keyword name="LexerCSharp (Module)" id="LexerCSharp (Module)" ref="eric5.QScintilla.Lexers.LexerCSharp.html" />
+      <keyword name="LexerCSharp" id="LexerCSharp" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp" />
+      <keyword name="LexerCSharp (Constructor)" id="LexerCSharp (Constructor)" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.__init__" />
+      <keyword name="LexerCSharp.defaultKeywords" id="LexerCSharp.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.defaultKeywords" />
+      <keyword name="LexerCSharp.initProperties" id="LexerCSharp.initProperties" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.initProperties" />
+      <keyword name="LexerCSharp.isCommentStyle" id="LexerCSharp.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.isCommentStyle" />
+      <keyword name="LexerCSharp.isStringStyle" id="LexerCSharp.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.isStringStyle" />
+      <keyword name="Lexer (Module)" id="Lexer (Module)" ref="eric5.QScintilla.Lexers.Lexer.html" />
+      <keyword name="Lexer" id="Lexer" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer" />
+      <keyword name="Lexer (Constructor)" id="Lexer (Constructor)" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.__init__" />
+      <keyword name="Lexer.alwaysKeepTabs" id="Lexer.alwaysKeepTabs" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.alwaysKeepTabs" />
+      <keyword name="Lexer.autoCompletionWordSeparators" id="Lexer.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.autoCompletionWordSeparators" />
+      <keyword name="Lexer.boxCommentStr" id="Lexer.boxCommentStr" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.boxCommentStr" />
+      <keyword name="Lexer.canBlockComment" id="Lexer.canBlockComment" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.canBlockComment" />
+      <keyword name="Lexer.canBoxComment" id="Lexer.canBoxComment" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.canBoxComment" />
+      <keyword name="Lexer.canStreamComment" id="Lexer.canStreamComment" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.canStreamComment" />
+      <keyword name="Lexer.commentStr" id="Lexer.commentStr" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.commentStr" />
+      <keyword name="Lexer.hasSmartIndent" id="Lexer.hasSmartIndent" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.hasSmartIndent" />
+      <keyword name="Lexer.initProperties" id="Lexer.initProperties" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.initProperties" />
+      <keyword name="Lexer.isCommentStyle" id="Lexer.isCommentStyle" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.isCommentStyle" />
+      <keyword name="Lexer.isStringStyle" id="Lexer.isStringStyle" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.isStringStyle" />
+      <keyword name="Lexer.keywords" id="Lexer.keywords" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.keywords" />
+      <keyword name="Lexer.smartIndentLine" id="Lexer.smartIndentLine" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.smartIndentLine" />
+      <keyword name="Lexer.smartIndentSelection" id="Lexer.smartIndentSelection" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.smartIndentSelection" />
+      <keyword name="Lexer.streamCommentStr" id="Lexer.streamCommentStr" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.streamCommentStr" />
+      <keyword name="LexerIDL (Module)" id="LexerIDL (Module)" ref="eric5.QScintilla.Lexers.LexerIDL.html" />
+      <keyword name="LexerIDL" id="LexerIDL" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL" />
+      <keyword name="LexerIDL (Constructor)" id="LexerIDL (Constructor)" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.__init__" />
+      <keyword name="LexerIDL.defaultKeywords" id="LexerIDL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.defaultKeywords" />
+      <keyword name="LexerIDL.initProperties" id="LexerIDL.initProperties" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.initProperties" />
+      <keyword name="LexerIDL.isCommentStyle" id="LexerIDL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.isCommentStyle" />
+      <keyword name="LexerIDL.isStringStyle" id="LexerIDL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.isStringStyle" />
+      <keyword name="LexerFortran (Module)" id="LexerFortran (Module)" ref="eric5.QScintilla.Lexers.LexerFortran.html" />
+      <keyword name="LexerFortran" id="LexerFortran" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran" />
+      <keyword name="LexerFortran (Constructor)" id="LexerFortran (Constructor)" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.__init__" />
+      <keyword name="LexerFortran.autoCompletionWordSeparators" id="LexerFortran.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.autoCompletionWordSeparators" />
+      <keyword name="LexerFortran.defaultKeywords" id="LexerFortran.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.defaultKeywords" />
+      <keyword name="LexerFortran.initProperties" id="LexerFortran.initProperties" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.initProperties" />
+      <keyword name="LexerFortran.isCommentStyle" id="LexerFortran.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.isCommentStyle" />
+      <keyword name="LexerFortran.isStringStyle" id="LexerFortran.isStringStyle" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.isStringStyle" />
+      <keyword name="LexerTCL (Module)" id="LexerTCL (Module)" ref="eric5.QScintilla.Lexers.LexerTCL.html" />
+      <keyword name="LexerTCL" id="LexerTCL" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL" />
+      <keyword name="LexerTCL (Constructor)" id="LexerTCL (Constructor)" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.__init__" />
+      <keyword name="LexerTCL.defaultKeywords" id="LexerTCL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.defaultKeywords" />
+      <keyword name="LexerTCL.initProperties" id="LexerTCL.initProperties" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.initProperties" />
+      <keyword name="LexerTCL.isCommentStyle" id="LexerTCL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.isCommentStyle" />
+      <keyword name="LexerTCL.isStringStyle" id="LexerTCL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.isStringStyle" />
+      <keyword name="LexerHTML (Module)" id="LexerHTML (Module)" ref="eric5.QScintilla.Lexers.LexerHTML.html" />
+      <keyword name="LexerHTML" id="LexerHTML" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML" />
+      <keyword name="LexerHTML (Constructor)" id="LexerHTML (Constructor)" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.__init__" />
+      <keyword name="LexerHTML.defaultKeywords" id="LexerHTML.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.defaultKeywords" />
+      <keyword name="LexerHTML.initProperties" id="LexerHTML.initProperties" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.initProperties" />
+      <keyword name="LexerHTML.isCommentStyle" id="LexerHTML.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.isCommentStyle" />
+      <keyword name="LexerHTML.isStringStyle" id="LexerHTML.isStringStyle" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.isStringStyle" />
+      <keyword name="Exporters (Package)" id="Exporters (Package)" ref="index-eric5.QScintilla.Exporters.html" />
+      <keyword name="getExporter" id="getExporter" ref="eric5.QScintilla.Exporters.__init__.html#getExporter" />
+      <keyword name="getSupportedFormats" id="getSupportedFormats" ref="eric5.QScintilla.Exporters.__init__.html#getSupportedFormats" />
+      <keyword name="ExporterTEX (Module)" id="ExporterTEX (Module)" ref="eric5.QScintilla.Exporters.ExporterTEX.html" />
+      <keyword name="ExporterTEX" id="ExporterTEX" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX" />
+      <keyword name="ExporterTEX (Constructor)" id="ExporterTEX (Constructor)" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__init__" />
+      <keyword name="ExporterTEX.__defineTexStyle" id="ExporterTEX.__defineTexStyle" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__defineTexStyle" />
+      <keyword name="ExporterTEX.__getTexRGB" id="ExporterTEX.__getTexRGB" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__getTexRGB" />
+      <keyword name="ExporterTEX.__texStyle" id="ExporterTEX.__texStyle" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__texStyle" />
+      <keyword name="ExporterTEX.exportSource" id="ExporterTEX.exportSource" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.exportSource" />
+      <keyword name="ExporterBase (Module)" id="ExporterBase (Module)" ref="eric5.QScintilla.Exporters.ExporterBase.html" />
+      <keyword name="ExporterBase" id="ExporterBase" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase" />
+      <keyword name="ExporterBase (Constructor)" id="ExporterBase (Constructor)" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase.__init__" />
+      <keyword name="ExporterBase._getFileName" id="ExporterBase._getFileName" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase._getFileName" />
+      <keyword name="ExporterBase.exportSource" id="ExporterBase.exportSource" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase.exportSource" />
+      <keyword name="ExporterRTF (Module)" id="ExporterRTF (Module)" ref="eric5.QScintilla.Exporters.ExporterRTF.html" />
+      <keyword name="ExporterRTF" id="ExporterRTF" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF" />
+      <keyword name="ExporterRTF (Constructor)" id="ExporterRTF (Constructor)" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.__init__" />
+      <keyword name="ExporterRTF.__GetRTFNextControl" id="ExporterRTF.__GetRTFNextControl" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.__GetRTFNextControl" />
+      <keyword name="ExporterRTF.__GetRTFStyleChange" id="ExporterRTF.__GetRTFStyleChange" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.__GetRTFStyleChange" />
+      <keyword name="ExporterRTF.exportSource" id="ExporterRTF.exportSource" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.exportSource" />
+      <keyword name="ExporterHTML (Module)" id="ExporterHTML (Module)" ref="eric5.QScintilla.Exporters.ExporterHTML.html" />
+      <keyword name="ExporterHTML" id="ExporterHTML" ref="eric5.QScintilla.Exporters.ExporterHTML.html#ExporterHTML" />
+      <keyword name="ExporterHTML (Constructor)" id="ExporterHTML (Constructor)" ref="eric5.QScintilla.Exporters.ExporterHTML.html#ExporterHTML.__init__" />
+      <keyword name="ExporterHTML.exportSource" id="ExporterHTML.exportSource" ref="eric5.QScintilla.Exporters.ExporterHTML.html#ExporterHTML.exportSource" />
+      <keyword name="ExporterPDF (Module)" id="ExporterPDF (Module)" ref="eric5.QScintilla.Exporters.ExporterPDF.html" />
+      <keyword name="ExporterPDF" id="ExporterPDF" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF" />
+      <keyword name="PDFObjectTracker" id="PDFObjectTracker" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker" />
+      <keyword name="PDFRender" id="PDFRender" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender" />
+      <keyword name="PDFStyle" id="PDFStyle" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFStyle" />
+      <keyword name="ExporterPDF (Constructor)" id="ExporterPDF (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF.__init__" />
+      <keyword name="ExporterPDF.__getPDFRGB" id="ExporterPDF.__getPDFRGB" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF.__getPDFRGB" />
+      <keyword name="ExporterPDF.exportSource" id="ExporterPDF.exportSource" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF.exportSource" />
+      <keyword name="PDFObjectTracker (Constructor)" id="PDFObjectTracker (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.__init__" />
+      <keyword name="PDFObjectTracker.add" id="PDFObjectTracker.add" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.add" />
+      <keyword name="PDFObjectTracker.write" id="PDFObjectTracker.write" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.write" />
+      <keyword name="PDFObjectTracker.xref" id="PDFObjectTracker.xref" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.xref" />
+      <keyword name="PDFRender (Constructor)" id="PDFRender (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.__init__" />
+      <keyword name="PDFRender.add" id="PDFRender.add" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.add" />
+      <keyword name="PDFRender.endPDF" id="PDFRender.endPDF" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.endPDF" />
+      <keyword name="PDFRender.endPage" id="PDFRender.endPage" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.endPage" />
+      <keyword name="PDFRender.flushSegment" id="PDFRender.flushSegment" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.flushSegment" />
+      <keyword name="PDFRender.fontToPoints" id="PDFRender.fontToPoints" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.fontToPoints" />
+      <keyword name="PDFRender.nextLine" id="PDFRender.nextLine" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.nextLine" />
+      <keyword name="PDFRender.setStyle" id="PDFRender.setStyle" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.setStyle" />
+      <keyword name="PDFRender.startPDF" id="PDFRender.startPDF" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.startPDF" />
+      <keyword name="PDFRender.startPage" id="PDFRender.startPage" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.startPage" />
+      <keyword name="PDFStyle (Constructor)" id="PDFStyle (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFStyle.__init__" />
     </keywords>
     <files>
       <file>eric5.Cooperation.ChatWidget.html</file>
@@ -10188,6 +10210,7 @@
       <file>eric5.UI.LogView.html</file>
       <file>eric5.UI.PixmapCache.html</file>
       <file>eric5.UI.SplashScreen.html</file>
+      <file>eric5.UI.SymbolsWidget.html</file>
       <file>eric5.UI.UserInterface.html</file>
       <file>eric5.Utilities.AutoSaver.html</file>
       <file>eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html</file>
--- a/Documentation/Source/eric5.E5Network.E5NetworkMonitor.html	Fri Jun 25 18:24:29 2010 +0200
+++ b/Documentation/Source/eric5.E5Network.E5NetworkMonitor.html	Sat Jun 26 13:34:06 2010 +0200
@@ -283,7 +283,7 @@
 </dd>
 </dl><a NAME="E5RequestModel.data" ID="E5RequestModel.data"></a>
 <h4>E5RequestModel.data</h4>
-<b>data</b>(<i>index, role</i>)
+<b>data</b>(<i>index, role = Qt.DisplayRole</i>)
 <p>
         Public method to get data from the model.
 </p><dl>
@@ -301,7 +301,7 @@
 </dd>
 </dl><a NAME="E5RequestModel.headerData" ID="E5RequestModel.headerData"></a>
 <h4>E5RequestModel.headerData</h4>
-<b>headerData</b>(<i>section, orientation, role</i>)
+<b>headerData</b>(<i>section, orientation, role = Qt.DisplayRole</i>)
 <p>
         Public method to get header data from the model.
 </p><dl>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric5.UI.SymbolsWidget.html	Sat Jun 26 13:34:06 2010 +0200
@@ -0,0 +1,332 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
+'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
+<html><head>
+<title>eric5.UI.SymbolsWidget</title>
+<style>
+body {
+    background:white;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #4FA4FF; }
+h2 { color: white; background: #4FA4FF; }
+h3 { color: white; background: #00557F; }
+h4 { color: white; background: #00557F; }
+    
+a { color: #AA5500; }
+
+</style>
+</head>
+<body><a NAME="top" ID="top"></a>
+<h1>eric5.UI.SymbolsWidget</h1>
+<p>
+Module implementing a widget to select a symbol in various formats.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#SymbolsModel">SymbolsModel</a></td>
+<td>Class implementing the model for the symbols widget.</td>
+</tr><tr>
+<td><a href="#SymbolsWidget">SymbolsWidget</a></td>
+<td>Class implementing a widget to select a symbol in various formats.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="SymbolsModel" ID="SymbolsModel"></a>
+<h2>SymbolsModel</h2>
+<p>
+    Class implementing the model for the symbols widget.
+</p>
+<h3>Derived from</h3>
+QAbstractTableModel
+<h3>Class Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#SymbolsModel.__init__">SymbolsModel</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#SymbolsModel.__isDigit">__isDigit</a></td>
+<td>Private method to check, if a character is a digit.</td>
+</tr><tr>
+<td><a href="#SymbolsModel.__isLetter">__isLetter</a></td>
+<td>Private method to check, if a character is a letter.</td>
+</tr><tr>
+<td><a href="#SymbolsModel.__isMark">__isMark</a></td>
+<td>Private method to check, if a character is a mark character.</td>
+</tr><tr>
+<td><a href="#SymbolsModel.__isPunct">__isPunct</a></td>
+<td>Private method to check, if a character is a punctuation character.</td>
+</tr><tr>
+<td><a href="#SymbolsModel.__isSymbol">__isSymbol</a></td>
+<td>Private method to check, if a character is a symbol.</td>
+</tr><tr>
+<td><a href="#SymbolsModel.columnCount">columnCount</a></td>
+<td>Public method to get the number of columns of the model.</td>
+</tr><tr>
+<td><a href="#SymbolsModel.data">data</a></td>
+<td>Public method to get data from the model.</td>
+</tr><tr>
+<td><a href="#SymbolsModel.headerData">headerData</a></td>
+<td>Public method to get header data from the model.</td>
+</tr><tr>
+<td><a href="#SymbolsModel.rowCount">rowCount</a></td>
+<td>Public method to get the number of rows of the model.</td>
+</tr><tr>
+<td><a href="#SymbolsModel.setUnicode">setUnicode</a></td>
+<td>Public method to set the mode of the model.</td>
+</tr>
+</table>
+<a NAME="SymbolsModel.__init__" ID="SymbolsModel.__init__"></a>
+<h4>SymbolsModel (Constructor)</h4>
+<b>SymbolsModel</b>(<i>parent = None</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>parent</i></dt>
+<dd>
+reference to the parent object (QObject)
+</dd>
+</dl><a NAME="SymbolsModel.__isDigit" ID="SymbolsModel.__isDigit"></a>
+<h4>SymbolsModel.__isDigit</h4>
+<b>__isDigit</b>(<i>char</i>)
+<p>
+        Private method to check, if a character is a digit.
+</p><dl>
+<dt><i>char</i></dt>
+<dd>
+character to test (one character string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating a digit (boolean)
+</dd>
+</dl><a NAME="SymbolsModel.__isLetter" ID="SymbolsModel.__isLetter"></a>
+<h4>SymbolsModel.__isLetter</h4>
+<b>__isLetter</b>(<i>char</i>)
+<p>
+        Private method to check, if a character is a letter.
+</p><dl>
+<dt><i>char</i></dt>
+<dd>
+character to test (one character string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating a letter (boolean)
+</dd>
+</dl><a NAME="SymbolsModel.__isMark" ID="SymbolsModel.__isMark"></a>
+<h4>SymbolsModel.__isMark</h4>
+<b>__isMark</b>(<i>char</i>)
+<p>
+        Private method to check, if a character is a mark character.
+</p><dl>
+<dt><i>char</i></dt>
+<dd>
+character to test (one character string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating a mark character (boolean)
+</dd>
+</dl><a NAME="SymbolsModel.__isPunct" ID="SymbolsModel.__isPunct"></a>
+<h4>SymbolsModel.__isPunct</h4>
+<b>__isPunct</b>(<i>char</i>)
+<p>
+        Private method to check, if a character is a punctuation character.
+</p><dl>
+<dt><i>char</i></dt>
+<dd>
+character to test (one character string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating a punctuation character (boolean)
+</dd>
+</dl><a NAME="SymbolsModel.__isSymbol" ID="SymbolsModel.__isSymbol"></a>
+<h4>SymbolsModel.__isSymbol</h4>
+<b>__isSymbol</b>(<i>char</i>)
+<p>
+        Private method to check, if a character is a symbol.
+</p><dl>
+<dt><i>char</i></dt>
+<dd>
+character to test (one character string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating a symbol (boolean)
+</dd>
+</dl><a NAME="SymbolsModel.columnCount" ID="SymbolsModel.columnCount"></a>
+<h4>SymbolsModel.columnCount</h4>
+<b>columnCount</b>(<i>parent</i>)
+<p>
+        Public method to get the number of columns of the model.
+</p><dl>
+<dt><i>parent</i></dt>
+<dd>
+parent index (QModelIndex)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+number of columns (integer)
+</dd>
+</dl><a NAME="SymbolsModel.data" ID="SymbolsModel.data"></a>
+<h4>SymbolsModel.data</h4>
+<b>data</b>(<i>index, role = Qt.DisplayRole</i>)
+<p>
+        Public method to get data from the model.
+</p><dl>
+<dt><i>index</i></dt>
+<dd>
+index to get data for (QModelIndex)
+</dd><dt><i>role</i></dt>
+<dd>
+role of the data to retrieve (integer)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+requested data
+</dd>
+</dl><a NAME="SymbolsModel.headerData" ID="SymbolsModel.headerData"></a>
+<h4>SymbolsModel.headerData</h4>
+<b>headerData</b>(<i>section, orientation, role = Qt.DisplayRole</i>)
+<p>
+        Public method to get header data from the model.
+</p><dl>
+<dt><i>section</i></dt>
+<dd>
+section number (integer)
+</dd><dt><i>orientation</i></dt>
+<dd>
+orientation (Qt.Orientation)
+</dd><dt><i>role</i></dt>
+<dd>
+role of the data to retrieve (integer)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+requested data
+</dd>
+</dl><a NAME="SymbolsModel.rowCount" ID="SymbolsModel.rowCount"></a>
+<h4>SymbolsModel.rowCount</h4>
+<b>rowCount</b>(<i>parent</i>)
+<p>
+        Public method to get the number of rows of the model.
+</p><dl>
+<dt><i>parent</i></dt>
+<dd>
+parent index (QModelIndex)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+number of columns (integer)
+</dd>
+</dl><a NAME="SymbolsModel.setUnicode" ID="SymbolsModel.setUnicode"></a>
+<h4>SymbolsModel.setUnicode</h4>
+<b>setUnicode</b>(<i>u</i>)
+<p>
+        Public method to set the mode of the model.
+</p><dl>
+<dt><i>u</i></dt>
+<dd>
+flag indicating unicode mode (boolean)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
+<a NAME="SymbolsWidget" ID="SymbolsWidget"></a>
+<h2>SymbolsWidget</h2>
+<p>
+    Class implementing a widget to select a symbol in various formats.
+</p><h4>Signals</h4>
+<dl>
+<dt>insertSymbol(str)</dt>
+<dd>
+emitted after the user has selected a symbol
+</dd>
+</dl>
+<h3>Derived from</h3>
+QWidget, Ui_SymbolsWidget
+<h3>Class Attributes</h3>
+<table>
+<tr><td>insertSymbol</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#SymbolsWidget.__init__">SymbolsWidget</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#SymbolsWidget.on_symbolSpinBox_editingFinished">on_symbolSpinBox_editingFinished</a></td>
+<td>Private slot to move the table to the entered symbol id.</td>
+</tr><tr>
+<td><a href="#SymbolsWidget.on_symbolsTable_activated">on_symbolsTable_activated</a></td>
+<td>Private slot to signal the selection of a symbol.</td>
+</tr><tr>
+<td><a href="#SymbolsWidget.on_unicodeButton_toggled">on_unicodeButton_toggled</a></td>
+<td>Private slot to switch unicode mode.</td>
+</tr>
+</table>
+<a NAME="SymbolsWidget.__init__" ID="SymbolsWidget.__init__"></a>
+<h4>SymbolsWidget (Constructor)</h4>
+<b>SymbolsWidget</b>(<i>parent = None</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>parent</i></dt>
+<dd>
+reference to the parent widget (QWidget)
+</dd>
+</dl><a NAME="SymbolsWidget.on_symbolSpinBox_editingFinished" ID="SymbolsWidget.on_symbolSpinBox_editingFinished"></a>
+<h4>SymbolsWidget.on_symbolSpinBox_editingFinished</h4>
+<b>on_symbolSpinBox_editingFinished</b>(<i></i>)
+<p>
+        Private slot to move the table to the entered symbol id.
+</p><a NAME="SymbolsWidget.on_symbolsTable_activated" ID="SymbolsWidget.on_symbolsTable_activated"></a>
+<h4>SymbolsWidget.on_symbolsTable_activated</h4>
+<b>on_symbolsTable_activated</b>(<i>index</i>)
+<p>
+        Private slot to signal the selection of a symbol.
+</p><dl>
+<dt><i>index</i></dt>
+<dd>
+index of the selected symbol (QModelIndex)
+</dd>
+</dl><a NAME="SymbolsWidget.on_unicodeButton_toggled" ID="SymbolsWidget.on_unicodeButton_toggled"></a>
+<h4>SymbolsWidget.on_unicodeButton_toggled</h4>
+<b>on_unicodeButton_toggled</b>(<i>checked</i>)
+<p>
+        Private slot to switch unicode mode.
+</p><dl>
+<dt><i>checked</i></dt>
+<dd>
+flag indicating that the button is pressed (boolean)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file
--- a/Documentation/Source/eric5.UI.UserInterface.html	Fri Jun 25 18:24:29 2010 +0200
+++ b/Documentation/Source/eric5.UI.UserInterface.html	Sat Jun 26 13:34:06 2010 +0200
@@ -196,6 +196,9 @@
 <td><a href="#UserInterface.__activateShell">__activateShell</a></td>
 <td>Private slot to handle the activation of the Shell window.</td>
 </tr><tr>
+<td><a href="#UserInterface.__activateSymbolsViewer">__activateSymbolsViewer</a></td>
+<td>Private slot to handle the activation of the Symbols Viewer.</td>
+</tr><tr>
 <td><a href="#UserInterface.__activateTaskViewer">__activateTaskViewer</a></td>
 <td>Private slot to handle the activation of the Task Viewer.</td>
 </tr><tr>
@@ -526,6 +529,9 @@
 <td><a href="#UserInterface.__toggleShell">__toggleShell</a></td>
 <td>Private slot to handle the toggle of the Shell window .</td>
 </tr><tr>
+<td><a href="#UserInterface.__toggleSymbolsViewer">__toggleSymbolsViewer</a></td>
+<td>Private slot to handle the toggle of the Symbols Viewer window.</td>
+</tr><tr>
 <td><a href="#UserInterface.__toggleTaskViewer">__toggleTaskViewer</a></td>
 <td>Private slot to handle the toggle of the Task Viewer window.</td>
 </tr><tr>
@@ -788,6 +794,11 @@
 <b>__activateShell</b>(<i></i>)
 <p>
         Private slot to handle the activation of the Shell window.
+</p><a NAME="UserInterface.__activateSymbolsViewer" ID="UserInterface.__activateSymbolsViewer"></a>
+<h4>UserInterface.__activateSymbolsViewer</h4>
+<b>__activateSymbolsViewer</b>(<i></i>)
+<p>
+        Private slot to handle the activation of the Symbols Viewer.
 </p><a NAME="UserInterface.__activateTaskViewer" ID="UserInterface.__activateTaskViewer"></a>
 <h4>UserInterface.__activateTaskViewer</h4>
 <b>__activateTaskViewer</b>(<i></i>)
@@ -1562,6 +1573,11 @@
 <b>__toggleShell</b>(<i></i>)
 <p>
         Private slot to handle the toggle of the Shell window .
+</p><a NAME="UserInterface.__toggleSymbolsViewer" ID="UserInterface.__toggleSymbolsViewer"></a>
+<h4>UserInterface.__toggleSymbolsViewer</h4>
+<b>__toggleSymbolsViewer</b>(<i></i>)
+<p>
+        Private slot to handle the toggle of the Symbols Viewer window.
 </p><a NAME="UserInterface.__toggleTaskViewer" ID="UserInterface.__toggleTaskViewer"></a>
 <h4>UserInterface.__toggleTaskViewer</h4>
 <b>__toggleTaskViewer</b>(<i></i>)
--- a/Documentation/Source/eric5.ViewManager.ViewManager.html	Fri Jun 25 18:24:29 2010 +0200
+++ b/Documentation/Source/eric5.ViewManager.ViewManager.html	Sat Jun 26 13:34:06 2010 +0200
@@ -662,6 +662,9 @@
 <td><a href="#ViewManager.initViewToolbar">initViewToolbar</a></td>
 <td>Public method to create the View toolbar</td>
 </tr><tr>
+<td><a href="#ViewManager.insertSymbol">insertSymbol</a></td>
+<td>Private slot to insert a symbol text into the active window.</td>
+</tr><tr>
 <td><a href="#ViewManager.isConnected">isConnected</a></td>
 <td>Public method to check the connection status of the IDE.</td>
 </tr><tr>
@@ -2161,6 +2164,16 @@
 <dd>
 the generated toolbar
 </dd>
+</dl><a NAME="ViewManager.insertSymbol" ID="ViewManager.insertSymbol"></a>
+<h4>ViewManager.insertSymbol</h4>
+<b>insertSymbol</b>(<i>txt</i>)
+<p>
+        Private slot to insert a symbol text into the active window.
+</p><dl>
+<dt><i>txt</i></dt>
+<dd>
+text to be inserted (string)
+</dd>
 </dl><a NAME="ViewManager.isConnected" ID="ViewManager.isConnected"></a>
 <h4>ViewManager.isConnected</h4>
 <b>isConnected</b>(<i></i>)
--- a/Documentation/Source/index-eric5.UI.html	Fri Jun 25 18:24:29 2010 +0200
+++ b/Documentation/Source/index-eric5.UI.html	Sat Jun 26 13:34:06 2010 +0200
@@ -77,6 +77,9 @@
 <td><a href="eric5.UI.SplashScreen.html">SplashScreen</a></td>
 <td>Module implementing a splashscreen for eric5.</td>
 </tr><tr>
+<td><a href="eric5.UI.SymbolsWidget.html">SymbolsWidget</a></td>
+<td>Module implementing a widget to select a symbol in various formats.</td>
+</tr><tr>
 <td><a href="eric5.UI.UserInterface.html">UserInterface</a></td>
 <td>Module implementing the main user interface.</td>
 </tr>
--- a/E5Network/E5NetworkMonitor.py	Fri Jun 25 18:24:29 2010 +0200
+++ b/E5Network/E5NetworkMonitor.py	Sat Jun 26 13:34:06 2010 +0200
@@ -295,7 +295,7 @@
             self.requests[offset].info = \
                 self.trUtf8("Redirect: {0}").format(target.toString())
     
-    def headerData(self, section, orientation, role):
+    def headerData(self, section, orientation, role = Qt.DisplayRole):
         """
         Public method to get header data from the model.
         
@@ -309,7 +309,7 @@
         
         return QAbstractTableModel.headerData(self, section, orientation, role)
     
-    def data(self, index, role):
+    def data(self, index, role = Qt.DisplayRole):
         """
         Public method to get data from the model.
         
--- a/Preferences/ViewProfileDialog.py	Fri Jun 25 18:24:29 2010 +0200
+++ b/Preferences/ViewProfileDialog.py	Sat Jun 26 13:34:06 2010 +0200
@@ -69,6 +69,7 @@
             self.ui.eptevCheckBox.setChecked(profile[6])
             self.ui.epmpbCheckBox.setChecked(profile[7])
             self.ui.eptwCheckBox.setChecked(profile[8])
+            self.ui.epsyCheckBox.setChecked(profile[10])
         
         # set the debug profile
         profile = self.profiles["debug"][0]
@@ -95,6 +96,7 @@
             self.ui.dptevCheckBox.setChecked(profile[6])
             self.ui.dpmpbCheckBox.setChecked(profile[7])
             self.ui.dptwCheckBox.setChecked(profile[8])
+            self.ui.dpsyCheckBox.setChecked(profile[10])
     
     def getProfiles(self):
         """
@@ -130,7 +132,8 @@
                 self.ui.eptevCheckBox.isChecked(),
                 self.ui.epmpbCheckBox.isChecked(),
                 self.ui.eptwCheckBox.isChecked(),
-                self.ui.epcoCheckBox.isChecked()
+                self.ui.epcoCheckBox.isChecked(), 
+                self.ui.epsyCheckBox.isChecked()
             ]
             
             # get the debug profile
@@ -144,7 +147,8 @@
                 self.ui.dptevCheckBox.isChecked(),
                 self.ui.dpmpbCheckBox.isChecked(),
                 self.ui.dptwCheckBox.isChecked(),
-                self.ui.dpcoCheckBox.isChecked()
+                self.ui.dpcoCheckBox.isChecked(), 
+                self.ui.dpsyCheckBox.isChecked()
             ]
         
         return self.profiles
--- a/Preferences/ViewProfileDialog.ui	Fri Jun 25 18:24:29 2010 +0200
+++ b/Preferences/ViewProfileDialog.ui	Sat Jun 26 13:34:06 2010 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>608</width>
-    <height>363</height>
+    <height>345</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -98,6 +98,16 @@
        </widget>
       </item>
       <item>
+       <widget class="QCheckBox" name="epsyCheckBox">
+        <property name="text">
+         <string>Symbols</string>
+        </property>
+        <property name="checked">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
        <widget class="QCheckBox" name="eptvCheckBox">
         <property name="text">
          <string>Task-Viewer</string>
@@ -198,6 +208,13 @@
        </widget>
       </item>
       <item>
+       <widget class="QCheckBox" name="dpsyCheckBox">
+        <property name="text">
+         <string>Symbols</string>
+        </property>
+       </widget>
+      </item>
+      <item>
        <widget class="QCheckBox" name="dptvCheckBox">
         <property name="text">
          <string>Task-Viewer</string>
@@ -249,6 +266,7 @@
   <tabstop>epmpbCheckBox</tabstop>
   <tabstop>eppbCheckBox</tabstop>
   <tabstop>eppsCheckBox</tabstop>
+  <tabstop>epsyCheckBox</tabstop>
   <tabstop>eptvCheckBox</tabstop>
   <tabstop>eptevCheckBox</tabstop>
   <tabstop>eptwCheckBox</tabstop>
@@ -259,6 +277,7 @@
   <tabstop>dpmpbCheckBox</tabstop>
   <tabstop>dppbCheckBox</tabstop>
   <tabstop>dppsCheckBox</tabstop>
+  <tabstop>dpsyCheckBox</tabstop>
   <tabstop>dptvCheckBox</tabstop>
   <tabstop>dptevCheckBox</tabstop>
   <tabstop>dptwCheckBox</tabstop>
--- a/Preferences/__init__.py	Fri Jun 25 18:24:29 2010 +0200
+++ b/Preferences/__init__.py	Sat Jun 26 13:34:06 2010 +0200
@@ -114,15 +114,16 @@
         "TabViewManagerFilenameOnly" : True, 
         # the order in ViewProfiles is Project-Viewer, File-Browser,
         # Debug-Viewer, Python-Shell, Log-Viewer, Task-Viewer,
-        # Templates-Viewer, Multiproject-Viewer, Terminal, Chat
+        # Templates-Viewer, Multiproject-Viewer, Terminal, Chat, Symbols
         "ViewProfiles" : {
             "edit"  : [
                     # visibility (0)
-                    [ True, False, False, True, True, True, True,  True,  True, True],
+                    [ True, False, False, True, True, True, True,  True,  
+                      True, True,  True ],
                     # saved state main window with dock windows (1)
                     b"",
                     # saved states floating windows (2)
-                    [b"", b"", b"", b"", b"", b"", b"", b"", b"", b""],
+                    [b"", b"", b"", b"", b"", b"", b"", b"", b"", b"", b""],
                     # saved state main window with floating windows (3)
                     b"", 
                     # saved state main window with toolbox windows (4)
@@ -135,11 +136,12 @@
                 ],
             "debug" : [
                     # visibility (0)
-                    [ False, False, True, True, True, True, False, False, True, True], 
+                    [ False, False, True, True, True, True, False, False, 
+                      True, True, False], 
                     # saved state main window with dock windows (1)
                     b"",
                     # saved states floating windows (2)
-                    [b"", b"", b"", b"", b"", b"", b"", b"", b"", b""],
+                    [b"", b"", b"", b"", b"", b"", b"", b"", b"", b"", b""],
                     # saved state main window with floating windows (3)
                     b"", 
                     # saved state main window with toolbox windows (4)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/UI/SymbolsWidget.py	Sat Jun 26 13:34:06 2010 +0200
@@ -0,0 +1,240 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2010 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Module implementing a widget to select a symbol in various formats.
+"""
+
+import unicodedata
+import html.entities
+
+from PyQt4.QtCore import pyqtSlot, pyqtSignal, QAbstractTableModel, QModelIndex, Qt
+from PyQt4.QtGui import QWidget, QHeaderView, QAbstractItemView, QColor
+
+from .Ui_SymbolsWidget import Ui_SymbolsWidget
+
+class SymbolsModel(QAbstractTableModel):
+    """
+    Class implementing the model for the symbols widget.
+    """
+    def __init__(self, parent = None):
+        """
+        Constructor
+        
+        @param parent reference to the parent object (QObject)
+        """
+        QAbstractTableModel.__init__(self, parent)
+        
+        self.__headerData = [
+            self.trUtf8("Code"), 
+            self.trUtf8("Char"), 
+            self.trUtf8("Hex"), 
+            self.trUtf8("HTML"), 
+        ]
+        
+        self.__unicode = True
+    
+    def setUnicode(self, u):
+        """
+        Public method to set the mode of the model.
+        
+        @param u flag indicating unicode mode (boolean)
+        """
+        self.__unicode = u
+        self.reset()
+    
+    def headerData(self, section, orientation, role = Qt.DisplayRole):
+        """
+        Public method to get header data from the model.
+        
+        @param section section number (integer)
+        @param orientation orientation (Qt.Orientation)
+        @param role role of the data to retrieve (integer)
+        @return requested data
+        """
+        if orientation == Qt.Horizontal and role == Qt.DisplayRole:
+            return self.__headerData[section]
+        
+        return QAbstractTableModel.headerData(self, section, orientation, role)
+    
+    def data(self, index, role = Qt.DisplayRole):
+        """
+        Public method to get data from the model.
+        
+        @param index index to get data for (QModelIndex)
+        @param role role of the data to retrieve (integer)
+        @return requested data
+        """
+        id = index.row()
+        
+        if role == Qt.DisplayRole:
+            col = index.column()
+            if col == 0:
+                return str(id)
+            elif col == 1:
+                return chr(id)
+            elif col == 2:
+                return "0x{0:04x}".format(id)
+            elif col == 3:
+                if id in html.entities.codepoint2name:
+                    return "&{0};".format(html.entities.codepoint2name[id])
+        
+        if role == Qt.BackgroundColorRole:
+            if index.column() == 0:
+                return QColor(Qt.lightGray)
+        
+        if role == Qt.TextColorRole:
+            char = chr(id)
+            if self.__isDigit(char):
+                return QColor(Qt.darkBlue)
+            elif self.__isLetter(char):
+                return QColor(Qt.darkGreen)
+            elif self.__isMark(char):
+                return QColor(Qt.darkRed)
+            elif self.__isSymbol(char):
+                return QColor(Qt.black)
+            elif self.__isPunct(char):
+                return QColor(Qt.darkMagenta)
+            else:
+                return QColor(Qt.darkGray)
+        
+        if role == Qt.TextAlignmentRole:
+            if index.column() in [0, 1, 3]:
+                return Qt.AlignHCenter
+        
+        return None
+    
+    def columnCount(self, parent):
+        """
+        Public method to get the number of columns of the model.
+        
+        @param parent parent index (QModelIndex)
+        @return number of columns (integer)
+        """
+        if parent.column() > 0:
+            return 0
+        else:
+            return len(self.__headerData)
+    
+    def rowCount(self, parent):
+        """
+        Public method to get the number of rows of the model.
+        
+        @param parent parent index (QModelIndex)
+        @return number of columns (integer)
+        """
+        if parent.isValid():
+            return 0
+        else:
+            if self.__unicode:
+                return 65536
+            else:
+                return 256
+    
+    def __isDigit(self, char):
+        """
+        Private method to check, if a character is a digit.
+        
+        @param char character to test (one character string)
+        @return flag indicating a digit (boolean)
+        """
+        return unicodedata.category(char) == "Nd"
+    
+    def __isLetter(self, char):
+        """
+        Private method to check, if a character is a letter.
+        
+        @param char character to test (one character string)
+        @return flag indicating a letter (boolean)
+        """
+        return unicodedata.category(char) in ["Lu", "Ll", "Lt", "Lm", "Lo"]
+    
+    def __isMark(self, char):
+        """
+        Private method to check, if a character is a mark character.
+        
+        @param char character to test (one character string)
+        @return flag indicating a mark character (boolean)
+        """
+        return unicodedata.category(char) in ["Mn", "Mc", "Me"]
+    
+    def __isSymbol(self, char):
+        """
+        Private method to check, if a character is a symbol.
+        
+        @param char character to test (one character string)
+        @return flag indicating a symbol (boolean)
+        """
+        return unicodedata.category(char) in ["Sm", "Sc", "Sk", "So"]
+    
+    def __isPunct(self, char):
+        """
+        Private method to check, if a character is a punctuation character.
+        
+        @param char character to test (one character string)
+        @return flag indicating a punctuation character (boolean)
+        """
+        return unicodedata.category(char) in ["Pc", "Pd", "Ps", "Pe", "Pi", "Pf", "Po"]
+
+class SymbolsWidget(QWidget, Ui_SymbolsWidget):
+    """
+    Class implementing a widget to select a symbol in various formats.
+    
+    @signal insertSymbol(str) emitted after the user has selected a symbol
+    """
+    insertSymbol = pyqtSignal(str)
+    
+    def __init__(self, parent = None):
+        """
+        Constructor
+        
+        @param parent reference to the parent widget (QWidget)
+        """
+        QWidget.__init__(self, parent)
+        self.setupUi(self)
+        
+        self.__model = SymbolsModel(self)
+        self.symbolsTable.setModel(self.__model)
+        self.symbolsTable.horizontalHeader().setResizeMode(QHeaderView.Fixed)
+        
+        fm = self.fontMetrics()
+        em = fm.width("M")
+        self.symbolsTable.horizontalHeader().resizeSection(0, em * 5)
+        self.symbolsTable.horizontalHeader().resizeSection(1, em * 5)
+        self.symbolsTable.horizontalHeader().resizeSection(2, em * 6)
+        self.symbolsTable.horizontalHeader().resizeSection(3, em * 8)
+        self.symbolsTable.verticalHeader().setDefaultSectionSize(fm.height() + 4)
+    
+    @pyqtSlot(QModelIndex)
+    def on_symbolsTable_activated(self, index):
+        """
+        Private slot to signal the selection of a symbol.
+        
+        @param index index of the selected symbol (QModelIndex)
+        """
+        txt = self.__model.data(index)
+        if txt:
+            self.insertSymbol.emit(txt)
+    
+    @pyqtSlot(bool)
+    def on_unicodeButton_toggled(self, checked):
+        """
+        Private slot to switch unicode mode.
+        
+        @param checked flag indicating that the button is pressed (boolean)
+        """
+        self.symbolsTable.setUpdatesEnabled(False)
+        self.__model.setUnicode(checked)
+        self.symbolsTable.setUpdatesEnabled(True)
+    
+    @pyqtSlot()
+    def on_symbolSpinBox_editingFinished(self):
+        """
+        Private slot to move the table to the entered symbol id.
+        """
+        id = self.symbolSpinBox.value()
+        self.symbolsTable.selectRow(id)
+        self.symbolsTable.scrollTo(
+            self.__model.index(id, 0), QAbstractItemView.PositionAtCenter)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/UI/SymbolsWidget.ui	Sat Jun 26 13:34:06 2010 +0200
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>SymbolsWidget</class>
+ <widget class="QWidget" name="SymbolsWidget">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>268</width>
+    <height>300</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Symbols</string>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <property name="margin">
+    <number>0</number>
+   </property>
+   <item row="0" column="0" colspan="3">
+    <widget class="QTableView" name="symbolsTable">
+     <property name="alternatingRowColors">
+      <bool>true</bool>
+     </property>
+     <property name="selectionMode">
+      <enum>QAbstractItemView::SingleSelection</enum>
+     </property>
+     <property name="selectionBehavior">
+      <enum>QAbstractItemView::SelectRows</enum>
+     </property>
+     <property name="textElideMode">
+      <enum>Qt::ElideNone</enum>
+     </property>
+     <property name="horizontalScrollMode">
+      <enum>QAbstractItemView::ScrollPerPixel</enum>
+     </property>
+     <attribute name="verticalHeaderVisible">
+      <bool>false</bool>
+     </attribute>
+     <attribute name="verticalHeaderVisible">
+      <bool>false</bool>
+     </attribute>
+    </widget>
+   </item>
+   <item row="1" column="0">
+    <widget class="QPushButton" name="unicodeButton">
+     <property name="toolTip">
+      <string>Press to switch to unicode mode</string>
+     </property>
+     <property name="text">
+      <string>Unicode</string>
+     </property>
+     <property name="checkable">
+      <bool>true</bool>
+     </property>
+     <property name="checked">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="1">
+    <widget class="QLabel" name="label">
+     <property name="text">
+      <string>Symbol code:</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="2">
+    <widget class="QSpinBox" name="symbolSpinBox">
+     <property name="toolTip">
+      <string>Enter the symbol code</string>
+     </property>
+     <property name="maximum">
+      <number>65535</number>
+     </property>
+     <property name="singleStep">
+      <number>32</number>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
--- a/UI/UserInterface.py	Fri Jun 25 18:24:29 2010 +0200
+++ b/UI/UserInterface.py	Sat Jun 26 13:34:06 2010 +0200
@@ -69,6 +69,7 @@
 from .LogView import LogViewer
 from .FindFileDialog import FindFileDialog
 from .FindFileNameDialog import FindFileNameDialog
+from .SymbolsWidget import SymbolsWidget
 
 from E5Gui.E5SingleApplication import E5SingleApplicationServer
 from E5Gui.E5Action import E5Action, createActionGroup
@@ -493,6 +494,9 @@
                      self.viewmanager.receive)
         self.viewmanager.setCooperationClient(self.cooperation.getClient())
         
+        self.connect(self.symbolsViewer, SIGNAL('insertSymbol(QString)'), 
+                     self.viewmanager.insertSymbol)
+        
         # Generate the unittest dialog
         self.unittestDialog = UnittestDialog(None, self.debuggerUI.debugServer, self)
         self.connect(self.unittestDialog, SIGNAL('unittestFile'),
@@ -553,6 +557,7 @@
         e5App().registerObject("ToolbarManager", self.toolbarManager)
         e5App().registerObject("Terminal", self.terminal)
         e5App().registerObject("Cooperation", self.cooperation)
+        e5App().registerObject("Symbols", self.symbolsViewer)
         
         # Initialize the actions, menus, toolbars and statusbar
         splash.showMessage(self.trUtf8("Initializing Actions..."))
@@ -743,6 +748,10 @@
         self.cooperation = ChatWidget()
         self.cooperation.setWindowTitle(self.trUtf8("Cooperation"))
         
+        # Create the symbols part of the user interface
+        self.symbolsViewer = SymbolsWidget()
+        self.symbolsViewer.setWindowTitle(self.trUtf8("Symbols"))
+        
         # Create the log viewer part of the user interface
         self.logViewer = LogViewer(None)
         self.logViewer.setWindowTitle(self.trUtf8("Log-Viewer"))
@@ -761,7 +770,8 @@
 
         self.windows = [self.projectBrowser, None, self.debugViewer, 
             None, self.logViewer, self.taskViewer, self.templateViewer, 
-            self.multiProjectBrowser, self.terminal, self.cooperation]
+            self.multiProjectBrowser, self.terminal, self.cooperation, 
+            self.symbolsViewer]
 
         if self.embeddedShell:
             self.shell = self.debugViewer.shell
@@ -867,6 +877,13 @@
         else:                               # embedded in project browser
             self.browser = self.projectBrowser.fileBrowser
         
+        # Create the symbols viewer
+        self.symbolsDock = self.__createDockWindow("SymbolsDock")
+        self.symbolsViewer = SymbolsWidget()
+        self.__setupDockWindow(self.symbolsDock, Qt.LeftDockWidgetArea,
+                               self.symbolsViewer, self.trUtf8("Symbols"))
+        self.windows.append(self.symbolsDock)
+        
     def __createToolboxesLayout(self, debugServer):
         """
         Private method to create the Toolboxes layout.
@@ -961,6 +978,12 @@
         else:                               # embedded in project browser
             self.browser = self.projectBrowser.fileBrowser
         
+        # Create the symbols viewer
+        self.symbolsViewer = SymbolsWidget()
+        self.vToolbox.addItem(self.symbolsViewer, 
+                              UI.PixmapCache.getIcon("symbols.png"), 
+                              self.trUtf8("Symbols"))
+        
         self.hToolbox.setCurrentIndex(0)
         
     def __createSidebarsLayout(self, debugServer):
@@ -1053,13 +1076,19 @@
             logging.debug("Creating File Browser...")
             self.browser = Browser()
             self.leftSidebar.addTab(self.browser, 
-                                  UI.PixmapCache.getIcon("browser.png"), 
-                                  self.trUtf8("File-Browser"))
+                                    UI.PixmapCache.getIcon("browser.png"), 
+                                    self.trUtf8("File-Browser"))
         elif self.embeddedFileBrowser == 1: # embedded in debug browser
             self.browser = self.debugViewer.browser
         else:                               # embedded in project browser
             self.browser = self.projectBrowser.fileBrowser
         
+        # Create the symbols viewer
+        self.symbolsViewer = SymbolsWidget()
+        self.leftSidebar.addTab(self.symbolsViewer, 
+                                UI.PixmapCache.getIcon("symbols.png"), 
+                                self.trUtf8("Symbols"))
+        
         self.bottomSidebar.setCurrentIndex(0)
         
         # create the central widget
@@ -1616,6 +1645,30 @@
         self.actions.append(self.cooperationViewerActivateAct)
         self.addAction(self.cooperationViewerActivateAct)
 
+        self.symbolsViewerAct = E5Action(self.trUtf8('Symbols'),
+                self.trUtf8('&Symbols'), 0, 0, self, 'symbols_viewer', True)
+        self.symbolsViewerAct.setStatusTip(self.trUtf8(
+            'Toggle the Symbols window'))
+        self.symbolsViewerAct.setWhatsThis(self.trUtf8(
+            """<b>Toggle the Symbols window</b>"""
+            """<p>If the Symbols window is hidden then display it."""
+            """ If it is displayed then close it.</p>"""
+        ))
+        self.connect(self.symbolsViewerAct, SIGNAL('triggered()'), 
+                self.__toggleSymbolsViewer)
+        self.actions.append(self.symbolsViewerAct)
+        
+        self.symbolsViewerActivateAct = E5Action(
+                self.trUtf8('Activate Symbols-Viewer'),
+                self.trUtf8('Activate Symbols-Viewer'),
+                QKeySequence(self.trUtf8("Alt+Shift+Y")),
+                0, self,
+                'symbols_viewer_activate', True)
+        self.connect(self.symbolsViewerActivateAct, SIGNAL('triggered()'), 
+                self.__activateSymbolsViewer)
+        self.actions.append(self.symbolsViewerActivateAct)
+        self.addAction(self.symbolsViewerActivateAct)
+
         self.whatsThisAct = E5Action(self.trUtf8('What\'s This?'),
                 UI.PixmapCache.getIcon("whatsThis.png"),
                 self.trUtf8('&What\'s This?'), 
@@ -3192,6 +3245,12 @@
                 self.cooperationViewerAct.setChecked(not self.cooperationDock.isHidden())
             else:
                 self.cooperationViewerAct.setChecked(not self.cooperation.isHidden())
+            
+            self.__menus["window"].addAction(self.symbolsViewerAct)
+            if self.layout == "DockWindows":
+                self.symbolsViewerAct.setChecked(not self.symbolsDock.isHidden())
+            else:
+                self.symbolsViewerAct.setChecked(not self.symbolsViewer.isHidden())
 
         # Insert menu entry for toolbar settings
         self.__menus["window"].addSeparator()
@@ -3789,6 +3848,38 @@
             self.cooperation.show()
         self.cooperation.setFocus(Qt.ActiveWindowFocusReason)
         
+    def __toggleSymbolsViewer(self):
+        """
+        Private slot to handle the toggle of the Symbols Viewer window.
+        """
+        hasFocus = self.symbolsViewer.hasFocus()
+        if self.layout == "DockWindows":
+            shown = self.__toggleWindow(self.symbolsDock)
+        else:
+            shown = self.__toggleWindow(self.symbolsViewer)
+        if shown:
+            self.__activateSymbolsViewer()
+        else:
+            if hasFocus:
+                self.__activateViewmanager()
+
+    def __activateSymbolsViewer(self):
+        """
+        Private slot to handle the activation of the Symbols Viewer.
+        """
+        if self.layout == "DockWindows":
+            self.symbolsDock.show()
+            self.symbolsDock.raise_()
+        elif self.layout == "Toolboxes":
+            self.vToolboxDock.show()
+            self.vToolbox.setCurrentWidget(self.symbolsViewer)
+        elif self.layout == "Sidebars":
+            self.leftSidebar.show()
+            self.leftSidebar.setCurrentWidget(self.symbolsViewer)
+        else:
+            self.symbolsViewer.show()
+        self.symbolsViewer.setFocus(Qt.ActiveWindowFocusReason)
+        
     def __activateViewmanager(self):
         """
         Private slot to handle the activation of the current editor.
--- a/ViewManager/ViewManager.py	Fri Jun 25 18:24:29 2010 +0200
+++ b/ViewManager/ViewManager.py	Sat Jun 26 13:34:06 2010 +0200
@@ -144,6 +144,8 @@
         
         self.__cooperationClient = None
         
+        self.__lastFocusWidget = None
+        
     def setReferences(self, ui, dbs):
         """
         Public method to set some references needed later on.
@@ -3755,6 +3757,9 @@
             self.copyActGrp.setEnabled(False)
             self.viewActGrp.setEnabled(False)
             self.searchActGrp.setEnabled(False)
+        
+        if isinstance(old, (Editor, Shell, Terminal)):
+            self.__lastFocusWidget = old
     
     ##################################################################
     ## Below are the action methods for the edit menu
@@ -5026,3 +5031,24 @@
             fn = aw.getFileName()
             if fn and e5App().getObject("Project").isProjectFile(fn):
                 aw.cancelSharedEdit()
+    
+    #######################################################################
+    ## Symbols viewer related methods
+    #######################################################################
+    
+    def insertSymbol(self, txt):
+        """
+        Private slot to insert a symbol text into the active window.
+        
+        @param txt text to be inserted (string)
+        """
+        if self.__lastFocusWidget == e5App().getObject("Shell"):
+            e5App().getObject("Shell").insert(txt)
+        elif self.__lastFocusWidget == e5App().getObject("Terminal"):
+            e5App().getObject("Terminal").insert(txt)
+        else:
+            aw = self.activeWindow()
+            if aw is not None:
+                curline, curindex = aw.getCursorPosition()
+                aw.insert(txt)
+                aw.setCursorPosition(curline, curindex + len(txt))
--- a/changelog	Fri Jun 25 18:24:29 2010 +0200
+++ b/changelog	Sat Jun 26 13:34:06 2010 +0200
@@ -13,6 +13,8 @@
 - added support for Web SQL Databases to the web browser
 - added support for Web application caches and local web storage to the
   web browser (needs Qt >= 4.6)
+- added a symbols viewer with capability to insert the selected symbol
+  by double-clicking it
 
 Version 5.0-snapshot-20100523:
 - bug fixes
--- a/eric5.e4p	Fri Jun 25 18:24:29 2010 +0200
+++ b/eric5.e4p	Sat Jun 26 13:34:06 2010 +0200
@@ -807,6 +807,7 @@
     <Source>Helpviewer/OfflineStorage/__init__.py</Source>
     <Source>Helpviewer/OfflineStorage/WebDatabasesModel.py</Source>
     <Source>Helpviewer/OfflineStorage/WebDatabasesDialog.py</Source>
+    <Source>UI/SymbolsWidget.py</Source>
   </Sources>
   <Forms>
     <Form>PyUnit/UnittestDialog.ui</Form>
@@ -1033,6 +1034,7 @@
     <Form>Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui</Form>
     <Form>Helpviewer/OfflineStorage/OfflineStorageConfigDialog.ui</Form>
     <Form>Helpviewer/OfflineStorage/WebDatabasesDialog.ui</Form>
+    <Form>UI/SymbolsWidget.ui</Form>
   </Forms>
   <Translations>
     <Translation>i18n/eric5_cs.qm</Translation>
--- a/i18n/eric5_cs.ts	Fri Jun 25 18:24:29 2010 +0200
+++ b/i18n/eric5_cs.ts	Sat Jun 26 13:34:06 2010 +0200
@@ -22328,12 +22328,12 @@
 <context>
     <name>Preferences</name>
     <message>
-        <location filename="Preferences/__init__.py" line="855"/>
+        <location filename="Preferences/__init__.py" line="857"/>
         <source>Export Preferences</source>
         <translation>Předvolby exportu</translation>
     </message>
     <message>
-        <location filename="Preferences/__init__.py" line="874"/>
+        <location filename="Preferences/__init__.py" line="876"/>
         <source>Import Preferences</source>
         <translation>Předvolby importu</translation>
     </message>
@@ -32947,6 +32947,57 @@
     </message>
 </context>
 <context>
+    <name>SymbolsModel</name>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="31"/>
+        <source>Code</source>
+        <translation type="unfinished">Kód</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="32"/>
+        <source>Char</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="33"/>
+        <source>Hex</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="34"/>
+        <source>HTML</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>SymbolsWidget</name>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="14"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="48"/>
+        <source>Press to switch to unicode mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="51"/>
+        <source>Unicode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="64"/>
+        <source>Symbol code:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="71"/>
+        <source>Enter the symbol code</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyntaxCheckerDialog</name>
     <message>
         <location filename="Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="14"/>
@@ -36020,1830 +36071,1860 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="UI/UserInterface.py" line="239"/>
+        <location filename="UI/UserInterface.py" line="240"/>
         <source>Generating Main User Interface...</source>
         <translation>Generování hlavního uživatelského rozhraní...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="265"/>
+        <location filename="UI/UserInterface.py" line="266"/>
         <source>Setting up connections...</source>
         <translation>Nastavení připojení...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="529"/>
+        <location filename="UI/UserInterface.py" line="533"/>
         <source>Initializing Tools...</source>
         <translation>Inicializace nástrojů...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="538"/>
+        <location filename="UI/UserInterface.py" line="542"/>
         <source>Registering Objects...</source>
         <translation>Registrování objektů...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="558"/>
+        <location filename="UI/UserInterface.py" line="563"/>
         <source>Initializing Actions...</source>
         <translation>Inicializace akcí...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="560"/>
+        <location filename="UI/UserInterface.py" line="565"/>
         <source>Initializing Menus...</source>
         <translation>Inicializace menu...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="562"/>
+        <location filename="UI/UserInterface.py" line="567"/>
         <source>Initializing Toolbars...</source>
         <translation>Inicializace nástrojových lišt...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="564"/>
+        <location filename="UI/UserInterface.py" line="569"/>
         <source>Initializing Statusbar...</source>
         <translation>Inicializace statusbaru...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="588"/>
+        <location filename="UI/UserInterface.py" line="593"/>
         <source>Initializing Single Application Server...</source>
         <translation>Inicializace jednouživatelského aplikačního serveru...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="662"/>
+        <location filename="UI/UserInterface.py" line="667"/>
         <source>Loading Style Sheet</source>
         <translation>Načtení kaskádového stylu</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
+        <location filename="UI/UserInterface.py" line="1385"/>
         <source>Project-Viewer</source>
         <translation>Prohlížeč projektu</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
+        <location filename="UI/UserInterface.py" line="1428"/>
         <source>Debug-Viewer</source>
         <translation>Prohlížeč debugeru</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>Log-Viewer</source>
         <translation>Prohlížeč logu</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
+        <location filename="UI/UserInterface.py" line="1534"/>
         <source>Task-Viewer</source>
         <translation>Prohlížeč úloh</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
+        <location filename="UI/UserInterface.py" line="1555"/>
         <source>Template-Viewer</source>
         <translation>Prohlížeč šablon</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
+        <location filename="UI/UserInterface.py" line="1449"/>
         <source>Shell</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
+        <location filename="UI/UserInterface.py" line="1491"/>
         <source>File-Browser</source>
         <translation>Browser souborů</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>Quit</source>
         <translation>Konec</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>&amp;Quit</source>
         <translation>&amp;Konec</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1313"/>
+        <location filename="UI/UserInterface.py" line="1342"/>
         <source>Quit the IDE</source>
         <translation>Ukončit IDE</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1314"/>
+        <location filename="UI/UserInterface.py" line="1343"/>
         <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ukončit IDE&lt;/b&gt;&lt;p&gt;Ukončí se IDE. Nejdříve by se měly uložit neuložené změny. Python programy běžící v debug procesu budou ukončeny a nastavení budou uložena.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1325"/>
+        <location filename="UI/UserInterface.py" line="1354"/>
         <source>Edit Profile</source>
         <translation>Editační profil</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1330"/>
-        <source>Activate the edit view profile</source>
-        <translation>Aktivovat profil editace</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1331"/>
-        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Editační profil&lt;/b&gt;&lt;p&gt;Aktivování skupiny &apos;Editační profil&apos;. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu &apos;Konfigurace profilu pohledů&apos;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1340"/>
-        <source>Debug Profile</source>
-        <translation>Debugovací profil</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1345"/>
-        <source>Activate the debug view profile</source>
-        <translation>Aktivovat debugovací profil</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1347"/>
-        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Debugovací profil&lt;/b&gt;&lt;p&gt;Aktivování skupiny &apos;Debugovací profil&apos;. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu &apos;Konfigurace profilu pohledů&apos;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
-        <source>&amp;Project-Viewer</source>
-        <translation>Prohlížeč &amp;projektu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1358"/>
-        <source>Toggle the Project-Viewer window</source>
-        <translation>Přepnout okno Prohlížeč projektu</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1359"/>
+        <source>Activate the edit view profile</source>
+        <translation>Aktivovat profil editace</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1360"/>
+        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Editační profil&lt;/b&gt;&lt;p&gt;Aktivování skupiny &apos;Editační profil&apos;. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu &apos;Konfigurace profilu pohledů&apos;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1369"/>
+        <source>Debug Profile</source>
+        <translation>Debugovací profil</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1374"/>
+        <source>Activate the debug view profile</source>
+        <translation>Aktivovat debugovací profil</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1376"/>
+        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Debugovací profil&lt;/b&gt;&lt;p&gt;Aktivování skupiny &apos;Debugovací profil&apos;. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu &apos;Konfigurace profilu pohledů&apos;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1385"/>
+        <source>&amp;Project-Viewer</source>
+        <translation>Prohlížeč &amp;projektu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1387"/>
+        <source>Toggle the Project-Viewer window</source>
+        <translation>Přepnout okno Prohlížeč projektu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1388"/>
         <source>&lt;b&gt;Toggle the Project-Viewer window&lt;/b&gt;&lt;p&gt;If the Project-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Přepnout okno Prohlížeč projektu&lt;/b&gt;&lt;p&gt;Pokud bylo okno skryto, tak se zobrazí. Pokud se zobrazovalo, tak se skryje.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
+        <location filename="UI/UserInterface.py" line="1396"/>
         <source>Activate Project-Viewer</source>
         <translation>Aktivovat prohlížeč projektu</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
+        <location filename="UI/UserInterface.py" line="1396"/>
         <source>Alt+Shift+P</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
+        <location filename="UI/UserInterface.py" line="1439"/>
         <source>Alt+Shift+D</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
+        <location filename="UI/UserInterface.py" line="1449"/>
         <source>&amp;Shell</source>
         <translation>&amp;Shell</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1422"/>
+        <location filename="UI/UserInterface.py" line="1451"/>
         <source>Toggle the Shell window</source>
         <translation>Zobrazit/skrýt Shell okno</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1423"/>
+        <location filename="UI/UserInterface.py" line="1452"/>
         <source>&lt;b&gt;Toggle the Shell window&lt;/b&gt;&lt;p&gt;If the Shell window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zobrazit/skrýt Shell okno&lt;/b&gt;&lt;p&gt;Pokud je shell okno skryté zobrazí se. Pokud se okno zobrazuje, tak se skryje.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
+        <location filename="UI/UserInterface.py" line="1461"/>
         <source>Activate Shell</source>
         <translation>Aktivovat Shell</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
+        <location filename="UI/UserInterface.py" line="1461"/>
         <source>Alt+Shift+S</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
+        <location filename="UI/UserInterface.py" line="1491"/>
         <source>File-&amp;Browser</source>
         <translation>&amp;Browser souborů</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1464"/>
+        <location filename="UI/UserInterface.py" line="1493"/>
         <source>Toggle the File-Browser window</source>
         <translation>Zobrazit/skrýt browser souborů</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1465"/>
+        <location filename="UI/UserInterface.py" line="1494"/>
         <source>&lt;b&gt;Toggle the File-Browser window&lt;/b&gt;&lt;p&gt;If the File-Browser window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zobrazit/skrýt browser souborů&lt;/b&gt;&lt;p&gt;Pokud je okno skryté zobrazí se. Pokud se okno zobrazuje, tak se skryje.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
+        <location filename="UI/UserInterface.py" line="1503"/>
         <source>Activate File-Browser</source>
         <translation>Aktivovat Browser souborů</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
+        <location filename="UI/UserInterface.py" line="1503"/>
         <source>Alt+Shift+F</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>&amp;Log-Viewer</source>
         <translation>&amp;Log prohlížeč</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1486"/>
+        <location filename="UI/UserInterface.py" line="1515"/>
         <source>Toggle the Log-Viewer window</source>
         <translation>Zobrazit/skrýt Log prohlížeč</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1487"/>
-        <source>&lt;b&gt;Toggle the Log-Viewer window&lt;/b&gt;&lt;p&gt;If the Log-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Zobrazit/skrýt Log prohlížeč&lt;/b&gt;&lt;p&gt;Pokud je okno skryté zobrazí se. Pokud se okno zobrazuje, tak se skryje.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
-        <source>Activate Log-Viewer</source>
-        <translation>Aktivovat Log prohlížeč</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
-        <source>Alt+Shift+G</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
-        <source>T&amp;ask-Viewer</source>
-        <translation>Pr&amp;ohlížeč úloh</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1507"/>
-        <source>Toggle the Task-Viewer window</source>
-        <translation>Zobrazit/skrýt prohlížeč úloh</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1508"/>
-        <source>&lt;b&gt;Toggle the Task-Viewer window&lt;/b&gt;&lt;p&gt;If the Task-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Zobrazit/skrýt prohlížeč úloh&lt;/b&gt;&lt;p&gt;Pokud je okno skryté zobrazí se. Pokud se okno zobrazuje, tak se skryje.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1516"/>
-        <source>Activate Task-Viewer</source>
-        <translation>Aktivovat prohlížeč úloh</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1516"/>
+        <source>&lt;b&gt;Toggle the Log-Viewer window&lt;/b&gt;&lt;p&gt;If the Log-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Zobrazit/skrýt Log prohlížeč&lt;/b&gt;&lt;p&gt;Pokud je okno skryté zobrazí se. Pokud se okno zobrazuje, tak se skryje.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1524"/>
+        <source>Activate Log-Viewer</source>
+        <translation>Aktivovat Log prohlížeč</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1524"/>
+        <source>Alt+Shift+G</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1534"/>
+        <source>T&amp;ask-Viewer</source>
+        <translation>Pr&amp;ohlížeč úloh</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1536"/>
+        <source>Toggle the Task-Viewer window</source>
+        <translation>Zobrazit/skrýt prohlížeč úloh</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1537"/>
+        <source>&lt;b&gt;Toggle the Task-Viewer window&lt;/b&gt;&lt;p&gt;If the Task-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Zobrazit/skrýt prohlížeč úloh&lt;/b&gt;&lt;p&gt;Pokud je okno skryté zobrazí se. Pokud se okno zobrazuje, tak se skryje.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1545"/>
+        <source>Activate Task-Viewer</source>
+        <translation>Aktivovat prohlížeč úloh</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1545"/>
         <source>Alt+Shift+T</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1528"/>
+        <location filename="UI/UserInterface.py" line="1557"/>
         <source>Toggle the Template-Viewer window</source>
         <translation>Zobrazit/skrýt prohlížeč šablon</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1530"/>
+        <location filename="UI/UserInterface.py" line="1559"/>
         <source>&lt;b&gt;Toggle the Template-Viewer window&lt;/b&gt;&lt;p&gt;If the Template-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zobrazit/skrýt prohlížeč šablon&lt;/b&gt;&lt;p&gt;Pokud je okno skryté zobrazí se. Pokud se okno zobrazuje, tak se skryje.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
+        <location filename="UI/UserInterface.py" line="1568"/>
         <source>Activate Template-Viewer</source>
         <translation>Aktivovat prohlížeč šablon</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
+        <location filename="UI/UserInterface.py" line="1418"/>
         <source>Alt+Shift+M</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>What&apos;s This?</source>
         <translation>Co je to?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>&amp;What&apos;s This?</source>
         <translation>&amp;Co je to?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>Shift+F1</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1624"/>
+        <location filename="UI/UserInterface.py" line="1677"/>
         <source>Context sensitive help</source>
         <translation>Kontextově senzitivní nápověda</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1625"/>
+        <location filename="UI/UserInterface.py" line="1678"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zobrazit kontextově senzitivní nápovědu&lt;/b&gt;&lt;p&gt;V režimu &quot;Co je to?&quot; se nad různými prvky aplikace u kurzoru zobrazí otazník. Když pak kliknete na tyto prvky, zobrazí se krátký popis co daný prvek znamená a jak jej použít. V dialogových oknech se tato funkce spustí tlačítkem kontextové nápovědy na horní liště.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>Helpviewer</source>
         <translation>Prohlížeč nápovědy</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>&amp;Helpviewer...</source>
         <translation>Pro&amp;hlížeč nápovědy...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>F1</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1641"/>
+        <location filename="UI/UserInterface.py" line="1694"/>
         <source>Open the helpviewer window</source>
         <translation>Otevřít okno prohlížeče nápovědy</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show Versions</source>
         <translation>Zobrazit verze</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show &amp;Versions</source>
         <translation>Zobrazit &amp;verze</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1661"/>
+        <location filename="UI/UserInterface.py" line="1714"/>
         <source>Display version information</source>
         <translation>Zobrazit informace o verzích</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1662"/>
-        <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Zobrazit verze&lt;/b&gt;&lt;p&gt;Zobrazí informace o verzích.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1671"/>
-        <source>Check for Updates</source>
-        <translation>Zjistit aktualizace</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1669"/>
-        <source>Check for &amp;Updates...</source>
-        <translation>Zjistit akt&amp;ualizace...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
-        <source>Report Bug</source>
-        <translation>Reportovat Bugy</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1693"/>
-        <source>Report &amp;Bug...</source>
-        <translation>Reportovat &amp;Bugy...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1695"/>
-        <source>Report a bug</source>
-        <translation>Reportovat bug</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1696"/>
-        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Reportovat bug...&lt;/b&gt;&lt;p&gt;Otevře se dialog pro reportování bugu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2382"/>
-        <source>Unittest</source>
-        <translation></translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1715"/>
-        <source>&amp;Unittest...</source>
-        <translation>&amp;Unittest...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1719"/>
-        <source>Start unittest dialog</source>
-        <translation>Otevřít dialog unittestu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1720"/>
-        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Provést unittesty. V dialogovém okně se nastaví který test se má provést.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
-        <source>Unittest Restart</source>
-        <translation>Restart unittestu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
-        <source>&amp;Restart Unittest...</source>
-        <translation>&amp;Restart unittestu...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1732"/>
-        <source>Restart last unittest</source>
-        <translation>Restart posledního unittestu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1733"/>
-        <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Restart unittestu&lt;/b&gt;&lt;p&gt;Restartuje se poslední provedený unittest.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
-        <source>Unittest Script</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
-        <source>Unittest &amp;Script...</source>
-        <translation>Unittest &amp;Script...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1745"/>
-        <source>Run unittest with current script</source>
-        <translation>Spustit unittest s aktuálním skriptem</translation>
+        <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Zobrazit verze&lt;/b&gt;&lt;p&gt;Zobrazí informace o verzích.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1724"/>
+        <source>Check for Updates</source>
+        <translation>Zjistit aktualizace</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1722"/>
+        <source>Check for &amp;Updates...</source>
+        <translation>Zjistit akt&amp;ualizace...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2778"/>
+        <source>Report Bug</source>
+        <translation>Reportovat Bugy</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1746"/>
-        <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Spustit unittest s aktuálním skriptem.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
-        <source>Unittest Project</source>
-        <translation>Unittest Projekt</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1754"/>
-        <source>Unittest &amp;Project...</source>
-        <translation>Unittest &amp;Projekt...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1758"/>
-        <source>Run unittest with current project</source>
-        <translation>Spustit unittest s aktuálním projektem</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1759"/>
-        <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Unittest projekt&lt;/b&gt;&lt;p&gt;Spustit unittest s aktuálním projektem.&lt;/p&gt;</translation>
+        <source>Report &amp;Bug...</source>
+        <translation>Reportovat &amp;Bugy...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1748"/>
+        <source>Report a bug</source>
+        <translation>Reportovat bug</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1749"/>
+        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Reportovat bug...&lt;/b&gt;&lt;p&gt;Otevře se dialog pro reportování bugu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2435"/>
+        <source>Unittest</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1768"/>
+        <source>&amp;Unittest...</source>
+        <translation>&amp;Unittest...</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1772"/>
+        <source>Start unittest dialog</source>
+        <translation>Otevřít dialog unittestu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1773"/>
+        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Provést unittesty. V dialogovém okně se nastaví který test se má provést.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1781"/>
+        <source>Unittest Restart</source>
+        <translation>Restart unittestu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1781"/>
+        <source>&amp;Restart Unittest...</source>
+        <translation>&amp;Restart unittestu...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1785"/>
+        <source>Restart last unittest</source>
+        <translation>Restart posledního unittestu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1786"/>
+        <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Restart unittestu&lt;/b&gt;&lt;p&gt;Restartuje se poslední provedený unittest.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1794"/>
+        <source>Unittest Script</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1794"/>
+        <source>Unittest &amp;Script...</source>
+        <translation>Unittest &amp;Script...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1798"/>
+        <source>Run unittest with current script</source>
+        <translation>Spustit unittest s aktuálním skriptem</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1799"/>
+        <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Spustit unittest s aktuálním skriptem.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3961"/>
+        <source>Unittest Project</source>
+        <translation>Unittest Projekt</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1807"/>
+        <source>Unittest &amp;Project...</source>
+        <translation>Unittest &amp;Projekt...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1811"/>
+        <source>Run unittest with current project</source>
+        <translation>Spustit unittest s aktuálním projektem</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1812"/>
+        <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Unittest projekt&lt;/b&gt;&lt;p&gt;Spustit unittest s aktuálním projektem.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1825"/>
         <source>Qt-Designer 4</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1775"/>
-        <source>Start Qt-Designer 4</source>
-        <translation>Spustit Qt-Designer 4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1776"/>
-        <source>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Start Qt-Designer 4.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Spustit Qt-Designer 4.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
-        <source>Qt-Linguist 4</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1792"/>
-        <source>Start Qt-Linguist 4</source>
-        <translation>Spustit Qt-Linguist 4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1793"/>
-        <source>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Start Qt-Linguist 4.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Spustit Qt-Linguist 4.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
-        <source>UI Previewer</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
-        <source>&amp;UI Previewer...</source>
-        <translation>&amp;UI Previewer...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1805"/>
-        <source>Start the UI Previewer</source>
-        <translation>Spustit UI Previewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1806"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Spustit UI Previewer.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
-        <source>Translations Previewer</source>
-        <translation>Náhled překladů</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation>Náhled &amp;překladů...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1816"/>
-        <source>Start the Translations Previewer</source>
-        <translation>Spustit Previewer překladů</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1817"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Previewer překladů&lt;/b&gt;&lt;p&gt;Spustit Previewer překladů.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
-        <source>Compare Files</source>
-        <translation>Porovnat soubory</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
-        <source>&amp;Compare Files...</source>
-        <translation>&amp;Porovnat soubory...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1839"/>
-        <source>Compare two files</source>
-        <translation>Porovnat dva soubory</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1828"/>
+        <source>Start Qt-Designer 4</source>
+        <translation>Spustit Qt-Designer 4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1829"/>
+        <source>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Start Qt-Designer 4.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Spustit Qt-Designer 4.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1842"/>
+        <source>Qt-Linguist 4</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1845"/>
+        <source>Start Qt-Linguist 4</source>
+        <translation>Spustit Qt-Linguist 4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1846"/>
+        <source>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Start Qt-Linguist 4.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Spustit Qt-Linguist 4.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1855"/>
+        <source>UI Previewer</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1855"/>
+        <source>&amp;UI Previewer...</source>
+        <translation>&amp;UI Previewer...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1858"/>
+        <source>Start the UI Previewer</source>
+        <translation>Spustit UI Previewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1859"/>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Spustit UI Previewer.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1866"/>
+        <source>Translations Previewer</source>
+        <translation>Náhled překladů</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1866"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation>Náhled &amp;překladů...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1869"/>
+        <source>Start the Translations Previewer</source>
+        <translation>Spustit Previewer překladů</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1870"/>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Previewer překladů&lt;/b&gt;&lt;p&gt;Spustit Previewer překladů.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1877"/>
+        <source>Compare Files</source>
+        <translation>Porovnat soubory</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1877"/>
+        <source>&amp;Compare Files...</source>
+        <translation>&amp;Porovnat soubory...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1892"/>
+        <source>Compare two files</source>
+        <translation>Porovnat dva soubory</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1881"/>
         <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Porovnat soubory&lt;/b&gt;&lt;p&gt;Otevře dialog pro porovnání dvou souborů.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
+        <location filename="UI/UserInterface.py" line="1888"/>
         <source>Compare Files side by side</source>
         <translation>Porovnat soubory stranu proti straně</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
+        <location filename="UI/UserInterface.py" line="1888"/>
         <source>Compare Files &amp;side by side...</source>
         <translation>Porovnat soubory &amp;stranu proti straně...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1840"/>
+        <location filename="UI/UserInterface.py" line="1893"/>
         <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Porovnat soubory stranu proti straně&lt;/b&gt;&lt;p&gt;Otevře dialog pro porovnání souborů a zobrazení rozdílů strany proti straně.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
+        <location filename="UI/UserInterface.py" line="1949"/>
         <source>Preferences</source>
         <translation>Nastavení</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
+        <location filename="UI/UserInterface.py" line="1949"/>
         <source>&amp;Preferences...</source>
         <translation>Na&amp;stavení...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1899"/>
+        <location filename="UI/UserInterface.py" line="1952"/>
         <source>Set the prefered configuration</source>
         <translation>Nastavení konfigurace</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1900"/>
+        <location filename="UI/UserInterface.py" line="1953"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nastavení&lt;/b&gt;&lt;p&gt;Upravit konfiguraci aplikace podle požadavků uživatele.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
-        <source>Reload APIs</source>
-        <translation>Obnovit API</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
-        <source>Reload &amp;APIs</source>
-        <translation>Obnovit &amp;API</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1944"/>
-        <source>Reload the API information</source>
-        <translation>Obnovit API nastavení</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1934"/>
-        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Obnovit API&lt;/b&gt;&lt;p&gt;Obnovit API nastavení.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
-        <source>View Profiles</source>
-        <translation>Profily pohledů</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
-        <source>&amp;View Profiles...</source>
-        <translation>Profily &amp;pohledů...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1957"/>
-        <source>Configure view profiles</source>
-        <translation>Konfigurace profilů pohledů</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1958"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Profily pohledů&lt;/b&gt;&lt;p&gt;Konfigurace profilu pohledů. V tomto dialogu můžete nastavit zobrazování různých typů pohledů - editačních oken.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
-        <source>Keyboard Shortcuts</source>
-        <translation>Klávesové zkratky</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
-        <source>Keyboard &amp;Shortcuts...</source>
-        <translation>Klávesové &amp;zkratky...</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1984"/>
-        <source>Set the keyboard shortcuts</source>
-        <translation>Nastavení klávesových zkratek</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1985"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Klávesové zkratky&lt;/b&gt;&lt;p&gt;Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation>Exportovat klávesové zkratky</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1993"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation>&amp;Exportovat klávesové zkratky...</translation>
+        <source>Reload APIs</source>
+        <translation>Obnovit API</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1984"/>
+        <source>Reload &amp;APIs</source>
+        <translation>Obnovit &amp;API</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1997"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation>Export klávesových zkratek</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1998"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Export klávesových zkratek&lt;/b&gt;&lt;p&gt;Exportují se klávesové zkratky z aplikace.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation>Import klávesových zkratek</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2006"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
-        <translation>&amp;Import klávesových zkratek...</translation>
+        <source>Reload the API information</source>
+        <translation>Obnovit API nastavení</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1987"/>
+        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Obnovit API&lt;/b&gt;&lt;p&gt;Obnovit API nastavení.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2007"/>
+        <source>View Profiles</source>
+        <translation>Profily pohledů</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2007"/>
+        <source>&amp;View Profiles...</source>
+        <translation>Profily &amp;pohledů...</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2010"/>
-        <source>Import the keyboard shortcuts</source>
-        <translation>Import klávesových zkratek</translation>
+        <source>Configure view profiles</source>
+        <translation>Konfigurace profilů pohledů</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2011"/>
-        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Import klávesových zkratek&lt;/b&gt;&lt;p&gt;Do aplikace se importují klávesové zkratky.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
-        <source>Activate current editor</source>
-        <translation>Aktivovat aktuální editor</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
-        <source>Alt+Shift+E</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
-        <source>Ctrl+Alt+Tab</source>
-        <translation></translation>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Profily pohledů&lt;/b&gt;&lt;p&gt;Konfigurace profilu pohledů. V tomto dialogu můžete nastavit zobrazování různých typů pohledů - editačních oken.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2034"/>
+        <source>Keyboard Shortcuts</source>
+        <translation>Klávesové zkratky</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2034"/>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation>Klávesové &amp;zkratky...</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2037"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation>Nastavení klávesových zkratek</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2038"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Klávesové zkratky&lt;/b&gt;&lt;p&gt;Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4930"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation>Exportovat klávesové zkratky</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2046"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation>&amp;Exportovat klávesové zkratky...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2050"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation>Export klávesových zkratek</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2051"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Export klávesových zkratek&lt;/b&gt;&lt;p&gt;Exportují se klávesové zkratky z aplikace.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4939"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation>Import klávesových zkratek</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2059"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation>&amp;Import klávesových zkratek...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2063"/>
+        <source>Import the keyboard shortcuts</source>
+        <translation>Import klávesových zkratek</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2064"/>
+        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Import klávesových zkratek&lt;/b&gt;&lt;p&gt;Do aplikace se importují klávesové zkratky.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2072"/>
+        <source>Activate current editor</source>
+        <translation>Aktivovat aktuální editor</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2072"/>
+        <source>Alt+Shift+E</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2082"/>
+        <source>Ctrl+Alt+Tab</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2090"/>
         <source>Shift+Ctrl+Alt+Tab</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2118"/>
+        <location filename="UI/UserInterface.py" line="2171"/>
         <source>Qt4 Documentation</source>
         <translation>Qt4 dokumentace</translation>
     </message>
     <message>
+        <location filename="UI/UserInterface.py" line="2171"/>
+        <source>Qt&amp;4 Documentation</source>
+        <translation>Qt&amp;4 dokumentace</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2173"/>
+        <source>Open Qt4 Documentation</source>
+        <translation>Otevřít Qt4 dokumentaci</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2174"/>
+        <source>&lt;b&gt;Qt4 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation>&lt;b&gt;Qt4 dokumentace&lt;/b&gt;&lt;p&gt;Zobrazit Qt4 dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2183"/>
+        <source>PyQt4 Documentation</source>
+        <translation>PyQt4 dokumentace</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2183"/>
+        <source>P&amp;yQt4 Documentation</source>
+        <translation>P&amp;yQt4 dokumentace</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2185"/>
+        <source>Open PyQt4 Documentation</source>
+        <translation>Otevřít PyQt4 dokumentaci</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2186"/>
+        <source>&lt;b&gt;PyQt4 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation>&lt;b&gt;PyQt4 dokumentace&lt;/b&gt;&lt;p&gt;Zobrazit PyQt4 dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2199"/>
+        <source>Python Documentation</source>
+        <translation>Python dokumentace</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2199"/>
+        <source>&amp;Python Documentation</source>
+        <translation>&amp;Python dokumentace</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2201"/>
+        <source>Open Python Documentation</source>
+        <translation>Otevřít Python dokumentaci</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2202"/>
+        <source>&lt;b&gt;Python Documentation&lt;/b&gt;&lt;p&gt;Display the python documentation. If no documentation directory is configured, the location of the python documentation is assumed to be the doc directory underneath the location of the python executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHONDOCDIR in your environment to override this. &lt;/p&gt;</source>
+        <translation>&lt;b&gt;Python dokumentace&lt;/b&gt;&lt;p&gt;Zobrazí python dokumentaci. Pokud není adresář dokumentace nastaven, tak ve Windows se dokumentace hledá v adresáři odkud se python spouští a na Unixu v doc adresáři &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt;. Pokud chcete jiný, nastavte si proměnnou prostředí PYTHONDOCDIR.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2218"/>
+        <source>Eric API Documentation</source>
+        <translation>Eric API dokumentace</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2218"/>
+        <source>&amp;Eric API Documentation</source>
+        <translation>&amp;Eric API dokumentace</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2220"/>
+        <source>Open Eric API Documentation</source>
+        <translation>Otevřít Eric API dokumentaci</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2274"/>
+        <source>&amp;Unittest</source>
+        <translation>&amp;Unittest</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2289"/>
+        <source>E&amp;xtras</source>
+        <translation>E&amp;xtra funkce</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2303"/>
+        <source>&amp;Tools</source>
+        <translation>&amp;Nástroje</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2308"/>
+        <source>Select Tool Group</source>
+        <translation>Vybrat skupinu nástrojů</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2316"/>
+        <source>Se&amp;ttings</source>
+        <translation>Nas&amp;tavení</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2334"/>
+        <source>&amp;Window</source>
+        <translation>O&amp;kno</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2341"/>
+        <source>&amp;Toolbars</source>
+        <translation>&amp;Toolbary</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2368"/>
+        <source>&amp;Help</source>
+        <translation>&amp;Nápověda</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2434"/>
+        <source>Tools</source>
+        <translation>Nástroje</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2436"/>
+        <source>Settings</source>
+        <translation>Nastavení</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4173"/>
+        <source>Help</source>
+        <translation>Nápověda</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2438"/>
+        <source>Profiles</source>
+        <translation>Profily</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2733"/>
+        <source>&lt;h3&gt;Version Numbers&lt;/h3&gt;&lt;table&gt;</source>
+        <translation>&lt;h3&gt;Čísla verzí&lt;/h3&gt;&lt;table&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5623"/>
+        <source>&lt;/table&gt;</source>
+        <translation>&lt;/table&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2778"/>
+        <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
+        <translation>Emailová adresa nebo mail server adresa jsou prázdné. Prosím, nastavte váš email v dialogovém okně Nastavení.</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3070"/>
+        <source>Configure Tool Groups ...</source>
+        <translation>Konfigurace Skupin nástrojů...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3073"/>
+        <source>Configure current Tool Group ...</source>
+        <translation>Konfigurace aktuální skupiny nástrojů...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3121"/>
+        <source>&amp;Builtin Tools</source>
+        <translation>&amp;Vestavěné nástroje</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3961"/>
+        <source>There is no main script defined for the current project. Aborting</source>
+        <translation>V aktuálním projektu není definován hlavní skript. Zrušeno</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4281"/>
+        <source>Problem</source>
+        <translation>Problém</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4417"/>
+        <source>Process Generation Error</source>
+        <translation>Chyba v procesu generování</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4173"/>
+        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
+        <translation>Aktuálně není vybrán žádný prohlížeč. Prosím otevřete Nastavení a nějaký vyberte.</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4204"/>
+        <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Nemohu spustit prohlížeč nápovědy.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4713"/>
+        <source>Documentation Missing</source>
+        <translation>Dokumentace chybí</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4698"/>
+        <source>Documentation</source>
+        <translation>Dokumentace</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4607"/>
+        <source>&lt;p&gt;The PyQt4 documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Adresář PyQt4 dokumentace není nakonfigurován.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5063"/>
+        <source>Save tasks</source>
+        <translation>Uložit úlohy</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5120"/>
+        <source>Read tasks</source>
+        <translation>Načíst úlohy</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5317"/>
+        <source>Drop Error</source>
+        <translation>Zahodit chybu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5589"/>
+        <source>Error during updates check</source>
+        <translation>Chyba během zjišťování aktualizací</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5573"/>
+        <source>Update available</source>
+        <translation>Byla nalezena aktualizace</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1994"/>
+        <source>Show external tools</source>
+        <translation>Zobrazit externí nástroje</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1994"/>
+        <source>Show external &amp;tools</source>
+        <translation>Zobrazit externí nás&amp;troje</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5589"/>
+        <source>Could not perform updates check.</source>
+        <translation>Kontrolu updatů nelze provést.</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5461"/>
+        <source>&amp;Cancel</source>
+        <translation>&amp;Zrušit</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5664"/>
+        <source>First time usage</source>
+        <translation>Spuštěno poprvé</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="235"/>
+        <source>Initializing Plugin Manager...</source>
+        <translation>Inicializace Plugin manažera...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2354"/>
+        <source>P&amp;lugins</source>
+        <translation>P&amp;luginy</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2439"/>
+        <source>Plugins</source>
+        <translation>Pluginy</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2106"/>
+        <source>Plugin Infos</source>
+        <translation>Plugin Infa</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2109"/>
+        <source>Show Plugin Infos</source>
+        <translation>Zobrazit Plugin infa</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2110"/>
+        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Plugin Infa&lt;/b&gt;&lt;p&gt;Otevře dialog, který zobrazí informace o načtených pluginech.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2106"/>
+        <source>&amp;Plugin Infos...</source>
+        <translation>&amp;Plugin Infa...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3129"/>
+        <source>&amp;Plugin Tools</source>
+        <translation>&amp;Plugin nástroje</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2132"/>
+        <source>Uninstall Plugin</source>
+        <translation>Odinstalovat plugin</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2129"/>
+        <source>&amp;Uninstall Plugin...</source>
+        <translation>&amp;Odinstalovat plugin...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2133"/>
+        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Odinstalovat plugin...&lt;/b&gt;&lt;p&gt;Otevře dialog pro odinstalaci pluginu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3282"/>
+        <source>&amp;Show all</source>
+        <translation>&amp;Zobrazit vše</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3284"/>
+        <source>&amp;Hide all</source>
+        <translation>&amp;Skrýt vše</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="601"/>
+        <source>Activating Plugins...</source>
+        <translation>Aktivace pluginů...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2295"/>
+        <source>Wi&amp;zards</source>
+        <translation>&amp;Průvodci</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1732"/>
+        <source>Show downloadable versions</source>
+        <translation>Zobrazit verze ke stažení</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1732"/>
+        <source>Show &amp;downloadable versions...</source>
+        <translation>Zobrazit verze pro &amp;download...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1735"/>
+        <source>Show the versions available for download</source>
+        <translation>Zobrazit dostupné verze ke stažení</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5495"/>
+        <source>Error downloading versions file</source>
+        <translation>Chyba v souboru stahování verzí</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5495"/>
+        <source>Could not download the versions file.</source>
+        <translation>Nelze stáhnout soubor s verzemi.</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5610"/>
+        <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
+        <translation>&lt;h3&gt;Dostupné verze&lt;/h3&gt;&lt;table&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2141"/>
+        <source>Plugin Repository</source>
+        <translation>Repozitář pluginů</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2141"/>
+        <source>Plugin &amp;Repository...</source>
+        <translation>&amp;Repozitář pluginů...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2144"/>
+        <source>Show Plugins available for download</source>
+        <translation>Zobrazit pluginy dostupné ke stažení</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2146"/>
+        <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Repozitář pluginů...&lt;/b&gt;&lt;p&gt;Otevře se dialog, který zobrazí seznam pluginů dostupných ke stažení přes internet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2121"/>
+        <source>Install Plugins</source>
+        <translation>Instalovat pluginy</translation>
+    </message>
+    <message>
         <location filename="UI/UserInterface.py" line="2118"/>
-        <source>Qt&amp;4 Documentation</source>
-        <translation>Qt&amp;4 dokumentace</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2120"/>
-        <source>Open Qt4 Documentation</source>
-        <translation>Otevřít Qt4 dokumentaci</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2121"/>
-        <source>&lt;b&gt;Qt4 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation>&lt;b&gt;Qt4 dokumentace&lt;/b&gt;&lt;p&gt;Zobrazit Qt4 dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
-        <source>PyQt4 Documentation</source>
-        <translation>PyQt4 dokumentace</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
-        <source>P&amp;yQt4 Documentation</source>
-        <translation>P&amp;yQt4 dokumentace</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2132"/>
-        <source>Open PyQt4 Documentation</source>
-        <translation>Otevřít PyQt4 dokumentaci</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2133"/>
-        <source>&lt;b&gt;PyQt4 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation>&lt;b&gt;PyQt4 dokumentace&lt;/b&gt;&lt;p&gt;Zobrazit PyQt4 dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2146"/>
-        <source>Python Documentation</source>
-        <translation>Python dokumentace</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2146"/>
-        <source>&amp;Python Documentation</source>
-        <translation>&amp;Python dokumentace</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2148"/>
-        <source>Open Python Documentation</source>
-        <translation>Otevřít Python dokumentaci</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2149"/>
-        <source>&lt;b&gt;Python Documentation&lt;/b&gt;&lt;p&gt;Display the python documentation. If no documentation directory is configured, the location of the python documentation is assumed to be the doc directory underneath the location of the python executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHONDOCDIR in your environment to override this. &lt;/p&gt;</source>
-        <translation>&lt;b&gt;Python dokumentace&lt;/b&gt;&lt;p&gt;Zobrazí python dokumentaci. Pokud není adresář dokumentace nastaven, tak ve Windows se dokumentace hledá v adresáři odkud se python spouští a na Unixu v doc adresáři &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt;. Pokud chcete jiný, nastavte si proměnnou prostředí PYTHONDOCDIR.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
-        <source>Eric API Documentation</source>
-        <translation>Eric API dokumentace</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
-        <source>&amp;Eric API Documentation</source>
-        <translation>&amp;Eric API dokumentace</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2167"/>
-        <source>Open Eric API Documentation</source>
-        <translation>Otevřít Eric API dokumentaci</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2221"/>
-        <source>&amp;Unittest</source>
-        <translation>&amp;Unittest</translation>
+        <source>&amp;Install Plugins...</source>
+        <translation>&amp;Instalovat pluginy...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2122"/>
+        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Instalovat pluginy...&lt;/b&gt;&lt;p&gt;Otevře dialog pro instalaci nebo aktualizaci pluginů.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1917"/>
+        <source>Mini Editor</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1913"/>
+        <source>Mini &amp;Editor...</source>
+        <translation>Mini &amp;Editor...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1918"/>
+        <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Mini editor&lt;/b&gt;&lt;p&gt;Otevře se okno s jednoduchým editorem&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1825"/>
+        <source>&amp;Designer 4...</source>
+        <translation>&amp;Designer 4...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1842"/>
+        <source>&amp;Linguist 4...</source>
+        <translation>&amp;Linguist 4...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2021"/>
+        <source>Toolbars</source>
+        <translation>Lišty nástrojů</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2021"/>
+        <source>Tool&amp;bars...</source>
+        <translation>&amp;Lišty nástrojů...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2024"/>
+        <source>Configure toolbars</source>
+        <translation>Konfigurace lišt nástrojů</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2025"/>
+        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Listy nástrojů&lt;/b&gt;&lt;p&gt;Konfigurace lišt nástrojů. S tímto dialogem můžete změnit akce zobrazené v různých nástrojových lištách nebo definovat své vlastní nástrojové lišty.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="608"/>
+        <source>Restoring Toolbarmanager...</source>
+        <translation>Obnovit manažer nástrojových lišt...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4362"/>
+        <source>External Tools</source>
+        <translation>Externí nástroje</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1406"/>
+        <source>Multiproject-Viewer</source>
+        <translation>Prohlížeč multiprojektu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1406"/>
+        <source>&amp;Multiproject-Viewer</source>
+        <translation>Prohlížeč &amp;multiprojektu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1409"/>
+        <source>Toggle the Multiproject-Viewer window</source>
+        <translation>Přepnout okno Prohlížeč multiprojektu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1410"/>
+        <source>&lt;b&gt;Toggle the Multiproject-Viewer window&lt;/b&gt;&lt;p&gt;If the Multiproject-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Přepnout okno Prohlížeče multiprojektu&lt;/b&gt;&lt;p&gt;Pokud bylo okno skryto, tak se zobrazí. Pokud se zobrazovalo, tak se skryje.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1418"/>
+        <source>Activate Multiproject-Viewer</source>
+        <translation>Aktivovat prohlížeč multiprojektu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1555"/>
+        <source>Temp&amp;late-Viewer</source>
+        <translation>Proh&amp;lížeč šablon</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5138"/>
+        <source>Save session</source>
+        <translation>Uložit relaci</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5199"/>
+        <source>Read session</source>
+        <translation>Načíst relaci</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2553"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Tato část status baru zobrazuje aktuální kódování editorů.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2567"/>
+        <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Tato část status baru zobrazuje indikátor práva zápisu editoru do souboru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5638"/>
+        <source>SSL Errors</source>
+        <translation>SSL chyby</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1756"/>
+        <source>Request Feature</source>
+        <translation>Požadavek na vlastnost</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1756"/>
+        <source>Request &amp;Feature...</source>
+        <translation>&amp;Požadavek na vlastnost...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1758"/>
+        <source>Send a feature request</source>
+        <translation>Poslat požadavek na vlastnost</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1759"/>
+        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Požadavek na vlastnost...&lt;/b&gt;&lt;p&gt;Otevře dialog pro odeslání požadavku.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2546"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Tato část status baru zobrazuje aktuální jazyk editoru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2576"/>
+        <source>&lt;p&gt;This part of the status bar displays the name of the file of the current editor.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Tato část statusbaru zobrazuje jméno souboru v aktuálním editoru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2583"/>
+        <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Tato část status baru zobrazuje číslo řádku v aktuálním editoru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2590"/>
+        <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Tato část status baru zobrazuje pozici kurzoru v aktuálním editoru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1578"/>
+        <source>Vertical Toolbox</source>
+        <translation>Svislá nástrojová lišta</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1589"/>
+        <source>Horizontal Toolbox</source>
+        <translation>Vodorovná nástrojová lišta</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1578"/>
+        <source>&amp;Vertical Toolbox</source>
+        <translation>S&amp;vislá nástrojová lišta</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1580"/>
+        <source>Toggle the Vertical Toolbox window</source>
+        <translation>Přepnout na svislou nástrojovou lištu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1581"/>
+        <source>&lt;b&gt;Toggle the Vertical Toolbox window&lt;/b&gt;&lt;p&gt;If the Vertical Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Přepnout svislou nástrojovou lištu&lt;/b&gt;&lt;p&gt;Pokud je svislá nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1589"/>
+        <source>&amp;Horizontal Toolbox</source>
+        <translation>&amp;Horizontální lista nástrojů</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1592"/>
+        <source>Toggle the Horizontal Toolbox window</source>
+        <translation>Přepnout na vodorovnou lištu nástrojů</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1593"/>
+        <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Přepnout vodorovnou nástrojovou lištu&lt;/b&gt;&lt;p&gt;Pokud je vodorovná nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3046"/>
+        <source>Restart application</source>
+        <translation>Restartovat aplikaci</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3046"/>
+        <source>The application needs to be restarted. Do it now?</source>
+        <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1470"/>
+        <source>Terminal</source>
+        <translation>Terminál</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1470"/>
+        <source>Te&amp;rminal</source>
+        <translation>Te&amp;rminál</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1472"/>
+        <source>Toggle the Terminal window</source>
+        <translation>Přepnout do okna s terminálem</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1473"/>
+        <source>&lt;b&gt;Toggle the Terminal window&lt;/b&gt;&lt;p&gt;If the Terminal window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Přepnout do okna s terminálem&lt;/b&gt;&lt;p&gt;Pokud je okno skryto, tak se zobrazí. Je-li zobrazeno, skryje se.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1481"/>
+        <source>Activate Terminal</source>
+        <translation>Aktivovat terminál</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1481"/>
+        <source>Alt+Shift+R</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1568"/>
+        <source>Alt+Shift+A</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2363"/>
+        <source>Configure...</source>
+        <translation>Konfigurovat...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2560"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Tato část status baru zobrazuje eol nastavení v aktuálním editoru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2098"/>
+        <source>Switch between tabs</source>
+        <translation>Přepnout mezi taby</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2098"/>
+        <source>Ctrl+1</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1961"/>
+        <source>Export Preferences</source>
+        <translation>Exportovat předvolby</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1961"/>
+        <source>E&amp;xport Preferences...</source>
+        <translation>E&amp;xportovat předvolby...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1964"/>
+        <source>Export the current configuration</source>
+        <translation>Export aktuální konfigurace</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1965"/>
+        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Export předvoleb&lt;/b&gt;&lt;p&gt;Export aktuální konfigurace do souboru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1972"/>
+        <source>Import Preferences</source>
+        <translation>Import předvoleb</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1972"/>
+        <source>I&amp;mport Preferences...</source>
+        <translation>I&amp;mport předvoleb...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1975"/>
+        <source>Import a previously exported configuration</source>
+        <translation>Import dříve exportované konfigurace</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1977"/>
+        <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Import předvoleb&lt;/b&gt;&lt;p&gt;Import dříve exportované konfigurace.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2082"/>
+        <source>Show next</source>
+        <translation>Zobrazit další</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2090"/>
+        <source>Show previous</source>
+        <translation>Zobrazit předchozí</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1601"/>
+        <source>Left Sidebar</source>
+        <translation>Levé menu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1601"/>
+        <source>&amp;Left Sidebar</source>
+        <translation>&amp;Levé menu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1603"/>
+        <source>Toggle the left sidebar window</source>
+        <translation>Přepnout okno levého menu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1604"/>
+        <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Přepnout okno levého menu&lt;/b&gt;&lt;p&gt;Je-li okno levého menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1612"/>
+        <source>Bottom Sidebar</source>
+        <translation>Dolní menu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1612"/>
+        <source>&amp;Bottom Sidebar</source>
+        <translation>&amp;Dolní menu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1615"/>
+        <source>Toggle the bottom sidebar window</source>
+        <translation>Přepnout okno dolního menu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1616"/>
+        <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Přepnout okno dolního menu&lt;/b&gt;&lt;p&gt;Je-li okno dolního menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1428"/>
+        <source>&amp;Debug-Viewer</source>
+        <translation>Prohlížeč &amp;debugeru</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1430"/>
+        <source>Toggle the Debug-Viewer window</source>
+        <translation>Přepnout okno debug prohlížeče</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1431"/>
+        <source>&lt;b&gt;Toggle the Debug-Viewer window&lt;/b&gt;&lt;p&gt;If the Debug-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Přepnout okno debug prohlížeče&lt;/b&gt;&lt;p&gt;Je-li okno debug prohlížeče skryto, zobrazí se. Je-li zobrazeno, skryje se.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1439"/>
+        <source>Activate Debug-Viewer</source>
+        <translation>Aktivní debug prohlížeč</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1901"/>
+        <source>SQL Browser</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1901"/>
+        <source>SQL &amp;Browser...</source>
+        <translation>SQL &amp;Browser...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1905"/>
+        <source>Browse a SQL database</source>
+        <translation>Procházet SQL databázi</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1906"/>
+        <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Procházet SQL databázi.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2831"/>
+        <source>Error log found</source>
+        <translation>Nalezen záznam o chybě</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2831"/>
+        <source>An error log file was found. What should be done with it?</source>
+        <translation>Nalezen záznam o chybě. Co by se s tím mělo dělat?</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2842"/>
+        <source>Send Bug Email</source>
+        <translation>Poslat email s chybou</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2845"/>
+        <source>Ignore and Delete</source>
+        <translation>Ignotovat a smazat</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2848"/>
+        <source>Ignore but Keep</source>
+        <translation>Ignorovat ale zachovat</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1925"/>
+        <source>Web Browser</source>
+        <translation>Web prohlížeč</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1925"/>
+        <source>&amp;Web Browser...</source>
+        <translation>&amp;Web prohlížeč...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1937"/>
+        <source>Icon Editor</source>
+        <translation>Editor ikon</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1937"/>
+        <source>&amp;Icon Editor...</source>
+        <translation>Editor &amp;ikon...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4123"/>
+        <source>Qt 3 support</source>
+        <translation>Qt 3 podpora</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2236"/>
-        <source>E&amp;xtras</source>
-        <translation>E&amp;xtra funkce</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2250"/>
-        <source>&amp;Tools</source>
-        <translation>&amp;Nástroje</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2255"/>
-        <source>Select Tool Group</source>
-        <translation>Vybrat skupinu nástrojů</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2263"/>
-        <source>Se&amp;ttings</source>
-        <translation>Nas&amp;tavení</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2281"/>
-        <source>&amp;Window</source>
-        <translation>O&amp;kno</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2288"/>
-        <source>&amp;Toolbars</source>
-        <translation>&amp;Toolbary</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2315"/>
-        <source>&amp;Help</source>
-        <translation>&amp;Nápověda</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2381"/>
-        <source>Tools</source>
-        <translation>Nástroje</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2383"/>
-        <source>Settings</source>
-        <translation>Nastavení</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
-        <source>Help</source>
-        <translation>Nápověda</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2385"/>
-        <source>Profiles</source>
-        <translation>Profily</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2680"/>
-        <source>&lt;h3&gt;Version Numbers&lt;/h3&gt;&lt;table&gt;</source>
-        <translation>&lt;h3&gt;Čísla verzí&lt;/h3&gt;&lt;table&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5520"/>
-        <source>&lt;/table&gt;</source>
-        <translation>&lt;/table&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
-        <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
-        <translation>Emailová adresa nebo mail server adresa jsou prázdné. Prosím, nastavte váš email v dialogovém okně Nastavení.</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3017"/>
-        <source>Configure Tool Groups ...</source>
-        <translation>Konfigurace Skupin nástrojů...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3020"/>
-        <source>Configure current Tool Group ...</source>
-        <translation>Konfigurace aktuální skupiny nástrojů...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3068"/>
-        <source>&amp;Builtin Tools</source>
-        <translation>&amp;Vestavěné nástroje</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
-        <source>There is no main script defined for the current project. Aborting</source>
-        <translation>V aktuálním projektu není definován hlavní skript. Zrušeno</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
-        <source>Problem</source>
-        <translation>Problém</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
-        <source>Process Generation Error</source>
-        <translation>Chyba v procesu generování</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
-        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
-        <translation>Aktuálně není vybrán žádný prohlížeč. Prosím otevřete Nastavení a nějaký vyberte.</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4113"/>
-        <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Nemohu spustit prohlížeč nápovědy.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
-        <source>Documentation Missing</source>
-        <translation>Dokumentace chybí</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
-        <source>Documentation</source>
-        <translation>Dokumentace</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4510"/>
-        <source>&lt;p&gt;The PyQt4 documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Adresář PyQt4 dokumentace není nakonfigurován.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
-        <source>Save tasks</source>
-        <translation>Uložit úlohy</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
-        <source>Read tasks</source>
-        <translation>Načíst úlohy</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
-        <source>Drop Error</source>
-        <translation>Zahodit chybu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
-        <source>Error during updates check</source>
-        <translation>Chyba během zjišťování aktualizací</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
-        <source>Update available</source>
-        <translation>Byla nalezena aktualizace</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1941"/>
-        <source>Show external tools</source>
-        <translation>Zobrazit externí nástroje</translation>
+        <source>PySide Documentation</source>
+        <translation>PySide dokumentace</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2236"/>
+        <source>Py&amp;Side Documentation</source>
+        <translation>Py&amp;Side dokumentace</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2238"/>
+        <source>Open PySide Documentation</source>
+        <translation>Otevřít PySide dokumentaci</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2239"/>
+        <source>&lt;b&gt;PySide Documentation&lt;/b&gt;&lt;p&gt;Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation>&lt;b&gt;PySide dokumentace&lt;/b&gt;&lt;p&gt;Zobrazit PySide dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4698"/>
+        <source>&lt;p&gt;The PySide documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Počátek dokumentace PySide nebyl nastaven.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="667"/>
+        <source>&lt;p&gt;The Qt Style Sheet file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Soubor Qt Style Sheet &lt;b&gt;{0}&lt;/b&gt; nelze vytvořit.&lt;/p&gt;&lt;p&gt;Důvod: {1}&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1309"/>
+        <source>{0} - Passive Mode</source>
+        <translation>{0} - Pasivní mód</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1314"/>
+        <source>{0} - {1} - Passive Mode</source>
+        <translation>{0} - {1} - pasivní mód</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1317"/>
+        <source>{0} - {1} - {2} - Passive Mode</source>
+        <translation>{0} - {1} - {2} - pasivní mód</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1695"/>
+        <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric5 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Prohlížeč nápovědy&lt;/b&gt;&lt;p&gt;Otevře se eric5 web prohlížeč. Toto okno zobrazuje HTML soubory s nápovědou z Qt kolekce. Má schopnosti navigovat přes odkazy, nastavovat záložky, tisknout zobrazenou nápovědu a další možnosti. Můžete jej také použít pro procházení internetem&lt;/p&gt;&lt;p&gt;Je-li otevřen s hledaným slovem, je toto slovo hledáno v Qt nápovědách.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1725"/>
+        <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric5.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Zjistit aktualizace&lt;/b&gt;&lt;p&gt;Zkontroluje přes internet jestli existují nějaké aktualizace Eric5.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1737"/>
+        <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric5 versions available for download from the internet.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Zobrazit dostupné verze ke stažení&lt;/b&gt;&lt;p&gt;Zobrazit dostupné verze eric5 pro stažení z internetu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1929"/>
+        <source>Start the eric5 Web Browser</source>
+        <translation>Spustit eric5 web prohlížeč</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1930"/>
+        <source>&lt;b&gt;Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric5 Web Browser.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Web prohlížeč&lt;/b&gt;&lt;p&gt;Procházet internet pomocí eric5 web prohlížeče.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1941"/>
-        <source>Show external &amp;tools</source>
-        <translation>Zobrazit externí nás&amp;troje</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
-        <source>Could not perform updates check.</source>
-        <translation>Kontrolu updatů nelze provést.</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5358"/>
-        <source>&amp;Cancel</source>
-        <translation>&amp;Zrušit</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
-        <source>First time usage</source>
-        <translation>Spuštěno poprvé</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="234"/>
-        <source>Initializing Plugin Manager...</source>
-        <translation>Inicializace Plugin manažera...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2301"/>
-        <source>P&amp;lugins</source>
-        <translation>P&amp;luginy</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2386"/>
-        <source>Plugins</source>
-        <translation>Pluginy</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
-        <source>Plugin Infos</source>
-        <translation>Plugin Infa</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2056"/>
-        <source>Show Plugin Infos</source>
-        <translation>Zobrazit Plugin infa</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2057"/>
-        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Plugin Infa&lt;/b&gt;&lt;p&gt;Otevře dialog, který zobrazí informace o načtených pluginech.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
-        <source>&amp;Plugin Infos...</source>
-        <translation>&amp;Plugin Infa...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3076"/>
-        <source>&amp;Plugin Tools</source>
-        <translation>&amp;Plugin nástroje</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2079"/>
-        <source>Uninstall Plugin</source>
-        <translation>Odinstalovat plugin</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2076"/>
-        <source>&amp;Uninstall Plugin...</source>
-        <translation>&amp;Odinstalovat plugin...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2080"/>
-        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Odinstalovat plugin...&lt;/b&gt;&lt;p&gt;Otevře dialog pro odinstalaci pluginu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3223"/>
-        <source>&amp;Show all</source>
-        <translation>&amp;Zobrazit vše</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3225"/>
-        <source>&amp;Hide all</source>
-        <translation>&amp;Skrýt vše</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="596"/>
-        <source>Activating Plugins...</source>
-        <translation>Aktivace pluginů...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2242"/>
-        <source>Wi&amp;zards</source>
-        <translation>&amp;Průvodci</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
-        <source>Show downloadable versions</source>
-        <translation>Zobrazit verze ke stažení</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
-        <source>Show &amp;downloadable versions...</source>
-        <translation>Zobrazit verze pro &amp;download...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1682"/>
-        <source>Show the versions available for download</source>
-        <translation>Zobrazit dostupné verze ke stažení</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
-        <source>Error downloading versions file</source>
-        <translation>Chyba v souboru stahování verzí</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
-        <source>Could not download the versions file.</source>
-        <translation>Nelze stáhnout soubor s verzemi.</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5507"/>
-        <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
-        <translation>&lt;h3&gt;Dostupné verze&lt;/h3&gt;&lt;table&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
-        <source>Plugin Repository</source>
-        <translation>Repozitář pluginů</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
-        <source>Plugin &amp;Repository...</source>
-        <translation>&amp;Repozitář pluginů...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2091"/>
-        <source>Show Plugins available for download</source>
-        <translation>Zobrazit pluginy dostupné ke stažení</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2093"/>
-        <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Repozitář pluginů...&lt;/b&gt;&lt;p&gt;Otevře se dialog, který zobrazí seznam pluginů dostupných ke stažení přes internet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2068"/>
-        <source>Install Plugins</source>
-        <translation>Instalovat pluginy</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2065"/>
-        <source>&amp;Install Plugins...</source>
-        <translation>&amp;Instalovat pluginy...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2069"/>
-        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Instalovat pluginy...&lt;/b&gt;&lt;p&gt;Otevře dialog pro instalaci nebo aktualizaci pluginů.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1864"/>
-        <source>Mini Editor</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1860"/>
-        <source>Mini &amp;Editor...</source>
-        <translation>Mini &amp;Editor...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1865"/>
-        <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Mini editor&lt;/b&gt;&lt;p&gt;Otevře se okno s jednoduchým editorem&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1772"/>
-        <source>&amp;Designer 4...</source>
-        <translation>&amp;Designer 4...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
-        <source>&amp;Linguist 4...</source>
-        <translation>&amp;Linguist 4...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
-        <source>Toolbars</source>
-        <translation>Lišty nástrojů</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
-        <source>Tool&amp;bars...</source>
-        <translation>&amp;Lišty nástrojů...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1971"/>
-        <source>Configure toolbars</source>
-        <translation>Konfigurace lišt nástrojů</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1972"/>
-        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Listy nástrojů&lt;/b&gt;&lt;p&gt;Konfigurace lišt nástrojů. S tímto dialogem můžete změnit akce zobrazené v různých nástrojových lištách nebo definovat své vlastní nástrojové lišty.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="603"/>
-        <source>Restoring Toolbarmanager...</source>
-        <translation>Obnovit manažer nástrojových lišt...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
-        <source>External Tools</source>
-        <translation>Externí nástroje</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
-        <source>Multiproject-Viewer</source>
-        <translation>Prohlížeč multiprojektu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
-        <source>&amp;Multiproject-Viewer</source>
-        <translation>Prohlížeč &amp;multiprojektu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1380"/>
-        <source>Toggle the Multiproject-Viewer window</source>
-        <translation>Přepnout okno Prohlížeč multiprojektu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1381"/>
-        <source>&lt;b&gt;Toggle the Multiproject-Viewer window&lt;/b&gt;&lt;p&gt;If the Multiproject-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Přepnout okno Prohlížeče multiprojektu&lt;/b&gt;&lt;p&gt;Pokud bylo okno skryto, tak se zobrazí. Pokud se zobrazovalo, tak se skryje.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
-        <source>Activate Multiproject-Viewer</source>
-        <translation>Aktivovat prohlížeč multiprojektu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
-        <source>Temp&amp;late-Viewer</source>
-        <translation>Proh&amp;lížeč šablon</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
-        <source>Save session</source>
-        <translation>Uložit relaci</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
-        <source>Read session</source>
-        <translation>Načíst relaci</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2500"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Tato část status baru zobrazuje aktuální kódování editorů.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2514"/>
-        <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Tato část status baru zobrazuje indikátor práva zápisu editoru do souboru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
-        <source>SSL Errors</source>
-        <translation>SSL chyby</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
-        <source>Request Feature</source>
-        <translation>Požadavek na vlastnost</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
-        <source>Request &amp;Feature...</source>
-        <translation>&amp;Požadavek na vlastnost...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1705"/>
-        <source>Send a feature request</source>
-        <translation>Poslat požadavek na vlastnost</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1706"/>
-        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Požadavek na vlastnost...&lt;/b&gt;&lt;p&gt;Otevře dialog pro odeslání požadavku.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2493"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Tato část status baru zobrazuje aktuální jazyk editoru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2523"/>
-        <source>&lt;p&gt;This part of the status bar displays the name of the file of the current editor.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Tato část statusbaru zobrazuje jméno souboru v aktuálním editoru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2530"/>
-        <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Tato část status baru zobrazuje číslo řádku v aktuálním editoru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2537"/>
-        <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Tato část status baru zobrazuje pozici kurzoru v aktuálním editoru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
-        <source>Vertical Toolbox</source>
-        <translation>Svislá nástrojová lišta</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
-        <source>Horizontal Toolbox</source>
-        <translation>Vodorovná nástrojová lišta</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
-        <source>&amp;Vertical Toolbox</source>
-        <translation>S&amp;vislá nástrojová lišta</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1551"/>
-        <source>Toggle the Vertical Toolbox window</source>
-        <translation>Přepnout na svislou nástrojovou lištu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1552"/>
-        <source>&lt;b&gt;Toggle the Vertical Toolbox window&lt;/b&gt;&lt;p&gt;If the Vertical Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Přepnout svislou nástrojovou lištu&lt;/b&gt;&lt;p&gt;Pokud je svislá nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
-        <source>&amp;Horizontal Toolbox</source>
-        <translation>&amp;Horizontální lista nástrojů</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1563"/>
-        <source>Toggle the Horizontal Toolbox window</source>
-        <translation>Přepnout na vodorovnou lištu nástrojů</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1564"/>
-        <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Přepnout vodorovnou nástrojovou lištu&lt;/b&gt;&lt;p&gt;Pokud je vodorovná nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
-        <source>Restart application</source>
-        <translation>Restartovat aplikaci</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
-        <source>The application needs to be restarted. Do it now?</source>
-        <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
-        <source>Terminal</source>
-        <translation>Terminál</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
-        <source>Te&amp;rminal</source>
-        <translation>Te&amp;rminál</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1443"/>
-        <source>Toggle the Terminal window</source>
-        <translation>Přepnout do okna s terminálem</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1444"/>
-        <source>&lt;b&gt;Toggle the Terminal window&lt;/b&gt;&lt;p&gt;If the Terminal window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Přepnout do okna s terminálem&lt;/b&gt;&lt;p&gt;Pokud je okno skryto, tak se zobrazí. Je-li zobrazeno, skryje se.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1452"/>
-        <source>Activate Terminal</source>
-        <translation>Aktivovat terminál</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1452"/>
-        <source>Alt+Shift+R</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
-        <source>Alt+Shift+A</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2310"/>
-        <source>Configure...</source>
-        <translation>Konfigurovat...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2507"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Tato část status baru zobrazuje eol nastavení v aktuálním editoru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
-        <source>Switch between tabs</source>
-        <translation>Přepnout mezi taby</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
-        <source>Ctrl+1</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
-        <source>Export Preferences</source>
-        <translation>Exportovat předvolby</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
-        <source>E&amp;xport Preferences...</source>
-        <translation>E&amp;xportovat předvolby...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1911"/>
-        <source>Export the current configuration</source>
-        <translation>Export aktuální konfigurace</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1912"/>
-        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Export předvoleb&lt;/b&gt;&lt;p&gt;Export aktuální konfigurace do souboru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
-        <source>Import Preferences</source>
-        <translation>Import předvoleb</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
-        <source>I&amp;mport Preferences...</source>
-        <translation>I&amp;mport předvoleb...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1922"/>
-        <source>Import a previously exported configuration</source>
-        <translation>Import dříve exportované konfigurace</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1924"/>
-        <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Import předvoleb&lt;/b&gt;&lt;p&gt;Import dříve exportované konfigurace.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
-        <source>Show next</source>
-        <translation>Zobrazit další</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2037"/>
-        <source>Show previous</source>
-        <translation>Zobrazit předchozí</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
-        <source>Left Sidebar</source>
-        <translation>Levé menu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
-        <source>&amp;Left Sidebar</source>
-        <translation>&amp;Levé menu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1574"/>
-        <source>Toggle the left sidebar window</source>
-        <translation>Přepnout okno levého menu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1575"/>
-        <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Přepnout okno levého menu&lt;/b&gt;&lt;p&gt;Je-li okno levého menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
-        <source>Bottom Sidebar</source>
-        <translation>Dolní menu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
-        <source>&amp;Bottom Sidebar</source>
-        <translation>&amp;Dolní menu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1586"/>
-        <source>Toggle the bottom sidebar window</source>
-        <translation>Přepnout okno dolního menu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1587"/>
-        <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Přepnout okno dolního menu&lt;/b&gt;&lt;p&gt;Je-li okno dolního menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
-        <source>&amp;Debug-Viewer</source>
-        <translation>Prohlížeč &amp;debugeru</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1401"/>
-        <source>Toggle the Debug-Viewer window</source>
-        <translation>Přepnout okno debug prohlížeče</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1402"/>
-        <source>&lt;b&gt;Toggle the Debug-Viewer window&lt;/b&gt;&lt;p&gt;If the Debug-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Přepnout okno debug prohlížeče&lt;/b&gt;&lt;p&gt;Je-li okno debug prohlížeče skryto, zobrazí se. Je-li zobrazeno, skryje se.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
-        <source>Activate Debug-Viewer</source>
-        <translation>Aktivní debug prohlížeč</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
-        <source>SQL Browser</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
-        <source>SQL &amp;Browser...</source>
-        <translation>SQL &amp;Browser...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1852"/>
-        <source>Browse a SQL database</source>
-        <translation>Procházet SQL databázi</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1853"/>
-        <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Procházet SQL databázi.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
-        <source>Error log found</source>
-        <translation>Nalezen záznam o chybě</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
-        <source>An error log file was found. What should be done with it?</source>
-        <translation>Nalezen záznam o chybě. Co by se s tím mělo dělat?</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2789"/>
-        <source>Send Bug Email</source>
-        <translation>Poslat email s chybou</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2792"/>
-        <source>Ignore and Delete</source>
-        <translation>Ignotovat a smazat</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2795"/>
-        <source>Ignore but Keep</source>
-        <translation>Ignorovat ale zachovat</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
-        <source>Web Browser</source>
-        <translation>Web prohlížeč</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
-        <source>&amp;Web Browser...</source>
-        <translation>&amp;Web prohlížeč...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
-        <source>Icon Editor</source>
-        <translation>Editor ikon</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
-        <source>&amp;Icon Editor...</source>
-        <translation>Editor &amp;ikon...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
-        <source>Qt 3 support</source>
-        <translation>Qt 3 podpora</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
-        <source>PySide Documentation</source>
-        <translation>PySide dokumentace</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
-        <source>Py&amp;Side Documentation</source>
-        <translation>Py&amp;Side dokumentace</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2185"/>
-        <source>Open PySide Documentation</source>
-        <translation>Otevřít PySide dokumentaci</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2186"/>
-        <source>&lt;b&gt;PySide Documentation&lt;/b&gt;&lt;p&gt;Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation>&lt;b&gt;PySide dokumentace&lt;/b&gt;&lt;p&gt;Zobrazit PySide dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
-        <source>&lt;p&gt;The PySide documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Počátek dokumentace PySide nebyl nastaven.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="662"/>
-        <source>&lt;p&gt;The Qt Style Sheet file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Soubor Qt Style Sheet &lt;b&gt;{0}&lt;/b&gt; nelze vytvořit.&lt;/p&gt;&lt;p&gt;Důvod: {1}&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1280"/>
-        <source>{0} - Passive Mode</source>
-        <translation>{0} - Pasivní mód</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1285"/>
-        <source>{0} - {1} - Passive Mode</source>
-        <translation>{0} - {1} - pasivní mód</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1288"/>
-        <source>{0} - {1} - {2} - Passive Mode</source>
-        <translation>{0} - {1} - {2} - pasivní mód</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1642"/>
-        <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric5 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Prohlížeč nápovědy&lt;/b&gt;&lt;p&gt;Otevře se eric5 web prohlížeč. Toto okno zobrazuje HTML soubory s nápovědou z Qt kolekce. Má schopnosti navigovat přes odkazy, nastavovat záložky, tisknout zobrazenou nápovědu a další možnosti. Můžete jej také použít pro procházení internetem&lt;/p&gt;&lt;p&gt;Je-li otevřen s hledaným slovem, je toto slovo hledáno v Qt nápovědách.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1672"/>
-        <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric5.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Zjistit aktualizace&lt;/b&gt;&lt;p&gt;Zkontroluje přes internet jestli existují nějaké aktualizace Eric5.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1684"/>
-        <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric5 versions available for download from the internet.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Zobrazit dostupné verze ke stažení&lt;/b&gt;&lt;p&gt;Zobrazit dostupné verze eric5 pro stažení z internetu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1876"/>
-        <source>Start the eric5 Web Browser</source>
-        <translation>Spustit eric5 web prohlížeč</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1877"/>
-        <source>&lt;b&gt;Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric5 Web Browser.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Web prohlížeč&lt;/b&gt;&lt;p&gt;Procházet internet pomocí eric5 web prohlížeče.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1888"/>
         <source>Start the eric5 Icon Editor</source>
         <translation>Spustit eric5 editor ikon</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1889"/>
+        <location filename="UI/UserInterface.py" line="1942"/>
         <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric5 Icon Editor for editing simple icons.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Editor ikon&lt;/b&gt;&lt;p&gt;Spustí se eric5 editor ikon pro jednoduchou editaci ikon.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1945"/>
+        <location filename="UI/UserInterface.py" line="1998"/>
         <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric5.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zobrazit externí nástroje&lt;/b&gt;&lt;p&gt;Otevře dialog pro zobrazení cesty a verze externích nástrojů používaných Eric5.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2168"/>
+        <location filename="UI/UserInterface.py" line="2221"/>
         <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Eric API dokumentace&lt;/b&gt;&lt;p&gt;Zobrazit Eric API dokumentaci. Umístění dokumentace je v podadresáři Documentation/Source v instalačním adresáři eric5.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2594"/>
+        <location filename="UI/UserInterface.py" line="2647"/>
         <source>External Tools/{0}</source>
         <translation>Externí nástroje/{0}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
+        <location filename="UI/UserInterface.py" line="4123"/>
         <source>Qt v.3 is not supported by eric5.</source>
         <translation>Qt v.3 není podporováno v eric5.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
+        <location filename="UI/UserInterface.py" line="4281"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; neexistuje nebo má nulovou délku.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3952"/>
+        <location filename="UI/UserInterface.py" line="4043"/>
         <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nemohu spustit Qt-Designer.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4009"/>
+        <location filename="UI/UserInterface.py" line="4100"/>
         <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nemohu spustit Qt-Linguist.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4053"/>
+        <location filename="UI/UserInterface.py" line="4144"/>
         <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nemohu spustit Qt-Assistant.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4094"/>
+        <location filename="UI/UserInterface.py" line="4185"/>
         <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nemohu spustit aktuální prohlížeč.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4153"/>
+        <location filename="UI/UserInterface.py" line="4244"/>
         <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nemohu spustit UI Previewer.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4198"/>
+        <location filename="UI/UserInterface.py" line="4289"/>
         <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nemohu spustit Previewer překladů.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4217"/>
+        <location filename="UI/UserInterface.py" line="4308"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nelze spustit SQL Browser.&lt;br&gt;Ujistěte se, že je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4265"/>
+        <location filename="UI/UserInterface.py" line="4356"/>
         <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
         <translation>V externím nástroji  &apos;{0}&apos; ve skupině &apos;{1}&apos; nebyl záznam nástroje nalezen.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
+        <location filename="UI/UserInterface.py" line="4362"/>
         <source>No toolgroup entry &apos;{0}&apos; found.</source>
         <translation>Skupina nástrojů &apos;{0}&apos; nenalezena. </translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4307"/>
+        <location filename="UI/UserInterface.py" line="4398"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation>Spouštím proces &apos;{0} {1}&apos;.
 </translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
+        <location filename="UI/UserInterface.py" line="4417"/>
         <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Nemohu spustit příkaz &lt;b&gt;{0}&lt;/b&gt;&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{1}&lt;/b&gt;. &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4403"/>
+        <location filename="UI/UserInterface.py" line="4494"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation>Proces &apos;{0}&apos; byl ukončen.
 </translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
+        <location filename="UI/UserInterface.py" line="4713"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Adresář dokumentace &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; nebyl nalezen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4807"/>
+        <location filename="UI/UserInterface.py" line="4910"/>
         <source>Keyboard shortcut file (*.e4k);;Compressed keyboard shortcut file (*.e4kz)</source>
         <translation>Soubor eric4 klávesových zkratek (*.e4k);;Komprimovaný soubor eric4 klávesových zkratek (*.e4kz)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
+        <location filename="UI/UserInterface.py" line="4930"/>
         <source>&lt;p&gt;The keyboard shortcuts could not be written to file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Klávesové zkratky nelze do souboru &lt;b&gt;{0}&lt;/b&gt; zapsat.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
+        <location filename="UI/UserInterface.py" line="4939"/>
         <source>Keyboard shortcut file (*.e4k *.e4kz)</source>
         <translation>Soubor klávesových zkratek (*.e4k *.e4kz)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
+        <location filename="UI/UserInterface.py" line="5063"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Do souboru s úlohami &lt;b&gt;{0}&lt;/b&gt; nelze zapisovat.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5007"/>
+        <location filename="UI/UserInterface.py" line="5110"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Soubor s úlohami &lt;b&gt;{0}&lt;/b&gt; nelze načíst.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
+        <location filename="UI/UserInterface.py" line="5120"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Soubor s úlohami &lt;b&gt;{0}&lt;/b&gt; je v nepodporovaném formátu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
+        <location filename="UI/UserInterface.py" line="5138"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Zápis do souboru relace session &lt;b&gt;{0}&lt;/b&gt; se nezdařil.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5086"/>
+        <location filename="UI/UserInterface.py" line="5189"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Soubor relace session &lt;b&gt;{0}&lt;/b&gt; nelze přečíst.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
+        <location filename="UI/UserInterface.py" line="5199"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Soubor relace (session) &lt;b&gt;{0}&lt;/b&gt; je v nepodporovaném formátu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
+        <location filename="UI/UserInterface.py" line="5317"/>
         <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
         <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; není soubor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5363"/>
+        <location filename="UI/UserInterface.py" line="5466"/>
         <source>Trying host {0}</source>
         <translation>Zkouším host {0}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
+        <location filename="UI/UserInterface.py" line="5573"/>
         <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric5 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
         <translation>Aktualizace &lt;b&gt;{0}&lt;/b&gt; eric5 je připravena na &lt;b&gt;{1}&lt;/b&gt;. Chcete ji stáhnout a nainstalovat?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>Eric5 is up to date</source>
         <translation>Eric5 je aktuální</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>You are using the latest version of eric5</source>
         <translation>Používáte poslední verzi eric5</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
+        <location filename="UI/UserInterface.py" line="5638"/>
         <source>&lt;p&gt;SSL Errors:&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Do you want to ignore these errors?&lt;/p&gt;</source>
         <translation>&lt;p&gt;SSL chyby:&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Chcete tyto chyby ignorovat?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
+        <location filename="UI/UserInterface.py" line="5664"/>
         <source>eric5 has not been configured yet. The configuration dialog will be started.</source>
         <translation>eric5 nebyl ještě nakonfigurován. Bude spuštěn konfigurační dialog.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>Cooperation</source>
         <translation>Spolupráce</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>&amp;Cooperation</source>
         <translation>Spoluprá&amp;ce</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1597"/>
+        <location filename="UI/UserInterface.py" line="1626"/>
         <source>Toggle the Cooperation window</source>
         <translation>Zobrazit/skrýt okno spolupráce</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1599"/>
+        <location filename="UI/UserInterface.py" line="1628"/>
         <source>&lt;b&gt;Toggle the Cooperation window&lt;/b&gt;&lt;p&gt;If the Cooperation window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zobrazit/skrýt okno spolupráce&lt;/b&gt;&lt;p&gt;Pokud je okno skryté zobrazí se. Pokud se okno zobrazuje, tak se skryje.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Activate Cooperation-Viewer</source>
         <translation>Aktivovat náhled spolupráce</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Alt+Shift+O</source>
         <translation></translation>
     </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>&amp;Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1650"/>
+        <source>Toggle the Symbols window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1652"/>
+        <source>&lt;b&gt;Toggle the Symbols window&lt;/b&gt;&lt;p&gt;If the Symbols window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Activate Symbols-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Alt+Shift+Y</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>UserPropertiesDialog</name>
@@ -38600,826 +38681,826 @@
 <context>
     <name>ViewManager</name>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>New</source>
         <translation>Nový</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>&amp;New</source>
         <translation>&amp;Nový</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>Ctrl+N</source>
         <comment>File|New</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="464"/>
-        <source>Open an empty editor window</source>
-        <translation>Otevřít prázdné editační okno</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="466"/>
+        <source>Open an empty editor window</source>
+        <translation>Otevřít prázdné editační okno</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="468"/>
         <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nový&lt;/b&gt;
 &lt;p&gt;Bude otevřeno prázdné editační okno.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Open</source>
         <translation>Otevřít</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>&amp;Open...</source>
         <translation>&amp;Otevřít...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Ctrl+O</source>
         <comment>File|Open</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="479"/>
+        <location filename="ViewManager/ViewManager.py" line="481"/>
         <source>Open a file</source>
         <translation>Otevřít soubor</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="480"/>
+        <location filename="ViewManager/ViewManager.py" line="482"/>
         <source>&lt;b&gt;Open a file&lt;/b&gt;&lt;p&gt;You will be asked for the name of a file to be opened in an editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Otevřít soubor&lt;/b&gt;
 &lt;p&gt;Budete dotázáni na jméno souboru, který se má otevřít do editačního okna.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Close</source>
         <translation>Zavřít</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>&amp;Close</source>
         <translation>&amp;Zavřít</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Ctrl+W</source>
         <comment>File|Close</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="496"/>
-        <source>Close the current window</source>
-        <translation>Zavřít aktuální okno</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="498"/>
+        <source>Close the current window</source>
+        <translation>Zavřít aktuální okno</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="500"/>
         <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zavřít okno&lt;/b&gt;
 &lt;p&gt;Zavřít aktuální okno.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Close All</source>
         <translation>Zavřít vše</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Clos&amp;e All</source>
         <translation>Zavřít vš&amp;e</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="508"/>
-        <source>Close all editor windows</source>
-        <translation>Zavřít všechny editační okna</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="510"/>
+        <source>Close all editor windows</source>
+        <translation>Zavřít všechny editační okna</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="512"/>
         <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zavřít všechna okna&lt;/b&gt;
 &lt;p&gt;Zavřít všechna editační okna.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Save</source>
         <translation>Uložit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>&amp;Save</source>
         <translation>&amp;Uložit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Ctrl+S</source>
         <comment>File|Save</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="527"/>
-        <source>Save the current file</source>
-        <translation>Uložit aktuální soubor</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="529"/>
+        <source>Save the current file</source>
+        <translation>Uložit aktuální soubor</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="531"/>
         <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Uložit soubor&lt;/b&gt;
 &lt;p&gt;Uložit obsah aktuálního editačního okna.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save as</source>
         <translation>Uložit jako</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save &amp;as...</source>
         <translation>U&amp;ložit jako...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Shift+Ctrl+S</source>
         <comment>File|Save As</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="542"/>
-        <source>Save the current file to a new one</source>
-        <translation>Uložit aktuální soubor do nového</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="544"/>
+        <source>Save the current file to a new one</source>
+        <translation>Uložit aktuální soubor do nového</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="546"/>
         <source>&lt;b&gt;Save File as&lt;/b&gt;&lt;p&gt;Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Uložit soubor jako&lt;/b&gt;
 &lt;p&gt;Uložit obsah aktuálního editačního okna do nového souboru. Název souboru bude zadán v dialogu výběru souboru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save all</source>
         <translation>Uložit vše</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save a&amp;ll...</source>
         <translation>Uložit &amp;vše...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="556"/>
-        <source>Save all files</source>
-        <translation>Uložit všechny soubory</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="558"/>
+        <source>Save all files</source>
+        <translation>Uložit všechny soubory</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="560"/>
         <source>&lt;b&gt;Save All Files&lt;/b&gt;&lt;p&gt;Save the contents of all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Uložit všechny soubory&lt;/b&gt;
 &lt;p&gt;Uložit obsah všech editačních oken.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Project</source>
         <translation>Uložit do projektu</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Pro&amp;ject</source>
         <translation>Uložit do pro&amp;jektu</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="572"/>
-        <source>Save the current file to the current project</source>
-        <translation>Uložit aktuální soubor do aktuálního projektu</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="574"/>
+        <source>Save the current file to the current project</source>
+        <translation>Uložit aktuální soubor do aktuálního projektu</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="576"/>
         <source>&lt;b&gt;Save to Project&lt;/b&gt;&lt;p&gt;Save the contents of the current editor window to the current project. After the file has been saved, it is automatically added to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Uložit do projektu&lt;/b&gt;
 &lt;p&gt;Uložit obsah aktuálního editačního okna do projektu. Po uložení bude soubor automaticky přidán do aktuálního projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Print</source>
         <translation>Tisk</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>&amp;Print</source>
         <translation>&amp;Tisk</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Ctrl+P</source>
         <comment>File|Print</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="591"/>
-        <source>Print the current file</source>
-        <translation>Tisk aktuálního souboru</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="593"/>
+        <source>Print the current file</source>
+        <translation>Tisk aktuálního souboru</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="595"/>
         <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Tisk souboru&lt;/b&gt;
 &lt;p&gt;Tisk obsahu aktuálního editačního okna.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search File</source>
         <translation>Najít soubor</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search &amp;File...</source>
         <translation>N&amp;ajít soubor...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Alt+Ctrl+F</source>
         <comment>File|Search File</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="623"/>
-        <source>Search for a file</source>
-        <translation>Vyhledat soubor</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="625"/>
+        <source>Search for a file</source>
+        <translation>Vyhledat soubor</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="627"/>
         <source>&lt;b&gt;Search File&lt;/b&gt;&lt;p&gt;Search for a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Najít soubor&lt;/b&gt;
 &lt;p&gt;Hledání souboru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="638"/>
+        <location filename="ViewManager/ViewManager.py" line="640"/>
         <source>&amp;File</source>
         <translation>S&amp;oubor</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="639"/>
-        <source>Open &amp;Recent Files</source>
-        <translation>Otevřít poslední soubo&amp;ry</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="641"/>
+        <source>Open &amp;Recent Files</source>
+        <translation>Otevřít poslední soubo&amp;ry</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="643"/>
         <source>Open &amp;Bookmarked Files</source>
         <translation>Otevřít sou&amp;bory ze záložek</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="689"/>
+        <location filename="ViewManager/ViewManager.py" line="691"/>
         <source>File</source>
         <translation>Soubor</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Undo</source>
         <translation>Undo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>&amp;Undo</source>
         <translation>&amp;Vrátit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Ctrl+Z</source>
         <comment>Edit|Undo</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Alt+Backspace</source>
         <comment>Edit|Undo</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="741"/>
-        <source>Undo the last change</source>
-        <translation>Vrátit poslední změnu</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="743"/>
+        <source>Undo the last change</source>
+        <translation>Vrátit poslední změnu</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="745"/>
         <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Undo&lt;/b&gt;
 &lt;p&gt;Vrátit poslední změnu v aktuálním editačním okně.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Redo</source>
         <translation>Redo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>&amp;Redo</source>
         <translation>&amp;Znovu použít</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Ctrl+Shift+Z</source>
         <comment>Edit|Redo</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="756"/>
-        <source>Redo the last change</source>
-        <translation>Znovu použít poslední změnu</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="758"/>
+        <source>Redo the last change</source>
+        <translation>Znovu použít poslední změnu</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="760"/>
         <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Redo&lt;/b&gt;
 &lt;p&gt;Znovu použít poslení změnu, která byla provedena v aktuálním editačním okně.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="772"/>
+        <location filename="ViewManager/ViewManager.py" line="774"/>
         <source>Revert to last saved state</source>
         <translation>Vrátit se k poslednímu uloženému stavu</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
         <source>Re&amp;vert to last saved state</source>
         <translation>Vrátit se k &amp;poslednímu uloženému stavu</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
         <source>Ctrl+Y</source>
         <comment>Edit|Revert</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="774"/>
+        <location filename="ViewManager/ViewManager.py" line="776"/>
         <source>&lt;b&gt;Revert to last saved state&lt;/b&gt;&lt;p&gt;Undo all changes up to the last saved state of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vrátit poslwední uložený stav&lt;/b&gt;
 &lt;p&gt;Zruší všechny změny, které byly provedeny od posledního uložení.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cut</source>
         <translation>Vyjmout</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cu&amp;t</source>
         <translation>Vyjmou&amp;t</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Ctrl+X</source>
         <comment>Edit|Cut</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Shift+Del</source>
         <comment>Edit|Cut</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="791"/>
-        <source>Cut the selection</source>
-        <translation>Vyjmout výběr</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="793"/>
+        <source>Cut the selection</source>
+        <translation>Vyjmout výběr</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="795"/>
         <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vyjmout&lt;/b&gt;
 &lt;p&gt;Vyjme vybraný text z aktuálního editačního okna a vloží jej do schránky.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Copy</source>
         <translation>Kopírovat</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>&amp;Copy</source>
         <translation>&amp;Kopírovat</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+C</source>
         <comment>Edit|Copy</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+Ins</source>
         <comment>Edit|Copy</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="808"/>
-        <source>Copy the selection</source>
-        <translation>Kopírovat výběr</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="810"/>
+        <source>Copy the selection</source>
+        <translation>Kopírovat výběr</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="812"/>
         <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Kopírovat&lt;/b&gt;
 &lt;p&gt;Zkopíruje vybraný text v aktuálním editačním okně a uloží jej do schránky.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Paste</source>
         <translation>Vložit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>&amp;Paste</source>
         <translation>V&amp;ložit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Ctrl+V</source>
         <comment>Edit|Paste</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Shift+Ins</source>
         <comment>Edit|Paste</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="825"/>
-        <source>Paste the last cut/copied text</source>
-        <translation>Vložit text ze schránky</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="827"/>
+        <source>Paste the last cut/copied text</source>
+        <translation>Vložit text ze schránky</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="829"/>
         <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard to the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vložit&lt;/b&gt;
 &lt;p&gt;Vloží text, který byl uložen do schránky při předchozím kroku Vyjmout nebo Kopírovat.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Clear</source>
         <translation>Vyčistit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Cl&amp;ear</source>
         <translation>Vyči&amp;stit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Alt+Shift+C</source>
         <comment>Edit|Clear</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="842"/>
-        <source>Clear all text</source>
-        <translation>Vyčistit všechen text</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="844"/>
+        <source>Clear all text</source>
+        <translation>Vyčistit všechen text</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="846"/>
         <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vyčistit&lt;/b&gt;
 &lt;p&gt;Smazat všechnen text v aktuálním editoru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Indent</source>
         <translation>Odsadit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>&amp;Indent</source>
         <translation>Odsad&amp;it</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Ctrl+I</source>
         <comment>Edit|Indent</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="858"/>
+        <location filename="ViewManager/ViewManager.py" line="860"/>
         <source>Indent line</source>
         <translation>Odsadit řádek</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="859"/>
+        <location filename="ViewManager/ViewManager.py" line="861"/>
         <source>&lt;b&gt;Indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Odsadit&lt;/b&gt;
 &lt;p&gt;Odsadí aktuální řádek nebo vybrané řádky o jednu úroveň.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Unindent</source>
         <translation>Zrušit odsazení</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>U&amp;nindent</source>
         <translation>Zrušit odsaze&amp;ní</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Ctrl+Shift+I</source>
         <comment>Edit|Unindent</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="874"/>
-        <source>Unindent line</source>
-        <translation>Zrušit odsazení řádku</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="876"/>
+        <source>Unindent line</source>
+        <translation>Zrušit odsazení řádku</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="878"/>
         <source>&lt;b&gt;Unindent&lt;/b&gt;&lt;p&gt;Unindents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zrušit odsazení&lt;/b&gt;
 &lt;p&gt;Zruší odsazení akruálního řádku nebo vybraných řádků o jednu úroveň.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Smart indent</source>
         <translation>Chytré odsazení</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Ctrl+Alt+I</source>
         <comment>Edit|Smart indent</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="892"/>
-        <source>Smart indent Line or Selection</source>
-        <translation>Chytré odsazení řádku nebo výběru</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="894"/>
+        <source>Smart indent Line or Selection</source>
+        <translation>Chytré odsazení řádku nebo výběru</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="896"/>
         <source>&lt;b&gt;Smart indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the current selection smartly.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Chytré odsazení&lt;/b&gt;
 &lt;p&gt;Odsadí aktuální řádek nebo výběr podle významu předchozího kódu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Comment</source>
         <translation>Vytvořit Komentář</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>C&amp;omment</source>
         <translation>Vytvořit K&amp;omentář</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Ctrl+M</source>
         <comment>Edit|Comment</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="909"/>
-        <source>Comment Line or Selection</source>
-        <translation>Vytvořit z řádky nebo výběru komentář</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="911"/>
+        <source>Comment Line or Selection</source>
+        <translation>Vytvořit z řádky nebo výběru komentář</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="913"/>
         <source>&lt;b&gt;Comment&lt;/b&gt;&lt;p&gt;Comments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Komentář&lt;/b&gt;
 &lt;p&gt;Z aktuální řádky nebo vybraných řádků vytvoří komentář.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Uncomment</source>
         <translation>Zrušit komentář</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Unco&amp;mment</source>
         <translation>Zrušit ko&amp;mentář</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Alt+Ctrl+M</source>
         <comment>Edit|Uncomment</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="926"/>
-        <source>Uncomment Line or Selection</source>
-        <translation>Zrušit komentář na řádce nebo výběru</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="928"/>
+        <source>Uncomment Line or Selection</source>
+        <translation>Zrušit komentář na řádce nebo výběru</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="930"/>
         <source>&lt;b&gt;Uncomment&lt;/b&gt;&lt;p&gt;Uncomments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zrušit komentář&lt;/b&gt;
 &lt;p&gt;Zruší komentář na aktuálním řádku nebo výběru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="936"/>
+        <location filename="ViewManager/ViewManager.py" line="938"/>
         <source>Stream Comment</source>
         <translation>Stream komentář</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="940"/>
-        <source>Stream Comment Line or Selection</source>
-        <translation>Steram komentář řádky nebo výběru</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="942"/>
+        <source>Stream Comment Line or Selection</source>
+        <translation>Steram komentář řádky nebo výběru</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="944"/>
         <source>&lt;b&gt;Stream Comment&lt;/b&gt;&lt;p&gt;Stream comments the current line or the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Stream komentář&lt;/b&gt;
 &lt;p&gt;Stream zakomentuje aktuální řádku nebo výběr.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="950"/>
+        <location filename="ViewManager/ViewManager.py" line="952"/>
         <source>Box Comment</source>
         <translation>Box komentář</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="954"/>
-        <source>Box Comment Line or Selection</source>
-        <translation>Box komentář řádku nebo výběru</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="956"/>
+        <source>Box Comment Line or Selection</source>
+        <translation>Box komentář řádku nebo výběru</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="958"/>
         <source>&lt;b&gt;Box Comment&lt;/b&gt;&lt;p&gt;Box comments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Box komentář&lt;/b&gt;
 &lt;p&gt;Bok komentář vytvoří komnetář z aktuálního řádku nebo výběru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to brace</source>
         <translation>Vybrat obsah závorek</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to &amp;brace</source>
         <translation>Vy&amp;brat obsah závorek</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Ctrl+E</source>
         <comment>Edit|Select to brace</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="971"/>
+        <location filename="ViewManager/ViewManager.py" line="973"/>
         <source>Select text to the matching brace</source>
         <translation>Výběr textu, který je mezi závorkami</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Select all</source>
         <translation>Vybrat vše</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>&amp;Select all</source>
         <translation>Vybrat vš&amp;e</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Ctrl+A</source>
         <comment>Edit|Select all</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="986"/>
+        <location filename="ViewManager/ViewManager.py" line="988"/>
         <source>Select all text</source>
         <translation>Vybrat všechen text</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Deselect all</source>
         <translation>Zrušit celý výběr</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>&amp;Deselect all</source>
         <translation>Z&amp;rušit celý výběr</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Alt+Ctrl+A</source>
         <comment>Edit|Deselect all</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1002"/>
+        <location filename="ViewManager/ViewManager.py" line="1004"/>
         <source>Deselect all text</source>
         <translation>Zrušit výběr</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1015"/>
-        <source>Convert Line End Characters</source>
-        <translation>Konvertovat znaky konce řádků</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="1011"/>
-        <source>Convert &amp;Line End Characters</source>
-        <translation>Konvertovat znaky konce řá&amp;dků</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1017"/>
+        <source>Convert Line End Characters</source>
+        <translation>Konvertovat znaky konce řádků</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1013"/>
+        <source>Convert &amp;Line End Characters</source>
+        <translation>Konvertovat znaky konce řá&amp;dků</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1019"/>
         <source>&lt;b&gt;Convert Line End Characters&lt;/b&gt;&lt;p&gt;Convert the line end characters to the currently set type.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Konvertovet znaky konce řádků&lt;/b&gt;
 &lt;p&gt;Konvertuje znaky konců řádků na aktuální nastavený typ.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1028"/>
+        <location filename="ViewManager/ViewManager.py" line="1030"/>
         <source>Shorten empty lines</source>
         <translation>Zkrátit prázdné řádky</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1030"/>
+        <location filename="ViewManager/ViewManager.py" line="1032"/>
         <source>&lt;b&gt;Shorten empty lines&lt;/b&gt;&lt;p&gt;Shorten lines consisting solely of whitespace characters.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zkrátit prázné řádky&lt;/b&gt;
 &lt;p&gt;Zkrátí řádky, které obsabují jen prázdné znaky.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Autocomplete</source>
         <translation>Autodoplňování</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1816"/>
+        <location filename="ViewManager/ViewManager.py" line="1818"/>
         <source>&amp;Autocomplete</source>
         <translation>&amp;Autodoplňování</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Ctrl+Space</source>
         <comment>Edit|Autocomplete</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1045"/>
-        <source>Autocomplete current word</source>
-        <translation>Automaticky doplní aktuální slovo</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1047"/>
+        <source>Autocomplete current word</source>
+        <translation>Automaticky doplní aktuální slovo</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1049"/>
         <source>&lt;b&gt;Autocomplete&lt;/b&gt;&lt;p&gt;Performs an autocompletion of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autodoplňování&lt;/b&gt;
 &lt;p&gt;Provádí automatické doplňování slova, na kterém je kurzor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Autocomplete from Document</source>
         <translation>Autodoplňování z dokumentu</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Ctrl+Shift+Space</source>
         <comment>Edit|Autocomplete from Document</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1060"/>
-        <source>Autocomplete current word from Document</source>
-        <translation>Autodoplnit aktuální slovo z dokumentu</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1062"/>
+        <source>Autocomplete current word from Document</source>
+        <translation>Autodoplnit aktuální slovo z dokumentu</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1064"/>
         <source>&lt;b&gt;Autocomplete from Document&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autodoplnit z dokumentu&lt;/b&gt;
 &lt;p&gt;Provede automatické doplnění z dokumentu na slově, ve kterém je kurzor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Autocomplete from APIs</source>
         <translation>Autodopňování z API</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Ctrl+Alt+Space</source>
         <comment>Edit|Autocomplete from APIs</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1077"/>
-        <source>Autocomplete current word from APIs</source>
-        <translation>Autodoplňování aktuálního slova z API</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1079"/>
+        <source>Autocomplete current word from APIs</source>
+        <translation>Autodoplňování aktuálního slova z API</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1081"/>
         <source>&lt;b&gt;Autocomplete from APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autodoplňování z AIP&lt;/b&gt;
 &lt;p&gt;Provede automatické doplnění z AIP na slově, na kterém je kurzor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Autocomplete from Document and APIs</source>
         <translation>Autodopňování z dokumentu a API</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Alt+Shift+Space</source>
         <comment>Edit|Autocomplete from Document and APIs</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1096"/>
-        <source>Autocomplete current word from Document and APIs</source>
-        <translation>Autodoplnit aktuální slovo z dokumentu a z API</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1098"/>
+        <source>Autocomplete current word from Document and APIs</source>
+        <translation>Autodoplnit aktuální slovo z dokumentu a z API</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1100"/>
         <source>&lt;b&gt;Autocomplete from Document and APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document and APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autodoplňování z dokumentu a z API&lt;/b&gt;
 &lt;p&gt;Provede automatické doplnění z dokumentu a z API na slově, na kterém je kurzor.&lt;/p&gt;</translation>
@@ -40095,17 +40176,17 @@
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1826"/>
+        <location filename="ViewManager/ViewManager.py" line="1828"/>
         <source>&amp;Search</source>
         <translation>V&amp;yhledat</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1840"/>
+        <location filename="ViewManager/ViewManager.py" line="1842"/>
         <source>&amp;Edit</source>
         <translation>&amp;Edit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1886"/>
+        <location filename="ViewManager/ViewManager.py" line="1888"/>
         <source>Edit</source>
         <translation></translation>
     </message>
@@ -40196,726 +40277,726 @@
 &lt;p&gt;Vyhledá va ktuálním editoru text a nahradí jej. Je zobrazeno dialogové okno, kde se zadá text, který se má nahradit, nový text a nastavení pro vyhledávání a nahrazení.&lt;p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2144"/>
+        <location filename="ViewManager/ViewManager.py" line="2146"/>
         <source>Quicksearch</source>
         <translation>Rychlé hledání</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>&amp;Quicksearch</source>
         <translation>Rychlé hl&amp;edání</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>Ctrl+Shift+K</source>
         <comment>Search|Quicksearch</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2014"/>
+        <location filename="ViewManager/ViewManager.py" line="2016"/>
         <source>Perform a quicksearch</source>
         <translation>Provést rychlé hledání</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch backwards</source>
         <translation>Rychlé hledání zpět</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch &amp;backwards</source>
         <translation>Rychlé hledání &amp;zpět</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Ctrl+Shift+J</source>
         <comment>Search|Quicksearch backwards</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2033"/>
+        <location filename="ViewManager/ViewManager.py" line="2035"/>
         <source>Perform a quicksearch backwards</source>
         <translation>Provést rychlé hledání zpět</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch extend</source>
         <translation>Rychlé hledání rozšířit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch e&amp;xtend</source>
         <translation>Rychlé hl&amp;edání rozšířit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Ctrl+Shift+H</source>
         <comment>Search|Quicksearch extend</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2051"/>
-        <source>Extend the quicksearch to the end of the current word</source>
-        <translation>Rozšířit rychlé hledání na konec aktuálního slova</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2053"/>
+        <source>Extend the quicksearch to the end of the current word</source>
+        <translation>Rozšířit rychlé hledání na konec aktuálního slova</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2055"/>
         <source>&lt;b&gt;Quicksearch extend&lt;/b&gt;&lt;p&gt;This extends the quicksearch text to the end of the word currently found.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Rychlé hlednání rozšířit&lt;/b&gt;
 &lt;p&gt;Rychlé hledání se rozšíří na konec aktuálně nalezeného slova.&lt;p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2069"/>
+        <location filename="ViewManager/ViewManager.py" line="2071"/>
         <source>Goto Line</source>
         <translation>Jít na řádek</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>&amp;Goto Line...</source>
         <translation>&amp;Jít na řádek...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>Ctrl+G</source>
         <comment>Search|Goto Line</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2070"/>
+        <location filename="ViewManager/ViewManager.py" line="2072"/>
         <source>&lt;b&gt;Goto Line&lt;/b&gt;&lt;p&gt;Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Jít na řádek&lt;/b&gt;
 &lt;p&gt;Jít na určený řádek. Zobrazí se dialogové okno, kde se zadá číslo požadovaného řádku.&lt;p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2085"/>
+        <location filename="ViewManager/ViewManager.py" line="2087"/>
         <source>Goto Brace</source>
         <translation>Jít na závorku</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
         <source>Goto &amp;Brace</source>
         <translation>Jít na závork&amp;u</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
         <source>Ctrl+L</source>
         <comment>Search|Goto Brace</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2087"/>
+        <location filename="ViewManager/ViewManager.py" line="2089"/>
         <source>&lt;b&gt;Goto Brace&lt;/b&gt;&lt;p&gt;Go to the matching brace in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Jít na závorku&lt;/b&gt;
 &lt;p&gt;Jíta na závoku, která patří do páru s tou, na které se nachází kurzor.&lt;p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in Files</source>
         <translation>Hledat v souborech</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in &amp;Files...</source>
         <translation>&amp;Hledat v souborech...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Shift+Ctrl+F</source>
         <comment>Search|Search Files</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2104"/>
-        <source>Search for a text in files</source>
-        <translation>Hledat text v souborech</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2106"/>
+        <source>Search for a text in files</source>
+        <translation>Hledat text v souborech</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2108"/>
         <source>&lt;b&gt;Search in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project. A dialog is shown to enter the searchtext and options for the search and to display the result.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Hledat v souborech&lt;/b&gt;
 &lt;p&gt;Hledat text v souborech v adresářích nebo projektu. Je zobrazeno dialogové okno, do kterého se zadá hledaný text a nastavení a ve kterém se zobrazuje výsledek hledání.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom in</source>
         <translation>Přiblížit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom &amp;in</source>
         <translation>Př&amp;iblížit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Ctrl++</source>
         <comment>View|Zoom in</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2238"/>
-        <source>Zoom in on the text</source>
-        <translation>Zvětšovací lupa</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2240"/>
+        <source>Zoom in on the text</source>
+        <translation>Zvětšovací lupa</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2242"/>
         <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the text. This makes the text bigger.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Přiblížit&lt;/b&gt;&lt;p&gt;Přiblížit text. Text bude větší.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom out</source>
         <translation>Oddálit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom &amp;out</source>
         <translation>&amp;Oddálit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Ctrl+-</source>
         <comment>View|Zoom out</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2254"/>
-        <source>Zoom out on the text</source>
-        <translation>Zmenšovací lupa</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2256"/>
+        <source>Zoom out on the text</source>
+        <translation>Zmenšovací lupa</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2258"/>
         <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the text. This makes the text smaller.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Oddálit&lt;/b&gt;&lt;p&gt;Lupa na oddálení textu. Text bude menší.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Zoom</source>
         <translation>Lupa</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>&amp;Zoom</source>
         <translation>&amp;Lupa</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Ctrl+#</source>
         <comment>View|Zoom</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2270"/>
-        <source>Zoom the text</source>
-        <translation>Lupa na text</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2272"/>
+        <source>Zoom the text</source>
+        <translation>Lupa na text</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2274"/>
         <source>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom the text. This opens a dialog where the desired size can be entered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Lupa&lt;/b&gt;&lt;p&gt;Lupa na text. Otevře se dialogové okno kde se zadá požadovaná hodnota zvětšení/zmenšení.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2284"/>
-        <source>Toggle all folds</source>
-        <translation>Složit/rozložit všechna skládání</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2280"/>
-        <source>Toggle &amp;all folds</source>
-        <translation>Složit/rozložit všechn&amp;a skládání</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2286"/>
+        <source>Toggle all folds</source>
+        <translation>Složit/rozložit všechna skládání</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2282"/>
+        <source>Toggle &amp;all folds</source>
+        <translation>Složit/rozložit všechn&amp;a skládání</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2288"/>
         <source>&lt;b&gt;Toggle all folds&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Složit/rozložit všechna skládání&lt;/b&gt;&lt;p&gt;Složí/rozloží všechna skládání v aktuálním editoru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2299"/>
-        <source>Toggle all folds (including children)</source>
-        <translation>Složit/rozložit všechna skládání (i s podsložkami)</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2294"/>
-        <source>Toggle all &amp;folds (including children)</source>
-        <translation>Složit/rozložit všechna &amp;skládání (i s podsložkami)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2301"/>
+        <source>Toggle all folds (including children)</source>
+        <translation>Složit/rozložit všechna skládání (i s podsložkami)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2296"/>
+        <source>Toggle all &amp;folds (including children)</source>
+        <translation>Složit/rozložit všechna &amp;skládání (i s podsložkami)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2303"/>
         <source>&lt;b&gt;Toggle all folds (including children)&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor including all children.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Složit/rozložit všechna skládání (i s podsložkami)&lt;/b&gt;&lt;p&gt;Složí nebo rozloží všechna skládání i s podsložkami.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2314"/>
-        <source>Toggle current fold</source>
-        <translation>Složit/rozložit aktuální složený blok</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2310"/>
-        <source>Toggle &amp;current fold</source>
-        <translation>Složit/rozložit aktuální složený &amp;blok</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2316"/>
+        <source>Toggle current fold</source>
+        <translation>Složit/rozložit aktuální složený blok</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2312"/>
+        <source>Toggle &amp;current fold</source>
+        <translation>Složit/rozložit aktuální složený &amp;blok</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2318"/>
         <source>&lt;b&gt;Toggle current fold&lt;/b&gt;&lt;p&gt;Toggle the folds of the current line of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Složit/rozložit aktuální složený blok&lt;/b&gt;&lt;p&gt;Složí nebo rozloží aktuální složený blok v aktuálním editoru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2329"/>
-        <source>Remove all highlights</source>
-        <translation>Odebrat všechna zvýraznění</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2331"/>
+        <source>Remove all highlights</source>
+        <translation>Odebrat všechna zvýraznění</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2333"/>
         <source>&lt;b&gt;Remove all highlights&lt;/b&gt;&lt;p&gt;Remove the highlights of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Odebrat všechna zvýraznění&lt;/b&gt;&lt;p&gt;Odebrat zvýraznění ve všech editorech.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>Split view</source>
         <translation>Rozdělit pohled</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>&amp;Split view</source>
         <translation>&amp;Rozdělit pohled</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2342"/>
-        <source>Add a split to the view</source>
-        <translation>Přidat další rozdělení pohledu</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2344"/>
+        <source>Add a split to the view</source>
+        <translation>Přidat další rozdělení pohledu</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2346"/>
         <source>&lt;b&gt;Split view&lt;/b&gt;&lt;p&gt;Add a split to the view.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Rozdělit pohled&lt;/b&gt;&lt;p&gt;Přidá další okno na aktuální pohled.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange horizontally</source>
         <translation>Uspořádat horizontálně</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange &amp;horizontally</source>
         <translation>Uspořádat &amp;horizontálně</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2356"/>
-        <source>Arrange the splitted views horizontally</source>
-        <translation>Uspořádat rozdělené pohledy horizontálně</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2358"/>
+        <source>Arrange the splitted views horizontally</source>
+        <translation>Uspořádat rozdělené pohledy horizontálně</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2360"/>
         <source>&lt;b&gt;Arrange horizontally&lt;/b&gt;&lt;p&gt;Arrange the splitted views horizontally.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Uspořádat horizontálně&lt;/b&gt;&lt;p&gt;Uspořádat rozdělené pohledy horizontálně.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>Remove split</source>
         <translation>Odebrat rozdělený pohled</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>&amp;Remove split</source>
         <translation>Odebra&amp;t rozdělený pohled</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2372"/>
-        <source>Remove the current split</source>
-        <translation>Odebrat aktuální rozdělení pohledu</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2374"/>
+        <source>Remove the current split</source>
+        <translation>Odebrat aktuální rozdělení pohledu</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2376"/>
         <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Odebrat rozdělený pohled&lt;/b&gt;&lt;p&gt;Odebrat aktuální rozdělený pohled.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Next split</source>
         <translation>Další rozdělený pohled</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>&amp;Next split</source>
         <translation>Další rozděle&amp;ný pohled</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Ctrl+Alt+N</source>
         <comment>View|Next split</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2387"/>
-        <source>Move to the next split</source>
-        <translation>Posun na další rozdělený pohled</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2389"/>
+        <source>Move to the next split</source>
+        <translation>Posun na další rozdělený pohled</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2391"/>
         <source>&lt;b&gt;Next split&lt;/b&gt;&lt;p&gt;Move to the next split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Další rozdělený pohled&lt;/b&gt;&lt;p&gt;Posun na další rozdělený pohled.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Previous split</source>
         <translation>Předchozí rozdělený pohled</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>&amp;Previous split</source>
         <translation>&amp;Předchozí rozdělený pohled</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Ctrl+Alt+P</source>
         <comment>View|Previous split</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2402"/>
-        <source>Move to the previous split</source>
-        <translation>Posun na předchozí rozdělený pohled</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2404"/>
+        <source>Move to the previous split</source>
+        <translation>Posun na předchozí rozdělený pohled</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2406"/>
         <source>&lt;b&gt;Previous split&lt;/b&gt;&lt;p&gt;Move to the previous split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Předchozí rozdělený pohled&lt;/b&gt;&lt;p&gt;Posun na předchozí rozdělený pohled.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2426"/>
+        <location filename="ViewManager/ViewManager.py" line="2428"/>
         <source>&amp;View</source>
         <translation>Poh&amp;led</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2453"/>
+        <location filename="ViewManager/ViewManager.py" line="2455"/>
         <source>View</source>
         <translation>Pohled</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2479"/>
-        <source>Start Macro Recording</source>
-        <translation>Spustit záznam makra</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2474"/>
-        <source>S&amp;tart Macro Recording</source>
-        <translation>Spus&amp;tit záznam makra</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2481"/>
+        <source>Start Macro Recording</source>
+        <translation>Spustit záznam makra</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2476"/>
+        <source>S&amp;tart Macro Recording</source>
+        <translation>Spus&amp;tit záznam makra</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2483"/>
         <source>&lt;b&gt;Start Macro Recording&lt;/b&gt;&lt;p&gt;Start recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Spustit záznam makra&lt;/b&gt;&lt;p&gt;Spustí se záznam příkazů do nového makra.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2494"/>
-        <source>Stop Macro Recording</source>
-        <translation>Zastavit záznam makra</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2489"/>
-        <source>Sto&amp;p Macro Recording</source>
-        <translation>Sto&amp;p záznamu makra</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2496"/>
+        <source>Stop Macro Recording</source>
+        <translation>Zastavit záznam makra</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2491"/>
+        <source>Sto&amp;p Macro Recording</source>
+        <translation>Sto&amp;p záznamu makra</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2498"/>
         <source>&lt;b&gt;Stop Macro Recording&lt;/b&gt;&lt;p&gt;Stop recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Stop záznamu makra&lt;/b&gt;&lt;p&gt;Zastaví se nahrávání příkazů do makra.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2507"/>
+        <location filename="ViewManager/ViewManager.py" line="2509"/>
         <source>Run Macro</source>
         <translation>Spustit makro</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2504"/>
+        <location filename="ViewManager/ViewManager.py" line="2506"/>
         <source>&amp;Run Macro</source>
         <translation>Spustit mak&amp;ro</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2508"/>
+        <location filename="ViewManager/ViewManager.py" line="2510"/>
         <source>&lt;b&gt;Run Macro&lt;/b&gt;&lt;p&gt;Run a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Spustit makro&lt;/b&gt;&lt;p&gt;Spustit nahrané makro.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2519"/>
-        <source>Delete Macro</source>
-        <translation>Smazat makro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2515"/>
-        <source>&amp;Delete Macro</source>
-        <translation>Smazat makr&amp;o</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2521"/>
+        <source>Delete Macro</source>
+        <translation>Smazat makro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2517"/>
+        <source>&amp;Delete Macro</source>
+        <translation>Smazat makr&amp;o</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2523"/>
         <source>&lt;b&gt;Delete Macro&lt;/b&gt;&lt;p&gt;Delete a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Smazat makro&lt;/b&gt;&lt;p&gt;Smaže se nahrané makro.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2531"/>
-        <source>Load Macro</source>
-        <translation>Načíst makro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2528"/>
-        <source>&amp;Load Macro</source>
-        <translation>&amp;Načíst makro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2533"/>
+        <source>Load Macro</source>
+        <translation>Načíst makro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2530"/>
+        <source>&amp;Load Macro</source>
+        <translation>&amp;Načíst makro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2535"/>
         <source>&lt;b&gt;Load Macro&lt;/b&gt;&lt;p&gt;Load an editor macro from a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Načíst makro&lt;/b&gt;&lt;p&gt;Načte se makro ze souboru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2543"/>
-        <source>Save Macro</source>
-        <translation>Uložit makro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2540"/>
-        <source>&amp;Save Macro</source>
-        <translation>&amp;Uložit makro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2545"/>
+        <source>Save Macro</source>
+        <translation>Uložit makro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2542"/>
+        <source>&amp;Save Macro</source>
+        <translation>&amp;Uložit makro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2547"/>
         <source>&lt;b&gt;Save Macro&lt;/b&gt;&lt;p&gt;Save a previously recorded editor macro to a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Uložit makro&lt;/b&gt;&lt;p&gt;Nahrané makro se uloží do souboru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2560"/>
+        <location filename="ViewManager/ViewManager.py" line="2562"/>
         <source>&amp;Macros</source>
         <translation>&amp;Makra</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2583"/>
-        <source>Toggle Bookmark</source>
-        <translation>Přepnout záložku</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
-        <source>&amp;Toggle Bookmark</source>
-        <translation>Přepnou&amp;t záložku</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
-        <source>Alt+Ctrl+T</source>
-        <comment>Bookmark|Toggle</comment>
-        <translation></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2585"/>
+        <source>Toggle Bookmark</source>
+        <translation>Přepnout záložku</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
+        <source>&amp;Toggle Bookmark</source>
+        <translation>Přepnou&amp;t záložku</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
+        <source>Alt+Ctrl+T</source>
+        <comment>Bookmark|Toggle</comment>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2587"/>
         <source>&lt;b&gt;Toggle Bookmark&lt;/b&gt;&lt;p&gt;Toggle a bookmark at the current line of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Přepnout záložku&lt;/b&gt;&lt;p&gt;Vytvoří/zruší záložku na aktuálním řádku v aktuálním editoru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2599"/>
-        <source>Next Bookmark</source>
-        <translation>Následující záložka</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
-        <source>&amp;Next Bookmark</source>
-        <translation>&amp;Následující záložka</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
-        <source>Ctrl+PgDown</source>
-        <comment>Bookmark|Next</comment>
-        <translation></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2601"/>
+        <source>Next Bookmark</source>
+        <translation>Následující záložka</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
+        <source>&amp;Next Bookmark</source>
+        <translation>&amp;Následující záložka</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
+        <source>Ctrl+PgDown</source>
+        <comment>Bookmark|Next</comment>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2603"/>
         <source>&lt;b&gt;Next Bookmark&lt;/b&gt;&lt;p&gt;Go to next bookmark of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Následující záložka&lt;/b&gt;&lt;p&gt;Přesun na následující záložku v aktuálním editoru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2615"/>
-        <source>Previous Bookmark</source>
-        <translation>Předchozí záložka</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
-        <source>&amp;Previous Bookmark</source>
-        <translation>&amp;Předchozí záložka</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
-        <source>Ctrl+PgUp</source>
-        <comment>Bookmark|Previous</comment>
-        <translation></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2617"/>
+        <source>Previous Bookmark</source>
+        <translation>Předchozí záložka</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
+        <source>&amp;Previous Bookmark</source>
+        <translation>&amp;Předchozí záložka</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
+        <source>Ctrl+PgUp</source>
+        <comment>Bookmark|Previous</comment>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2619"/>
         <source>&lt;b&gt;Previous Bookmark&lt;/b&gt;&lt;p&gt;Go to previous bookmark of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Předchozí záložka&lt;/b&gt;&lt;p&gt;Přesun na předchozí záložku.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2632"/>
-        <source>Clear Bookmarks</source>
-        <translation>Vyčistit záložky</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
-        <source>&amp;Clear Bookmarks</source>
-        <translation>Vyčistit (zr&amp;ušit) záložky</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
-        <source>Alt+Ctrl+C</source>
-        <comment>Bookmark|Clear</comment>
-        <translation></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2634"/>
+        <source>Clear Bookmarks</source>
+        <translation>Vyčistit záložky</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
+        <source>&amp;Clear Bookmarks</source>
+        <translation>Vyčistit (zr&amp;ušit) záložky</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
+        <source>Alt+Ctrl+C</source>
+        <comment>Bookmark|Clear</comment>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2636"/>
         <source>&lt;b&gt;Clear Bookmarks&lt;/b&gt;&lt;p&gt;Clear bookmarks of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vyčistit (zrušit) záložky&lt;/b&gt;&lt;p&gt;Zruší se všechny záložky ve všech editorech.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2648"/>
-        <source>Goto Syntax Error</source>
-        <translation>Jít na Syntaktickou chybu</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2642"/>
-        <source>&amp;Goto Syntax Error</source>
-        <translation>&amp;Jít na Syntaktickou chybu</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2650"/>
+        <source>Goto Syntax Error</source>
+        <translation>Jít na Syntaktickou chybu</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2644"/>
+        <source>&amp;Goto Syntax Error</source>
+        <translation>&amp;Jít na Syntaktickou chybu</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2652"/>
         <source>&lt;b&gt;Goto Syntax Error&lt;/b&gt;&lt;p&gt;Go to next syntax error of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Jít na Syntax error&lt;/b&gt;&lt;p&gt;Přesun na syntaktickou chybu v aktuálním editoru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2663"/>
-        <source>Clear Syntax Errors</source>
-        <translation>Vyčistit Syntaktické chyby</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2658"/>
-        <source>Clear &amp;Syntax Errors</source>
-        <translation>V&amp;yčistit Syntaktické chyby</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2665"/>
+        <source>Clear Syntax Errors</source>
+        <translation>Vyčistit Syntaktické chyby</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2660"/>
+        <source>Clear &amp;Syntax Errors</source>
+        <translation>V&amp;yčistit Syntaktické chyby</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2667"/>
         <source>&lt;b&gt;Clear Syntax Errors&lt;/b&gt;&lt;p&gt;Clear syntax errors of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vyčistit syntaktické chyby&lt;/b&gt;&lt;p&gt;Smažou se záznamy o syntaktických chybách ve všech editorech.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2730"/>
-        <source>Next uncovered line</source>
-        <translation>Následují problémová řádka</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2724"/>
-        <source>&amp;Next uncovered line</source>
-        <translation>Nás&amp;ledující problémová řádka</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2732"/>
+        <source>Next uncovered line</source>
+        <translation>Následují problémová řádka</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2726"/>
+        <source>&amp;Next uncovered line</source>
+        <translation>Nás&amp;ledující problémová řádka</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2734"/>
         <source>&lt;b&gt;Next uncovered line&lt;/b&gt;&lt;p&gt;Go to next line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Následující problémová řádka&lt;/b&gt;&lt;p&gt;Jít na řádku v aktuálním editoru, která byla nalezena jako problémová.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2746"/>
-        <source>Previous uncovered line</source>
-        <translation>Předchozí problémová řádka</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2739"/>
-        <source>&amp;Previous uncovered line</source>
-        <translation>Př&amp;edchozí problémová řádka</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2748"/>
+        <source>Previous uncovered line</source>
+        <translation>Předchozí problémová řádka</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2741"/>
+        <source>&amp;Previous uncovered line</source>
+        <translation>Př&amp;edchozí problémová řádka</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2750"/>
         <source>&lt;b&gt;Previous uncovered line&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Předchozí problémová řádka&lt;/b&gt;&lt;p&gt;Jít na předchozí řádku v aktuálním editoru, která byla nalezena jako problémová.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2763"/>
-        <source>Next Task</source>
-        <translation>Následující úloha</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2757"/>
-        <source>&amp;Next Task</source>
-        <translation>Následující úlo&amp;ha</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2765"/>
+        <source>Next Task</source>
+        <translation>Následující úloha</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2759"/>
+        <source>&amp;Next Task</source>
+        <translation>Následující úlo&amp;ha</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2767"/>
         <source>&lt;b&gt;Next Task&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a task.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Následující úloha&lt;/b&gt;&lt;p&gt;Jít na řádek v aktuálním editoru, na kterém je následující úloha.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2779"/>
-        <source>Previous Task</source>
-        <translation>Předchozí úloha</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2772"/>
-        <source>&amp;Previous Task</source>
-        <translation>Předchozí úl&amp;oha</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2781"/>
+        <source>Previous Task</source>
+        <translation>Předchozí úloha</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2774"/>
+        <source>&amp;Previous Task</source>
+        <translation>Předchozí úl&amp;oha</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2783"/>
         <source>&lt;b&gt;Previous Task&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a task.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Předchozí úloha&lt;/b&gt;&lt;p&gt;Jít na řádek, na kterém se nachází předchozí úloha.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2797"/>
+        <location filename="ViewManager/ViewManager.py" line="2799"/>
         <source>&amp;Bookmarks</source>
         <translation>&amp;Záložky</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2839"/>
+        <location filename="ViewManager/ViewManager.py" line="2841"/>
         <source>Bookmarks</source>
         <translation>Záložky</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2963"/>
+        <location filename="ViewManager/ViewManager.py" line="2965"/>
         <source>Open files</source>
         <translation>Otevřené soubory</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>File Modified</source>
         <translation>Soubor změněn</translation>
     </message>
     <message>
+        <location filename="ViewManager/ViewManager.py" line="3660"/>
+        <source>&amp;Clear</source>
+        <translation>&amp;Vyčistit</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="3656"/>
+        <source>&amp;Add</source>
+        <translation>Přid&amp;at</translation>
+    </message>
+    <message>
         <location filename="ViewManager/ViewManager.py" line="3658"/>
-        <source>&amp;Clear</source>
-        <translation>&amp;Vyčistit</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="3654"/>
-        <source>&amp;Add</source>
-        <translation>Přid&amp;at</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="3656"/>
         <source>&amp;Edit...</source>
         <translation>&amp;Edit...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="973"/>
+        <location filename="ViewManager/ViewManager.py" line="975"/>
         <source>&lt;b&gt;Select to brace&lt;/b&gt;&lt;p&gt;Select text of the current editor to the matching brace.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vybrat obsah závorek&lt;/b&gt;&lt;p&gt;Vybere se text, který se nachází mezi závorkami.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="988"/>
+        <location filename="ViewManager/ViewManager.py" line="990"/>
         <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vybrat vše&lt;/b&gt;&lt;p&gt;Vybere se všechen text v aktuálním editoru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1004"/>
+        <location filename="ViewManager/ViewManager.py" line="1006"/>
         <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zrušit výběr&lt;/b&gt;&lt;p&gt;Zruší výběr textu v aktuálním editoru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="711"/>
+        <location filename="ViewManager/ViewManager.py" line="713"/>
         <source>Export as</source>
         <translation>Exportovat jako</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2191"/>
+        <location filename="ViewManager/ViewManager.py" line="2193"/>
         <source>Quicksearch Textedit</source>
         <translation>Rychlé hledání texteditoru</translation>
     </message>
@@ -40961,43 +41042,43 @@
         <translation>&lt;b&gt;Hledat předchozí&lt;/b&gt;&lt;p&gt;Hledá se předchozí výskyt hledaného textu v aktuálním editoru. Stále platí nastavení, která byla nastavena při zadání hledaného textu.&lt;p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2016"/>
+        <location filename="ViewManager/ViewManager.py" line="2018"/>
         <source>&lt;b&gt;Quicksearch&lt;/b&gt;&lt;p&gt;This activates the quicksearch function of the IDE by giving focus to the quicksearch entry field. If this field is already active and contains text, it searches for the next occurrence of this text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Rychlé hledání&lt;/b&gt;&lt;p&gt;Aktivuje se funkce rychlého hledání. Kurzor se přemístí do okna zadání hledaného výrazu. Je-li toto okno aktivní a obsahuje-li text, vyhledává v textu výskyt tohoto výrazu.&lt;p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2035"/>
+        <location filename="ViewManager/ViewManager.py" line="2037"/>
         <source>&lt;b&gt;Quicksearch backwards&lt;/b&gt;&lt;p&gt;This searches the previous occurrence of the quicksearch text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Rychlé hledání zpět&lt;/b&gt;&lt;p&gt;Vyhledává se předchozí výskyt výrazu v rychlém hledání.&lt;p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2165"/>
+        <location filename="ViewManager/ViewManager.py" line="2167"/>
         <source>&lt;p&gt;Enter the searchtext directly into this field. The search will be performed case insensitive. The quicksearch function is activated upon activation of the quicksearch next action (default key Ctrl+Shift+K), if this entry field does not have the input focus. Otherwise it searches for the next occurrence of the text entered. The quicksearch backwards action (default key Ctrl+Shift+J) searches backward. Activating the &apos;quicksearch extend&apos; action (default key Ctrl+Shift+H) extends the current searchtext to the end of the currently found word. The quicksearch can be ended by pressing the Return key while the quicksearch entry has the the input focus.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Pište hledaný text přímo do okna Rychlého hledání. Při zadávání se neberou na zřetel velké/malé znaky. Pokud okno nemá fokus, aktivujte jej příkazem Rychlé hledání (defaultně Ctrl+Shift+K). Jinak se pokračuje v hledání dalšího výskytu zadaného textu. Rychlé hledání nazpět (defaultně Ctr+Shift+J) prohledává text směrem k začátku dokumentu. Rozšířené rychlé hledání (defaultně Ctrl+Shift+H) rozšíří hledaný text na celé slovo, na kterém je kurzor. Rychlé hledání je ukončeno stiskem klávesy Enter za předpokladu, že fokus se nachází v okně Rychlého hledání.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Calltip</source>
         <translation>Rychlé tipy</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>&amp;Calltip</source>
         <translation>&amp;Rychlé tipy</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Alt+Space</source>
         <comment>Edit|Calltip</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1114"/>
-        <source>Show Calltips</source>
-        <translation>Zobrazit Rychlé tipy</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1116"/>
+        <source>Show Calltips</source>
+        <translation>Zobrazit Rychlé tipy</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1118"/>
         <source>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Show calltips based on the characters immediately to the left of the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Rychlé tipy&lt;/b&gt;&lt;p&gt;Zobrazit Rychlé typy založené na znacích hned vlevo vedle kurzoru.&lt;/p&gt;</translation>
     </message>
@@ -41007,12 +41088,12 @@
         <translation>Náhled tisku</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="606"/>
+        <location filename="ViewManager/ViewManager.py" line="608"/>
         <source>Print preview of the current file</source>
         <translation>Náhled tisku aktuálního souboru</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="608"/>
+        <location filename="ViewManager/ViewManager.py" line="610"/>
         <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Náhled tisku&lt;/b&gt;&lt;p&gt;Náhled tisku aktuálního editačního okna.&lt;/p&gt;</translation>
     </message>
@@ -41032,144 +41113,144 @@
         <translation>Shift+Enter</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in Files</source>
         <translation>Nahradit v souborech</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in F&amp;iles...</source>
         <translation>Nahrad&amp;it v souborech...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Shift+Ctrl+R</source>
         <comment>Search|Replace in Files</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2122"/>
-        <source>Search for a text in files and replace it</source>
-        <translation>Hledat text v souborech a nahradit jej</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2124"/>
+        <source>Search for a text in files and replace it</source>
+        <translation>Hledat text v souborech a nahradit jej</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2126"/>
         <source>&lt;b&gt;Replace in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nahradit v souborech&lt;/b&gt;&lt;p&gt;Hledání zadaného textu v souborech v adresářovém stromu projektu a jeho nahrazení. Je zobrazeno dialogové okno pro zadání hledaného textu, textu nahrazujícího a volby pro hledání a zobrazní výsledku.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Spell check</source>
         <translation>Kontola pravopisu</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>&amp;Spell Check...</source>
         <translation>Kontrola pravopi&amp;su...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Shift+F7</source>
         <comment>Spelling|Spell Check</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2878"/>
-        <source>Perform spell check of current editor</source>
-        <translation>Spustit kontrolu pravopisu v aktuálním editoru</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2880"/>
+        <source>Perform spell check of current editor</source>
+        <translation>Spustit kontrolu pravopisu v aktuálním editoru</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2882"/>
         <source>&lt;b&gt;Spell check&lt;/b&gt;&lt;p&gt;Perform a spell check of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Kontrola pravopisu&lt;/b&gt;&lt;p&gt;Spustí se kontrola pravopisu v aktuálním editoru.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>Automatic spell checking</source>
         <translation>Automatická kontrola pravopisu</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>&amp;Automatic spell checking</source>
         <translation>&amp;Automatická kontrola pravopisu</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2894"/>
-        <source>(De-)Activate automatic spell checking</source>
-        <translation>(De-)aktivovat akutomatickou kontrolu</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2896"/>
+        <source>(De-)Activate automatic spell checking</source>
+        <translation>(De-)aktivovat akutomatickou kontrolu</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2898"/>
         <source>&lt;b&gt;Automatic spell checking&lt;/b&gt;&lt;p&gt;Activate or deactivate the automatic spell checking function of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Automatická kontrola pravopisu&lt;/b&gt;&lt;p&gt;Zapnout neobo vypnout automatickou kontrolu pravopisu ve všech editorech.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2937"/>
+        <location filename="ViewManager/ViewManager.py" line="2939"/>
         <source>Spelling</source>
         <translation>Pravopis</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; obsahuje neuložené změny.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3289"/>
+        <location filename="ViewManager/ViewManager.py" line="3291"/>
         <source>File: {0}</source>
         <translation>Soubor: {0}</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3293"/>
+        <location filename="ViewManager/ViewManager.py" line="3295"/>
         <source>Line: {0:5}</source>
         <translation>Řádek: {0:5}</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3298"/>
+        <location filename="ViewManager/ViewManager.py" line="3300"/>
         <source>Pos: {0:5}</source>
         <translation>Poz: {0:5}</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2680"/>
-        <source>Next warning message</source>
-        <translation>Další varování</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2673"/>
-        <source>&amp;Next warning message</source>
-        <translation>Další varová&amp;ní</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2682"/>
+        <source>Next warning message</source>
+        <translation>Další varování</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2675"/>
+        <source>&amp;Next warning message</source>
+        <translation>Další varová&amp;ní</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2684"/>
         <source>&lt;b&gt;Next warning message&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Další varování&lt;/b&gt;&lt;p&gt;Jít na další řádku v aktuálním editoru, která obsahuje py3flakes varovné hlášení.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2697"/>
-        <source>Previous warning message</source>
-        <translation>Předchozí varování</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2690"/>
-        <source>&amp;Previous warning message</source>
-        <translation>&amp;Předchozí varování</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2699"/>
+        <source>Previous warning message</source>
+        <translation>Předchozí varování</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2692"/>
+        <source>&amp;Previous warning message</source>
+        <translation>&amp;Předchozí varování</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2701"/>
         <source>&lt;b&gt;Previous warning message&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Předchozí varování&lt;/b&gt;&lt;p&gt;Jít na předchozí řádku v aktuálním editoru, která obsahuje py3flakes varovné hlášení.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2714"/>
-        <source>Clear Warning Messages</source>
-        <translation>Vyčistit varovná hlášení</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2708"/>
-        <source>Clear &amp;Warning Messages</source>
-        <translation>&amp;Vyčistit varovná hlášení</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2716"/>
+        <source>Clear Warning Messages</source>
+        <translation>Vyčistit varovná hlášení</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2710"/>
+        <source>Clear &amp;Warning Messages</source>
+        <translation>&amp;Vyčistit varovná hlášení</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2718"/>
         <source>&lt;b&gt;Clear Warning Messages&lt;/b&gt;&lt;p&gt;Clear py3flakes warning messages of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vyčistit varovná hlášení&lt;/b&gt;&lt;p&gt;Vyčistí všechna py3flakes varovná hlášení ze všech editorů.&lt;/p&gt;</translation>
     </message>
@@ -41182,32 +41263,32 @@
         <translation>Konfigurace profilů pohledů</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="136"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="146"/>
         <source>&amp;Debug Profile</source>
         <translation>&amp;Debugovací profil</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="159"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="169"/>
         <source>File-Browser</source>
         <translation>Soubor-Browser</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
-        <source>Shell</source>
-        <translation>Shell</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="166"/>
-        <source>Log-Viewer</source>
-        <translation>Prohlížeč logů</translation>
-    </message>
-    <message>
         <location filename="Preferences/ViewProfileDialog.ui" line="203"/>
+        <source>Shell</source>
+        <translation>Shell</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <source>Log-Viewer</source>
+        <translation>Prohlížeč logů</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="220"/>
         <source>Task-Viewer</source>
         <translation>Prohlížeč úloh</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="213"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="230"/>
         <source>Templates-Viewer</source>
         <translation>Prohlížeč šablon</translation>
     </message>
@@ -41222,30 +41303,35 @@
         <translation>Výběr oken, které se mají zobrazit ve vybraném profilu.</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="186"/>
         <source>Multiproject-Viewer</source>
         <translation>Prohlížeč multiprojektu</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="183"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
         <source>Project-Viewer</source>
         <translation>Prohlížeč projektu</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="149"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="159"/>
         <source>Debug-Viewer</source>
         <translation>Prohlížeč debugeru</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="220"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="237"/>
         <source>Terminal</source>
         <translation>Terminál</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="142"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="152"/>
         <source>Cooperation</source>
         <translation>Spolupráce</translation>
     </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="213"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
Binary file i18n/eric5_de.qm has changed
--- a/i18n/eric5_de.ts	Fri Jun 25 18:24:29 2010 +0200
+++ b/i18n/eric5_de.ts	Sat Jun 26 13:34:06 2010 +0200
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS><TS version="1.1" language="de">
+<!DOCTYPE TS>
+<TS version="2.0" language="de">
 <context>
     <name>AboutDialog</name>
     <message>
@@ -1549,8 +1550,8 @@
     </message>
     <message>
         <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/>
-        <source>Open in New &amp;Tab<byte value="x9"/>Ctrl+LMB</source>
-        <translation>In neuem &amp;Register öffnen<byte value="x9"/>Strg+LMK</translation>
+        <source>Open in New &amp;Tab	Ctrl+LMB</source>
+        <translation>In neuem &amp;Register öffnen	Strg+LMK</translation>
     </message>
     <message>
         <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="146"/>
@@ -1600,7 +1601,7 @@
     </message>
     <message>
         <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="72"/>
-        <source>Open in New &amp;Tab<byte value="x9"/>Ctrl+LMB</source>
+        <source>Open in New &amp;Tab	Ctrl+LMB</source>
         <translation>In neuem &amp;Register öffnen\tStrg+LMK</translation>
     </message>
 </context>
@@ -11150,7 +11151,7 @@
     </message>
     <message>
         <location filename="Helpviewer/HelpBrowserWV.py" line="630"/>
-        <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source>
+        <source>Open Link in New Tab	Ctrl+LMB</source>
         <translation>Link in neuem Fenster öffnen\tStrg+LMK</translation>
     </message>
     <message>
@@ -22389,12 +22390,12 @@
 <context>
     <name>Preferences</name>
     <message>
-        <location filename="Preferences/__init__.py" line="855"/>
+        <location filename="Preferences/__init__.py" line="857"/>
         <source>Export Preferences</source>
         <translation>Konfiguration exportieren</translation>
     </message>
     <message>
-        <location filename="Preferences/__init__.py" line="874"/>
+        <location filename="Preferences/__init__.py" line="876"/>
         <source>Import Preferences</source>
         <translation>Konfiguration importieren</translation>
     </message>
@@ -33111,6 +33112,57 @@
     </message>
 </context>
 <context>
+    <name>SymbolsModel</name>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="31"/>
+        <source>Code</source>
+        <translation>Code</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="32"/>
+        <source>Char</source>
+        <translation>Char</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="33"/>
+        <source>Hex</source>
+        <translation>Hex</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="34"/>
+        <source>HTML</source>
+        <translation>HTML</translation>
+    </message>
+</context>
+<context>
+    <name>SymbolsWidget</name>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="14"/>
+        <source>Symbols</source>
+        <translation>Symbole</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="48"/>
+        <source>Press to switch to unicode mode</source>
+        <translation>Drücken, um den Unicodemodus zu aktivieren</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="51"/>
+        <source>Unicode</source>
+        <translation>Unicode</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="64"/>
+        <source>Symbol code:</source>
+        <translation>Symbolcode:</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="71"/>
+        <source>Enter the symbol code</source>
+        <translation>Gib den Symbolcode ein</translation>
+    </message>
+</context>
+<context>
     <name>SyntaxCheckerDialog</name>
     <message>
         <location filename="Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="14"/>
@@ -36206,1831 +36258,1861 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>What&apos;s This?</source>
         <translation>Was ist das?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1624"/>
+        <location filename="UI/UserInterface.py" line="1677"/>
         <source>Context sensitive help</source>
         <translation>Kontextsensitive Hilfe</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1625"/>
+        <location filename="UI/UserInterface.py" line="1678"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zeige kontextsensitive Hilfe an&lt;b&gt;&lt;/p&gt;Im &quot;Was ist das?&quot; Modus (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>Helpviewer</source>
         <translation>Hilfe</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>&amp;Helpviewer...</source>
         <translation>&amp;Hilfe...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1641"/>
+        <location filename="UI/UserInterface.py" line="1694"/>
         <source>Open the helpviewer window</source>
         <translation>Öffnet das Hilfe-Fenster</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2382"/>
+        <location filename="UI/UserInterface.py" line="2435"/>
         <source>Unittest</source>
         <translation>Modultests</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1715"/>
+        <location filename="UI/UserInterface.py" line="1768"/>
         <source>&amp;Unittest...</source>
         <translation>&amp;Modultests...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1719"/>
+        <location filename="UI/UserInterface.py" line="1772"/>
         <source>Start unittest dialog</source>
         <translation>Starte den Modultest Dialog</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2281"/>
+        <location filename="UI/UserInterface.py" line="2334"/>
         <source>&amp;Window</source>
         <translation>&amp;Fenster</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2250"/>
+        <location filename="UI/UserInterface.py" line="2303"/>
         <source>&amp;Tools</source>
         <translation>&amp;Werkzeuge</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2315"/>
+        <location filename="UI/UserInterface.py" line="2368"/>
         <source>&amp;Help</source>
         <translation>&amp;Hilfe</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>Quit</source>
         <translation>Beenden</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
+        <location filename="UI/UserInterface.py" line="1949"/>
         <source>Preferences</source>
         <translation>Optionen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
+        <location filename="UI/UserInterface.py" line="1949"/>
         <source>&amp;Preferences...</source>
         <translation>&amp;Optionen...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1899"/>
+        <location filename="UI/UserInterface.py" line="1952"/>
         <source>Set the prefered configuration</source>
         <translation>Konfiguriert die Einstellungen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1900"/>
+        <location filename="UI/UserInterface.py" line="1953"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Optionen&lt;/b&gt;&lt;p&gt;Konfiguriert die einstellbaren Parameter der Applikation nach ihren Wünschen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1313"/>
+        <location filename="UI/UserInterface.py" line="1342"/>
         <source>Quit the IDE</source>
         <translation>Beenden der Entwicklungsumgebung</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2381"/>
+        <location filename="UI/UserInterface.py" line="2434"/>
         <source>Tools</source>
         <translation>Werkzeuge</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
+        <location filename="UI/UserInterface.py" line="4173"/>
         <source>Help</source>
         <translation>Hilfe</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2288"/>
+        <location filename="UI/UserInterface.py" line="2341"/>
         <source>&amp;Toolbars</source>
         <translation>&amp;Werkzeugleisten</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
+        <location filename="UI/UserInterface.py" line="4281"/>
         <source>Problem</source>
         <translation>Problem</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>&amp;Quit</source>
         <translation>B&amp;eenden</translation>
     </message>
     <message>
+        <location filename="UI/UserInterface.py" line="1343"/>
+        <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Die Entwicklungsumgebung beenden&lt;/b&gt;&lt;p&gt;Dies beendet die Entwicklungsumgebung. Ungesicherte Änderungen können zuvor gesichert werden. Ein Python Programm, das gerade debugged wird, wird beendet und sämtliche Einstellungen werden gespeichert.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1672"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation>&amp;Was ist das?</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4417"/>
+        <source>Process Generation Error</source>
+        <translation>Fehler beim Prozessstart</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1309"/>
+        <source>{0} - Passive Mode</source>
+        <translation>{0} - Passiver Modus</translation>
+    </message>
+    <message>
         <location filename="UI/UserInterface.py" line="1314"/>
-        <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Die Entwicklungsumgebung beenden&lt;/b&gt;&lt;p&gt;Dies beendet die Entwicklungsumgebung. Ungesicherte Änderungen können zuvor gesichert werden. Ein Python Programm, das gerade debugged wird, wird beendet und sämtliche Einstellungen werden gespeichert.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
-        <source>&amp;What&apos;s This?</source>
-        <translation>&amp;Was ist das?</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
-        <source>Process Generation Error</source>
-        <translation>Fehler beim Prozessstart</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1280"/>
-        <source>{0} - Passive Mode</source>
-        <translation>{0} - Passiver Modus</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1285"/>
         <source>{0} - {1} - Passive Mode</source>
         <translation>{0} - {1} - Passiver Modus</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>Log-Viewer</source>
         <translation>Ausgabefenster</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2146"/>
+        <location filename="UI/UserInterface.py" line="2199"/>
         <source>&amp;Python Documentation</source>
         <translation>&amp;Python Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2148"/>
+        <location filename="UI/UserInterface.py" line="2201"/>
         <source>Open Python Documentation</source>
         <translation>Öffne die Python Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2146"/>
+        <location filename="UI/UserInterface.py" line="2199"/>
         <source>Python Documentation</source>
         <translation>Python Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2383"/>
+        <location filename="UI/UserInterface.py" line="2436"/>
         <source>Settings</source>
         <translation>Einstellungen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>&amp;Log-Viewer</source>
         <translation>&amp;Ausgabefenster</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1486"/>
+        <location filename="UI/UserInterface.py" line="1515"/>
         <source>Toggle the Log-Viewer window</source>
         <translation>Schalte das Ausgabefenster um</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1487"/>
+        <location filename="UI/UserInterface.py" line="1516"/>
         <source>&lt;b&gt;Toggle the Log-Viewer window&lt;/b&gt;&lt;p&gt;If the Log-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schalte das Ausgabefenster um&lt;/b&gt;&lt;p&gt;Falls das Ausgabefenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show Versions</source>
         <translation>Zeige Versionen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show &amp;Versions</source>
         <translation>Zeige &amp;Versionen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1661"/>
+        <location filename="UI/UserInterface.py" line="1714"/>
         <source>Display version information</source>
         <translation>Zeigt Versionsinformationen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1662"/>
+        <location filename="UI/UserInterface.py" line="1715"/>
         <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zeige Versionen&lt;/b&gt;&lt;p&gt;Zeigt Versionsinformationen an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
+        <location filename="UI/UserInterface.py" line="2034"/>
         <source>Keyboard Shortcuts</source>
         <translation>Tastaturkurzbefehle</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
+        <location filename="UI/UserInterface.py" line="2034"/>
         <source>Keyboard &amp;Shortcuts...</source>
         <translation>&amp;Tastaturkurzbefehle...</translation>
     </message>
     <message>
+        <location filename="UI/UserInterface.py" line="2037"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation>Setze die Tastaturkurzbefehle</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2038"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Tastaturkurzbefehle&lt;/b&gt;&lt;p&gt;Setze die Tastaturkurzbefehle der Applikation mit den bevorzugten Werten.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2289"/>
+        <source>E&amp;xtras</source>
+        <translation>E&amp;xtras</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2778"/>
+        <source>Report Bug</source>
+        <translation>Fehler berichten</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1746"/>
+        <source>Report &amp;Bug...</source>
+        <translation>&amp;Fehler berichten...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1748"/>
+        <source>Report a bug</source>
+        <translation>Einen Fehler berichten</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1749"/>
+        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Fehler berichten...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Senden eines Fehlerberichtes.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4930"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation>Tastaturkurzbefehle exportieren</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2046"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation>Tastaturkurzbefehle &amp;exportieren...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2050"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation>Exportiert die Tastaturkurzbefehle</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2051"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Tastaturkurzbefehle exportieren&lt;/b&gt;&lt;p&gt;Exportiert die Tastaturkurzbefehle der Applikation.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4939"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation>Tastaturkurzbefehle importieren</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2059"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation>Tastaturkurzbefehle &amp;importieren...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2063"/>
+        <source>Import the keyboard shortcuts</source>
+        <translation>Importiert die Tastaturkurzbefehle</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2064"/>
+        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Tastaturkurzbefehle importieren&lt;/b&gt;&lt;p&gt;Importiert die Tastaturkurzbefehle der Applikation.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="240"/>
+        <source>Generating Main User Interface...</source>
+        <translation>Erzeuge das Hauptfenster...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="266"/>
+        <source>Setting up connections...</source>
+        <translation>Erstelle Verbindungen...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="563"/>
+        <source>Initializing Actions...</source>
+        <translation>Initialisiere Aktionen...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="565"/>
+        <source>Initializing Menus...</source>
+        <translation>Initialisiere Menüs...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="567"/>
+        <source>Initializing Toolbars...</source>
+        <translation>Initialisiere Werkzeugleisten...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="569"/>
+        <source>Initializing Statusbar...</source>
+        <translation>Initialisiere Statuszeile...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="533"/>
+        <source>Initializing Tools...</source>
+        <translation>Initialisiere Werkzeuge...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1773"/>
+        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Modultests&lt;/b&gt;&lt;p&gt;Führe Modultests durch. Der Dialog bietet die Möglichkeit eine Zusammenstellung von Modultests auszuwählen und auszuführen.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1781"/>
+        <source>Unittest Restart</source>
+        <translation>Modultest neu starten</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1785"/>
+        <source>Restart last unittest</source>
+        <translation>Modultest neu starten</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1786"/>
+        <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Modultest neu starten&lt;/b&gt;&lt;p&gt;Den letzten durchgeführten Modultest neu starten.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1794"/>
+        <source>Unittest Script</source>
+        <translation>Modultest (Skript)</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1798"/>
+        <source>Run unittest with current script</source>
+        <translation>Modultest für aktuelles Skript ausführen</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1799"/>
+        <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Modultest (Skript)&lt;/b&gt;&lt;p&gt;Modultest für aktuelles Skript ausführen.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3961"/>
+        <source>Unittest Project</source>
+        <translation>Modultest (Projekt)</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1811"/>
+        <source>Run unittest with current project</source>
+        <translation>Modultest für aktuellesProjekt ausführen</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1812"/>
+        <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Modultest (Projekt)&lt;/b&gt;&lt;p&gt;Modultest für aktuelles Projekt ausführen.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2274"/>
+        <source>&amp;Unittest</source>
+        <translation>&amp;Modultests</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3961"/>
+        <source>There is no main script defined for the current project. Aborting</source>
+        <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1781"/>
+        <source>&amp;Restart Unittest...</source>
+        <translation>Modultest &amp;neu starten...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1794"/>
+        <source>Unittest &amp;Script...</source>
+        <translation>Modultest (&amp;Skript)...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1807"/>
+        <source>Unittest &amp;Project...</source>
+        <translation>Modultest (&amp;Projekt)...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1877"/>
+        <source>Compare Files</source>
+        <translation>Dateien vergleichen</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1877"/>
+        <source>&amp;Compare Files...</source>
+        <translation>Dateien &amp;vergleichen...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1892"/>
+        <source>Compare two files</source>
+        <translation>Zwei Dateien vergleichen</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1881"/>
+        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Dateien vergleichen&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Vergleich zweier Dateien.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1888"/>
+        <source>Compare Files side by side</source>
+        <translation>Dateien Seite an Seite vergleichen</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1888"/>
+        <source>Compare Files &amp;side by side...</source>
+        <translation>Dateien &amp;Seite an Seite vergleichen...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1893"/>
+        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Dateien Seite an Seite vergleichen&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Vergleich zweier Dateien und zur Anzeige des Ergebnisse Seite an Seite.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5317"/>
+        <source>Drop Error</source>
+        <translation>Drop Fehler</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="593"/>
+        <source>Initializing Single Application Server...</source>
+        <translation>Initialisiere Applikationsserver...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1317"/>
+        <source>{0} - {1} - {2} - Passive Mode</source>
+        <translation>{0} - {1} - {2} - Passiver Modus</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1491"/>
+        <source>File-Browser</source>
+        <translation>Datei-Browser</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1354"/>
+        <source>Edit Profile</source>
+        <translation>Editieren Profil</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1359"/>
+        <source>Activate the edit view profile</source>
+        <translation>Aktiviert das Editieren Ansichtsprofil </translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1360"/>
+        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Editieren Profil&lt;/b&gt;&lt;p&gt;Aktiviert das &quot;Editieren Ansichtsprofil&quot;. Fenster, die in diesem Profil angezeigt werden sollen, können im &quot;Ansichtenprofile konfigurieren&quot; Dialog ausgewählt werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1369"/>
+        <source>Debug Profile</source>
+        <translation>Debuggen Profil</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1374"/>
+        <source>Activate the debug view profile</source>
+        <translation>Aktiviert das Debuggen Ansichtsprofil </translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1376"/>
+        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Debuggen Profil&lt;/b&gt;&lt;p&gt;Aktiviert das &quot;Debuggen Ansichtsprofil&quot;. Fenster, die in diesem Profil angezeigt werden sollen, können im &quot;Ansichtenprofile konfigurieren&quot; Dialog ausgewählt werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1491"/>
+        <source>File-&amp;Browser</source>
+        <translation>Datei-&amp;Browser</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1493"/>
+        <source>Toggle the File-Browser window</source>
+        <translation>Schalte das Datei-Browser Fenster um</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1494"/>
+        <source>&lt;b&gt;Toggle the File-Browser window&lt;/b&gt;&lt;p&gt;If the File-Browser window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Schalte das Datei-Browser Fenster um&lt;/b&gt;&lt;p&gt;Falls das Datei-Browser Fenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2007"/>
+        <source>View Profiles</source>
+        <translation>Ansichtenprofile</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2007"/>
+        <source>&amp;View Profiles...</source>
+        <translation>&amp;Ansichtenprofile...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2010"/>
+        <source>Configure view profiles</source>
+        <translation>Ansichtenprofile konfigurieren</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2011"/>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Ansichtenprofile&lt;/b&gt;&lt;p&gt;Ansichtenprofile konfigurieren. Mit diesem Dialog kann die Sichtbarkeit der verschiedenen Fenster für die vorbestimmten Ansichtenprofile eingestellt werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4281"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; existiert nicht oder hat die Größe Null.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4043"/>
+        <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Qt-Designer konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4100"/>
+        <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Qt-Linguist konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4144"/>
+        <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Qt-Assistant konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4417"/>
+        <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Der Werkzeuge Eintrag &lt;b&gt;{0}&lt;/b&gt; konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass er als &lt;b&gt;{1}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4930"/>
+        <source>&lt;p&gt;The keyboard shortcuts could not be written to file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Die Tastaturkurzbefehle konnten nicht in die Datei &lt;b&gt;{0}&lt;/b&gt; geschrieben werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5317"/>
+        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; ist keine Datei.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1855"/>
+        <source>UI Previewer</source>
+        <translation>UI Betrachter</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1855"/>
+        <source>&amp;UI Previewer...</source>
+        <translation>&amp;UI Betrachter...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1858"/>
+        <source>Start the UI Previewer</source>
+        <translation>Started den UI Betrachter</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1859"/>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;UI Betrachter&lt;/b&gt;&lt;p&gt;Started den UI Betrachter.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4244"/>
+        <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Der UI Betrachter konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass er als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1866"/>
+        <source>Translations Previewer</source>
+        <translation>Übersetzungsvorschau</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1866"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation>&amp;Übersetzungsvorschau...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1869"/>
+        <source>Start the Translations Previewer</source>
+        <translation>Die Übersetzungsvorschau starten</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1870"/>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Übersetzungsvorschau&lt;/b&gt;&lt;p&gt;Dies startet das Programm zur Vorschau von Übersetzungen.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4289"/>
+        <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Die Übersetzungsvorschau konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass sie als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1449"/>
+        <source>Shell</source>
+        <translation>Shell</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1449"/>
+        <source>&amp;Shell</source>
+        <translation>&amp;Shell</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1451"/>
+        <source>Toggle the Shell window</source>
+        <translation>Schalte das Shell Fenster um</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1452"/>
+        <source>&lt;b&gt;Toggle the Shell window&lt;/b&gt;&lt;p&gt;If the Shell window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Schalte das Shell Fenster um&lt;/b&gt;&lt;p&gt;Falls das Shell Fenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
+    </message>
+    <message>
         <location filename="UI/UserInterface.py" line="1984"/>
-        <source>Set the keyboard shortcuts</source>
-        <translation>Setze die Tastaturkurzbefehle</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1985"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Tastaturkurzbefehle&lt;/b&gt;&lt;p&gt;Setze die Tastaturkurzbefehle der Applikation mit den bevorzugten Werten.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2236"/>
-        <source>E&amp;xtras</source>
-        <translation>E&amp;xtras</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
-        <source>Report Bug</source>
-        <translation>Fehler berichten</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1693"/>
-        <source>Report &amp;Bug...</source>
-        <translation>&amp;Fehler berichten...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1695"/>
-        <source>Report a bug</source>
-        <translation>Einen Fehler berichten</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1696"/>
-        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Fehler berichten...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Senden eines Fehlerberichtes.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation>Tastaturkurzbefehle exportieren</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1993"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation>Tastaturkurzbefehle &amp;exportieren...</translation>
+        <source>Reload APIs</source>
+        <translation>APIs neu laden</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1984"/>
+        <source>Reload &amp;APIs</source>
+        <translation>APIs &amp;neu laden</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1997"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation>Exportiert die Tastaturkurzbefehle</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1998"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Tastaturkurzbefehle exportieren&lt;/b&gt;&lt;p&gt;Exportiert die Tastaturkurzbefehle der Applikation.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation>Tastaturkurzbefehle importieren</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2006"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
-        <translation>Tastaturkurzbefehle &amp;importieren...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2010"/>
-        <source>Import the keyboard shortcuts</source>
-        <translation>Importiert die Tastaturkurzbefehle</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2011"/>
-        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Tastaturkurzbefehle importieren&lt;/b&gt;&lt;p&gt;Importiert die Tastaturkurzbefehle der Applikation.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="239"/>
-        <source>Generating Main User Interface...</source>
-        <translation>Erzeuge das Hauptfenster...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="265"/>
-        <source>Setting up connections...</source>
-        <translation>Erstelle Verbindungen...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="558"/>
-        <source>Initializing Actions...</source>
-        <translation>Initialisiere Aktionen...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="560"/>
-        <source>Initializing Menus...</source>
-        <translation>Initialisiere Menüs...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="562"/>
-        <source>Initializing Toolbars...</source>
-        <translation>Initialisiere Werkzeugleisten...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="564"/>
-        <source>Initializing Statusbar...</source>
-        <translation>Initialisiere Statuszeile...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="529"/>
-        <source>Initializing Tools...</source>
-        <translation>Initialisiere Werkzeuge...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1720"/>
-        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Modultests&lt;/b&gt;&lt;p&gt;Führe Modultests durch. Der Dialog bietet die Möglichkeit eine Zusammenstellung von Modultests auszuwählen und auszuführen.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
-        <source>Unittest Restart</source>
-        <translation>Modultest neu starten</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1732"/>
-        <source>Restart last unittest</source>
-        <translation>Modultest neu starten</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1733"/>
-        <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Modultest neu starten&lt;/b&gt;&lt;p&gt;Den letzten durchgeführten Modultest neu starten.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
-        <source>Unittest Script</source>
-        <translation>Modultest (Skript)</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1745"/>
-        <source>Run unittest with current script</source>
-        <translation>Modultest für aktuelles Skript ausführen</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1746"/>
-        <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Modultest (Skript)&lt;/b&gt;&lt;p&gt;Modultest für aktuelles Skript ausführen.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
-        <source>Unittest Project</source>
-        <translation>Modultest (Projekt)</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1758"/>
-        <source>Run unittest with current project</source>
-        <translation>Modultest für aktuellesProjekt ausführen</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1759"/>
-        <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Modultest (Projekt)&lt;/b&gt;&lt;p&gt;Modultest für aktuelles Projekt ausführen.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2221"/>
-        <source>&amp;Unittest</source>
-        <translation>&amp;Modultests</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
-        <source>There is no main script defined for the current project. Aborting</source>
-        <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
-        <source>&amp;Restart Unittest...</source>
-        <translation>Modultest &amp;neu starten...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
-        <source>Unittest &amp;Script...</source>
-        <translation>Modultest (&amp;Skript)...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1754"/>
-        <source>Unittest &amp;Project...</source>
-        <translation>Modultest (&amp;Projekt)...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
-        <source>Compare Files</source>
-        <translation>Dateien vergleichen</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
-        <source>&amp;Compare Files...</source>
-        <translation>Dateien &amp;vergleichen...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1839"/>
-        <source>Compare two files</source>
-        <translation>Zwei Dateien vergleichen</translation>
+        <source>Reload the API information</source>
+        <translation>Die API Informationen neu laden</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1987"/>
+        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;APIs neu laden&lt;/b&gt;&lt;p&gt;Lädt die API Informationen neu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1534"/>
+        <source>Task-Viewer</source>
+        <translation>Aufgabenanzeige</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1534"/>
+        <source>T&amp;ask-Viewer</source>
+        <translation>&amp;Aufgabenanzeige</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1536"/>
+        <source>Toggle the Task-Viewer window</source>
+        <translation>Schalte das Aufgabenfenster um</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1537"/>
+        <source>&lt;b&gt;Toggle the Task-Viewer window&lt;/b&gt;&lt;p&gt;If the Task-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Schalte das Aufgabenfenster um&lt;/b&gt;&lt;p&gt;Falls das Aufgabenfenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5063"/>
+        <source>Save tasks</source>
+        <translation>Aufgaben speichern</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5063"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Die Aufgabendatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht geschrieben werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5120"/>
+        <source>Read tasks</source>
+        <translation>Aufgaben lesen</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5110"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Die Aufgabendatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelesen werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5120"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Die Aufgabendatei &lt;b&gt;{0}&lt;/b&gt; hat ein nicht unterstütztes Format.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2202"/>
+        <source>&lt;b&gt;Python Documentation&lt;/b&gt;&lt;p&gt;Display the python documentation. If no documentation directory is configured, the location of the python documentation is assumed to be the doc directory underneath the location of the python executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHONDOCDIR in your environment to override this. &lt;/p&gt;</source>
+        <translation>&lt;b&gt;Python Dokumentation&lt;/b&gt;&lt;p&gt;Zeigt die Python Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python Dokumentation gesucht wird, unter Windows das Verzeichnis doc unter dem Verzeichnis, in dem der Python Interpreter installiert ist, und unter Unix das Verzeichnis &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt;. Um dies zu überschreiben, können sie die Umgebungsvariable PYTHONDOCDIR setzen.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4173"/>
+        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
+        <translation>Momentan ist kein Betrachter angegeben. Bitte benutzen sie den Optionen Dialog, um einen festzulegen.</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4185"/>
+        <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Der Betrachter konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass er als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4713"/>
+        <source>Documentation Missing</source>
+        <translation>Dokumentation fehlt</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4713"/>
+        <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Der Dokumentationsstartpunkt &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; konnte nicht gefunden werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2778"/>
+        <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
+        <translation>Email Adresse oder Mail Server Adresse sind leer. Bitte konfiguriere die Email Einstellungen im Einstellungen Dialog.</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1555"/>
+        <source>Template-Viewer</source>
+        <translation>Vorlagen</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1557"/>
+        <source>Toggle the Template-Viewer window</source>
+        <translation>Schalte das Vorlagenfenster um</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1559"/>
+        <source>&lt;b&gt;Toggle the Template-Viewer window&lt;/b&gt;&lt;p&gt;If the Template-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Schalte das Vorlagenfenster um&lt;/b&gt;&lt;p&gt;Falls das Vorlagenfenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1396"/>
+        <source>Alt+Shift+P</source>
+        <translation>Alt+Shift+P</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1439"/>
+        <source>Alt+Shift+D</source>
+        <translation>Alt+Shift+D</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1461"/>
+        <source>Activate Shell</source>
+        <translation>Aktiviere Shell</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1461"/>
+        <source>Alt+Shift+S</source>
+        <translation>Alt+Shift+S</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1503"/>
+        <source>Activate File-Browser</source>
+        <translation>Aktiviere Datei-Browser</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1503"/>
+        <source>Alt+Shift+F</source>
+        <translation>Alt+Shift+F</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1524"/>
+        <source>Activate Log-Viewer</source>
+        <translation>Aktiviere Ausgabefenster</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1545"/>
+        <source>Activate Task-Viewer</source>
+        <translation>Aktiviere Aufgabenanzeige</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1545"/>
+        <source>Alt+Shift+T</source>
+        <translation>Alt+Shift+T</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1568"/>
+        <source>Activate Template-Viewer</source>
+        <translation>Aktiviere Vorlagen</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1418"/>
+        <source>Alt+Shift+M</source>
+        <translation>Alt+Shift+M</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2072"/>
+        <source>Activate current editor</source>
+        <translation>Aktiviere aktuellen Editor</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2072"/>
+        <source>Alt+Shift+E</source>
+        <translation>Alt+Shift+E</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2082"/>
+        <source>Ctrl+Alt+Tab</source>
+        <translation>Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2090"/>
+        <source>Shift+Ctrl+Alt+Tab</source>
+        <translation>Shift+Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1524"/>
+        <source>Alt+Shift+G</source>
+        <translation>Alt+Shift+G</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1825"/>
+        <source>Qt-Designer 4</source>
+        <translation>Qt-Designer 4</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1828"/>
-        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Dateien vergleichen&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Vergleich zweier Dateien.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
-        <source>Compare Files side by side</source>
-        <translation>Dateien Seite an Seite vergleichen</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
-        <source>Compare Files &amp;side by side...</source>
-        <translation>Dateien &amp;Seite an Seite vergleichen...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1840"/>
-        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Dateien Seite an Seite vergleichen&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Vergleich zweier Dateien und zur Anzeige des Ergebnisse Seite an Seite.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
-        <source>Drop Error</source>
-        <translation>Drop Fehler</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="588"/>
-        <source>Initializing Single Application Server...</source>
-        <translation>Initialisiere Applikationsserver...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1288"/>
-        <source>{0} - {1} - {2} - Passive Mode</source>
-        <translation>{0} - {1} - {2} - Passiver Modus</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
-        <source>File-Browser</source>
-        <translation>Datei-Browser</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1325"/>
-        <source>Edit Profile</source>
-        <translation>Editieren Profil</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1330"/>
-        <source>Activate the edit view profile</source>
-        <translation>Aktiviert das Editieren Ansichtsprofil </translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1331"/>
-        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Editieren Profil&lt;/b&gt;&lt;p&gt;Aktiviert das &quot;Editieren Ansichtsprofil&quot;. Fenster, die in diesem Profil angezeigt werden sollen, können im &quot;Ansichtenprofile konfigurieren&quot; Dialog ausgewählt werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1340"/>
-        <source>Debug Profile</source>
-        <translation>Debuggen Profil</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1345"/>
-        <source>Activate the debug view profile</source>
-        <translation>Aktiviert das Debuggen Ansichtsprofil </translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1347"/>
-        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Debuggen Profil&lt;/b&gt;&lt;p&gt;Aktiviert das &quot;Debuggen Ansichtsprofil&quot;. Fenster, die in diesem Profil angezeigt werden sollen, können im &quot;Ansichtenprofile konfigurieren&quot; Dialog ausgewählt werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
-        <source>File-&amp;Browser</source>
-        <translation>Datei-&amp;Browser</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1464"/>
-        <source>Toggle the File-Browser window</source>
-        <translation>Schalte das Datei-Browser Fenster um</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1465"/>
-        <source>&lt;b&gt;Toggle the File-Browser window&lt;/b&gt;&lt;p&gt;If the File-Browser window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Schalte das Datei-Browser Fenster um&lt;/b&gt;&lt;p&gt;Falls das Datei-Browser Fenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
-        <source>View Profiles</source>
-        <translation>Ansichtenprofile</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
-        <source>&amp;View Profiles...</source>
-        <translation>&amp;Ansichtenprofile...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1957"/>
-        <source>Configure view profiles</source>
-        <translation>Ansichtenprofile konfigurieren</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1958"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Ansichtenprofile&lt;/b&gt;&lt;p&gt;Ansichtenprofile konfigurieren. Mit diesem Dialog kann die Sichtbarkeit der verschiedenen Fenster für die vorbestimmten Ansichtenprofile eingestellt werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
-        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; existiert nicht oder hat die Größe Null.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3952"/>
-        <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Qt-Designer konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4009"/>
-        <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Qt-Linguist konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4053"/>
-        <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Qt-Assistant konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
-        <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Der Werkzeuge Eintrag &lt;b&gt;{0}&lt;/b&gt; konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass er als &lt;b&gt;{1}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
-        <source>&lt;p&gt;The keyboard shortcuts could not be written to file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Die Tastaturkurzbefehle konnten nicht in die Datei &lt;b&gt;{0}&lt;/b&gt; geschrieben werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
-        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; ist keine Datei.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
-        <source>UI Previewer</source>
-        <translation>UI Betrachter</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
-        <source>&amp;UI Previewer...</source>
-        <translation>&amp;UI Betrachter...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1805"/>
-        <source>Start the UI Previewer</source>
-        <translation>Started den UI Betrachter</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1806"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;UI Betrachter&lt;/b&gt;&lt;p&gt;Started den UI Betrachter.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4153"/>
-        <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Der UI Betrachter konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass er als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
-        <source>Translations Previewer</source>
-        <translation>Übersetzungsvorschau</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation>&amp;Übersetzungsvorschau...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1816"/>
-        <source>Start the Translations Previewer</source>
-        <translation>Die Übersetzungsvorschau starten</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1817"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Übersetzungsvorschau&lt;/b&gt;&lt;p&gt;Dies startet das Programm zur Vorschau von Übersetzungen.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4198"/>
-        <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Die Übersetzungsvorschau konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass sie als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
-        <source>Shell</source>
-        <translation>Shell</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
-        <source>&amp;Shell</source>
-        <translation>&amp;Shell</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1422"/>
-        <source>Toggle the Shell window</source>
-        <translation>Schalte das Shell Fenster um</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1423"/>
-        <source>&lt;b&gt;Toggle the Shell window&lt;/b&gt;&lt;p&gt;If the Shell window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Schalte das Shell Fenster um&lt;/b&gt;&lt;p&gt;Falls das Shell Fenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
-        <source>Reload APIs</source>
-        <translation>APIs neu laden</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
-        <source>Reload &amp;APIs</source>
-        <translation>APIs &amp;neu laden</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1944"/>
-        <source>Reload the API information</source>
-        <translation>Die API Informationen neu laden</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1934"/>
-        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;APIs neu laden&lt;/b&gt;&lt;p&gt;Lädt die API Informationen neu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
-        <source>Task-Viewer</source>
-        <translation>Aufgabenanzeige</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
-        <source>T&amp;ask-Viewer</source>
-        <translation>&amp;Aufgabenanzeige</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1507"/>
-        <source>Toggle the Task-Viewer window</source>
-        <translation>Schalte das Aufgabenfenster um</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1508"/>
-        <source>&lt;b&gt;Toggle the Task-Viewer window&lt;/b&gt;&lt;p&gt;If the Task-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Schalte das Aufgabenfenster um&lt;/b&gt;&lt;p&gt;Falls das Aufgabenfenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
-        <source>Save tasks</source>
-        <translation>Aufgaben speichern</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
-        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Die Aufgabendatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht geschrieben werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
-        <source>Read tasks</source>
-        <translation>Aufgaben lesen</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5007"/>
-        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Die Aufgabendatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelesen werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
-        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Die Aufgabendatei &lt;b&gt;{0}&lt;/b&gt; hat ein nicht unterstütztes Format.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2149"/>
-        <source>&lt;b&gt;Python Documentation&lt;/b&gt;&lt;p&gt;Display the python documentation. If no documentation directory is configured, the location of the python documentation is assumed to be the doc directory underneath the location of the python executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHONDOCDIR in your environment to override this. &lt;/p&gt;</source>
-        <translation>&lt;b&gt;Python Dokumentation&lt;/b&gt;&lt;p&gt;Zeigt die Python Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python Dokumentation gesucht wird, unter Windows das Verzeichnis doc unter dem Verzeichnis, in dem der Python Interpreter installiert ist, und unter Unix das Verzeichnis &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt;. Um dies zu überschreiben, können sie die Umgebungsvariable PYTHONDOCDIR setzen.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
-        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
-        <translation>Momentan ist kein Betrachter angegeben. Bitte benutzen sie den Optionen Dialog, um einen festzulegen.</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4094"/>
-        <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Der Betrachter konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass er als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
-        <source>Documentation Missing</source>
-        <translation>Dokumentation fehlt</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
-        <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Der Dokumentationsstartpunkt &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; konnte nicht gefunden werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
-        <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
-        <translation>Email Adresse oder Mail Server Adresse sind leer. Bitte konfiguriere die Email Einstellungen im Einstellungen Dialog.</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
-        <source>Template-Viewer</source>
-        <translation>Vorlagen</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1528"/>
-        <source>Toggle the Template-Viewer window</source>
-        <translation>Schalte das Vorlagenfenster um</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1530"/>
-        <source>&lt;b&gt;Toggle the Template-Viewer window&lt;/b&gt;&lt;p&gt;If the Template-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Schalte das Vorlagenfenster um&lt;/b&gt;&lt;p&gt;Falls das Vorlagenfenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
-        <source>Alt+Shift+P</source>
-        <translation>Alt+Shift+P</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
-        <source>Alt+Shift+D</source>
-        <translation>Alt+Shift+D</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
-        <source>Activate Shell</source>
-        <translation>Aktiviere Shell</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
-        <source>Alt+Shift+S</source>
-        <translation>Alt+Shift+S</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
-        <source>Activate File-Browser</source>
-        <translation>Aktiviere Datei-Browser</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
-        <source>Alt+Shift+F</source>
-        <translation>Alt+Shift+F</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
-        <source>Activate Log-Viewer</source>
-        <translation>Aktiviere Ausgabefenster</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1516"/>
-        <source>Activate Task-Viewer</source>
-        <translation>Aktiviere Aufgabenanzeige</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1516"/>
-        <source>Alt+Shift+T</source>
-        <translation>Alt+Shift+T</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
-        <source>Activate Template-Viewer</source>
-        <translation>Aktiviere Vorlagen</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
-        <source>Alt+Shift+M</source>
-        <translation>Alt+Shift+M</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
-        <source>Activate current editor</source>
-        <translation>Aktiviere aktuellen Editor</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
-        <source>Alt+Shift+E</source>
-        <translation>Alt+Shift+E</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
-        <source>Ctrl+Alt+Tab</source>
-        <translation>Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2037"/>
-        <source>Shift+Ctrl+Alt+Tab</source>
-        <translation>Shift+Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
-        <source>Alt+Shift+G</source>
-        <translation>Alt+Shift+G</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1772"/>
-        <source>Qt-Designer 4</source>
-        <translation>Qt-Designer 4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1775"/>
         <source>Start Qt-Designer 4</source>
         <translation>Starte Qt-Designer 4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1776"/>
+        <location filename="UI/UserInterface.py" line="1829"/>
         <source>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Start Qt-Designer 4.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Starte Qt-Designer 4.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
+        <location filename="UI/UserInterface.py" line="1842"/>
         <source>Qt-Linguist 4</source>
         <translation>Qt-Linguist 4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1792"/>
+        <location filename="UI/UserInterface.py" line="1845"/>
         <source>Start Qt-Linguist 4</source>
         <translation>Starte Qt-Linguist 4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1793"/>
+        <location filename="UI/UserInterface.py" line="1846"/>
         <source>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Start Qt-Linguist 4.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Starte Qt-Linguist 4 (Übersetzungsprogramm).&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2118"/>
+        <location filename="UI/UserInterface.py" line="2171"/>
         <source>Qt4 Documentation</source>
         <translation>Qt4 Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2118"/>
+        <location filename="UI/UserInterface.py" line="2171"/>
         <source>Qt&amp;4 Documentation</source>
         <translation>Qt&amp;4 Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2120"/>
+        <location filename="UI/UserInterface.py" line="2173"/>
         <source>Open Qt4 Documentation</source>
         <translation>Öffne die Qt4 Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
+        <location filename="UI/UserInterface.py" line="2218"/>
         <source>Eric API Documentation</source>
         <translation>Eric API Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
+        <location filename="UI/UserInterface.py" line="2218"/>
         <source>&amp;Eric API Documentation</source>
         <translation>&amp;Eric API Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2167"/>
+        <location filename="UI/UserInterface.py" line="2220"/>
         <source>Open Eric API Documentation</source>
         <translation>Öffne die Eric API Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4113"/>
+        <location filename="UI/UserInterface.py" line="4204"/>
         <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Hilfeanzeige konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass sie als &lt;b&gt;hh&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="538"/>
+        <location filename="UI/UserInterface.py" line="542"/>
         <source>Registering Objects...</source>
         <translation>Registriere Objekte...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
+        <location filename="UI/UserInterface.py" line="1385"/>
         <source>Project-Viewer</source>
         <translation>Projektanzeige</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
+        <location filename="UI/UserInterface.py" line="1428"/>
         <source>Debug-Viewer</source>
         <translation>Debuganzeige</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation>Ctrl+Q</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
+        <location filename="UI/UserInterface.py" line="1385"/>
         <source>&amp;Project-Viewer</source>
         <translation>&amp;Projektanzeige</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1358"/>
+        <location filename="UI/UserInterface.py" line="1387"/>
         <source>Toggle the Project-Viewer window</source>
         <translation>Schalte das Projektanzeigefenster um</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1359"/>
+        <location filename="UI/UserInterface.py" line="1388"/>
         <source>&lt;b&gt;Toggle the Project-Viewer window&lt;/b&gt;&lt;p&gt;If the Project-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schalte das Projektanzeigefenster um&lt;/b&gt;&lt;p&gt;Falls das Projektanzeigefenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
+        <location filename="UI/UserInterface.py" line="1396"/>
         <source>Activate Project-Viewer</source>
         <translation>Aktiviere Projektanzeiger</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>Shift+F1</source>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>F1</source>
         <translation>F1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1671"/>
+        <location filename="UI/UserInterface.py" line="1724"/>
         <source>Check for Updates</source>
         <translation>Auf Aktualisierungen prüfen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1669"/>
+        <location filename="UI/UserInterface.py" line="1722"/>
         <source>Check for &amp;Updates...</source>
         <translation>Auf &amp;Aktualisierungen prüfen...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2121"/>
+        <location filename="UI/UserInterface.py" line="2174"/>
         <source>&lt;b&gt;Qt4 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt4 Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die Qt4 Dokumentation an. Abhängig von den Einstellungen, wird Erics interner Hilfeanzeiger, ein Web-Browser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
+        <location filename="UI/UserInterface.py" line="2183"/>
         <source>PyQt4 Documentation</source>
         <translation>PyQt4 Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
+        <location filename="UI/UserInterface.py" line="2183"/>
         <source>P&amp;yQt4 Documentation</source>
         <translation>P&amp;yQt4 Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2132"/>
+        <location filename="UI/UserInterface.py" line="2185"/>
         <source>Open PyQt4 Documentation</source>
         <translation>Öffne die PyQt4 Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2133"/>
+        <location filename="UI/UserInterface.py" line="2186"/>
         <source>&lt;b&gt;PyQt4 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation>&lt;b&gt;PyQt4 Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die PyQt4 Dokumentation an. Abhängig von den Einstellungen, wird Erics interner Hilfeanzeiger, ein Web-Browser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2255"/>
+        <location filename="UI/UserInterface.py" line="2308"/>
         <source>Select Tool Group</source>
         <translation>Werkzeuggruppe wählen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2263"/>
+        <location filename="UI/UserInterface.py" line="2316"/>
         <source>Se&amp;ttings</source>
         <translation>&amp;Einstellungen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2385"/>
+        <location filename="UI/UserInterface.py" line="2438"/>
         <source>Profiles</source>
         <translation>Profile</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3068"/>
+        <location filename="UI/UserInterface.py" line="3121"/>
         <source>&amp;Builtin Tools</source>
         <translation>&amp;Eingebaute Werkzeuge</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4307"/>
+        <location filename="UI/UserInterface.py" line="4398"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation>Starte Prozess &apos;{0} {1}&apos;.
 </translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4403"/>
+        <location filename="UI/UserInterface.py" line="4494"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation>Prozess &apos;{0}&apos; ist beendet.
 </translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
+        <location filename="UI/UserInterface.py" line="4698"/>
         <source>Documentation</source>
         <translation>Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4510"/>
+        <location filename="UI/UserInterface.py" line="4607"/>
         <source>&lt;p&gt;The PyQt4 documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Der PyQt4 Dokumentations Startpunkt ist nicht konfiguriert.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
+        <location filename="UI/UserInterface.py" line="5589"/>
         <source>Error during updates check</source>
         <translation>Fehler während der Aktualisierungsprüfung</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
+        <location filename="UI/UserInterface.py" line="5573"/>
         <source>Update available</source>
         <translation>Aktualisierung verfügbar</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2680"/>
+        <location filename="UI/UserInterface.py" line="2733"/>
         <source>&lt;h3&gt;Version Numbers&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;Versions Nummern&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5520"/>
+        <location filename="UI/UserInterface.py" line="5623"/>
         <source>&lt;/table&gt;</source>
         <translation>&lt;/table&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="662"/>
+        <location filename="UI/UserInterface.py" line="667"/>
         <source>Loading Style Sheet</source>
         <translation>Lade Stildatei</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="662"/>
+        <location filename="UI/UserInterface.py" line="667"/>
         <source>&lt;p&gt;The Qt Style Sheet file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Qt Style Sheet Datei &lt;b&gt;{0}&lt;/b&gt; konnte nicht geladen werden.&lt;br&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3017"/>
+        <location filename="UI/UserInterface.py" line="3070"/>
         <source>Configure Tool Groups ...</source>
         <translation>Konfiguriere Werkzeuggruppen...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3020"/>
+        <location filename="UI/UserInterface.py" line="3073"/>
         <source>Configure current Tool Group ...</source>
         <translation>Konfiguriere aktuelle Werkzeuggruppe...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1941"/>
+        <location filename="UI/UserInterface.py" line="1994"/>
         <source>Show external tools</source>
         <translation>Zeige externe Werkzeuge</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1941"/>
+        <location filename="UI/UserInterface.py" line="1994"/>
         <source>Show external &amp;tools</source>
         <translation>Zeige externe &amp;Werkzeuge</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
+        <location filename="UI/UserInterface.py" line="5589"/>
         <source>Could not perform updates check.</source>
         <translation>Konnte keine Aktualisierungsprüfung durchführen.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5358"/>
+        <location filename="UI/UserInterface.py" line="5461"/>
         <source>&amp;Cancel</source>
         <translation>&amp;Abbrechen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5363"/>
+        <location filename="UI/UserInterface.py" line="5466"/>
         <source>Trying host {0}</source>
         <translation>Prüfe Host {0}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
+        <location filename="UI/UserInterface.py" line="5664"/>
         <source>First time usage</source>
         <translation>Erstmalige Nutzung</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="234"/>
+        <location filename="UI/UserInterface.py" line="235"/>
         <source>Initializing Plugin Manager...</source>
         <translation>Initialisiere Plugin Manager...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2301"/>
+        <location filename="UI/UserInterface.py" line="2354"/>
         <source>P&amp;lugins</source>
         <translation>Plugi&amp;ns</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2386"/>
+        <location filename="UI/UserInterface.py" line="2439"/>
         <source>Plugins</source>
         <translation>Plugins</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
+        <location filename="UI/UserInterface.py" line="2106"/>
         <source>Plugin Infos</source>
         <translation>Plugin Informationen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2056"/>
+        <location filename="UI/UserInterface.py" line="2109"/>
         <source>Show Plugin Infos</source>
         <translation>Zeigt Plugin Informationen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2057"/>
+        <location filename="UI/UserInterface.py" line="2110"/>
         <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Plugin Informationen...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog, der einige Informationen über die geladenen Plugins anzeigt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
+        <location filename="UI/UserInterface.py" line="2106"/>
         <source>&amp;Plugin Infos...</source>
         <translation>&amp;Plugin Informationen...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3076"/>
+        <location filename="UI/UserInterface.py" line="3129"/>
         <source>&amp;Plugin Tools</source>
         <translation>&amp;Plugin Werkzeuge</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2079"/>
+        <location filename="UI/UserInterface.py" line="2132"/>
         <source>Uninstall Plugin</source>
         <translation>Plugin deinstallieren</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2076"/>
+        <location filename="UI/UserInterface.py" line="2129"/>
         <source>&amp;Uninstall Plugin...</source>
         <translation>Plugin &amp;deinstallieren...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2080"/>
+        <location filename="UI/UserInterface.py" line="2133"/>
         <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Plugin deinstallieren...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Deinstallation eines Plugins.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3223"/>
+        <location filename="UI/UserInterface.py" line="3282"/>
         <source>&amp;Show all</source>
         <translation>Alle an&amp;zeigen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3225"/>
+        <location filename="UI/UserInterface.py" line="3284"/>
         <source>&amp;Hide all</source>
         <translation>Alle &amp;ausblenden</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="596"/>
+        <location filename="UI/UserInterface.py" line="601"/>
         <source>Activating Plugins...</source>
         <translation>Aktiviere Plugins...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2242"/>
+        <location filename="UI/UserInterface.py" line="2295"/>
         <source>Wi&amp;zards</source>
         <translation>A&amp;utopiloten</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
+        <location filename="UI/UserInterface.py" line="1732"/>
         <source>Show downloadable versions</source>
         <translation>Zeige verfügbare Versionen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
+        <location filename="UI/UserInterface.py" line="1732"/>
         <source>Show &amp;downloadable versions...</source>
         <translation>&amp;Zeige verfügbare Versionen...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1682"/>
+        <location filename="UI/UserInterface.py" line="1735"/>
         <source>Show the versions available for download</source>
         <translation>Zeige die verfügbaren eric4 Versionen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
+        <location filename="UI/UserInterface.py" line="5495"/>
         <source>Error downloading versions file</source>
         <translation>Fehler beim Herunterladen der Versionsdatei</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
+        <location filename="UI/UserInterface.py" line="5495"/>
         <source>Could not download the versions file.</source>
         <translation>Die Versionsdatei konnte nicht heruntergeladen werden.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5507"/>
+        <location filename="UI/UserInterface.py" line="5610"/>
         <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;Verfügbare Versionen&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
+        <location filename="UI/UserInterface.py" line="2141"/>
         <source>Plugin Repository</source>
         <translation>Plugin Repository</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
+        <location filename="UI/UserInterface.py" line="2141"/>
         <source>Plugin &amp;Repository...</source>
         <translation>Plugin &amp;Repository...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2091"/>
+        <location filename="UI/UserInterface.py" line="2144"/>
         <source>Show Plugins available for download</source>
         <translation>Zeige Plugins verfügbar zum Download an</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2093"/>
+        <location filename="UI/UserInterface.py" line="2146"/>
         <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog, der eine Liste der im Internet verfügbaren Plugins anzeigt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2068"/>
+        <location filename="UI/UserInterface.py" line="2121"/>
         <source>Install Plugins</source>
         <translation>Plugins installieren</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2065"/>
+        <location filename="UI/UserInterface.py" line="2118"/>
         <source>&amp;Install Plugins...</source>
         <translation>Plugins &amp;installieren...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2069"/>
+        <location filename="UI/UserInterface.py" line="2122"/>
         <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Plugins installieren...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Installation oder Update von Plugins.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1864"/>
+        <location filename="UI/UserInterface.py" line="1917"/>
         <source>Mini Editor</source>
         <translation>Mini Editor</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1860"/>
+        <location filename="UI/UserInterface.py" line="1913"/>
         <source>Mini &amp;Editor...</source>
         <translation>Mini &amp;Editor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1865"/>
+        <location filename="UI/UserInterface.py" line="1918"/>
         <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog mit einem vereinfachten Editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1772"/>
+        <location filename="UI/UserInterface.py" line="1825"/>
         <source>&amp;Designer 4...</source>
         <translation>&amp;Designer 4...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
+        <location filename="UI/UserInterface.py" line="1842"/>
         <source>&amp;Linguist 4...</source>
         <translation>&amp;Linguist 4...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
+        <location filename="UI/UserInterface.py" line="2021"/>
         <source>Toolbars</source>
         <translation>Werkzeugleisten</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
+        <location filename="UI/UserInterface.py" line="2021"/>
         <source>Tool&amp;bars...</source>
         <translation>Werkzeug&amp;leisten...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1971"/>
+        <location filename="UI/UserInterface.py" line="2024"/>
         <source>Configure toolbars</source>
         <translation>Werkzeugleisten einrichten</translation>
     </message>
     <message>
+        <location filename="UI/UserInterface.py" line="2025"/>
+        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Werkzeugleisten&lt;/b&gt;&lt;p&gt;Werkzeugleisten konfigurieren. Mit diesem Dialog können die auf den Werkzeugleisten gezeigten Aktionen geändert  und neue Werkzeugleisten definiert werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="608"/>
+        <source>Restoring Toolbarmanager...</source>
+        <translation>Lade Toolbarmanager...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2647"/>
+        <source>External Tools/{0}</source>
+        <translation>Externe Werkzeuge/{0}</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4362"/>
+        <source>External Tools</source>
+        <translation>Externe Werkzeuge</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4356"/>
+        <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
+        <translation>Kein Eintrag für das externe Werkzeug &apos;{0}&apos; in der Gruppe &apos;{1}&apos; gefunden.</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4362"/>
+        <source>No toolgroup entry &apos;{0}&apos; found.</source>
+        <translation>Kein Werkzeuggruppeneintrag &apos;{0}&apos; gefunden.</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1406"/>
+        <source>Multiproject-Viewer</source>
+        <translation>Mehrfachprojektanzeige</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1406"/>
+        <source>&amp;Multiproject-Viewer</source>
+        <translation>&amp;Mehrfachprojektanzeige</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1409"/>
+        <source>Toggle the Multiproject-Viewer window</source>
+        <translation>Schalte das Mehrfachprojektanzeigefenster um</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1410"/>
+        <source>&lt;b&gt;Toggle the Multiproject-Viewer window&lt;/b&gt;&lt;p&gt;If the Multiproject-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Schalte das Mehrfachprojektanzeigefenster um&lt;/b&gt;&lt;p&gt;Falls das Mehrfachprojektanzeigefenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1418"/>
+        <source>Activate Multiproject-Viewer</source>
+        <translation>Aktiviere Mehrfachprojektanzeiger</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1555"/>
+        <source>Temp&amp;late-Viewer</source>
+        <translation>&amp;Vorlagen</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5138"/>
+        <source>Save session</source>
+        <translation>Session speichern</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5138"/>
+        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Die Sessiondatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht geschrieben werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5199"/>
+        <source>Read session</source>
+        <translation>Session lesen</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5189"/>
+        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Die Sessiondatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelesen werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5199"/>
+        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Die Sessiondatei &lt;b&gt;{0}&lt;/b&gt; hat ein nicht unterstütztes Format.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2553"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Zeichenkodierung des aktuellen Editors an.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2567"/>
+        <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt an, ob die aktuelle Datei geschrieben werden kann.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5638"/>
+        <source>SSL Errors</source>
+        <translation>SSL Fehler</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5638"/>
+        <source>&lt;p&gt;SSL Errors:&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Do you want to ignore these errors?&lt;/p&gt;</source>
+        <translation>&lt;p&gt;SSL Fehler&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Wollen Sie diese Fehler ignorieren?&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1756"/>
+        <source>Request Feature</source>
+        <translation>Neue Funktion anfragen</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1756"/>
+        <source>Request &amp;Feature...</source>
+        <translation>Neue &amp;Funktion anfragen...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1758"/>
+        <source>Send a feature request</source>
+        <translation>Sende eine Anfrage für eine neue Funktion</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1759"/>
+        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Neue Funktion anfragen...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog, um eine Anfrage für eine neue Funktion zu senden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2546"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Sprache des aktuellen Editors an.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2576"/>
+        <source>&lt;p&gt;This part of the status bar displays the name of the file of the current editor.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt den Namen der Datei des aktuellen Editors an.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2583"/>
+        <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Zeilennummer des aktuellen Editors an.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2590"/>
+        <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Cursorposition des aktuellen Editors an.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1578"/>
+        <source>Vertical Toolbox</source>
+        <translation>Vertikale Werkzeugbox</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1589"/>
+        <source>Horizontal Toolbox</source>
+        <translation>Horizontale Werkzeugbox</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1578"/>
+        <source>&amp;Vertical Toolbox</source>
+        <translation>&amp;Vertikale Werkzeugbox</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1580"/>
+        <source>Toggle the Vertical Toolbox window</source>
+        <translation>Schalte das Fenster der Vertikalen Werkzeugbox um</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1581"/>
+        <source>&lt;b&gt;Toggle the Vertical Toolbox window&lt;/b&gt;&lt;p&gt;If the Vertical Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Schalte das Fenster der Vertikalen Werkzeugbox um&lt;/b&gt;&lt;p&gt;Falls das Fenster der Vertikalen Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1589"/>
+        <source>&amp;Horizontal Toolbox</source>
+        <translation>&amp;Horizontale Werkzeugbox</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1592"/>
+        <source>Toggle the Horizontal Toolbox window</source>
+        <translation>Schalte das Fenster der Horizontalen Werkzeugbox um</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1593"/>
+        <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Schalte das Fenster der Horizontalen Werkzeugbox um&lt;/b&gt;&lt;p&gt;Falls das Fenster der Horizontalen Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3046"/>
+        <source>Restart application</source>
+        <translation>Anwendung neu starten</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3046"/>
+        <source>The application needs to be restarted. Do it now?</source>
+        <translation>Die Anwendung muss neu gestartet werden. Jetzt durchführen?</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1470"/>
+        <source>Terminal</source>
+        <translation>Terminal</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1470"/>
+        <source>Te&amp;rminal</source>
+        <translation>Te&amp;rminal</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1472"/>
+        <source>Toggle the Terminal window</source>
+        <translation>Schalte das Terminal Fenster um</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1473"/>
+        <source>&lt;b&gt;Toggle the Terminal window&lt;/b&gt;&lt;p&gt;If the Terminal window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Schalte das Terminal Fenster um&lt;/b&gt;&lt;p&gt;Falls das Terminal Fenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1481"/>
+        <source>Activate Terminal</source>
+        <translation>Aktiviere Terminal</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1481"/>
+        <source>Alt+Shift+R</source>
+        <translation>Alt+Shift+R</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1568"/>
+        <source>Alt+Shift+A</source>
+        <translation>Alt+Shift+A</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2363"/>
+        <source>Configure...</source>
+        <translation>Einstellungen...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2560"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Zeilenendekodierung des aktuellen Editors an.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2098"/>
+        <source>Switch between tabs</source>
+        <translation>Zwischen Tabs umschalten</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2098"/>
+        <source>Ctrl+1</source>
+        <translation>Ctrl+1</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1961"/>
+        <source>Export Preferences</source>
+        <translation>Konfiguration exportieren</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1961"/>
+        <source>E&amp;xport Preferences...</source>
+        <translation>Konfiguration e&amp;xportieren...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1964"/>
+        <source>Export the current configuration</source>
+        <translation>Exportiert die aktuelle Konfiguration</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1965"/>
+        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Konfiguration exportieren&lt;/b&gt;&lt;p&gt;Exportiert die aktuelle Konfiguration in eine Datei.&lt;/p&gt;</translation>
+    </message>
+    <message>
         <location filename="UI/UserInterface.py" line="1972"/>
-        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Werkzeugleisten&lt;/b&gt;&lt;p&gt;Werkzeugleisten konfigurieren. Mit diesem Dialog können die auf den Werkzeugleisten gezeigten Aktionen geändert  und neue Werkzeugleisten definiert werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="603"/>
-        <source>Restoring Toolbarmanager...</source>
-        <translation>Lade Toolbarmanager...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2594"/>
-        <source>External Tools/{0}</source>
-        <translation>Externe Werkzeuge/{0}</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
-        <source>External Tools</source>
-        <translation>Externe Werkzeuge</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4265"/>
-        <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
-        <translation>Kein Eintrag für das externe Werkzeug &apos;{0}&apos; in der Gruppe &apos;{1}&apos; gefunden.</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
-        <source>No toolgroup entry &apos;{0}&apos; found.</source>
-        <translation>Kein Werkzeuggruppeneintrag &apos;{0}&apos; gefunden.</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
-        <source>Multiproject-Viewer</source>
-        <translation>Mehrfachprojektanzeige</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
-        <source>&amp;Multiproject-Viewer</source>
-        <translation>&amp;Mehrfachprojektanzeige</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1380"/>
-        <source>Toggle the Multiproject-Viewer window</source>
-        <translation>Schalte das Mehrfachprojektanzeigefenster um</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1381"/>
-        <source>&lt;b&gt;Toggle the Multiproject-Viewer window&lt;/b&gt;&lt;p&gt;If the Multiproject-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Schalte das Mehrfachprojektanzeigefenster um&lt;/b&gt;&lt;p&gt;Falls das Mehrfachprojektanzeigefenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
-        <source>Activate Multiproject-Viewer</source>
-        <translation>Aktiviere Mehrfachprojektanzeiger</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
-        <source>Temp&amp;late-Viewer</source>
-        <translation>&amp;Vorlagen</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
-        <source>Save session</source>
-        <translation>Session speichern</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
-        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Die Sessiondatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht geschrieben werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
-        <source>Read session</source>
-        <translation>Session lesen</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5086"/>
-        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Die Sessiondatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelesen werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
-        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Die Sessiondatei &lt;b&gt;{0}&lt;/b&gt; hat ein nicht unterstütztes Format.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2500"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Zeichenkodierung des aktuellen Editors an.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2514"/>
-        <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt an, ob die aktuelle Datei geschrieben werden kann.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
-        <source>SSL Errors</source>
-        <translation>SSL Fehler</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
-        <source>&lt;p&gt;SSL Errors:&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Do you want to ignore these errors?&lt;/p&gt;</source>
-        <translation>&lt;p&gt;SSL Fehler&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Wollen Sie diese Fehler ignorieren?&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
-        <source>Request Feature</source>
-        <translation>Neue Funktion anfragen</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
-        <source>Request &amp;Feature...</source>
-        <translation>Neue &amp;Funktion anfragen...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1705"/>
-        <source>Send a feature request</source>
-        <translation>Sende eine Anfrage für eine neue Funktion</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1706"/>
-        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Neue Funktion anfragen...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog, um eine Anfrage für eine neue Funktion zu senden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2493"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Sprache des aktuellen Editors an.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2523"/>
-        <source>&lt;p&gt;This part of the status bar displays the name of the file of the current editor.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt den Namen der Datei des aktuellen Editors an.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2530"/>
-        <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Zeilennummer des aktuellen Editors an.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2537"/>
-        <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Cursorposition des aktuellen Editors an.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
-        <source>Vertical Toolbox</source>
-        <translation>Vertikale Werkzeugbox</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
-        <source>Horizontal Toolbox</source>
-        <translation>Horizontale Werkzeugbox</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
-        <source>&amp;Vertical Toolbox</source>
-        <translation>&amp;Vertikale Werkzeugbox</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1551"/>
-        <source>Toggle the Vertical Toolbox window</source>
-        <translation>Schalte das Fenster der Vertikalen Werkzeugbox um</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1552"/>
-        <source>&lt;b&gt;Toggle the Vertical Toolbox window&lt;/b&gt;&lt;p&gt;If the Vertical Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Schalte das Fenster der Vertikalen Werkzeugbox um&lt;/b&gt;&lt;p&gt;Falls das Fenster der Vertikalen Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
-        <source>&amp;Horizontal Toolbox</source>
-        <translation>&amp;Horizontale Werkzeugbox</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1563"/>
-        <source>Toggle the Horizontal Toolbox window</source>
-        <translation>Schalte das Fenster der Horizontalen Werkzeugbox um</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1564"/>
-        <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Schalte das Fenster der Horizontalen Werkzeugbox um&lt;/b&gt;&lt;p&gt;Falls das Fenster der Horizontalen Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
-        <source>Restart application</source>
-        <translation>Anwendung neu starten</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
-        <source>The application needs to be restarted. Do it now?</source>
-        <translation>Die Anwendung muss neu gestartet werden. Jetzt durchführen?</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
-        <source>Terminal</source>
-        <translation>Terminal</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
-        <source>Te&amp;rminal</source>
-        <translation>Te&amp;rminal</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1443"/>
-        <source>Toggle the Terminal window</source>
-        <translation>Schalte das Terminal Fenster um</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1444"/>
-        <source>&lt;b&gt;Toggle the Terminal window&lt;/b&gt;&lt;p&gt;If the Terminal window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Schalte das Terminal Fenster um&lt;/b&gt;&lt;p&gt;Falls das Terminal Fenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1452"/>
-        <source>Activate Terminal</source>
-        <translation>Aktiviere Terminal</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1452"/>
-        <source>Alt+Shift+R</source>
-        <translation>Alt+Shift+R</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
-        <source>Alt+Shift+A</source>
-        <translation>Alt+Shift+A</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2310"/>
-        <source>Configure...</source>
-        <translation>Einstellungen...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2507"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Zeilenendekodierung des aktuellen Editors an.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
-        <source>Switch between tabs</source>
-        <translation>Zwischen Tabs umschalten</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
-        <source>Ctrl+1</source>
-        <translation>Ctrl+1</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
-        <source>Export Preferences</source>
-        <translation>Konfiguration exportieren</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
-        <source>E&amp;xport Preferences...</source>
-        <translation>Konfiguration e&amp;xportieren...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1911"/>
-        <source>Export the current configuration</source>
-        <translation>Exportiert die aktuelle Konfiguration</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1912"/>
-        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Konfiguration exportieren&lt;/b&gt;&lt;p&gt;Exportiert die aktuelle Konfiguration in eine Datei.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
         <source>Import Preferences</source>
         <translation>Konfiguration importieren</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
+        <location filename="UI/UserInterface.py" line="1972"/>
         <source>I&amp;mport Preferences...</source>
         <translation>Konfiguration i&amp;mportieren...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1922"/>
+        <location filename="UI/UserInterface.py" line="1975"/>
         <source>Import a previously exported configuration</source>
         <translation>Importiert eine zuvor exportierte Konfiguration</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1924"/>
+        <location filename="UI/UserInterface.py" line="1977"/>
         <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Konfiguration importieren&lt;/b&gt;&lt;p&gt;Importiert eine zuvor exportierte Konfiguration.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
+        <location filename="UI/UserInterface.py" line="2082"/>
         <source>Show next</source>
         <translation>Zeige nächste</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2037"/>
+        <location filename="UI/UserInterface.py" line="2090"/>
         <source>Show previous</source>
         <translation>Zeige vorherige</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
+        <location filename="UI/UserInterface.py" line="1601"/>
         <source>Left Sidebar</source>
         <translation>Linke Seitenleiste</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
+        <location filename="UI/UserInterface.py" line="1601"/>
         <source>&amp;Left Sidebar</source>
         <translation>&amp;Linke Seitenleiste</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1574"/>
+        <location filename="UI/UserInterface.py" line="1603"/>
         <source>Toggle the left sidebar window</source>
         <translation>Schalte das Fenster der linken Seitenleiste um</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1575"/>
+        <location filename="UI/UserInterface.py" line="1604"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schalte das Fenster der linken Seitenleiste um&lt;/b&gt;&lt;p&gt;Falls das Fenster der linken Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
+        <location filename="UI/UserInterface.py" line="1612"/>
         <source>Bottom Sidebar</source>
         <translation>Untere Seitenleiste</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
+        <location filename="UI/UserInterface.py" line="1612"/>
         <source>&amp;Bottom Sidebar</source>
         <translation>&amp;Untere Seitenleiste</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1586"/>
+        <location filename="UI/UserInterface.py" line="1615"/>
         <source>Toggle the bottom sidebar window</source>
         <translation>Schalte das Fenster der unteren Seitenleiste um</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1587"/>
+        <location filename="UI/UserInterface.py" line="1616"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schalte das Fenster der unteren Seitenleiste um&lt;/b&gt;&lt;p&gt;Falls das Fenster der unteren Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
+        <location filename="UI/UserInterface.py" line="1428"/>
         <source>&amp;Debug-Viewer</source>
         <translation>&amp;Debuganzeige</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1401"/>
+        <location filename="UI/UserInterface.py" line="1430"/>
         <source>Toggle the Debug-Viewer window</source>
         <translation>Schalte das Debugfenster um</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1402"/>
+        <location filename="UI/UserInterface.py" line="1431"/>
         <source>&lt;b&gt;Toggle the Debug-Viewer window&lt;/b&gt;&lt;p&gt;If the Debug-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schalte das Debugfenster um&lt;/b&gt;&lt;p&gt;Falls das Debugfenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
+        <location filename="UI/UserInterface.py" line="1439"/>
         <source>Activate Debug-Viewer</source>
         <translation>Aktiviere Debuganzeige</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
+        <location filename="UI/UserInterface.py" line="1901"/>
         <source>SQL Browser</source>
         <translation>SQL Browser</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
+        <location filename="UI/UserInterface.py" line="1901"/>
         <source>SQL &amp;Browser...</source>
         <translation>SQL &amp;Browser...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1852"/>
+        <location filename="UI/UserInterface.py" line="1905"/>
         <source>Browse a SQL database</source>
         <translation>Erforsche eine SQL Datenbank</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1853"/>
+        <location filename="UI/UserInterface.py" line="1906"/>
         <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
         <translation>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Erforsche eine SQL Datenbank.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4217"/>
+        <location filename="UI/UserInterface.py" line="4308"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Der SQL Browser konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass er als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
+        <location filename="UI/UserInterface.py" line="2831"/>
         <source>Error log found</source>
         <translation>Fehlerbericht gefunden</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
+        <location filename="UI/UserInterface.py" line="2831"/>
         <source>An error log file was found. What should be done with it?</source>
         <translation>Es wurde eine Fehlerberichtsdatei gefunden. Was soll mit ihr geschehen?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2789"/>
+        <location filename="UI/UserInterface.py" line="2842"/>
         <source>Send Bug Email</source>
         <translation>Sende Fehlerbericht</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2792"/>
+        <location filename="UI/UserInterface.py" line="2845"/>
         <source>Ignore and Delete</source>
         <translation>Ignorieren und Löschen</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2795"/>
+        <location filename="UI/UserInterface.py" line="2848"/>
         <source>Ignore but Keep</source>
         <translation>Ignorieren aber Behalten</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
+        <location filename="UI/UserInterface.py" line="1925"/>
         <source>Web Browser</source>
         <translation>Web-Browser</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
+        <location filename="UI/UserInterface.py" line="1925"/>
         <source>&amp;Web Browser...</source>
         <translation>&amp;Web-Browser...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
+        <location filename="UI/UserInterface.py" line="1937"/>
         <source>Icon Editor</source>
         <translation>Icon Editor</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
+        <location filename="UI/UserInterface.py" line="1937"/>
         <source>&amp;Icon Editor...</source>
         <translation>&amp;Icon Editor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
+        <location filename="UI/UserInterface.py" line="4123"/>
         <source>Qt 3 support</source>
         <translation>Qt 3 Unterstützung</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2186"/>
+        <location filename="UI/UserInterface.py" line="2239"/>
         <source>&lt;b&gt;PySide Documentation&lt;/b&gt;&lt;p&gt;Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation>&lt;b&gt;PySide Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die PySide Dokumentation an. Abhängig von den Einstellungen, wird Erics interner Hilfeanzeiger, ein Web-Browser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
+        <location filename="UI/UserInterface.py" line="4698"/>
         <source>&lt;p&gt;The PySide documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Der PySide Dokumentations Startpunkt ist nicht konfiguriert.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
+        <location filename="UI/UserInterface.py" line="2236"/>
         <source>PySide Documentation</source>
         <translation>PySide Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
+        <location filename="UI/UserInterface.py" line="2236"/>
         <source>Py&amp;Side Documentation</source>
         <translation>Py&amp;Side Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2185"/>
+        <location filename="UI/UserInterface.py" line="2238"/>
         <source>Open PySide Documentation</source>
         <translation>Öffne die PySide Dokumentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1642"/>
+        <location filename="UI/UserInterface.py" line="1695"/>
         <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric5 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Hilfe-Fenster&lt;/b&gt;&lt;p&gt;Zeige den eric5 Web-Browser an. Dieses Fenster zeigt Hilfedateien im HTML-Format und Qt Hilfesammlungen an. In ihm kann über Hyperlinks navigiert, Lesezeichen gesetzt und neben anderen Funktionen die dargestellte Seite ausgedruckt werden. Er kann auch zum Surfen im Internet benutzt werden.&lt;/p&gt;&lt;p&gt;Wenn es mit einem selektierten Wort aufgerufen wird, so wird dieses Wort in der Qt Hilfesammlung gesucht.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1672"/>
+        <location filename="UI/UserInterface.py" line="1725"/>
         <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric5.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Auf Aktualisierungen prüfen...&lt;/b&gt;
 &lt;p&gt;Dies prüft im Internet auf Verfügbarkeit von Updates von eric5.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1684"/>
+        <location filename="UI/UserInterface.py" line="1737"/>
         <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric5 versions available for download from the internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zeige verfügbare Versionen...&lt;/b&gt;&lt;p&gt;Zeigt die eric5 Versionen, die vom Internet heruntergeladen werden können.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1876"/>
+        <location filename="UI/UserInterface.py" line="1929"/>
         <source>Start the eric5 Web Browser</source>
         <translation>Startet den eric5 Web-Browser</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1877"/>
+        <location filename="UI/UserInterface.py" line="1930"/>
         <source>&lt;b&gt;Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric5 Web Browser.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Web-Browser&lt;/b&gt;&lt;p&gt;Durchforste das Internet mit dem eric5 Web-Browser.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1888"/>
+        <location filename="UI/UserInterface.py" line="1941"/>
         <source>Start the eric5 Icon Editor</source>
         <translation>Starte den eric5 Icon Editor</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1889"/>
+        <location filename="UI/UserInterface.py" line="1942"/>
         <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric5 Icon Editor for editing simple icons.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Startet den eric5 Icon Editor zumEditieren einfacher Icons.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1945"/>
+        <location filename="UI/UserInterface.py" line="1998"/>
         <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric5.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zeige externe Werkzeuge&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog, der die Pfade und Versionen der von eric5 genutzten externen Werkzeuge anzeigt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2168"/>
+        <location filename="UI/UserInterface.py" line="2221"/>
         <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Eric API Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die Eric API Dokumentation an. Der Pfad für die Dokumentation ist das Unterverzeichnis Documentation/Source im eric5 Installationverzeichnis.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
+        <location filename="UI/UserInterface.py" line="4123"/>
         <source>Qt v.3 is not supported by eric5.</source>
         <translation>Qt v.3 wird von eric5 nicht unterstützt.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4807"/>
+        <location filename="UI/UserInterface.py" line="4910"/>
         <source>Keyboard shortcut file (*.e4k);;Compressed keyboard shortcut file (*.e4kz)</source>
         <translation>Tastaturkurzbefehls Datei (*.e4k);;Komprimierte Tastaturkurzbefehls Datei (*.e4kz)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
+        <location filename="UI/UserInterface.py" line="4939"/>
         <source>Keyboard shortcut file (*.e4k *.e4kz)</source>
         <translation>Tastaturkurzbefehls Datei (*.e4k *.e4kz)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
+        <location filename="UI/UserInterface.py" line="5573"/>
         <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric5 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
         <translation>Eine Aktualisierung auf &lt;b&gt;{0}&lt;/b&gt; von Eric5 ist unter &lt;b&gt;{1}&lt;/b&gt; verfügbar. Wollen Sie sie laden?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>Eric5 is up to date</source>
         <translation>Eric5 ist aktuell</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>You are using the latest version of eric5</source>
         <translation>Sie verwenden die aktuellste Version von eric5</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
+        <location filename="UI/UserInterface.py" line="5664"/>
         <source>eric5 has not been configured yet. The configuration dialog will be started.</source>
         <translation>eric5 wurde noch nicht konfiguriert. Der Konfigurationsdialog wird nun gestartet.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>Cooperation</source>
         <translation>Zusammenarbeit</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>&amp;Cooperation</source>
         <translation>&amp;Zusammenarbeit</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1597"/>
+        <location filename="UI/UserInterface.py" line="1626"/>
         <source>Toggle the Cooperation window</source>
         <translation>Schalte das Zusammenarbeitsfenster um</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1599"/>
+        <location filename="UI/UserInterface.py" line="1628"/>
         <source>&lt;b&gt;Toggle the Cooperation window&lt;/b&gt;&lt;p&gt;If the Cooperation window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schalte das Zusammenarbeitsfenster um&lt;/b&gt;&lt;p&gt;Falls das Zusammenarbeitsfenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Activate Cooperation-Viewer</source>
         <translation>Aktiviere Zusammenarbeit</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Alt+Shift+O</source>
         <translation>Alt+Shift+O</translation>
     </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>Symbols</source>
+        <translation>Symbole</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>&amp;Symbols</source>
+        <translation>&amp;Symbole</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1650"/>
+        <source>Toggle the Symbols window</source>
+        <translation>Schalte das Symbole Fenster um</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1652"/>
+        <source>&lt;b&gt;Toggle the Symbols window&lt;/b&gt;&lt;p&gt;If the Symbols window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Schalte das Symbole Fenster um&lt;/b&gt;&lt;p&gt;Falls das Symbole Fenster nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Activate Symbols-Viewer</source>
+        <translation>Aktiviere Symboleanzeiger</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Alt+Shift+Y</source>
+        <translation>Alt+Shift+Y</translation>
+    </message>
 </context>
 <context>
     <name>UserPropertiesDialog</name>
@@ -38791,362 +38873,362 @@
 <context>
     <name>ViewManager</name>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3289"/>
+        <location filename="ViewManager/ViewManager.py" line="3291"/>
         <source>File: {0}</source>
         <translation>Datei: {0}</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>New</source>
         <translation>Neu</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>&amp;New</source>
         <translation>&amp;Neu</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="464"/>
-        <source>Open an empty editor window</source>
-        <translation>Öffnet ein leeres Editorfenster</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="466"/>
+        <source>Open an empty editor window</source>
+        <translation>Öffnet ein leeres Editorfenster</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="468"/>
         <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Neu&lt;/b&gt;&lt;p&gt;Ein neues Editorfenster wird geöffnet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Open</source>
         <translation>Öffnen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>&amp;Open...</source>
         <translation>&amp;Öffnen...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Close</source>
         <translation>Schließen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>&amp;Close</source>
         <translation>Schl&amp;ießen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="496"/>
-        <source>Close the current window</source>
-        <translation>Schließt das aktuelle Fenster</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="498"/>
+        <source>Close the current window</source>
+        <translation>Schließt das aktuelle Fenster</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="500"/>
         <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Fenster schließen&lt;/b&gt;&lt;p&gt;Dies schließt das aktuelle Editorfenster.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Close All</source>
         <translation>Alle schließen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="508"/>
-        <source>Close all editor windows</source>
-        <translation>Schließt alle Editorfenster</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="510"/>
+        <source>Close all editor windows</source>
+        <translation>Schließt alle Editorfenster</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="512"/>
         <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Alle Fenster schließen&lt;/b&gt;&lt;p&gt;Dies schließt alle Editorfenster.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Save</source>
         <translation>Speichern</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>&amp;Save</source>
         <translation>S&amp;peichern</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="527"/>
-        <source>Save the current file</source>
-        <translation>Speichert die aktuelle Datei</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="529"/>
+        <source>Save the current file</source>
+        <translation>Speichert die aktuelle Datei</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="531"/>
         <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Datei speichern&lt;/b&gt;&lt;p&gt;Dies speichert den Inhalt des aktuellen Editorfensters.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="542"/>
-        <source>Save the current file to a new one</source>
-        <translation>Speichere die aktuelle Datei unter neuem Namen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="544"/>
+        <source>Save the current file to a new one</source>
+        <translation>Speichere die aktuelle Datei unter neuem Namen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="546"/>
         <source>&lt;b&gt;Save File as&lt;/b&gt;&lt;p&gt;Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Speichen unter&lt;/b&gt;&lt;p&gt;Dies speichert den Inhalt des aktuellen Editors in eine neue Datei. Die Datei kann mit einem Dateiauswahldialog eingegeben werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="556"/>
-        <source>Save all files</source>
-        <translation>Alle Dateien speichern</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="558"/>
+        <source>Save all files</source>
+        <translation>Alle Dateien speichern</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="560"/>
         <source>&lt;b&gt;Save All Files&lt;/b&gt;&lt;p&gt;Save the contents of all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Alle Dateien speichern&lt;/b&gt;&lt;p&gt;Speichert den Inhalt aller Editorfenster.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Project</source>
         <translation>In Projekt speichern</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="572"/>
-        <source>Save the current file to the current project</source>
-        <translation>Speichert die aktuelle Datei in das aktuelle Projekt</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="574"/>
+        <source>Save the current file to the current project</source>
+        <translation>Speichert die aktuelle Datei in das aktuelle Projekt</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="576"/>
         <source>&lt;b&gt;Save to Project&lt;/b&gt;&lt;p&gt;Save the contents of the current editor window to the current project. After the file has been saved, it is automatically added to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;In Projekt speichern&lt;/b&gt;&lt;p&gt;Dies speichert den Inhalt des aktuellen Editorfensters in das aktuelle Projekt. Nachdem die Datei gespeichert wurde, wird sie automatisch zum aktuellen Projekt hinzugefügt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Print</source>
         <translation>Drucken</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>&amp;Print</source>
         <translation>&amp;Drucken</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="591"/>
-        <source>Print the current file</source>
-        <translation>Druckt die aktuelle Datei</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="593"/>
+        <source>Print the current file</source>
+        <translation>Druckt die aktuelle Datei</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="595"/>
         <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Datei drucken&lt;/b&gt;&lt;p&gt;Dies druckt den Inhalt des aktuellen Editorfensters.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="639"/>
+        <location filename="ViewManager/ViewManager.py" line="641"/>
         <source>Open &amp;Recent Files</source>
         <translation>Zu&amp;letzt geöffnete Dateien</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Undo</source>
         <translation>Rückgängig</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>&amp;Undo</source>
         <translation>&amp;Rückgängig</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="741"/>
-        <source>Undo the last change</source>
-        <translation>Die letzte Änderung rückgängig machen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="743"/>
+        <source>Undo the last change</source>
+        <translation>Die letzte Änderung rückgängig machen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="745"/>
         <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Rückgängig&lt;/b&gt;&lt;p&gt;Dies macht die letzte Änderung des aktuellen Editors rückgängig.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Redo</source>
         <translation>Wiederherstellen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>&amp;Redo</source>
         <translation>Wieder&amp;herstellen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="756"/>
-        <source>Redo the last change</source>
-        <translation>Die letzte Änderung wiederherstellen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="758"/>
+        <source>Redo the last change</source>
+        <translation>Die letzte Änderung wiederherstellen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="760"/>
         <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Wiederherstellen&lt;/b&gt;&lt;p&gt;Dies stellt die letzte Änderung des aktuellen Editors wieder her.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cut</source>
         <translation>Ausschneiden</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cu&amp;t</source>
         <translation>&amp;Ausschneiden</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="791"/>
-        <source>Cut the selection</source>
-        <translation>Schneidet die Auswahl aus</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="793"/>
+        <source>Cut the selection</source>
+        <translation>Schneidet die Auswahl aus</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="795"/>
         <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ausschneiden&lt;/b&gt;&lt;p&gt;Dies schneidet den ausgewählten Text des aktuellen Editors aus und legt ihn in der Zwischenablage ab.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Copy</source>
         <translation>Kopieren</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>&amp;Copy</source>
         <translation>&amp;Kopieren</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="808"/>
-        <source>Copy the selection</source>
-        <translation>Kopiert die Auswahl</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="810"/>
+        <source>Copy the selection</source>
+        <translation>Kopiert die Auswahl</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="812"/>
         <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Kopieren&lt;/b&gt;&lt;p&gt;Dies kopiert den ausgewählten Text des aktuellen Editors in die Zwischenablage.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Paste</source>
         <translation>Einfügen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>&amp;Paste</source>
         <translation>Ein&amp;fügen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="825"/>
-        <source>Paste the last cut/copied text</source>
-        <translation>Fügt den Inhalt der Zwischenablage ein</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="827"/>
+        <source>Paste the last cut/copied text</source>
+        <translation>Fügt den Inhalt der Zwischenablage ein</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="829"/>
         <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard to the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Einfügen&lt;/b&gt;&lt;p&gt;Dies fügt den zuletzt ausgeschnittenen/kopierten Text aus der Zwischenablage in den aktuellen Editor ein.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Clear</source>
         <translation>Löschen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Cl&amp;ear</source>
         <translation>All&amp;es löschen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="842"/>
-        <source>Clear all text</source>
-        <translation>Löscht den gesamten Text</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="844"/>
+        <source>Clear all text</source>
+        <translation>Löscht den gesamten Text</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="846"/>
         <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Alles Löschen&lt;/b&gt;&lt;p&gt;Dies löscht den gesamten Text des aktuellen Editors.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Indent</source>
         <translation>Einrücken</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>&amp;Indent</source>
         <translation>Ei&amp;nrücken</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="858"/>
+        <location filename="ViewManager/ViewManager.py" line="860"/>
         <source>Indent line</source>
         <translation>Zeile einrücken</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="859"/>
+        <location filename="ViewManager/ViewManager.py" line="861"/>
         <source>&lt;b&gt;Indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Einrücken&lt;/b&gt;&lt;p&gt;Dies erhöht die Einrückung der aktuellen Zeile oder Auswahl um eine Ebene.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Unindent</source>
         <translation>Einrücken rückgängig</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>U&amp;nindent</source>
         <translation>Einrücken rück&amp;gängig</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="874"/>
-        <source>Unindent line</source>
-        <translation>Einrücken der Zeile rückgängig machen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="876"/>
+        <source>Unindent line</source>
+        <translation>Einrücken der Zeile rückgängig machen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="878"/>
         <source>&lt;b&gt;Unindent&lt;/b&gt;&lt;p&gt;Unindents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Einrücken rückgängig&lt;/b&gt;&lt;p&gt;Dies vermindert die Einrückung der aktuellen Zeile oder Auswahl um eine Ebene.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Comment</source>
         <translation>Kommentar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>C&amp;omment</source>
         <translation>K&amp;ommentar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="909"/>
-        <source>Comment Line or Selection</source>
-        <translation>Kommentiert eine Zeile oder die Auswahl</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="911"/>
+        <source>Comment Line or Selection</source>
+        <translation>Kommentiert eine Zeile oder die Auswahl</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="913"/>
         <source>&lt;b&gt;Comment&lt;/b&gt;&lt;p&gt;Comments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Kommentar&lt;/b&gt;&lt;p&gt;Dies kommentiert die aktuelle Zeile oder die aktuelle Auswahl.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Uncomment</source>
         <translation>Kommentar entfernen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Unco&amp;mment</source>
         <translation>Ko&amp;mmentar entfernen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="926"/>
-        <source>Uncomment Line or Selection</source>
-        <translation>Kommentar einer Zeile oder der Auswahl entfernen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="928"/>
+        <source>Uncomment Line or Selection</source>
+        <translation>Kommentar einer Zeile oder der Auswahl entfernen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="930"/>
         <source>&lt;b&gt;Uncomment&lt;/b&gt;&lt;p&gt;Uncomments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Kommentar entfernen&lt;/b&gt;&lt;p&gt;Dies entfernt den Kommentar der aktuellen Zeile oder der aktuelle Auswahl.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="986"/>
+        <location filename="ViewManager/ViewManager.py" line="988"/>
         <source>Select all text</source>
         <translation>Gesamten text auswählen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1002"/>
+        <location filename="ViewManager/ViewManager.py" line="1004"/>
         <source>Deselect all text</source>
         <translation>Hebt die Auswahl auf</translation>
     </message>
@@ -39191,332 +39273,332 @@
         <translation>&lt;b&gt;Ersetzen&lt;/b&gt;&lt;p&gt;Dies sucht nach Text im aktuellen Editor und ersetzt ihn. Es wird ein Dialog eingeblendet, in dem der Suchtext, der Ersetzungstext und verschieden Such- und Ersetzungsoptionen eingegeben werden kann.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2069"/>
+        <location filename="ViewManager/ViewManager.py" line="2071"/>
         <source>Goto Line</source>
         <translation>Gehe zu Zeile</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>&amp;Goto Line...</source>
         <translation>Gehe zu &amp;Zeile...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2070"/>
+        <location filename="ViewManager/ViewManager.py" line="2072"/>
         <source>&lt;b&gt;Goto Line&lt;/b&gt;&lt;p&gt;Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Gehe zu Zeile&lt;/b&gt;&lt;p&gt;Dies springt zur angegebenen Zeile im aktuellen Editor. Es wird ein Dialog eingeblendet, in dem die Zeilennummer eingegeben werden kann.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2238"/>
+        <location filename="ViewManager/ViewManager.py" line="2240"/>
         <source>Zoom in on the text</source>
         <translation>Text vergrößern</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2254"/>
+        <location filename="ViewManager/ViewManager.py" line="2256"/>
         <source>Zoom out on the text</source>
         <translation>Text verkleinern</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Zoom</source>
         <translation>Maßstab</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>&amp;Zoom</source>
         <translation>&amp;Maßstab</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2270"/>
-        <source>Zoom the text</source>
-        <translation>Den Maßstab des Textes ändern</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2272"/>
+        <source>Zoom the text</source>
+        <translation>Den Maßstab des Textes ändern</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2274"/>
         <source>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom the text. This opens a dialog where the desired size can be entered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Maßstab&lt;/b&gt;&lt;p&gt;dies ändert den Textmaßstab. Es wird ein dialog eingeblendet, in dem der Maßstab eingegeben werden kann.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2284"/>
-        <source>Toggle all folds</source>
-        <translation>Alle Faltungen umschalten</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2280"/>
-        <source>Toggle &amp;all folds</source>
-        <translation>&amp;Alle Faltungen umschalten</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2286"/>
+        <source>Toggle all folds</source>
+        <translation>Alle Faltungen umschalten</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2282"/>
+        <source>Toggle &amp;all folds</source>
+        <translation>&amp;Alle Faltungen umschalten</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2288"/>
         <source>&lt;b&gt;Toggle all folds&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Alle Faltungen umschalten&lt;/b&gt;&lt;p&gt;Dies schaltet alle Faltungen des aktuellen Editors um.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>File Modified</source>
         <translation>Datei geändert</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1015"/>
-        <source>Convert Line End Characters</source>
-        <translation>Zeilenende Marke umwandeln</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="1011"/>
-        <source>Convert &amp;Line End Characters</source>
-        <translation>&amp;Zeilenende Marke umwandeln</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1017"/>
+        <source>Convert Line End Characters</source>
+        <translation>Zeilenende Marke umwandeln</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1013"/>
+        <source>Convert &amp;Line End Characters</source>
+        <translation>&amp;Zeilenende Marke umwandeln</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1019"/>
         <source>&lt;b&gt;Convert Line End Characters&lt;/b&gt;&lt;p&gt;Convert the line end characters to the currently set type.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zeilenende Marke umwandeln&lt;/b&gt;&lt;p&gt;Dies wandelt die Zeilenende Marke in den aktuell eingestellten Typ um.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2314"/>
-        <source>Toggle current fold</source>
-        <translation>Aktuelle Faltung umschalten</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2310"/>
-        <source>Toggle &amp;current fold</source>
-        <translation>Aktuelle &amp;Faltung umschalten</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2316"/>
+        <source>Toggle current fold</source>
+        <translation>Aktuelle Faltung umschalten</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2312"/>
+        <source>Toggle &amp;current fold</source>
+        <translation>Aktuelle &amp;Faltung umschalten</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2318"/>
         <source>&lt;b&gt;Toggle current fold&lt;/b&gt;&lt;p&gt;Toggle the folds of the current line of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Aktuelle Faltung umschalten&lt;/b&gt;&lt;p&gt;Dies schaltet die Faltung der aktuellen Zeile des aktuellen Editors um.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Clos&amp;e All</source>
         <translation>Alle &amp;schließen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save as</source>
         <translation>Speichern unter</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save &amp;as...</source>
         <translation>Speichern &amp;unter...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save all</source>
         <translation>Alles speichern</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save a&amp;ll...</source>
         <translation>&amp;Alles speichern...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Pro&amp;ject</source>
         <translation>In Pro&amp;jekt speichern</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Select all</source>
         <translation>Alles auswählen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>&amp;Select all</source>
         <translation>A&amp;lles auswählen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Deselect all</source>
         <translation>Auswahl aufheben</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>&amp;Deselect all</source>
         <translation>Aus&amp;wahl aufheben</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom in</source>
         <translation>Vergrößern</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom &amp;in</source>
         <translation>Ver&amp;größern</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom out</source>
         <translation>Verkleinern</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom &amp;out</source>
         <translation>Ver&amp;kleinern</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2240"/>
+        <location filename="ViewManager/ViewManager.py" line="2242"/>
         <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the text. This makes the text bigger.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vergrößern&lt;/b&gt;&lt;p&gt;Den angezeigten Text vergrößern.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2256"/>
+        <location filename="ViewManager/ViewManager.py" line="2258"/>
         <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the text. This makes the text smaller.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Verkleinern&lt;/b&gt;&lt;p&gt;Den angezeigten Text verkleinern.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to brace</source>
         <translation>Zur Klammer auswählen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to &amp;brace</source>
         <translation>Zur Klammer ausw&amp;ählen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="971"/>
+        <location filename="ViewManager/ViewManager.py" line="973"/>
         <source>Select text to the matching brace</source>
         <translation>Text bis zur passenden Klammer auswählen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2085"/>
-        <source>Goto Brace</source>
-        <translation>Gehe zu Klammer</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
-        <source>Goto &amp;Brace</source>
-        <translation>Gehe zu &amp;Klammer</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2087"/>
+        <source>Goto Brace</source>
+        <translation>Gehe zu Klammer</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
+        <source>Goto &amp;Brace</source>
+        <translation>Gehe zu &amp;Klammer</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2089"/>
         <source>&lt;b&gt;Goto Brace&lt;/b&gt;&lt;p&gt;Go to the matching brace in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Gehe zu Klammer&lt;/b&gt;&lt;p&gt;Gehe zur passenden Klammer im aktuellen Editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in Files</source>
         <translation>Suchen in Dateien</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in &amp;Files...</source>
         <translation>Suchen in &amp;Dateien...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2104"/>
-        <source>Search for a text in files</source>
-        <translation>Nach Text im Dateien suchen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2106"/>
+        <source>Search for a text in files</source>
+        <translation>Nach Text im Dateien suchen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2108"/>
         <source>&lt;b&gt;Search in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project. A dialog is shown to enter the searchtext and options for the search and to display the result.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Suchen in Dateien&lt;/b&gt;&lt;p&gt;Sucht nach Text in den Dateien eines Verzeichnisbaumes oder des Projektes. Es wird ein Dialog angezeigt, in dem der Suchtext und die Suchoptionen eingegeben werden können und in dem das Suchresultat angezeigt wird.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="936"/>
+        <location filename="ViewManager/ViewManager.py" line="938"/>
         <source>Stream Comment</source>
         <translation>Stream Kommentar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="940"/>
-        <source>Stream Comment Line or Selection</source>
-        <translation>Stream kommentiert eine Zeile oder die Auswahl</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="950"/>
-        <source>Box Comment</source>
-        <translation>Box Kommentar</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="954"/>
-        <source>Box Comment Line or Selection</source>
-        <translation>Box kommentiert eine Zeile oder die Auswahl</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="956"/>
-        <source>&lt;b&gt;Box Comment&lt;/b&gt;&lt;p&gt;Box comments the current line or the lines of the current selection.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Box Kommentar&lt;/b&gt;&lt;p&gt;Dies kommentiert die aktuelle Zeile oder die Zeilen der aktuelle Auswahl mit einem Box Kommentar.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="942"/>
+        <source>Stream Comment Line or Selection</source>
+        <translation>Stream kommentiert eine Zeile oder die Auswahl</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="952"/>
+        <source>Box Comment</source>
+        <translation>Box Kommentar</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="956"/>
+        <source>Box Comment Line or Selection</source>
+        <translation>Box kommentiert eine Zeile oder die Auswahl</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="958"/>
+        <source>&lt;b&gt;Box Comment&lt;/b&gt;&lt;p&gt;Box comments the current line or the lines of the current selection.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Box Kommentar&lt;/b&gt;&lt;p&gt;Dies kommentiert die aktuelle Zeile oder die Zeilen der aktuelle Auswahl mit einem Box Kommentar.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="944"/>
         <source>&lt;b&gt;Stream Comment&lt;/b&gt;&lt;p&gt;Stream comments the current line or the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Stream Kommentar&lt;/b&gt;&lt;p&gt;Dies kommentiert die aktuelle Zeile oder die aktuelle Auswahl mit einem Stream Kommentar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="772"/>
-        <source>Revert to last saved state</source>
-        <translation>Zurück zum letzten gesichert Zustand</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
-        <source>Re&amp;vert to last saved state</source>
-        <translation>&amp;Zurück zum letzten gesichert Zustand</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="774"/>
+        <source>Revert to last saved state</source>
+        <translation>Zurück zum letzten gesichert Zustand</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
+        <source>Re&amp;vert to last saved state</source>
+        <translation>&amp;Zurück zum letzten gesichert Zustand</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="776"/>
         <source>&lt;b&gt;Revert to last saved state&lt;/b&gt;&lt;p&gt;Undo all changes up to the last saved state of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zurück zum letzten gesichert Zustand&lt;/b&gt;&lt;p&gt;Dies nimmt alle Änderungen des aktuellen Editors bis zum letzten gesicherten Zustand zurück.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>Split view</source>
         <translation>Ansicht aufteilen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>&amp;Split view</source>
         <translation>An&amp;sicht aufteilen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2342"/>
-        <source>Add a split to the view</source>
-        <translation>Fügt eine weiter Ansicht hinzu</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2344"/>
+        <source>Add a split to the view</source>
+        <translation>Fügt eine weiter Ansicht hinzu</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2346"/>
         <source>&lt;b&gt;Split view&lt;/b&gt;&lt;p&gt;Add a split to the view.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ansicht aufteilen&lt;/b&gt;&lt;p&gt;Fügt eine weitere Ansicht hinzu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange horizontally</source>
         <translation>Horizontal anordnen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange &amp;horizontally</source>
         <translation>&amp;Horizontal anordnen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2356"/>
-        <source>Arrange the splitted views horizontally</source>
-        <translation>Ordnet die geteilten Ansichten horizontal an</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2358"/>
+        <source>Arrange the splitted views horizontally</source>
+        <translation>Ordnet die geteilten Ansichten horizontal an</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2360"/>
         <source>&lt;b&gt;Arrange horizontally&lt;/b&gt;&lt;p&gt;Arrange the splitted views horizontally.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Horizontal anordnen&lt;/b&gt;&lt;p&gt;Ordnet die geteilten Ansichten horizontal an.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>Remove split</source>
         <translation>Geteilte Ansicht löschen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>&amp;Remove split</source>
         <translation>Geteilte Ansicht &amp;löschen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2372"/>
-        <source>Remove the current split</source>
-        <translation>Löscht die aktuelle Ansicht</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2374"/>
+        <source>Remove the current split</source>
+        <translation>Löscht die aktuelle Ansicht</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2376"/>
         <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Geteilte Ansicht löschen&lt;/b&gt;&lt;p&gt;Löscht die aktuelle Ansicht&lt;/p&gt;</translation>
     </message>
@@ -40051,207 +40133,207 @@
         <translation>Ctrl+Shift+U</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2479"/>
+        <location filename="ViewManager/ViewManager.py" line="2481"/>
         <source>Start Macro Recording</source>
         <translation>Makroaufzeichnung starten</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2474"/>
+        <location filename="ViewManager/ViewManager.py" line="2476"/>
         <source>S&amp;tart Macro Recording</source>
         <translation>Makroaufzeichnung s&amp;tarten</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2481"/>
+        <location filename="ViewManager/ViewManager.py" line="2483"/>
         <source>&lt;b&gt;Start Macro Recording&lt;/b&gt;&lt;p&gt;Start recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Makroaufzeichnung starten&lt;/b&gt;&lt;p&gt;Startet die Aufzeichnung von Editorbefehlen in ein neues Makro.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2494"/>
-        <source>Stop Macro Recording</source>
-        <translation>Makroaufzeichnung stoppen</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2489"/>
-        <source>Sto&amp;p Macro Recording</source>
-        <translation>Makroaufzeichnung sto&amp;ppen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2496"/>
+        <source>Stop Macro Recording</source>
+        <translation>Makroaufzeichnung stoppen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2491"/>
+        <source>Sto&amp;p Macro Recording</source>
+        <translation>Makroaufzeichnung sto&amp;ppen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2498"/>
         <source>&lt;b&gt;Stop Macro Recording&lt;/b&gt;&lt;p&gt;Stop recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Makroaufzeichnung stoppen&lt;/b&gt;&lt;p&gt;Stopt die Aufzeichnung von Editorbefehlen in ein neues Makro.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2507"/>
+        <location filename="ViewManager/ViewManager.py" line="2509"/>
         <source>Run Macro</source>
         <translation>Makro ausführen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2504"/>
+        <location filename="ViewManager/ViewManager.py" line="2506"/>
         <source>&amp;Run Macro</source>
         <translation>Makro &amp;ausführen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2508"/>
+        <location filename="ViewManager/ViewManager.py" line="2510"/>
         <source>&lt;b&gt;Run Macro&lt;/b&gt;&lt;p&gt;Run a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Makro ausführen&lt;/b&gt;&lt;p&gt;Führt ein vorher aufgezeichnetes Makro aus.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2519"/>
-        <source>Delete Macro</source>
-        <translation>Makro löschen</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2515"/>
-        <source>&amp;Delete Macro</source>
-        <translation>Makro &amp;löschen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2521"/>
+        <source>Delete Macro</source>
+        <translation>Makro löschen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2517"/>
+        <source>&amp;Delete Macro</source>
+        <translation>Makro &amp;löschen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2523"/>
         <source>&lt;b&gt;Delete Macro&lt;/b&gt;&lt;p&gt;Delete a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Makro löschen&lt;/b&gt;&lt;p&gt;Löscht ein vorher aufgezeichnetes Makro.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2531"/>
-        <source>Load Macro</source>
-        <translation>Makro laden</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2528"/>
-        <source>&amp;Load Macro</source>
-        <translation>Makro la&amp;den</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2543"/>
-        <source>Save Macro</source>
-        <translation>Makro speichern</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2540"/>
-        <source>&amp;Save Macro</source>
-        <translation>Makro &amp;speichern</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2533"/>
-        <source>&lt;b&gt;Load Macro&lt;/b&gt;&lt;p&gt;Load an editor macro from a file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Makro laden&lt;/b&gt;&lt;p&gt;Lädt ein Makro aus einer Datei.&lt;/p&gt;</translation>
+        <source>Load Macro</source>
+        <translation>Makro laden</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2530"/>
+        <source>&amp;Load Macro</source>
+        <translation>Makro la&amp;den</translation>
     </message>
     <message>
         <location filename="ViewManager/ViewManager.py" line="2545"/>
+        <source>Save Macro</source>
+        <translation>Makro speichern</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2542"/>
+        <source>&amp;Save Macro</source>
+        <translation>Makro &amp;speichern</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2535"/>
+        <source>&lt;b&gt;Load Macro&lt;/b&gt;&lt;p&gt;Load an editor macro from a file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Makro laden&lt;/b&gt;&lt;p&gt;Lädt ein Makro aus einer Datei.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2547"/>
         <source>&lt;b&gt;Save Macro&lt;/b&gt;&lt;p&gt;Save a previously recorded editor macro to a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Makro speichern&lt;/b&gt;&lt;p&gt;Speichert ein vorher aufgezeichnetes Makro in eine Datei.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2583"/>
-        <source>Toggle Bookmark</source>
-        <translation>Lesezeichen setzen/löschen</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
-        <source>&amp;Toggle Bookmark</source>
-        <translation>&amp;Lesezeichen setzen/löschen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2585"/>
+        <source>Toggle Bookmark</source>
+        <translation>Lesezeichen setzen/löschen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
+        <source>&amp;Toggle Bookmark</source>
+        <translation>&amp;Lesezeichen setzen/löschen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2587"/>
         <source>&lt;b&gt;Toggle Bookmark&lt;/b&gt;&lt;p&gt;Toggle a bookmark at the current line of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Lesezeichen setzen/löschen&lt;/b&gt;&lt;p&gt;Setzt/löscht ein Lesezeichen in der aktuellen Zeile des aktuellen Editors.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2599"/>
-        <source>Next Bookmark</source>
-        <translation>Nächstes Lesezeichen</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
-        <source>&amp;Next Bookmark</source>
-        <translation>&amp;Nächstes Lesezeichen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2601"/>
+        <source>Next Bookmark</source>
+        <translation>Nächstes Lesezeichen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
+        <source>&amp;Next Bookmark</source>
+        <translation>&amp;Nächstes Lesezeichen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2603"/>
         <source>&lt;b&gt;Next Bookmark&lt;/b&gt;&lt;p&gt;Go to next bookmark of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nächstes Lesezeichen&lt;/b&gt;&lt;p&gt;Gehe zum nächsten Lesezeichen des aktuellen Editors.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2615"/>
-        <source>Previous Bookmark</source>
-        <translation>Vorheriges Lesezeichen</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
-        <source>&amp;Previous Bookmark</source>
-        <translation>&amp;Vorheriges Lesezeichen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2617"/>
+        <source>Previous Bookmark</source>
+        <translation>Vorheriges Lesezeichen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
+        <source>&amp;Previous Bookmark</source>
+        <translation>&amp;Vorheriges Lesezeichen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2619"/>
         <source>&lt;b&gt;Previous Bookmark&lt;/b&gt;&lt;p&gt;Go to previous bookmark of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vorheriges Lesezeichen&lt;/b&gt;&lt;p&gt;Gehe zum vorherigen Lesezeichen des aktuellen Editors.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2632"/>
-        <source>Clear Bookmarks</source>
-        <translation>Lesezeichen löschen</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
-        <source>&amp;Clear Bookmarks</source>
-        <translation>Lesezeichen l&amp;öschen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2634"/>
+        <source>Clear Bookmarks</source>
+        <translation>Lesezeichen löschen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
+        <source>&amp;Clear Bookmarks</source>
+        <translation>Lesezeichen l&amp;öschen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2636"/>
         <source>&lt;b&gt;Clear Bookmarks&lt;/b&gt;&lt;p&gt;Clear bookmarks of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Lesezeichen löschen&lt;/b&gt;&lt;p&gt;Lesezeichen aller Editoren löschen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2797"/>
+        <location filename="ViewManager/ViewManager.py" line="2799"/>
         <source>&amp;Bookmarks</source>
         <translation>&amp;Lesezeichen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2329"/>
-        <source>Remove all highlights</source>
-        <translation>Hervorhebungen löschen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2331"/>
+        <source>Remove all highlights</source>
+        <translation>Hervorhebungen löschen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2333"/>
         <source>&lt;b&gt;Remove all highlights&lt;/b&gt;&lt;p&gt;Remove the highlights of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Hervorhebungen löschen&lt;/b&gt;&lt;p&gt;Hervorhebungen aller Editoren löschen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Autocomplete</source>
         <translation>Vervollständigen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1816"/>
+        <location filename="ViewManager/ViewManager.py" line="1818"/>
         <source>&amp;Autocomplete</source>
         <translation>&amp;Vervollständigen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1045"/>
-        <source>Autocomplete current word</source>
-        <translation>Aktuelles Wort vervollständigen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1047"/>
+        <source>Autocomplete current word</source>
+        <translation>Aktuelles Wort vervollständigen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1049"/>
         <source>&lt;b&gt;Autocomplete&lt;/b&gt;&lt;p&gt;Performs an autocompletion of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vervollständigen&lt;/b&gt;&lt;p&gt;Führt eine Vervollständigung des Wortes, das den Cursor enthält, durch.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="641"/>
+        <location filename="ViewManager/ViewManager.py" line="643"/>
         <source>Open &amp;Bookmarked Files</source>
         <translation>Ge&amp;merkte Dateien</translation>
     </message>
     <message>
+        <location filename="ViewManager/ViewManager.py" line="3660"/>
+        <source>&amp;Clear</source>
+        <translation>&amp;Löschen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="3656"/>
+        <source>&amp;Add</source>
+        <translation>&amp;Hinzufügen</translation>
+    </message>
+    <message>
         <location filename="ViewManager/ViewManager.py" line="3658"/>
-        <source>&amp;Clear</source>
-        <translation>&amp;Löschen</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="3654"/>
-        <source>&amp;Add</source>
-        <translation>&amp;Hinzufügen</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="3656"/>
         <source>&amp;Edit...</source>
         <translation>&amp;Bearbeiten...</translation>
     </message>
@@ -40361,12 +40443,12 @@
         <translation>Seitenumbruch</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1028"/>
+        <location filename="ViewManager/ViewManager.py" line="1030"/>
         <source>Shorten empty lines</source>
         <translation>Leere Zeilen verkürzen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1030"/>
+        <location filename="ViewManager/ViewManager.py" line="1032"/>
         <source>&lt;b&gt;Shorten empty lines&lt;/b&gt;&lt;p&gt;Shorten lines consisting solely of whitespace characters.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Leere Zeilen verkürzen&lt;/b&gt;&lt;p&gt;Zeilen, die nur aus Leerzeichen und Tabulatoren bestehen, werden verkürzt.&lt;/p&gt;</translation>
     </message>
@@ -40381,129 +40463,129 @@
         <translation>Esc</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Autocomplete from Document</source>
         <translation>Vervollständigung vom Dokument</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1060"/>
-        <source>Autocomplete current word from Document</source>
-        <translation>Aktuelles Wort vom Dokument vervollständigen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1062"/>
+        <source>Autocomplete current word from Document</source>
+        <translation>Aktuelles Wort vom Dokument vervollständigen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1064"/>
         <source>&lt;b&gt;Autocomplete from Document&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vervollständigung vom Dokument&lt;/b&gt;&lt;p&gt;Vervollständigt das Wort, das den Cursor enthält, vom Dokument.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Autocomplete from APIs</source>
         <translation>Vervollständigung von APIs</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1077"/>
-        <source>Autocomplete current word from APIs</source>
-        <translation>Aktuelles Wort von APIs vervollständigen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1079"/>
+        <source>Autocomplete current word from APIs</source>
+        <translation>Aktuelles Wort von APIs vervollständigen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1081"/>
         <source>&lt;b&gt;Autocomplete from APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vervollständigung von APIs&lt;/b&gt;&lt;p&gt;Vervollständigt das Wort, das den Cursor enthält, von APIs.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2648"/>
-        <source>Goto Syntax Error</source>
-        <translation>Zu Syntaxfehler gehen</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2642"/>
-        <source>&amp;Goto Syntax Error</source>
-        <translation>Zu Syntaxfehler &amp;gehen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2650"/>
+        <source>Goto Syntax Error</source>
+        <translation>Zu Syntaxfehler gehen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2644"/>
+        <source>&amp;Goto Syntax Error</source>
+        <translation>Zu Syntaxfehler &amp;gehen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2652"/>
         <source>&lt;b&gt;Goto Syntax Error&lt;/b&gt;&lt;p&gt;Go to next syntax error of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zu Syntaxfehler gehen&lt;/b&gt;&lt;p&gt;Gehe zum nächsten Syntaxfehler des aktuellen Editors.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2663"/>
-        <source>Clear Syntax Errors</source>
-        <translation>Syntaxfehler löschen</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2658"/>
-        <source>Clear &amp;Syntax Errors</source>
-        <translation>Synta&amp;xfehler löschen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2665"/>
+        <source>Clear Syntax Errors</source>
+        <translation>Syntaxfehler löschen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2660"/>
+        <source>Clear &amp;Syntax Errors</source>
+        <translation>Synta&amp;xfehler löschen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2667"/>
         <source>&lt;b&gt;Clear Syntax Errors&lt;/b&gt;&lt;p&gt;Clear syntax errors of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Syntaxfehler löschen&lt;/b&gt;&lt;p&gt;Syntaxfehler aller Editoren löschen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search File</source>
         <translation>Datei suchen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search &amp;File...</source>
         <translation>Da&amp;tei suchen...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="623"/>
-        <source>Search for a file</source>
-        <translation>Nach einer Datei suchen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="625"/>
+        <source>Search for a file</source>
+        <translation>Nach einer Datei suchen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="627"/>
         <source>&lt;b&gt;Search File&lt;/b&gt;&lt;p&gt;Search for a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Datei suchen&lt;/b&gt;&lt;p&gt;Nach einer Datei suchen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2730"/>
-        <source>Next uncovered line</source>
-        <translation>Nächste nichtabgedeckte Zeile</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2724"/>
-        <source>&amp;Next uncovered line</source>
-        <translation>&amp;Nächste nichtabgedeckte Zeile</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2732"/>
+        <source>Next uncovered line</source>
+        <translation>Nächste nichtabgedeckte Zeile</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2726"/>
+        <source>&amp;Next uncovered line</source>
+        <translation>&amp;Nächste nichtabgedeckte Zeile</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2734"/>
         <source>&lt;b&gt;Next uncovered line&lt;/b&gt;&lt;p&gt;Go to next line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nächste nichtabgedeckte Zeile&lt;/b&gt;&lt;p&gt;Gehe zur nächsten als nicht abgedeckt markierten Zeile des aktiven Editors.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2746"/>
-        <source>Previous uncovered line</source>
-        <translation>Vorige nichtabgedeckte Zeile</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2739"/>
-        <source>&amp;Previous uncovered line</source>
-        <translation>&amp;Vorige nichtabgedeckte Zeile</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2748"/>
+        <source>Previous uncovered line</source>
+        <translation>Vorige nichtabgedeckte Zeile</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2741"/>
+        <source>&amp;Previous uncovered line</source>
+        <translation>&amp;Vorige nichtabgedeckte Zeile</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2750"/>
         <source>&lt;b&gt;Previous uncovered line&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vorige nichtabgedeckte Zeile&lt;/b&gt;&lt;p&gt;Gehe zur vorigen als nicht abgedeckt markierten Zeile des aktiven Editors.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Alt+Backspace</source>
         <comment>Edit|Undo</comment>
         <translation>Alt+Backspace</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Shift+Del</source>
         <comment>Edit|Cut</comment>
         <translation>Shift+Del</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Shift+Ins</source>
         <comment>Edit|Paste</comment>
         <translation>Shift+Ins</translation>
@@ -40514,140 +40596,140 @@
         <translation>Shift+Backspace</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; enthält ungesicherte Änderungen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="479"/>
+        <location filename="ViewManager/ViewManager.py" line="481"/>
         <source>Open a file</source>
         <translation>Datei öffnen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="480"/>
+        <location filename="ViewManager/ViewManager.py" line="482"/>
         <source>&lt;b&gt;Open a file&lt;/b&gt;&lt;p&gt;You will be asked for the name of a file to be opened in an editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Datei öffnen&lt;/b&gt;&lt;p&gt;Sie werden nach dem Namen einer Datei gefragt, die in einem Editor geöffnet werden soll.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2144"/>
+        <location filename="ViewManager/ViewManager.py" line="2146"/>
         <source>Quicksearch</source>
         <translation>Schnellsuche</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>Ctrl+Shift+K</source>
         <comment>Search|Quicksearch</comment>
         <translation>Ctrl+Shift+K</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2014"/>
+        <location filename="ViewManager/ViewManager.py" line="2016"/>
         <source>Perform a quicksearch</source>
         <translation>Führe eine Schnellsuche durch</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch backwards</source>
         <translation>Schnellsuche rückwärts</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Ctrl+Shift+J</source>
         <comment>Search|Quicksearch backwards</comment>
         <translation>Ctrl+Shift+J</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2033"/>
+        <location filename="ViewManager/ViewManager.py" line="2035"/>
         <source>Perform a quicksearch backwards</source>
         <translation>Führe eine Schnellsuche rückwärts durch</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>&amp;Quicksearch</source>
         <translation>Schne&amp;llsuche</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch &amp;backwards</source>
         <translation>Schnellsuche &amp;rückwärts</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch extend</source>
         <translation>Schnellsuche erweitern</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch e&amp;xtend</source>
         <translation>Schnellsuche er&amp;weitern</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Ctrl+Shift+H</source>
         <comment>Search|Quicksearch extend</comment>
         <translation>Ctrl+Shift+H</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2051"/>
-        <source>Extend the quicksearch to the end of the current word</source>
-        <translation>Erweitere die Schnellsuche bis zum Ende des aktuellen Wortes</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2053"/>
+        <source>Extend the quicksearch to the end of the current word</source>
+        <translation>Erweitere die Schnellsuche bis zum Ende des aktuellen Wortes</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2055"/>
         <source>&lt;b&gt;Quicksearch extend&lt;/b&gt;&lt;p&gt;This extends the quicksearch text to the end of the word currently found.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schnellsuche erweitern&lt;/b&gt;&lt;p&gt;Dies erweitert den Schnellsuchetext bis zum Ende des aktuell gefundenen Wortes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Smart indent</source>
         <translation>Überwachte Einrückung</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="892"/>
-        <source>Smart indent Line or Selection</source>
-        <translation>Rückt eine Zeile oder Auswahl mit Überwachung ein</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="894"/>
+        <source>Smart indent Line or Selection</source>
+        <translation>Rückt eine Zeile oder Auswahl mit Überwachung ein</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="896"/>
         <source>&lt;b&gt;Smart indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the current selection smartly.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Überwachte Einrückung&lt;/b&gt;&lt;p&gt;Dies rückt die aktuelle Zeile oder die Zeilen der aktuellen Auswahl ein, wobei nur sinnvolle Einrückungstiefen erlaubt sind.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Next split</source>
         <translation>Nächste Ansichte</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>&amp;Next split</source>
         <translation>&amp;Nächste Ansicht</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2387"/>
-        <source>Move to the next split</source>
-        <translation>Gehe zur nächsten Ansicht</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2389"/>
+        <source>Move to the next split</source>
+        <translation>Gehe zur nächsten Ansicht</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2391"/>
         <source>&lt;b&gt;Next split&lt;/b&gt;&lt;p&gt;Move to the next split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nächste Ansicht&lt;/b&gt;&lt;p&gt;Gehe zur nächsten Ansicht.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Previous split</source>
         <translation>Vorherige Ansicht</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>&amp;Previous split</source>
         <translation>&amp;Vorherige Ansicht</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2402"/>
-        <source>Move to the previous split</source>
-        <translation>Gehe zur vorherigen Ansicht</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2404"/>
+        <source>Move to the previous split</source>
+        <translation>Gehe zur vorherigen Ansicht</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2406"/>
         <source>&lt;b&gt;Previous split&lt;/b&gt;&lt;p&gt;Move to the previous split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vorherige Ansicht&lt;/b&gt;&lt;p&gt;Gehe zur vorherigen Ansicht.&lt;/p&gt;</translation>
     </message>
@@ -40662,38 +40744,38 @@
         <translation>Eingabe</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1096"/>
+        <location filename="ViewManager/ViewManager.py" line="1098"/>
         <source>Autocomplete current word from Document and APIs</source>
         <translation>Aktuelles Wort vom Dokument und von APIs vervollständigen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Autocomplete from Document and APIs</source>
         <translation>Vervollständigung vom Dokument und von APIs</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Alt+Shift+Space</source>
         <comment>Edit|Autocomplete from Document and APIs</comment>
         <translation>Alt+Shift+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1098"/>
+        <location filename="ViewManager/ViewManager.py" line="1100"/>
         <source>&lt;b&gt;Autocomplete from Document and APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document and APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vervollständigung vom Dokument und von APIs&lt;/b&gt;&lt;p&gt;Vervollständigt das Wort, das den Cursor enthält, vom Dokument und von APIs.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2299"/>
-        <source>Toggle all folds (including children)</source>
-        <translation>Alle Faltungen umschalten (inkl. Unterfaltungen)</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2294"/>
-        <source>Toggle all &amp;folds (including children)</source>
-        <translation>Alle Faltungen &amp;umschalten (inkl. Unterfaltungen)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2301"/>
+        <source>Toggle all folds (including children)</source>
+        <translation>Alle Faltungen umschalten (inkl. Unterfaltungen)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2296"/>
+        <source>Toggle all &amp;folds (including children)</source>
+        <translation>Alle Faltungen &amp;umschalten (inkl. Unterfaltungen)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2303"/>
         <source>&lt;b&gt;Toggle all folds (including children)&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor including all children.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Alle Faltungen umschalten (inkl. Unterfaltungen)&lt;/b&gt;&lt;p&gt;Dies schaltet alle Faltungen des aktuellen Editors inklusive Unterfaltungen um.&lt;/p&gt;</translation>
     </message>
@@ -40708,178 +40790,178 @@
         <translation>Ctrl+Shift+D</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>Ctrl+N</source>
         <comment>File|New</comment>
         <translation>Ctrl+N</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Ctrl+O</source>
         <comment>File|Open</comment>
         <translation>Ctrl+O</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Ctrl+W</source>
         <comment>File|Close</comment>
         <translation>Ctrl+W</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Ctrl+S</source>
         <comment>File|Save</comment>
         <translation>Ctrl+S</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Shift+Ctrl+S</source>
         <comment>File|Save As</comment>
         <translation>Shift+Ctrl+S</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Ctrl+P</source>
         <comment>File|Print</comment>
         <translation>Ctrl+P</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Alt+Ctrl+F</source>
         <comment>File|Search File</comment>
         <translation>Alt+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="638"/>
+        <location filename="ViewManager/ViewManager.py" line="640"/>
         <source>&amp;File</source>
         <translation>&amp;Datei</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="689"/>
+        <location filename="ViewManager/ViewManager.py" line="691"/>
         <source>File</source>
         <translation>Datei</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Ctrl+Z</source>
         <comment>Edit|Undo</comment>
         <translation>Ctrl+Z</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Ctrl+Shift+Z</source>
         <comment>Edit|Redo</comment>
         <translation>Ctrl+Shift+Z</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
         <source>Ctrl+Y</source>
         <comment>Edit|Revert</comment>
         <translation>Ctrl+Y</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Ctrl+X</source>
         <comment>Edit|Cut</comment>
         <translation>Ctrl+X</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+C</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+Ins</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+Einfg</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Ctrl+V</source>
         <comment>Edit|Paste</comment>
         <translation>Ctrl+V</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Alt+Shift+C</source>
         <comment>Edit|Clear</comment>
         <translation>Alt+Shift+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Ctrl+I</source>
         <comment>Edit|Indent</comment>
         <translation>Ctrl+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Ctrl+Shift+I</source>
         <comment>Edit|Unindent</comment>
         <translation>Ctrl+Shift+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Ctrl+Alt+I</source>
         <comment>Edit|Smart indent</comment>
         <translation>Ctrl+Alt+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Ctrl+M</source>
         <comment>Edit|Comment</comment>
         <translation>Ctrl+M</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Alt+Ctrl+M</source>
         <comment>Edit|Uncomment</comment>
         <translation>Alt+Ctrl+M</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Ctrl+E</source>
         <comment>Edit|Select to brace</comment>
         <translation>Ctrl+E</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Ctrl+A</source>
         <comment>Edit|Select all</comment>
         <translation>Ctrl+A</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Alt+Ctrl+A</source>
         <comment>Edit|Deselect all</comment>
         <translation>Alt+Ctrl+A</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Ctrl+Space</source>
         <comment>Edit|Autocomplete</comment>
         <translation>Ctrl+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Ctrl+Shift+Space</source>
         <comment>Edit|Autocomplete from Document</comment>
         <translation>Ctrl+Shift+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Ctrl+Alt+Space</source>
         <comment>Edit|Autocomplete from APIs</comment>
         <translation>Ctrl+Alt+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1840"/>
+        <location filename="ViewManager/ViewManager.py" line="1842"/>
         <source>&amp;Edit</source>
         <translation>&amp;Bearbeiten</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1886"/>
+        <location filename="ViewManager/ViewManager.py" line="1888"/>
         <source>Edit</source>
         <translation>Bearbeiten</translation>
     </message>
@@ -40896,134 +40978,134 @@
         <translation>Ctrl+R</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>Ctrl+G</source>
         <comment>Search|Goto Line</comment>
         <translation>Ctrl+G</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
         <source>Ctrl+L</source>
         <comment>Search|Goto Brace</comment>
         <translation>Ctrl+L</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Shift+Ctrl+F</source>
         <comment>Search|Search Files</comment>
         <translation>Shift+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Ctrl++</source>
         <comment>View|Zoom in</comment>
         <translation>Ctrl++</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Ctrl+-</source>
         <comment>View|Zoom out</comment>
         <translation>Ctrl+-</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Ctrl+#</source>
         <comment>View|Zoom</comment>
         <translation>Ctrl+#</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Ctrl+Alt+N</source>
         <comment>View|Next split</comment>
         <translation>Ctrl+Alt+N</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Ctrl+Alt+P</source>
         <comment>View|Previous split</comment>
         <translation>Ctrl+Alt+P</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2426"/>
+        <location filename="ViewManager/ViewManager.py" line="2428"/>
         <source>&amp;View</source>
         <translation>&amp;Ansicht</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2453"/>
+        <location filename="ViewManager/ViewManager.py" line="2455"/>
         <source>View</source>
         <translation>Ansicht</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2560"/>
+        <location filename="ViewManager/ViewManager.py" line="2562"/>
         <source>&amp;Macros</source>
         <translation>&amp;Makros</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
         <source>Alt+Ctrl+T</source>
         <comment>Bookmark|Toggle</comment>
         <translation>Alt+Ctrl+T</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
         <source>Ctrl+PgDown</source>
         <comment>Bookmark|Next</comment>
         <translation>Ctrl+PgDown</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
         <source>Ctrl+PgUp</source>
         <comment>Bookmark|Previous</comment>
         <translation>Ctrl+PgUp</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
         <source>Alt+Ctrl+C</source>
         <comment>Bookmark|Clear</comment>
         <translation>Alt+Ctrl+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2839"/>
+        <location filename="ViewManager/ViewManager.py" line="2841"/>
         <source>Bookmarks</source>
         <translation>Lesezeichen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2963"/>
+        <location filename="ViewManager/ViewManager.py" line="2965"/>
         <source>Open files</source>
         <translation>Dateien öffnen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2763"/>
-        <source>Next Task</source>
-        <translation>Nächste Aufgabe</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2757"/>
-        <source>&amp;Next Task</source>
-        <translation>&amp;Nächste Aufgabe</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2765"/>
+        <source>Next Task</source>
+        <translation>Nächste Aufgabe</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2759"/>
+        <source>&amp;Next Task</source>
+        <translation>&amp;Nächste Aufgabe</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2767"/>
         <source>&lt;b&gt;Next Task&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a task.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nächste Aufgabe&lt;/b&gt;&lt;p&gt;Gehe zur nächsten Zeile des aktuellen Editors, die eine Aufgabe enthält.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2779"/>
-        <source>Previous Task</source>
-        <translation>Vorherige Aufgabe</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2772"/>
-        <source>&amp;Previous Task</source>
-        <translation>&amp;Vorherige Aufgabe</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2781"/>
+        <source>Previous Task</source>
+        <translation>Vorherige Aufgabe</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2774"/>
+        <source>&amp;Previous Task</source>
+        <translation>&amp;Vorherige Aufgabe</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2783"/>
         <source>&lt;b&gt;Previous Task&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a task.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vorherige Aufgabe&lt;/b&gt;&lt;p&gt;Gehe zur vorherigen Zeile des aktuellen Editors, die eine Aufgabe enthält.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1826"/>
+        <location filename="ViewManager/ViewManager.py" line="1828"/>
         <source>&amp;Search</source>
         <translation>&amp;Suchen</translation>
     </message>
@@ -41060,27 +41142,27 @@
         <translation>Shift+F3</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="973"/>
+        <location filename="ViewManager/ViewManager.py" line="975"/>
         <source>&lt;b&gt;Select to brace&lt;/b&gt;&lt;p&gt;Select text of the current editor to the matching brace.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zur Klammer auswählen&lt;/b&gt;&lt;p&gt;Im aktuellen Editor Text bis zur passenden Klammer auswählen.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="988"/>
+        <location filename="ViewManager/ViewManager.py" line="990"/>
         <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Alles auswählen&lt;/b&gt;&lt;p&gt;Dies wählt den gesamten Text des aktuellen Editors aus.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1004"/>
+        <location filename="ViewManager/ViewManager.py" line="1006"/>
         <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Auswahl aufheben&lt;/b&gt;&lt;p&gt;Dies hebt die Auswahl des aktuellen Editors auf.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="711"/>
+        <location filename="ViewManager/ViewManager.py" line="713"/>
         <source>Export as</source>
         <translation>Exportieren als</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2191"/>
+        <location filename="ViewManager/ViewManager.py" line="2193"/>
         <source>Quicksearch Textedit</source>
         <translation>Texteingabe für Schnellsuche</translation>
     </message>
@@ -41126,43 +41208,43 @@
         <translation>&lt;b&gt;Rückwärtssuchen&lt;/b&gt;&lt;p&gt;Nach der vorherigen Textstelle im aktuellen Editor suchen. Der zuvor eingegebene Suchtext und die Suchoptionen werden weiterverwendet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2016"/>
+        <location filename="ViewManager/ViewManager.py" line="2018"/>
         <source>&lt;b&gt;Quicksearch&lt;/b&gt;&lt;p&gt;This activates the quicksearch function of the IDE by giving focus to the quicksearch entry field. If this field is already active and contains text, it searches for the next occurrence of this text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schnellsuche&lt;/b&gt;&lt;p&gt;Dies aktiviert die Schnellsuchfunktion der IDE, indem das Schnellsucheingabefeld aktiviert wird. Ist dieses Feld bereits aktiv und enthält Text, so wird das nächste Vorkommen dieses Textes gesucht.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2035"/>
+        <location filename="ViewManager/ViewManager.py" line="2037"/>
         <source>&lt;b&gt;Quicksearch backwards&lt;/b&gt;&lt;p&gt;This searches the previous occurrence of the quicksearch text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Schnellsuche rückwärts&lt;/b&gt;&lt;p&gt;Dies sucht das letzte Vorkommen des Schnellsuchtextes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2165"/>
+        <location filename="ViewManager/ViewManager.py" line="2167"/>
         <source>&lt;p&gt;Enter the searchtext directly into this field. The search will be performed case insensitive. The quicksearch function is activated upon activation of the quicksearch next action (default key Ctrl+Shift+K), if this entry field does not have the input focus. Otherwise it searches for the next occurrence of the text entered. The quicksearch backwards action (default key Ctrl+Shift+J) searches backward. Activating the &apos;quicksearch extend&apos; action (default key Ctrl+Shift+H) extends the current searchtext to the end of the currently found word. The quicksearch can be ended by pressing the Return key while the quicksearch entry has the the input focus.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Gib den Suchtext direkt in dieses Feld ein. Die Suche wird unabhängig von der Schreibweise durchgeführt. Die Schnellsuchefunktion wird durch Auslösen der Schnellsuche Aktion (standard Strg+Umschalt+K) aktiviert, falls dieses Eingabefeld nicht den Fokus besitzt. Sonst wird das nächste Vorkommen des eingegebenen Textes gesucht. Die Schnellsuche rückwärts Aktion (standard Strg+Umschalt+J) sucht rückwärts. Aktivierung der &apos;Schnellsuche erweitern&apos; Aktion (standard Strg+Umschalt+H) erweitert den aktuellen Suchtext bis zum Ende des aktuell gefundenen Wortes. Während das Schnellsucheeingabefeld den Fokus besitzt, kann die Schnellsuche durch Betätigung der Return-Taste beendet werden.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Calltip</source>
         <translation>Calltip</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>&amp;Calltip</source>
         <translation>&amp;Calltip</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Alt+Space</source>
         <comment>Edit|Calltip</comment>
         <translation>Alt+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1114"/>
+        <location filename="ViewManager/ViewManager.py" line="1116"/>
         <source>Show Calltips</source>
         <translation>Calltips anzeigen</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1116"/>
+        <location filename="ViewManager/ViewManager.py" line="1118"/>
         <source>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Show calltips based on the characters immediately to the left of the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Zeige Calltips basierend auf den links vom Cursor befindlichen Zeichen an.&lt;/p&gt;</translation>
     </message>
@@ -41172,12 +41254,12 @@
         <translation>Seitenansicht</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="606"/>
+        <location filename="ViewManager/ViewManager.py" line="608"/>
         <source>Print preview of the current file</source>
         <translation>Seitenansicht der aktuellen Datei</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="608"/>
+        <location filename="ViewManager/ViewManager.py" line="610"/>
         <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Seitenansicht&lt;/b&gt;&lt;p&gt;Zeift eine Seitenansicht des aktuellen Editorfensters.&lt;/p&gt;</translation>
     </message>
@@ -41197,134 +41279,134 @@
         <translation>Shift+Enter</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in Files</source>
         <translation>Ersetzen in Dateien</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in F&amp;iles...</source>
         <translation>Ersetzen in Da&amp;teien...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Shift+Ctrl+R</source>
         <comment>Search|Replace in Files</comment>
         <translation>Shift+Ctrl+R</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2122"/>
-        <source>Search for a text in files and replace it</source>
-        <translation>Nach Text im Dateien suchen und ihn ersetzen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2124"/>
+        <source>Search for a text in files and replace it</source>
+        <translation>Nach Text im Dateien suchen und ihn ersetzen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2126"/>
         <source>&lt;b&gt;Replace in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ersetzen in Dateien&lt;/b&gt;&lt;p&gt;Sucht nach Text in den Dateien eines Verzeichnisbaumes oder des Projektes und ersetzt ihn. Es wird ein Dialog angezeigt, in dem der Suchtext, der Ersetzungstext und die Suchoptionen eingegeben werden können und in dem das Suchresultat angezeigt wird.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Spell check</source>
         <translation>Rechtschreibprüfung</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>&amp;Spell Check...</source>
         <translation>&amp;Rechtschreibprüfung...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Shift+F7</source>
         <comment>Spelling|Spell Check</comment>
         <translation>Shift+F7</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2878"/>
-        <source>Perform spell check of current editor</source>
-        <translation>Führe eine Rechtschreibprüfung des aktuellen Editors durch</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2880"/>
+        <source>Perform spell check of current editor</source>
+        <translation>Führe eine Rechtschreibprüfung des aktuellen Editors durch</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2882"/>
         <source>&lt;b&gt;Spell check&lt;/b&gt;&lt;p&gt;Perform a spell check of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Rechtschreibprüfung&lt;b&gt;&lt;p&gt;Führe eine Rechtschreibprüfung des aktuellen Editors durch.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>Automatic spell checking</source>
         <translation>Automatische Rechtschreibprüfung</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>&amp;Automatic spell checking</source>
         <translation>&amp;Automatische Rechtschreibprüfung</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2894"/>
-        <source>(De-)Activate automatic spell checking</source>
-        <translation>(De-)Aktiviert die automatische Rechtschreibprüfung</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2896"/>
+        <source>(De-)Activate automatic spell checking</source>
+        <translation>(De-)Aktiviert die automatische Rechtschreibprüfung</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2898"/>
         <source>&lt;b&gt;Automatic spell checking&lt;/b&gt;&lt;p&gt;Activate or deactivate the automatic spell checking function of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Automatische Rechtschreibprüfung&lt;/b&gt;&lt;p&gt;Aktiviert bzw. deaktiviert die automatische Rechtschreibprüfung aller Editoren.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2937"/>
+        <location filename="ViewManager/ViewManager.py" line="2939"/>
         <source>Spelling</source>
         <translation>Rechtschreibung</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3293"/>
+        <location filename="ViewManager/ViewManager.py" line="3295"/>
         <source>Line: {0:5}</source>
         <translation>Zeile: {0:5}</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3298"/>
+        <location filename="ViewManager/ViewManager.py" line="3300"/>
         <source>Pos: {0:5}</source>
         <translation>Pos: {0:5}</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2680"/>
-        <source>Next warning message</source>
-        <translation>Nächste Warnung</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2673"/>
-        <source>&amp;Next warning message</source>
-        <translation>&amp;Nächste Warnung</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2682"/>
+        <source>Next warning message</source>
+        <translation>Nächste Warnung</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2675"/>
+        <source>&amp;Next warning message</source>
+        <translation>&amp;Nächste Warnung</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2684"/>
         <source>&lt;b&gt;Next warning message&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nächste Warnung&lt;/b&gt;&lt;p&gt;Gehe zur nächsten Zeile des aktuellen Editors, die eine py3flakes Warning besitzt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2697"/>
-        <source>Previous warning message</source>
-        <translation>Vorherige Warnung</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2690"/>
-        <source>&amp;Previous warning message</source>
-        <translation>&amp;Vorherige Warnung</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2699"/>
+        <source>Previous warning message</source>
+        <translation>Vorherige Warnung</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2692"/>
+        <source>&amp;Previous warning message</source>
+        <translation>&amp;Vorherige Warnung</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2701"/>
         <source>&lt;b&gt;Previous warning message&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vorherige Warnung&lt;/b&gt;&lt;p&gt;Gehe zur vorherigen Zeile des aktuellen Editors, die eine py3flakes Warning besitzt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2714"/>
-        <source>Clear Warning Messages</source>
-        <translation>Warnungen löschen</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2708"/>
-        <source>Clear &amp;Warning Messages</source>
-        <translation>&amp;Warnungen löschen</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2716"/>
+        <source>Clear Warning Messages</source>
+        <translation>Warnungen löschen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2710"/>
+        <source>Clear &amp;Warning Messages</source>
+        <translation>&amp;Warnungen löschen</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2718"/>
         <source>&lt;b&gt;Clear Warning Messages&lt;/b&gt;&lt;p&gt;Clear py3flakes warning messages of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Warnungen löschen&lt;/b&gt;&lt;p&gt;Löscht die py3flakes Warnungen aller Editoren.&lt;/p&gt;</translation>
     </message>
@@ -41337,32 +41419,32 @@
         <translation>Ansichtenprofile konfigurieren</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="136"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="146"/>
         <source>&amp;Debug Profile</source>
         <translation>&amp;Debuggen Profil</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="159"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="169"/>
         <source>File-Browser</source>
         <translation>Datei-Browser</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
-        <source>Shell</source>
-        <translation>Shell</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="166"/>
-        <source>Log-Viewer</source>
-        <translation>Ausgabefenster</translation>
-    </message>
-    <message>
         <location filename="Preferences/ViewProfileDialog.ui" line="203"/>
+        <source>Shell</source>
+        <translation>Shell</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <source>Log-Viewer</source>
+        <translation>Ausgabefenster</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="220"/>
         <source>Task-Viewer</source>
         <translation>Aufgabenanzeige</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="213"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="230"/>
         <source>Templates-Viewer</source>
         <translation>Vorlagen</translation>
     </message>
@@ -41377,30 +41459,35 @@
         <translation>Wähle die Fenster, die in den verschiedenen Profilen sichtbar sein sollen.</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="186"/>
         <source>Multiproject-Viewer</source>
         <translation>Mehrfachprojektanzeige</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="183"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
         <source>Project-Viewer</source>
         <translation>Projektanzeige</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="149"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="159"/>
         <source>Debug-Viewer</source>
         <translation>Debuganzeige</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="220"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="237"/>
         <source>Terminal</source>
         <translation>Terminal</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="142"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="152"/>
         <source>Cooperation</source>
         <translation>Zusammenarbeit</translation>
     </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="213"/>
+        <source>Symbols</source>
+        <translation>Symbole</translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
--- a/i18n/eric5_es.ts	Fri Jun 25 18:24:29 2010 +0200
+++ b/i18n/eric5_es.ts	Sat Jun 26 13:34:06 2010 +0200
@@ -22398,12 +22398,12 @@
 <context>
     <name>Preferences</name>
     <message>
-        <location filename="Preferences/__init__.py" line="855"/>
+        <location filename="Preferences/__init__.py" line="857"/>
         <source>Export Preferences</source>
         <translation>Exportar Preferencias</translation>
     </message>
     <message>
-        <location filename="Preferences/__init__.py" line="874"/>
+        <location filename="Preferences/__init__.py" line="876"/>
         <source>Import Preferences</source>
         <translation>Importar Preferencias</translation>
     </message>
@@ -33078,6 +33078,57 @@
     </message>
 </context>
 <context>
+    <name>SymbolsModel</name>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="31"/>
+        <source>Code</source>
+        <translation type="unfinished">Código</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="32"/>
+        <source>Char</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="33"/>
+        <source>Hex</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="34"/>
+        <source>HTML</source>
+        <translation type="unfinished">HTML</translation>
+    </message>
+</context>
+<context>
+    <name>SymbolsWidget</name>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="14"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="48"/>
+        <source>Press to switch to unicode mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="51"/>
+        <source>Unicode</source>
+        <translation type="unfinished">Unicode</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="64"/>
+        <source>Symbol code:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="71"/>
+        <source>Enter the symbol code</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyntaxCheckerDialog</name>
     <message>
         <location filename="Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="14"/>
@@ -36168,1829 +36219,1859 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="UI/UserInterface.py" line="234"/>
+        <location filename="UI/UserInterface.py" line="235"/>
         <source>Initializing Plugin Manager...</source>
         <translation>Inicializando el administrador de Plugins...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="239"/>
+        <location filename="UI/UserInterface.py" line="240"/>
         <source>Generating Main User Interface...</source>
         <translation>Generando la interfaz general de usuario...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="265"/>
+        <location filename="UI/UserInterface.py" line="266"/>
         <source>Setting up connections...</source>
         <translation>Aplicando conexiones...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="529"/>
+        <location filename="UI/UserInterface.py" line="533"/>
         <source>Initializing Tools...</source>
         <translation>Inicializando Herramientas...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="538"/>
+        <location filename="UI/UserInterface.py" line="542"/>
         <source>Registering Objects...</source>
         <translation>Registrando Objetos...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="558"/>
+        <location filename="UI/UserInterface.py" line="563"/>
         <source>Initializing Actions...</source>
         <translation>Inicializando Acciones...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="560"/>
+        <location filename="UI/UserInterface.py" line="565"/>
         <source>Initializing Menus...</source>
         <translation>Inicializando Menues...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="562"/>
+        <location filename="UI/UserInterface.py" line="567"/>
         <source>Initializing Toolbars...</source>
         <translation>Inicializando Barras de Herramientas...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="564"/>
+        <location filename="UI/UserInterface.py" line="569"/>
         <source>Initializing Statusbar...</source>
         <translation>Inicializando Barra de estado...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="588"/>
+        <location filename="UI/UserInterface.py" line="593"/>
         <source>Initializing Single Application Server...</source>
         <translation>Incializando el servidor de aplicaciones simples...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="596"/>
+        <location filename="UI/UserInterface.py" line="601"/>
         <source>Activating Plugins...</source>
         <translation>Activando Plugins...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="662"/>
+        <location filename="UI/UserInterface.py" line="667"/>
         <source>Loading Style Sheet</source>
         <translation>Cargando hoja de estilos</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
+        <location filename="UI/UserInterface.py" line="1385"/>
         <source>Project-Viewer</source>
         <translation>Visor de Proyecto</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
+        <location filename="UI/UserInterface.py" line="1428"/>
         <source>Debug-Viewer</source>
         <translation>Visor Depurador</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>Log-Viewer</source>
         <translation>Visor Log</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
+        <location filename="UI/UserInterface.py" line="1534"/>
         <source>Task-Viewer</source>
         <translation>Visor de Tareas</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
+        <location filename="UI/UserInterface.py" line="1555"/>
         <source>Template-Viewer</source>
         <translation>Visor de Plantillas</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
+        <location filename="UI/UserInterface.py" line="1449"/>
         <source>Shell</source>
         <translation>Shell</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
+        <location filename="UI/UserInterface.py" line="1491"/>
         <source>File-Browser</source>
         <translation>Explorador de archivos</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>Quit</source>
         <translation>Salir</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>&amp;Quit</source>
         <translation>&amp;Salir</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation>Ctrl+Q</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1313"/>
+        <location filename="UI/UserInterface.py" line="1342"/>
         <source>Quit the IDE</source>
         <translation>Salir del IDE</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1314"/>
+        <location filename="UI/UserInterface.py" line="1343"/>
         <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Salir del IDE&lt;/b&gt;&lt;p&gt;Sale del IDE. Salve primero cualquier cambio que no haya guardado. Se detendran las depuraciones en curso y las preferencias se guardarán en disco.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1325"/>
+        <location filename="UI/UserInterface.py" line="1354"/>
         <source>Edit Profile</source>
         <translation>Perfil de Edición</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1330"/>
-        <source>Activate the edit view profile</source>
-        <translation>Activar el perfil de vista de edición  </translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1331"/>
-        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Perfil de Edición&lt;/b&gt;&lt;p&gt;Activar &quot;Perfil de Vista de Edición&quot;. Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo &quot;Ver Configuración de Perfil&quot;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1340"/>
-        <source>Debug Profile</source>
-        <translation>Perfil de Depuración</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1345"/>
-        <source>Activate the debug view profile</source>
-        <translation>Activar el perfil de vista de depuración  </translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1347"/>
-        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Perfil de Depuración&lt;/b&gt;&lt;p&gt;Activar &quot;Perfil de Vista de Depuracion&quot;. Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo &quot;Ver Configuración de Perfil&quot;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
-        <source>&amp;Project-Viewer</source>
-        <translation>Visor de &amp;Proyecto</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1358"/>
-        <source>Toggle the Project-Viewer window</source>
-        <translation>Conmutar la ventana de Visor de Proyecto</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1359"/>
+        <source>Activate the edit view profile</source>
+        <translation>Activar el perfil de vista de edición  </translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1360"/>
+        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Perfil de Edición&lt;/b&gt;&lt;p&gt;Activar &quot;Perfil de Vista de Edición&quot;. Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo &quot;Ver Configuración de Perfil&quot;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1369"/>
+        <source>Debug Profile</source>
+        <translation>Perfil de Depuración</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1374"/>
+        <source>Activate the debug view profile</source>
+        <translation>Activar el perfil de vista de depuración  </translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1376"/>
+        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Perfil de Depuración&lt;/b&gt;&lt;p&gt;Activar &quot;Perfil de Vista de Depuracion&quot;. Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo &quot;Ver Configuración de Perfil&quot;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1385"/>
+        <source>&amp;Project-Viewer</source>
+        <translation>Visor de &amp;Proyecto</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1387"/>
+        <source>Toggle the Project-Viewer window</source>
+        <translation>Conmutar la ventana de Visor de Proyecto</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1388"/>
         <source>&lt;b&gt;Toggle the Project-Viewer window&lt;/b&gt;&lt;p&gt;If the Project-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Conmutar la ventana de Visor de Proyecto&lt;/b&gt;&lt;p&gt;Si la ventana de Visor de Proyecto está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
+        <location filename="UI/UserInterface.py" line="1396"/>
         <source>Activate Project-Viewer</source>
         <translation>Activar Visor de Proyecto</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
+        <location filename="UI/UserInterface.py" line="1396"/>
         <source>Alt+Shift+P</source>
         <translation>Alt+Shift+P</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
+        <location filename="UI/UserInterface.py" line="1439"/>
         <source>Alt+Shift+D</source>
         <translation>Alt+Shift+D</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
+        <location filename="UI/UserInterface.py" line="1449"/>
         <source>&amp;Shell</source>
         <translation>&amp;Shell</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1422"/>
+        <location filename="UI/UserInterface.py" line="1451"/>
         <source>Toggle the Shell window</source>
         <translation>Conmutar la ventana de Shell</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1423"/>
+        <location filename="UI/UserInterface.py" line="1452"/>
         <source>&lt;b&gt;Toggle the Shell window&lt;/b&gt;&lt;p&gt;If the Shell window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Conmutar la ventana de Sehll&lt;/b&gt;&lt;p&gt;Si la ventana de Shell está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
+        <location filename="UI/UserInterface.py" line="1461"/>
         <source>Activate Shell</source>
         <translation>Activar Shell</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
+        <location filename="UI/UserInterface.py" line="1461"/>
         <source>Alt+Shift+S</source>
         <translation>Alt+Shift+S</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
+        <location filename="UI/UserInterface.py" line="1491"/>
         <source>File-&amp;Browser</source>
         <translation>Na&amp;vegador de archivos</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1464"/>
+        <location filename="UI/UserInterface.py" line="1493"/>
         <source>Toggle the File-Browser window</source>
         <translation>Conmutar la ventana de Navegador de Archivos</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1465"/>
+        <location filename="UI/UserInterface.py" line="1494"/>
         <source>&lt;b&gt;Toggle the File-Browser window&lt;/b&gt;&lt;p&gt;If the File-Browser window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Conmutar la ventana de Navegador de Archivos&lt;/b&gt;&lt;p&gt;Si la ventana de Navegador de Archivos está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
+        <location filename="UI/UserInterface.py" line="1503"/>
         <source>Activate File-Browser</source>
         <translation>Activar Navegador de Archivos</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
+        <location filename="UI/UserInterface.py" line="1503"/>
         <source>Alt+Shift+F</source>
         <translation>Alt+Shift+F</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>&amp;Log-Viewer</source>
         <translation>Visor de &amp;Log</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1486"/>
+        <location filename="UI/UserInterface.py" line="1515"/>
         <source>Toggle the Log-Viewer window</source>
         <translation>Conmutar la ventana de Visor de Log</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1487"/>
-        <source>&lt;b&gt;Toggle the Log-Viewer window&lt;/b&gt;&lt;p&gt;If the Log-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Conmutar la ventana de Visor de Log&lt;/b&gt;&lt;p&gt;Si la ventana de Visor de Log está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
-        <source>Activate Log-Viewer</source>
-        <translation>Activar Visor de Log</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
-        <source>Alt+Shift+G</source>
-        <translation>Alt+Shift+G</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
-        <source>T&amp;ask-Viewer</source>
-        <translation>Visor de T&amp;areas</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1507"/>
-        <source>Toggle the Task-Viewer window</source>
-        <translation>Conmutar la ventana de Visor de Tareas</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1508"/>
-        <source>&lt;b&gt;Toggle the Task-Viewer window&lt;/b&gt;&lt;p&gt;If the Task-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Conmutar la ventana de Visor de Tareas&lt;/b&gt;&lt;p&gt;Si la ventana de Visor de Tareas está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1516"/>
-        <source>Activate Task-Viewer</source>
-        <translation>Activar Visor de Tareas</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1516"/>
+        <source>&lt;b&gt;Toggle the Log-Viewer window&lt;/b&gt;&lt;p&gt;If the Log-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Conmutar la ventana de Visor de Log&lt;/b&gt;&lt;p&gt;Si la ventana de Visor de Log está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1524"/>
+        <source>Activate Log-Viewer</source>
+        <translation>Activar Visor de Log</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1524"/>
+        <source>Alt+Shift+G</source>
+        <translation>Alt+Shift+G</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1534"/>
+        <source>T&amp;ask-Viewer</source>
+        <translation>Visor de T&amp;areas</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1536"/>
+        <source>Toggle the Task-Viewer window</source>
+        <translation>Conmutar la ventana de Visor de Tareas</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1537"/>
+        <source>&lt;b&gt;Toggle the Task-Viewer window&lt;/b&gt;&lt;p&gt;If the Task-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Conmutar la ventana de Visor de Tareas&lt;/b&gt;&lt;p&gt;Si la ventana de Visor de Tareas está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1545"/>
+        <source>Activate Task-Viewer</source>
+        <translation>Activar Visor de Tareas</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1545"/>
         <source>Alt+Shift+T</source>
         <translation>Alt+Shift+T</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1528"/>
+        <location filename="UI/UserInterface.py" line="1557"/>
         <source>Toggle the Template-Viewer window</source>
         <translation>Conmutar la ventana de Visor de Plantillas</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1530"/>
+        <location filename="UI/UserInterface.py" line="1559"/>
         <source>&lt;b&gt;Toggle the Template-Viewer window&lt;/b&gt;&lt;p&gt;If the Template-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Conmutar la ventana de Visor de Plantillas&lt;/b&gt;&lt;p&gt;Si la ventana de Visor de Plantillas está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
+        <location filename="UI/UserInterface.py" line="1568"/>
         <source>Activate Template-Viewer</source>
         <translation>Activar visor de Plantillas</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
+        <location filename="UI/UserInterface.py" line="1418"/>
         <source>Alt+Shift+M</source>
         <translation>Alt+Shift+M</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>What&apos;s This?</source>
         <translation>¿Qué es esto?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>&amp;What&apos;s This?</source>
         <translation>¿&amp;Qué es esto?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>Shift+F1</source>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1624"/>
+        <location filename="UI/UserInterface.py" line="1677"/>
         <source>Context sensitive help</source>
         <translation>Ayuda sensible al contexto</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1625"/>
+        <location filename="UI/UserInterface.py" line="1678"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mostrar ayuda sensible al contexto&lt;/b&gt;&lt;p&gt;En modo ¿Qué es esto? el puntero del ratón muestra una flecha con un interrogante, y se puede hacer click en elementos de la interfaz gráfica para obtener una descripción corta de lo que hacen y de cómo se utilizan. En los diálogos, se puede acceder a esta característica utilizando el botón de ayuda de contexto en la barra de título.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>Helpviewer</source>
         <translation>Visor de Ayuda</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>&amp;Helpviewer...</source>
         <translation>Visor de &amp;Ayuda...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>F1</source>
         <translation>F1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1641"/>
+        <location filename="UI/UserInterface.py" line="1694"/>
         <source>Open the helpviewer window</source>
         <translation>Abrir la ventana del visor de ayuda</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show Versions</source>
         <translation>Mostrar Versiones</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show &amp;Versions</source>
         <translation>Mostrar Versione&amp;s</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1661"/>
+        <location filename="UI/UserInterface.py" line="1714"/>
         <source>Display version information</source>
         <translation>Mostrar información de versiones</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1662"/>
-        <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Mostrar Versiones&lt;/b&gt;&lt;p&gt;Muestra información de versiones.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1671"/>
-        <source>Check for Updates</source>
-        <translation>Buscar actualizaciones</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1669"/>
-        <source>Check for &amp;Updates...</source>
-        <translation>Buscar act&amp;ualizaciones...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
-        <source>Show downloadable versions</source>
-        <translation>Mostrar versiones descargables</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
-        <source>Show &amp;downloadable versions...</source>
-        <translation>Mostrar versiones &amp;descargables...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1682"/>
-        <source>Show the versions available for download</source>
-        <translation>Mostrar las versiones disponibles para descarga</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
-        <source>Report Bug</source>
-        <translation>Enviar informe de bugs</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1693"/>
-        <source>Report &amp;Bug...</source>
-        <translation>Enviar informe de &amp;bugs...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1695"/>
-        <source>Report a bug</source>
-        <translation>Enviar informe de bugs</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1696"/>
-        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Enviar informe de Bugs...&lt;/b&gt;&lt;p&gt;Abre un diálogo para enviar un informe de un error (bug).&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2382"/>
-        <source>Unittest</source>
-        <translation>Test Unitario</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1715"/>
-        <source>&amp;Unittest...</source>
-        <translation>Test &amp;Unitario...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1719"/>
-        <source>Start unittest dialog</source>
-        <translation>Ejecutar diálogo de tests unitarios</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1720"/>
-        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Tests unitarios&lt;/b&gt;&lt;p&gt;Lleva a cabo tests unitarios. Este diálogo proporciona la capacidad de seleccionar y ejecutar una suite de tests unitarios.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
-        <source>Unittest Restart</source>
-        <translation>Ejecutar de nuevo Test Unitario</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
-        <source>&amp;Restart Unittest...</source>
-        <translation>Ejecuta&amp;r de nuevo Test Unitario...</translation>
+        <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Mostrar Versiones&lt;/b&gt;&lt;p&gt;Muestra información de versiones.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1724"/>
+        <source>Check for Updates</source>
+        <translation>Buscar actualizaciones</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1722"/>
+        <source>Check for &amp;Updates...</source>
+        <translation>Buscar act&amp;ualizaciones...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1732"/>
+        <source>Show downloadable versions</source>
+        <translation>Mostrar versiones descargables</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1732"/>
-        <source>Restart last unittest</source>
-        <translation>Ejecutar de nuevo el último test unitario</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1733"/>
-        <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Ejecutar de nuevo Test Unitario&lt;/b&gt;&lt;p&gt;Vuelve a ejecutar el último test unitario que se ha ejecutado.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
-        <source>Unittest Script</source>
-        <translation>Test Unitario de Script</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
-        <source>Unittest &amp;Script...</source>
-        <translation>Test Unitario de &amp;Script...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1745"/>
-        <source>Run unittest with current script</source>
-        <translation>Ejecutar test unitario con el script actual</translation>
+        <source>Show &amp;downloadable versions...</source>
+        <translation>Mostrar versiones &amp;descargables...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1735"/>
+        <source>Show the versions available for download</source>
+        <translation>Mostrar las versiones disponibles para descarga</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2778"/>
+        <source>Report Bug</source>
+        <translation>Enviar informe de bugs</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1746"/>
-        <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Test Unitario de Script&lt;/b&gt;&lt;p&gt;Ejecuta un test unitario con el script actual.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
-        <source>Unittest Project</source>
-        <translation>Test Unitario de Proyecto</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1754"/>
-        <source>Unittest &amp;Project...</source>
-        <translation>Test Unitario de &amp;Proyecto...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1758"/>
-        <source>Run unittest with current project</source>
-        <translation>Ejecutar test unitario con el proyecto actual</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1759"/>
-        <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Test Unitario del Proyecto&lt;/b&gt;Ejecuta un test unitario con el proyecto actual.&lt;/p&gt;</translation>
+        <source>Report &amp;Bug...</source>
+        <translation>Enviar informe de &amp;bugs...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1748"/>
+        <source>Report a bug</source>
+        <translation>Enviar informe de bugs</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1749"/>
+        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Enviar informe de Bugs...&lt;/b&gt;&lt;p&gt;Abre un diálogo para enviar un informe de un error (bug).&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2435"/>
+        <source>Unittest</source>
+        <translation>Test Unitario</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1768"/>
+        <source>&amp;Unittest...</source>
+        <translation>Test &amp;Unitario...</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1772"/>
+        <source>Start unittest dialog</source>
+        <translation>Ejecutar diálogo de tests unitarios</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1773"/>
+        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Tests unitarios&lt;/b&gt;&lt;p&gt;Lleva a cabo tests unitarios. Este diálogo proporciona la capacidad de seleccionar y ejecutar una suite de tests unitarios.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1781"/>
+        <source>Unittest Restart</source>
+        <translation>Ejecutar de nuevo Test Unitario</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1781"/>
+        <source>&amp;Restart Unittest...</source>
+        <translation>Ejecuta&amp;r de nuevo Test Unitario...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1785"/>
+        <source>Restart last unittest</source>
+        <translation>Ejecutar de nuevo el último test unitario</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1786"/>
+        <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Ejecutar de nuevo Test Unitario&lt;/b&gt;&lt;p&gt;Vuelve a ejecutar el último test unitario que se ha ejecutado.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1794"/>
+        <source>Unittest Script</source>
+        <translation>Test Unitario de Script</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1794"/>
+        <source>Unittest &amp;Script...</source>
+        <translation>Test Unitario de &amp;Script...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1798"/>
+        <source>Run unittest with current script</source>
+        <translation>Ejecutar test unitario con el script actual</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1799"/>
+        <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Test Unitario de Script&lt;/b&gt;&lt;p&gt;Ejecuta un test unitario con el script actual.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3961"/>
+        <source>Unittest Project</source>
+        <translation>Test Unitario de Proyecto</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1807"/>
+        <source>Unittest &amp;Project...</source>
+        <translation>Test Unitario de &amp;Proyecto...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1811"/>
+        <source>Run unittest with current project</source>
+        <translation>Ejecutar test unitario con el proyecto actual</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1812"/>
+        <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Test Unitario del Proyecto&lt;/b&gt;Ejecuta un test unitario con el proyecto actual.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1825"/>
         <source>Qt-Designer 4</source>
         <translation>Qt-Designer 4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1775"/>
-        <source>Start Qt-Designer 4</source>
-        <translation>Ejecutar Qt-Designer 4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1776"/>
-        <source>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Start Qt-Designer 4.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Ejecutar Qt-Designer 4.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
-        <source>Qt-Linguist 4</source>
-        <translation>Qt-Linguist 4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1792"/>
-        <source>Start Qt-Linguist 4</source>
-        <translation>Ejecutar Qt-Linguist 4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1793"/>
-        <source>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Start Qt-Linguist 4.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Ejecutar Qt-Linguist 4.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
-        <source>UI Previewer</source>
-        <translation>Previsualizador de UI</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
-        <source>&amp;UI Previewer...</source>
-        <translation>Previsualizador de &amp;UI...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1805"/>
-        <source>Start the UI Previewer</source>
-        <translation>Ejecutar el Previsualizador de UI</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1806"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Previsualizador de UI&lt;/b&gt;&lt;p&gt;Ejecuta el Previsualizador de UI.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
-        <source>Translations Previewer</source>
-        <translation>Previsualizador de Traducciones</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation>Previsualizador de &amp;Traducciones...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1816"/>
-        <source>Start the Translations Previewer</source>
-        <translation>Ejecutar el Previsualizador de traducciones</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1817"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Previsualizador de traducciones&lt;b&gt;&lt;p&gt;Ejecuta el Previsualizador de traducciones.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
-        <source>Compare Files</source>
-        <translation>Comparar Archivos</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
-        <source>&amp;Compare Files...</source>
-        <translation>&amp;Comparar Archivos...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1839"/>
-        <source>Compare two files</source>
-        <translation>Comparar dos archivos</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1828"/>
+        <source>Start Qt-Designer 4</source>
+        <translation>Ejecutar Qt-Designer 4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1829"/>
+        <source>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Start Qt-Designer 4.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Ejecutar Qt-Designer 4.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1842"/>
+        <source>Qt-Linguist 4</source>
+        <translation>Qt-Linguist 4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1845"/>
+        <source>Start Qt-Linguist 4</source>
+        <translation>Ejecutar Qt-Linguist 4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1846"/>
+        <source>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Start Qt-Linguist 4.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Ejecutar Qt-Linguist 4.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1855"/>
+        <source>UI Previewer</source>
+        <translation>Previsualizador de UI</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1855"/>
+        <source>&amp;UI Previewer...</source>
+        <translation>Previsualizador de &amp;UI...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1858"/>
+        <source>Start the UI Previewer</source>
+        <translation>Ejecutar el Previsualizador de UI</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1859"/>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Previsualizador de UI&lt;/b&gt;&lt;p&gt;Ejecuta el Previsualizador de UI.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1866"/>
+        <source>Translations Previewer</source>
+        <translation>Previsualizador de Traducciones</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1866"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation>Previsualizador de &amp;Traducciones...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1869"/>
+        <source>Start the Translations Previewer</source>
+        <translation>Ejecutar el Previsualizador de traducciones</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1870"/>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Previsualizador de traducciones&lt;b&gt;&lt;p&gt;Ejecuta el Previsualizador de traducciones.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1877"/>
+        <source>Compare Files</source>
+        <translation>Comparar Archivos</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1877"/>
+        <source>&amp;Compare Files...</source>
+        <translation>&amp;Comparar Archivos...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1892"/>
+        <source>Compare two files</source>
+        <translation>Comparar dos archivos</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1881"/>
         <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Comparar Archivos&lt;/b&gt;&lt;p&gt;Abre un diálogo para comparar dos archivos.&lt;/b&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
+        <location filename="UI/UserInterface.py" line="1888"/>
         <source>Compare Files side by side</source>
         <translation>Comparar Archivos uno al lado de otro</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
+        <location filename="UI/UserInterface.py" line="1888"/>
         <source>Compare Files &amp;side by side...</source>
         <translation>Comparar Archivo&amp;s uno al lado de otro...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1840"/>
+        <location filename="UI/UserInterface.py" line="1893"/>
         <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Comparar Archivos uno al lado de otro&lt;/b&gt;&lt;p&gt;Abre un diálogo para comparar dos archivos y mostrar los resultados en paralelo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
+        <location filename="UI/UserInterface.py" line="1949"/>
         <source>Preferences</source>
         <translation>Preferencias</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
+        <location filename="UI/UserInterface.py" line="1949"/>
         <source>&amp;Preferences...</source>
         <translation>&amp;Preferencias...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1899"/>
+        <location filename="UI/UserInterface.py" line="1952"/>
         <source>Set the prefered configuration</source>
         <translation>Establecer la configuración preferida</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1900"/>
+        <location filename="UI/UserInterface.py" line="1953"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Preferencias&lt;/b&gt;&lt;p&gt;Establecezca los elementos de configuración de la aplicación con sus valores preferidos.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
-        <source>Reload APIs</source>
-        <translation>Recargar APIs</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
-        <source>Reload &amp;APIs</source>
-        <translation>Recargar &amp;APIs</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1944"/>
-        <source>Reload the API information</source>
-        <translation>Recargar la información de API</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1934"/>
-        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Recargar APIs&lt;/b&gt;&lt;p&gt;Recarga la información de API.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1941"/>
-        <source>Show external tools</source>
-        <translation>Mostrar herramientas externas</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1941"/>
-        <source>Show external &amp;tools</source>
-        <translation>Mostrar herramien&amp;tas externas</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
-        <source>View Profiles</source>
-        <translation>Perfiles de Vista</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
-        <source>&amp;View Profiles...</source>
-        <translation>Perfiles de &amp;Vista...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1957"/>
-        <source>Configure view profiles</source>
-        <translation>Configurar perfiles de vista</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1958"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Perfiles de Vista&lt;/b&gt;&lt;p&gt;Configure los perfiles de vista. Con este diálogo puede establecer la visibilidad de las diversas ventanas para los perfiles de vista predeterminados.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
-        <source>Keyboard Shortcuts</source>
-        <translation>Atajos de Teclado</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
-        <source>Keyboard &amp;Shortcuts...</source>
-        <translation>Atajo&amp;s de Teclado...</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1984"/>
-        <source>Set the keyboard shortcuts</source>
-        <translation>Establecer los atajos de teclado</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1985"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Atajos de Teclado&lt;/b&gt;&lt;p&gt;Establezca los atajos de teclado para la aplicación con sus valores preferidos.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation>Exportar Atajos de Teclado</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1993"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation>&amp;Exportar Atajos de Teclado...</translation>
+        <source>Reload APIs</source>
+        <translation>Recargar APIs</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1984"/>
+        <source>Reload &amp;APIs</source>
+        <translation>Recargar &amp;APIs</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1997"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation>Exportar los atajos de teclado</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1998"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Exportar Atajos de Teclado&lt;/b&gt;&lt;p&gt;Exporte  los atajos de teclado de la aplicación.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation>Importar Atajos de Teclado</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2006"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
-        <translation>&amp;Importar Atajos de Teclado...</translation>
+        <source>Reload the API information</source>
+        <translation>Recargar la información de API</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1987"/>
+        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Recargar APIs&lt;/b&gt;&lt;p&gt;Recarga la información de API.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1994"/>
+        <source>Show external tools</source>
+        <translation>Mostrar herramientas externas</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1994"/>
+        <source>Show external &amp;tools</source>
+        <translation>Mostrar herramien&amp;tas externas</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2007"/>
+        <source>View Profiles</source>
+        <translation>Perfiles de Vista</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2007"/>
+        <source>&amp;View Profiles...</source>
+        <translation>Perfiles de &amp;Vista...</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2010"/>
-        <source>Import the keyboard shortcuts</source>
-        <translation>Importar los atajos de teclado</translation>
+        <source>Configure view profiles</source>
+        <translation>Configurar perfiles de vista</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2011"/>
-        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Importar Atajos de Teclado&lt;/b&gt;&lt;p&gt;Importe  los atajos de teclado de la aplicación.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
-        <source>Activate current editor</source>
-        <translation>Activar editor actual</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
-        <source>Alt+Shift+E</source>
-        <translation>Alt+Shift+E</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
-        <source>Ctrl+Alt+Tab</source>
-        <translation>Ctrl+Alt+Tab</translation>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Perfiles de Vista&lt;/b&gt;&lt;p&gt;Configure los perfiles de vista. Con este diálogo puede establecer la visibilidad de las diversas ventanas para los perfiles de vista predeterminados.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2034"/>
+        <source>Keyboard Shortcuts</source>
+        <translation>Atajos de Teclado</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2034"/>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation>Atajo&amp;s de Teclado...</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2037"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation>Establecer los atajos de teclado</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2038"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Atajos de Teclado&lt;/b&gt;&lt;p&gt;Establezca los atajos de teclado para la aplicación con sus valores preferidos.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4930"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation>Exportar Atajos de Teclado</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2046"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation>&amp;Exportar Atajos de Teclado...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2050"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation>Exportar los atajos de teclado</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2051"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Exportar Atajos de Teclado&lt;/b&gt;&lt;p&gt;Exporte  los atajos de teclado de la aplicación.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4939"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation>Importar Atajos de Teclado</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2059"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation>&amp;Importar Atajos de Teclado...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2063"/>
+        <source>Import the keyboard shortcuts</source>
+        <translation>Importar los atajos de teclado</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2064"/>
+        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Importar Atajos de Teclado&lt;/b&gt;&lt;p&gt;Importe  los atajos de teclado de la aplicación.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2072"/>
+        <source>Activate current editor</source>
+        <translation>Activar editor actual</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2072"/>
+        <source>Alt+Shift+E</source>
+        <translation>Alt+Shift+E</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2082"/>
+        <source>Ctrl+Alt+Tab</source>
+        <translation>Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2090"/>
         <source>Shift+Ctrl+Alt+Tab</source>
         <translation>Shift+Ctrl+Alt+Tab</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
+        <location filename="UI/UserInterface.py" line="2106"/>
         <source>Plugin Infos</source>
         <translation>Información sobre Plugins</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
+        <location filename="UI/UserInterface.py" line="2106"/>
         <source>&amp;Plugin Infos...</source>
         <translation>Información sobre &amp;Plugins...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2056"/>
+        <location filename="UI/UserInterface.py" line="2109"/>
         <source>Show Plugin Infos</source>
         <translation>Mostrar Información sobre Plugins</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2057"/>
+        <location filename="UI/UserInterface.py" line="2110"/>
         <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Información sobre Plugins...&lt;/b&gt;&lt;p&gt;Abre un diálogo que muestra información sobre las extensiones (plugins) cargadas.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2079"/>
-        <source>Uninstall Plugin</source>
-        <translation>Desinstalar Plugin</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2076"/>
-        <source>&amp;Uninstall Plugin...</source>
-        <translation>Desinstalar Pl&amp;ugin...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2080"/>
-        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Desinstalar Plugin...&lt;/b&gt;&lt;p&gt;Abre un diálogo para desinstalar una extensión o plugin.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
-        <source>Plugin Repository</source>
-        <translation>Repositorio de Plugins</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
-        <source>Plugin &amp;Repository...</source>
-        <translation>&amp;Repositorio de Plugins...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2091"/>
-        <source>Show Plugins available for download</source>
-        <translation>Mostrar Plugins disponibles para descarga</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2093"/>
-        <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Repositorios de Plugins...&lt;/b&gt;&lt;p&gt;Abre un diálogo que muestra una lista de extensiones (plugins) disponibles en Internet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2118"/>
-        <source>Qt4 Documentation</source>
-        <translation>Documentación de Qt4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2118"/>
-        <source>Qt&amp;4 Documentation</source>
-        <translation>Documentación de Qt&amp;4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2120"/>
-        <source>Open Qt4 Documentation</source>
-        <translation>Abrir Documentación de Qt4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2121"/>
-        <source>&lt;b&gt;Qt4 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation>&lt;b&gt;Documentación de Qt4&lt;/b&gt;&lt;p&gt;Muestra la Documentación de Qt4. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
-        <source>PyQt4 Documentation</source>
-        <translation>Documentación de PyQt4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
-        <source>P&amp;yQt4 Documentation</source>
-        <translation>Documentación de P&amp;yQt4</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="2132"/>
-        <source>Open PyQt4 Documentation</source>
-        <translation>Abrir Documentación de PyQt4</translation>
+        <source>Uninstall Plugin</source>
+        <translation>Desinstalar Plugin</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2129"/>
+        <source>&amp;Uninstall Plugin...</source>
+        <translation>Desinstalar Pl&amp;ugin...</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2133"/>
-        <source>&lt;b&gt;PyQt4 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation>&lt;b&gt;Documentación de PyQt4&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PyQt4. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.&lt;/p&gt;</translation>
+        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Desinstalar Plugin...&lt;/b&gt;&lt;p&gt;Abre un diálogo para desinstalar una extensión o plugin.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2141"/>
+        <source>Plugin Repository</source>
+        <translation>Repositorio de Plugins</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2141"/>
+        <source>Plugin &amp;Repository...</source>
+        <translation>&amp;Repositorio de Plugins...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2144"/>
+        <source>Show Plugins available for download</source>
+        <translation>Mostrar Plugins disponibles para descarga</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2146"/>
+        <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Repositorios de Plugins...&lt;/b&gt;&lt;p&gt;Abre un diálogo que muestra una lista de extensiones (plugins) disponibles en Internet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2171"/>
+        <source>Qt4 Documentation</source>
+        <translation>Documentación de Qt4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2171"/>
+        <source>Qt&amp;4 Documentation</source>
+        <translation>Documentación de Qt&amp;4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2173"/>
+        <source>Open Qt4 Documentation</source>
+        <translation>Abrir Documentación de Qt4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2174"/>
+        <source>&lt;b&gt;Qt4 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation>&lt;b&gt;Documentación de Qt4&lt;/b&gt;&lt;p&gt;Muestra la Documentación de Qt4. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2183"/>
+        <source>PyQt4 Documentation</source>
+        <translation>Documentación de PyQt4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2183"/>
+        <source>P&amp;yQt4 Documentation</source>
+        <translation>Documentación de P&amp;yQt4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2185"/>
+        <source>Open PyQt4 Documentation</source>
+        <translation>Abrir Documentación de PyQt4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2186"/>
+        <source>&lt;b&gt;PyQt4 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation>&lt;b&gt;Documentación de PyQt4&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PyQt4. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2199"/>
         <source>Python Documentation</source>
         <translation>Documentación de Python</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2146"/>
+        <location filename="UI/UserInterface.py" line="2199"/>
         <source>&amp;Python Documentation</source>
         <translation>Documentación de &amp;Python</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2148"/>
+        <location filename="UI/UserInterface.py" line="2201"/>
         <source>Open Python Documentation</source>
         <translation>Abrir Documentación de Python</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2149"/>
+        <location filename="UI/UserInterface.py" line="2202"/>
         <source>&lt;b&gt;Python Documentation&lt;/b&gt;&lt;p&gt;Display the python documentation. If no documentation directory is configured, the location of the python documentation is assumed to be the doc directory underneath the location of the python executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHONDOCDIR in your environment to override this. &lt;/p&gt;</source>
         <translation>&lt;b&gt;Documentación de Python&lt;/b&gt;&lt;p&gt;Muestra la documentación de Python. Si no se ha configurado un directorio con la documentación, se supondrá ubicada en el directorio de documentación bajo la ubicación del ejecutable de Python (Windows) o en &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; (Unix). Establezca el valor de la variable de entorno PYTHONDOCDIR para sobreescribir estas opciones. &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
+        <location filename="UI/UserInterface.py" line="2218"/>
         <source>Eric API Documentation</source>
         <translation>Documentación de API de Eric</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
+        <location filename="UI/UserInterface.py" line="2218"/>
         <source>&amp;Eric API Documentation</source>
         <translation>Documentación de API de &amp;Eric</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2167"/>
+        <location filename="UI/UserInterface.py" line="2220"/>
         <source>Open Eric API Documentation</source>
         <translation>Abrir Documentación de API de Eric</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2221"/>
+        <location filename="UI/UserInterface.py" line="2274"/>
         <source>&amp;Unittest</source>
         <translation>Test &amp;Unitario</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2236"/>
+        <location filename="UI/UserInterface.py" line="2289"/>
         <source>E&amp;xtras</source>
         <translation>E&amp;xtras</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2242"/>
+        <location filename="UI/UserInterface.py" line="2295"/>
         <source>Wi&amp;zards</source>
         <translation>Asis&amp;tentes</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2250"/>
+        <location filename="UI/UserInterface.py" line="2303"/>
         <source>&amp;Tools</source>
         <translation>&amp;Herramientas</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2255"/>
+        <location filename="UI/UserInterface.py" line="2308"/>
         <source>Select Tool Group</source>
         <translation>Seleccionar Grupo de Herramientas</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2263"/>
+        <location filename="UI/UserInterface.py" line="2316"/>
         <source>Se&amp;ttings</source>
         <translation>Con&amp;figuración</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2281"/>
+        <location filename="UI/UserInterface.py" line="2334"/>
         <source>&amp;Window</source>
         <translation>&amp;Ventana</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2288"/>
+        <location filename="UI/UserInterface.py" line="2341"/>
         <source>&amp;Toolbars</source>
         <translation>&amp;Barra de Herramientas</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2301"/>
+        <location filename="UI/UserInterface.py" line="2354"/>
         <source>P&amp;lugins</source>
         <translation>P&amp;lugins</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2315"/>
+        <location filename="UI/UserInterface.py" line="2368"/>
         <source>&amp;Help</source>
         <translation>&amp;Ayuda</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2381"/>
+        <location filename="UI/UserInterface.py" line="2434"/>
         <source>Tools</source>
         <translation>Herramientas</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2383"/>
+        <location filename="UI/UserInterface.py" line="2436"/>
         <source>Settings</source>
         <translation>Ajustes</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
+        <location filename="UI/UserInterface.py" line="4173"/>
         <source>Help</source>
         <translation>Ayuda</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2385"/>
+        <location filename="UI/UserInterface.py" line="2438"/>
         <source>Profiles</source>
         <translation>Perfiles</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2386"/>
+        <location filename="UI/UserInterface.py" line="2439"/>
         <source>Plugins</source>
         <translation>Plugins</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2680"/>
+        <location filename="UI/UserInterface.py" line="2733"/>
         <source>&lt;h3&gt;Version Numbers&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;Números de Versiones&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5520"/>
+        <location filename="UI/UserInterface.py" line="5623"/>
         <source>&lt;/table&gt;</source>
         <translation>&lt;/table&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
+        <location filename="UI/UserInterface.py" line="2778"/>
         <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
         <translation>La dirección de correo electrónico o la dirección del servidor de correo están en blanco. Por favor configure las opciones de Correo Electrónico en el diálogo de Preferencias.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3017"/>
+        <location filename="UI/UserInterface.py" line="3070"/>
         <source>Configure Tool Groups ...</source>
         <translation>Configurar Grupos de Herramientas ...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3020"/>
+        <location filename="UI/UserInterface.py" line="3073"/>
         <source>Configure current Tool Group ...</source>
         <translation>Configurar Grupo de Herramientas actual ...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3068"/>
+        <location filename="UI/UserInterface.py" line="3121"/>
         <source>&amp;Builtin Tools</source>
         <translation>Herramientas de serie (&amp;builtin)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3076"/>
+        <location filename="UI/UserInterface.py" line="3129"/>
         <source>&amp;Plugin Tools</source>
         <translation>Herramientas de Extensión (&amp;Plugin)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3223"/>
+        <location filename="UI/UserInterface.py" line="3282"/>
         <source>&amp;Show all</source>
         <translation>&amp;Ver todo</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3225"/>
+        <location filename="UI/UserInterface.py" line="3284"/>
         <source>&amp;Hide all</source>
         <translation>&amp;Ocultar todo</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
+        <location filename="UI/UserInterface.py" line="3961"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation>No hay script principal definido para el proyecto actual. Abortando</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
+        <location filename="UI/UserInterface.py" line="4281"/>
         <source>Problem</source>
         <translation>Problema</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
+        <location filename="UI/UserInterface.py" line="4417"/>
         <source>Process Generation Error</source>
         <translation>Error de Generación de Proceso</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
+        <location filename="UI/UserInterface.py" line="4173"/>
         <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
         <translation>No hay visor personalizado seleccionado actualmente. Por favor, especifique uno en el diálogo de preferencias.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4113"/>
+        <location filename="UI/UserInterface.py" line="4204"/>
         <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar el visor de ayuda.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
+        <location filename="UI/UserInterface.py" line="4713"/>
         <source>Documentation Missing</source>
         <translation>Falta documentación</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
+        <location filename="UI/UserInterface.py" line="4698"/>
         <source>Documentation</source>
         <translation>Documentación</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4510"/>
+        <location filename="UI/UserInterface.py" line="4607"/>
         <source>&lt;p&gt;The PyQt4 documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation>&lt;P&gt;El punto de entrada de documentación de PyQt4 no ha sido configurado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
+        <location filename="UI/UserInterface.py" line="5063"/>
         <source>Save tasks</source>
         <translation>Guardar tareas</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
+        <location filename="UI/UserInterface.py" line="5120"/>
         <source>Read tasks</source>
         <translation>Leer tareas</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
+        <location filename="UI/UserInterface.py" line="5317"/>
         <source>Drop Error</source>
         <translation>Error de volcado</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
+        <location filename="UI/UserInterface.py" line="5589"/>
         <source>Error during updates check</source>
         <translation>Error durante la verificación de actualización</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5358"/>
+        <location filename="UI/UserInterface.py" line="5461"/>
         <source>&amp;Cancel</source>
         <translation>&amp;Cancelar</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
+        <location filename="UI/UserInterface.py" line="5495"/>
         <source>Error downloading versions file</source>
         <translation>Error descargando el archivo de versiones</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
+        <location filename="UI/UserInterface.py" line="5495"/>
         <source>Could not download the versions file.</source>
         <translation>No se puede descargar el archivo de versiones.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
+        <location filename="UI/UserInterface.py" line="5573"/>
         <source>Update available</source>
         <translation>Actualizaciones disponibles</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
+        <location filename="UI/UserInterface.py" line="5589"/>
         <source>Could not perform updates check.</source>
         <translation>No se puede llevar a cabo la verificación de actualizaciones.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5507"/>
+        <location filename="UI/UserInterface.py" line="5610"/>
         <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;Versiones disponibles&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
+        <location filename="UI/UserInterface.py" line="5664"/>
         <source>First time usage</source>
         <translation>Usado por primera vez</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1772"/>
+        <location filename="UI/UserInterface.py" line="1825"/>
         <source>&amp;Designer 4...</source>
         <translation>&amp;Designer 4...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
+        <location filename="UI/UserInterface.py" line="1842"/>
         <source>&amp;Linguist 4...</source>
         <translation>&amp;Linguist 4...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1864"/>
+        <location filename="UI/UserInterface.py" line="1917"/>
         <source>Mini Editor</source>
         <translation>Mini Editor</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1860"/>
+        <location filename="UI/UserInterface.py" line="1913"/>
         <source>Mini &amp;Editor...</source>
         <translation>Mini &amp;Editor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1865"/>
+        <location filename="UI/UserInterface.py" line="1918"/>
         <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Abre un diálogo con un editor simple.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2068"/>
+        <location filename="UI/UserInterface.py" line="2121"/>
         <source>Install Plugins</source>
         <translation>Instalar Plugins</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2065"/>
+        <location filename="UI/UserInterface.py" line="2118"/>
         <source>&amp;Install Plugins...</source>
         <translation>&amp;Instalar Plugins...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2069"/>
+        <location filename="UI/UserInterface.py" line="2122"/>
         <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Instalar Plugins...&lt;/b&gt;&lt;p&gt;Abre un diálogo para instalar o actualizar extensiones (plugins).&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
+        <location filename="UI/UserInterface.py" line="2021"/>
         <source>Toolbars</source>
         <translation>Barras de Herramientas</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
+        <location filename="UI/UserInterface.py" line="2021"/>
         <source>Tool&amp;bars...</source>
         <translation>&amp;Barras de Herramientas...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1971"/>
+        <location filename="UI/UserInterface.py" line="2024"/>
         <source>Configure toolbars</source>
         <translation>Configurar Barras de Herramientas</translation>
     </message>
     <message>
+        <location filename="UI/UserInterface.py" line="2025"/>
+        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Barras de Herramientas&lt;/b&gt;&lt;p&gt;Configure las barras de herramientas. Con este diálogo puede cambiar las accines mostradas en las diversas barras de herramientas, y definir sus propias barras de herramientas.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="608"/>
+        <source>Restoring Toolbarmanager...</source>
+        <translation>Restaurando Gestor de Barras de Herramientas...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4362"/>
+        <source>External Tools</source>
+        <translation>Herramientas Externas</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1406"/>
+        <source>Multiproject-Viewer</source>
+        <translation>Visor de Multiproyecto</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1406"/>
+        <source>&amp;Multiproject-Viewer</source>
+        <translation>Visor de &amp;Multiproyecto</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1409"/>
+        <source>Toggle the Multiproject-Viewer window</source>
+        <translation>Conmutar la ventana de Visor de Multiproyecto</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1410"/>
+        <source>&lt;b&gt;Toggle the Multiproject-Viewer window&lt;/b&gt;&lt;p&gt;If the Multiproject-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Conmutar la ventana de Visor de Multiproyecto&lt;/b&gt;&lt;p&gt;Si la ventana de Visor de Multiproyecto está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1418"/>
+        <source>Activate Multiproject-Viewer</source>
+        <translation>Activar Visor de Multiproyecto</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1555"/>
+        <source>Temp&amp;late-Viewer</source>
+        <translation>Visor de P&amp;lantillas</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5138"/>
+        <source>Save session</source>
+        <translation>Guardar sesión</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5199"/>
+        <source>Read session</source>
+        <translation>Cargar sesión</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2553"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Esta zona de la barra de estado muestra la codificación del editor actual.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2567"/>
+        <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Esta zona de la barra de estado muestra una indicación de las propiedades de escritura de los archivos del editor.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5638"/>
+        <source>SSL Errors</source>
+        <translation>Errores SSL</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1756"/>
+        <source>Request Feature</source>
+        <translation>Solicitar nueva característica</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1756"/>
+        <source>Request &amp;Feature...</source>
+        <translation>Solicitar nueva &amp;característica...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1758"/>
+        <source>Send a feature request</source>
+        <translation>Enviar una solicitud de nueva característica</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1759"/>
+        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Solicitar nueva Característica...&lt;/b&gt;&lt;p&gt;Abre un diálogo para enviar una solicitud de nueva característica.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2546"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Esta zona de la barra de estado muestra el lenguaje del editor actual.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2576"/>
+        <source>&lt;p&gt;This part of the status bar displays the name of the file of the current editor.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Esta zona de la barra de estado muestra el nombre de archivo del editor actual.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2583"/>
+        <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Esta zona de la barra de estado muestra el número de línea en el editor actual.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2590"/>
+        <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Esta zona de la barra de estado muestra la posición del cursor en el editor actual.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1470"/>
+        <source>Terminal</source>
+        <translation>Terminal</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1578"/>
+        <source>Vertical Toolbox</source>
+        <translation>Caja de Herramientas Vertical</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1589"/>
+        <source>Horizontal Toolbox</source>
+        <translation>Caja de Herramientas Horizontal</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1470"/>
+        <source>Te&amp;rminal</source>
+        <translation>Te&amp;rminal</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1472"/>
+        <source>Toggle the Terminal window</source>
+        <translation>Conmutar la ventana de Terminal</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1473"/>
+        <source>&lt;b&gt;Toggle the Terminal window&lt;/b&gt;&lt;p&gt;If the Terminal window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Conmutar la ventana de Terminal&lt;/b&gt;&lt;p&gt;Si la ventana de Terminal está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1481"/>
+        <source>Activate Terminal</source>
+        <translation>Activar Terminal</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1481"/>
+        <source>Alt+Shift+R</source>
+        <translation>Alt+Shift+S</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1568"/>
+        <source>Alt+Shift+A</source>
+        <translation>Alt+Shift+A</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1578"/>
+        <source>&amp;Vertical Toolbox</source>
+        <translation>Caja de Herramientas &amp;Vertical</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1580"/>
+        <source>Toggle the Vertical Toolbox window</source>
+        <translation>Conmutar la ventana de Caja de Herramientas Vertical</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1581"/>
+        <source>&lt;b&gt;Toggle the Vertical Toolbox window&lt;/b&gt;&lt;p&gt;If the Vertical Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Conmutar la ventana de Caja de Herramientas Vertical&lt;/b&gt;&lt;p&gt;Si la ventana de Caja de Herramientas Vertical está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1589"/>
+        <source>&amp;Horizontal Toolbox</source>
+        <translation>Caja de Herramientas &amp;Horizontal</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1592"/>
+        <source>Toggle the Horizontal Toolbox window</source>
+        <translation>Conmutar la ventana de Caja de Herramientas Horizontal</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1593"/>
+        <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Conmutar la ventana de Caja de Herramientas Horizontal&lt;/b&gt;&lt;p&gt;Si la ventana de Caja de Herramientas Horizontal está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3046"/>
+        <source>Restart application</source>
+        <translation>Reiniciar aplicación</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3046"/>
+        <source>The application needs to be restarted. Do it now?</source>
+        <translation>La aplicación necesita ser reiniciada. ¿Desea hacerlo ahora?</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2363"/>
+        <source>Configure...</source>
+        <translation>Configurar...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2560"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Esta zona de la barra de estado muestra la configuración actual de fin de línea (eol) para los editores.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2098"/>
+        <source>Switch between tabs</source>
+        <translation>Alternar entre pestañas</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2098"/>
+        <source>Ctrl+1</source>
+        <translation>Ctrl+1</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1961"/>
+        <source>Export Preferences</source>
+        <translation>Exportar Preferencias</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1961"/>
+        <source>E&amp;xport Preferences...</source>
+        <translation>E&amp;xportar Preferencias...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1964"/>
+        <source>Export the current configuration</source>
+        <translation>Exportar la configuración actual</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1965"/>
+        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Exportar Preferencias&lt;/b&gt;&lt;p&gt;Exportar la configuración actual a un archivo.&lt;/p&gt;</translation>
+    </message>
+    <message>
         <location filename="UI/UserInterface.py" line="1972"/>
-        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Barras de Herramientas&lt;/b&gt;&lt;p&gt;Configure las barras de herramientas. Con este diálogo puede cambiar las accines mostradas en las diversas barras de herramientas, y definir sus propias barras de herramientas.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="603"/>
-        <source>Restoring Toolbarmanager...</source>
-        <translation>Restaurando Gestor de Barras de Herramientas...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
-        <source>External Tools</source>
-        <translation>Herramientas Externas</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
-        <source>Multiproject-Viewer</source>
-        <translation>Visor de Multiproyecto</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
-        <source>&amp;Multiproject-Viewer</source>
-        <translation>Visor de &amp;Multiproyecto</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1380"/>
-        <source>Toggle the Multiproject-Viewer window</source>
-        <translation>Conmutar la ventana de Visor de Multiproyecto</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1381"/>
-        <source>&lt;b&gt;Toggle the Multiproject-Viewer window&lt;/b&gt;&lt;p&gt;If the Multiproject-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Conmutar la ventana de Visor de Multiproyecto&lt;/b&gt;&lt;p&gt;Si la ventana de Visor de Multiproyecto está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
-        <source>Activate Multiproject-Viewer</source>
-        <translation>Activar Visor de Multiproyecto</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
-        <source>Temp&amp;late-Viewer</source>
-        <translation>Visor de P&amp;lantillas</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
-        <source>Save session</source>
-        <translation>Guardar sesión</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
-        <source>Read session</source>
-        <translation>Cargar sesión</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2500"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Esta zona de la barra de estado muestra la codificación del editor actual.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2514"/>
-        <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Esta zona de la barra de estado muestra una indicación de las propiedades de escritura de los archivos del editor.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
-        <source>SSL Errors</source>
-        <translation>Errores SSL</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
-        <source>Request Feature</source>
-        <translation>Solicitar nueva característica</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
-        <source>Request &amp;Feature...</source>
-        <translation>Solicitar nueva &amp;característica...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1705"/>
-        <source>Send a feature request</source>
-        <translation>Enviar una solicitud de nueva característica</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1706"/>
-        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Solicitar nueva Característica...&lt;/b&gt;&lt;p&gt;Abre un diálogo para enviar una solicitud de nueva característica.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2493"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Esta zona de la barra de estado muestra el lenguaje del editor actual.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2523"/>
-        <source>&lt;p&gt;This part of the status bar displays the name of the file of the current editor.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Esta zona de la barra de estado muestra el nombre de archivo del editor actual.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2530"/>
-        <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Esta zona de la barra de estado muestra el número de línea en el editor actual.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2537"/>
-        <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Esta zona de la barra de estado muestra la posición del cursor en el editor actual.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
-        <source>Terminal</source>
-        <translation>Terminal</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
-        <source>Vertical Toolbox</source>
-        <translation>Caja de Herramientas Vertical</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
-        <source>Horizontal Toolbox</source>
-        <translation>Caja de Herramientas Horizontal</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
-        <source>Te&amp;rminal</source>
-        <translation>Te&amp;rminal</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1443"/>
-        <source>Toggle the Terminal window</source>
-        <translation>Conmutar la ventana de Terminal</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1444"/>
-        <source>&lt;b&gt;Toggle the Terminal window&lt;/b&gt;&lt;p&gt;If the Terminal window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Conmutar la ventana de Terminal&lt;/b&gt;&lt;p&gt;Si la ventana de Terminal está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1452"/>
-        <source>Activate Terminal</source>
-        <translation>Activar Terminal</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1452"/>
-        <source>Alt+Shift+R</source>
-        <translation>Alt+Shift+S</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
-        <source>Alt+Shift+A</source>
-        <translation>Alt+Shift+A</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
-        <source>&amp;Vertical Toolbox</source>
-        <translation>Caja de Herramientas &amp;Vertical</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1551"/>
-        <source>Toggle the Vertical Toolbox window</source>
-        <translation>Conmutar la ventana de Caja de Herramientas Vertical</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1552"/>
-        <source>&lt;b&gt;Toggle the Vertical Toolbox window&lt;/b&gt;&lt;p&gt;If the Vertical Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Conmutar la ventana de Caja de Herramientas Vertical&lt;/b&gt;&lt;p&gt;Si la ventana de Caja de Herramientas Vertical está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
-        <source>&amp;Horizontal Toolbox</source>
-        <translation>Caja de Herramientas &amp;Horizontal</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1563"/>
-        <source>Toggle the Horizontal Toolbox window</source>
-        <translation>Conmutar la ventana de Caja de Herramientas Horizontal</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1564"/>
-        <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Conmutar la ventana de Caja de Herramientas Horizontal&lt;/b&gt;&lt;p&gt;Si la ventana de Caja de Herramientas Horizontal está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
-        <source>Restart application</source>
-        <translation>Reiniciar aplicación</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
-        <source>The application needs to be restarted. Do it now?</source>
-        <translation>La aplicación necesita ser reiniciada. ¿Desea hacerlo ahora?</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2310"/>
-        <source>Configure...</source>
-        <translation>Configurar...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2507"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Esta zona de la barra de estado muestra la configuración actual de fin de línea (eol) para los editores.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
-        <source>Switch between tabs</source>
-        <translation>Alternar entre pestañas</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
-        <source>Ctrl+1</source>
-        <translation>Ctrl+1</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
-        <source>Export Preferences</source>
-        <translation>Exportar Preferencias</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
-        <source>E&amp;xport Preferences...</source>
-        <translation>E&amp;xportar Preferencias...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1911"/>
-        <source>Export the current configuration</source>
-        <translation>Exportar la configuración actual</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1912"/>
-        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Exportar Preferencias&lt;/b&gt;&lt;p&gt;Exportar la configuración actual a un archivo.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
         <source>Import Preferences</source>
         <translation>Importar Preferencias</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
+        <location filename="UI/UserInterface.py" line="1972"/>
         <source>I&amp;mport Preferences...</source>
         <translation>I&amp;mportar Preferencias...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1922"/>
+        <location filename="UI/UserInterface.py" line="1975"/>
         <source>Import a previously exported configuration</source>
         <translation>Importar una configuración previamente exportada</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1924"/>
+        <location filename="UI/UserInterface.py" line="1977"/>
         <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Importar Preferencias&lt;/b&gt;&lt;p&gt;Importar una configuración previamente exportada.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
+        <location filename="UI/UserInterface.py" line="2082"/>
         <source>Show next</source>
         <translation>Mostrar siguente</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2037"/>
+        <location filename="UI/UserInterface.py" line="2090"/>
         <source>Show previous</source>
         <translation>Mostrar anterior</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
+        <location filename="UI/UserInterface.py" line="1601"/>
         <source>Left Sidebar</source>
         <translation>Barra Lateral a la Izquierda</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
+        <location filename="UI/UserInterface.py" line="1601"/>
         <source>&amp;Left Sidebar</source>
         <translation>Barra &amp;Lateral a la Izquierda</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1574"/>
+        <location filename="UI/UserInterface.py" line="1603"/>
         <source>Toggle the left sidebar window</source>
         <translation>Conmutar la barra lateral a la izquierda</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1575"/>
+        <location filename="UI/UserInterface.py" line="1604"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Conmutar la barra lateral a la izquierda&lt;/b&gt;&lt;p&gt;Si la barra lateral a la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
+        <location filename="UI/UserInterface.py" line="1612"/>
         <source>Bottom Sidebar</source>
         <translation>Barra Lateral Inferior</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
+        <location filename="UI/UserInterface.py" line="1612"/>
         <source>&amp;Bottom Sidebar</source>
         <translation>&amp;Barra Lateral Inferior</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1586"/>
+        <location filename="UI/UserInterface.py" line="1615"/>
         <source>Toggle the bottom sidebar window</source>
         <translation>Conmutar la barra lateral inferior</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1587"/>
+        <location filename="UI/UserInterface.py" line="1616"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Conmutar la barra lateral inferior&lt;/b&gt;&lt;p&gt;Si la barra lateral inferior está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
+        <location filename="UI/UserInterface.py" line="1428"/>
         <source>&amp;Debug-Viewer</source>
         <translation>Visor &amp;Depurador</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1401"/>
+        <location filename="UI/UserInterface.py" line="1430"/>
         <source>Toggle the Debug-Viewer window</source>
         <translation>Conmutar la ventana de Visor de Depuración</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1402"/>
+        <location filename="UI/UserInterface.py" line="1431"/>
         <source>&lt;b&gt;Toggle the Debug-Viewer window&lt;/b&gt;&lt;p&gt;If the Debug-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Conmutar la ventana de Visor de Depuración&lt;/b&gt;&lt;p&gt;Si la ventana de Visor de Depuración está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
+        <location filename="UI/UserInterface.py" line="1439"/>
         <source>Activate Debug-Viewer</source>
         <translation>Activar Visor de Depuración</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
+        <location filename="UI/UserInterface.py" line="1901"/>
         <source>SQL Browser</source>
         <translation>Navegador SQL</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
+        <location filename="UI/UserInterface.py" line="1901"/>
         <source>SQL &amp;Browser...</source>
         <translation>&amp;Navegador SQL...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1852"/>
+        <location filename="UI/UserInterface.py" line="1905"/>
         <source>Browse a SQL database</source>
         <translation>Navegar una base de datos SQL</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1853"/>
+        <location filename="UI/UserInterface.py" line="1906"/>
         <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Navegador SQL&lt;/b&gt;&lt;p&gt;Navegar una base de datos SQL.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
+        <location filename="UI/UserInterface.py" line="2831"/>
         <source>Error log found</source>
         <translation>Se ha encontrado un registro de errores</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
+        <location filename="UI/UserInterface.py" line="2831"/>
         <source>An error log file was found. What should be done with it?</source>
         <translation>Se ha encontrado un archivo de registro de errores. ¿Qué desea hacer con él?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2789"/>
+        <location filename="UI/UserInterface.py" line="2842"/>
         <source>Send Bug Email</source>
         <translation>Enviar un Email de Bug</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2792"/>
+        <location filename="UI/UserInterface.py" line="2845"/>
         <source>Ignore and Delete</source>
         <translation>Ignorar y Borrar</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2795"/>
+        <location filename="UI/UserInterface.py" line="2848"/>
         <source>Ignore but Keep</source>
         <translation>Ignorar pero Conservar</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
+        <location filename="UI/UserInterface.py" line="1925"/>
         <source>Web Browser</source>
         <translation>Navegador Web</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
+        <location filename="UI/UserInterface.py" line="1925"/>
         <source>&amp;Web Browser...</source>
         <translation>Navegador &amp;Web...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
+        <location filename="UI/UserInterface.py" line="1937"/>
         <source>Icon Editor</source>
         <translation>Editor de Iconos</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
+        <location filename="UI/UserInterface.py" line="1937"/>
         <source>&amp;Icon Editor...</source>
         <translation>Editor de &amp;Iconos...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
+        <location filename="UI/UserInterface.py" line="4123"/>
         <source>Qt 3 support</source>
         <translation>Soporte para Qt 3</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2186"/>
+        <location filename="UI/UserInterface.py" line="2239"/>
         <source>&lt;b&gt;PySide Documentation&lt;/b&gt;&lt;p&gt;Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation>&lt;b&gt;Documentación de PySide&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PySide. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
+        <location filename="UI/UserInterface.py" line="4698"/>
         <source>&lt;p&gt;The PySide documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation>&lt;P&gt;El punto de entrada de documentación de PySide no ha sido configurado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
+        <location filename="UI/UserInterface.py" line="2236"/>
         <source>PySide Documentation</source>
         <translation>Documentación de PySide</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
+        <location filename="UI/UserInterface.py" line="2236"/>
         <source>Py&amp;Side Documentation</source>
         <translation>Documentación de Py&amp;Side</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2185"/>
+        <location filename="UI/UserInterface.py" line="2238"/>
         <source>Open PySide Documentation</source>
         <translation>Abrir Documentación de PySide</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="662"/>
+        <location filename="UI/UserInterface.py" line="667"/>
         <source>&lt;p&gt;The Qt Style Sheet file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo de hoja de estilo Qt &lt;b&gt;{0}&lt;/b&gt; no se puede leer.&lt;br&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1280"/>
+        <location filename="UI/UserInterface.py" line="1309"/>
         <source>{0} - Passive Mode</source>
         <translation>{0} - Modo Pasivo</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1285"/>
+        <location filename="UI/UserInterface.py" line="1314"/>
         <source>{0} - {1} - Passive Mode</source>
         <translation>{0} - {1} - Modo Pasivo</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1288"/>
+        <location filename="UI/UserInterface.py" line="1317"/>
         <source>{0} - {1} - {2} - Passive Mode</source>
         <translation>{0} - {1} - {2} - Modo Pasivo</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1642"/>
+        <location filename="UI/UserInterface.py" line="1695"/>
         <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric5 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Visor de ayuda&lt;/b&gt;&lt;p&gt;Mostrar el navegador web de eric5. Esta ventana mostrará archivos de ayuda HTML y ayuda de las colecciones de ayuda de Qt. Tiene la capacidad de navegar a hiperenlaces, establecer marcadores, imprimir la ayuda visualizada y algunas otras características.&lt;/p&gt;&lt;p&gt;Si se invoca con una palabra seleccionada, esta palabra se busca en la colección de ayuda de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1672"/>
+        <location filename="UI/UserInterface.py" line="1725"/>
         <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric5.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Buscar actualizaciones...&lt;/b&gt;&lt;p&gt;Busca actualizaciones de eric5 en internet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1684"/>
+        <location filename="UI/UserInterface.py" line="1737"/>
         <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric5 versions available for download from the internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mostrar versiones descargables...&lt;/b&gt;&lt;p&gt;Muestra las versiones de eric5 disponibles para descarga de internet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1876"/>
+        <location filename="UI/UserInterface.py" line="1929"/>
         <source>Start the eric5 Web Browser</source>
         <translation>Iniciar el Navegador Web de eric5</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1877"/>
+        <location filename="UI/UserInterface.py" line="1930"/>
         <source>&lt;b&gt;Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric5 Web Browser.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Navegador Web&lt;/b&gt;&lt;p&gt;Navegar por Internet con el Navegador Web de eric5.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1888"/>
+        <location filename="UI/UserInterface.py" line="1941"/>
         <source>Start the eric5 Icon Editor</source>
         <translation>Iniciar el Editor de Iconos de eric5</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1889"/>
+        <location filename="UI/UserInterface.py" line="1942"/>
         <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric5 Icon Editor for editing simple icons.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Editor de Iconos&lt;/b&gt;&lt;p&gt;Inicia el Editor de Iconos de eric5 para editar iconos sencillos.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1945"/>
+        <location filename="UI/UserInterface.py" line="1998"/>
         <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric5.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mostrar herramientas externas&lt;/b&gt;&lt;p&gt;Abre un diálogo para mostrar la ruta y versiones de todas las herramientas externas que utiliza eric5.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2168"/>
+        <location filename="UI/UserInterface.py" line="2221"/>
         <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Documentación de API de Eric&lt;/b&gt;&lt;p&gt;Muestra la documentación de API de Eric. La ubicación de la documentación es el subdirectorio Documentation/Source del directorio de instalación de eric5.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2594"/>
+        <location filename="UI/UserInterface.py" line="2647"/>
         <source>External Tools/{0}</source>
         <translation>Herramientas Externas/{0}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
+        <location filename="UI/UserInterface.py" line="4123"/>
         <source>Qt v.3 is not supported by eric5.</source>
         <translation>Qt v.3 no está soportado por eric5.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
+        <location filename="UI/UserInterface.py" line="4281"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; no existe o tiene longitud nula. &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3952"/>
+        <location filename="UI/UserInterface.py" line="4043"/>
         <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar Qt-Designer.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4009"/>
+        <location filename="UI/UserInterface.py" line="4100"/>
         <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar Qt-Linguist.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4053"/>
+        <location filename="UI/UserInterface.py" line="4144"/>
         <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar Qt-Assistant.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4094"/>
+        <location filename="UI/UserInterface.py" line="4185"/>
         <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar el visor personalizado.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4153"/>
+        <location filename="UI/UserInterface.py" line="4244"/>
         <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar el Previsualizador de UI.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4198"/>
+        <location filename="UI/UserInterface.py" line="4289"/>
         <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar el Previsualizador de Traducciones.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4217"/>
+        <location filename="UI/UserInterface.py" line="4308"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido iniciar el navegador SQL.&lt;br&gt;Asegúrese de que está disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4265"/>
+        <location filename="UI/UserInterface.py" line="4356"/>
         <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
         <translation>No se ha encontrado la entrada para la herramienta externa &apos;{0}&apos; en el grupo de herramientas &apos;{1}&apos;.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
+        <location filename="UI/UserInterface.py" line="4362"/>
         <source>No toolgroup entry &apos;{0}&apos; found.</source>
         <translation>No se ha encontrado la entrada para el grupo de herramientas &apos;{0}&apos;.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4307"/>
+        <location filename="UI/UserInterface.py" line="4398"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation>Comenzando proceso &apos;{0} {1}&apos;.
 </translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
+        <location filename="UI/UserInterface.py" line="4417"/>
         <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No se ha podido ejecutar la entrada de herramienta &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4403"/>
+        <location filename="UI/UserInterface.py" line="4494"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation>El proceso &apos;{0}&apos; ha finalizado.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
+        <location filename="UI/UserInterface.py" line="4713"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation>&lt;P&gt;El punto de entrada de documentación &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; no ha podido encontrarse.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4807"/>
+        <location filename="UI/UserInterface.py" line="4910"/>
         <source>Keyboard shortcut file (*.e4k);;Compressed keyboard shortcut file (*.e4kz)</source>
         <translation>archivo de atajos de teclado (*.e4k);;Archivo comprimido de atajos de teclado (*.e4kz)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
+        <location filename="UI/UserInterface.py" line="4930"/>
         <source>&lt;p&gt;The keyboard shortcuts could not be written to file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Los atajos de teclado no se han podido escribir en el archivo &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
+        <location filename="UI/UserInterface.py" line="4939"/>
         <source>Keyboard shortcut file (*.e4k *.e4kz)</source>
         <translation>Archivo de atajos de teclado (*.e4k *.e4kz)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
+        <location filename="UI/UserInterface.py" line="5063"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo de tareas &lt;b&gt;{0}&lt;/b&gt; no pudo ser guardado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5007"/>
+        <location filename="UI/UserInterface.py" line="5110"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo de tareas &lt;b&gt;{0}&lt;/b&gt; no puede leerse.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
+        <location filename="UI/UserInterface.py" line="5120"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo de tareas &lt;b&gt;{0}&lt;/b&gt; tiene un formato no soportado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
+        <location filename="UI/UserInterface.py" line="5138"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo de sesión &lt;b&gt;{0}&lt;/b&gt; no ha podido guardarse.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5086"/>
+        <location filename="UI/UserInterface.py" line="5189"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo de sesión &lt;b&gt;&lt;/b&gt; no ha podido ser leído.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
+        <location filename="UI/UserInterface.py" line="5199"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo de sesión &lt;b&gt;{0}&lt;/b&gt; tiene un formato no soportado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
+        <location filename="UI/UserInterface.py" line="5317"/>
         <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
         <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; no es un archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5363"/>
+        <location filename="UI/UserInterface.py" line="5466"/>
         <source>Trying host {0}</source>
         <translation>Probando host {0}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
+        <location filename="UI/UserInterface.py" line="5573"/>
         <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric5 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
         <translation>La actualización para &lt;b&gt;{0}&lt;/b&gt; de eric5 está disponible en &lt;b&gt;{1}&lt;/b&gt;. ¿Le gustaría obtenerla?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>Eric5 is up to date</source>
         <translation>Eric5 está actualizado</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>You are using the latest version of eric5</source>
         <translation>Está utilizando la última versión de eric5</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
+        <location filename="UI/UserInterface.py" line="5638"/>
         <source>&lt;p&gt;SSL Errors:&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Do you want to ignore these errors?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Errores SSL:&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;¿Desea ignorar estos errores?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
+        <location filename="UI/UserInterface.py" line="5664"/>
         <source>eric5 has not been configured yet. The configuration dialog will be started.</source>
         <translation>Eric5 todavía no está configurado. El diálogo de configuración va a ser iniciado.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>Cooperation</source>
         <translation>Cooperación</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>&amp;Cooperation</source>
         <translation>&amp;Cooperación</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1597"/>
+        <location filename="UI/UserInterface.py" line="1626"/>
         <source>Toggle the Cooperation window</source>
         <translation>Conmutar la ventana de Cooperación</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1599"/>
+        <location filename="UI/UserInterface.py" line="1628"/>
         <source>&lt;b&gt;Toggle the Cooperation window&lt;/b&gt;&lt;p&gt;If the Cooperation window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Conmutar la ventana de Cooperación&lt;/b&gt;&lt;p&gt;Si la ventana de Cooperación está oculta, mostrarla. Si está visible, cerrarla.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Activate Cooperation-Viewer</source>
         <translation>Activar Visor de Cooperación</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Alt+Shift+O</source>
         <translation>Alt+Shift+O</translation>
     </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>&amp;Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1650"/>
+        <source>Toggle the Symbols window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1652"/>
+        <source>&lt;b&gt;Toggle the Symbols window&lt;/b&gt;&lt;p&gt;If the Symbols window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Activate Symbols-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Alt+Shift+Y</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>UserPropertiesDialog</name>
@@ -38751,817 +38832,817 @@
 <context>
     <name>ViewManager</name>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>New</source>
         <translation>Nuevo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>&amp;New</source>
         <translation>&amp;Nuevo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>Ctrl+N</source>
         <comment>File|New</comment>
         <translation>Ctrl+N</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="464"/>
-        <source>Open an empty editor window</source>
-        <translation>Abre una ventana vacia en el editor</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="466"/>
+        <source>Open an empty editor window</source>
+        <translation>Abre una ventana vacia en el editor</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="468"/>
         <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nuevo&lt;/b&gt;&lt;p&gt;Se creará una ventana vacia en el editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Open</source>
         <translation>Abrir</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>&amp;Open...</source>
         <translation>&amp;Abrir...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Ctrl+O</source>
         <comment>File|Open</comment>
         <translation>Ctrl+O</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="479"/>
+        <location filename="ViewManager/ViewManager.py" line="481"/>
         <source>Open a file</source>
         <translation>Abrir un archivo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="480"/>
+        <location filename="ViewManager/ViewManager.py" line="482"/>
         <source>&lt;b&gt;Open a file&lt;/b&gt;&lt;p&gt;You will be asked for the name of a file to be opened in an editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abrir un archivo&lt;/b&gt;&lt;p&gt;Le preguntará el nombre del archivo para ser abierto en el editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Close</source>
         <translation>Cerrar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>&amp;Close</source>
         <translation>&amp;Cerrar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Ctrl+W</source>
         <comment>File|Close</comment>
         <translation>Ctrl+W</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="496"/>
-        <source>Close the current window</source>
-        <translation>Cierra la ventana actual</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="498"/>
+        <source>Close the current window</source>
+        <translation>Cierra la ventana actual</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="500"/>
         <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cierra la ventana&lt;/b&gt;&lt;p&gt;Cierra la ventana actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Close All</source>
         <translation>Cerrar todo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Clos&amp;e All</source>
         <translation>Cerrar &amp;Todo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="508"/>
-        <source>Close all editor windows</source>
-        <translation>Cerrar todas las ventanas del editor</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="510"/>
+        <source>Close all editor windows</source>
+        <translation>Cerrar todas las ventanas del editor</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="512"/>
         <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cerrar todas las ventanas&lt;/b&gt;&lt;p&gt;Cierra todas las ventanas del editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Save</source>
         <translation>Guardar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>&amp;Save</source>
         <translation>&amp;Guardar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Ctrl+S</source>
         <comment>File|Save</comment>
         <translation>Ctrl+S</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="527"/>
-        <source>Save the current file</source>
-        <translation>Guarda el archivo actual</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="529"/>
+        <source>Save the current file</source>
+        <translation>Guarda el archivo actual</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="531"/>
         <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Guardar archivo&lt;/b&gt;&lt;p&gt;Almacena el contenido de la ventana de edición actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save as</source>
         <translation>Guardar como</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save &amp;as...</source>
         <translation>Guardar &amp;como...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Shift+Ctrl+S</source>
         <comment>File|Save As</comment>
         <translation>Shift+Ctrl+S</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="542"/>
-        <source>Save the current file to a new one</source>
-        <translation>Guarda el archivo actual en uno nuevo</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="544"/>
+        <source>Save the current file to a new one</source>
+        <translation>Guarda el archivo actual en uno nuevo</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="546"/>
         <source>&lt;b&gt;Save File as&lt;/b&gt;&lt;p&gt;Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Guardar archivo como&lt;/b&gt;&lt;p&gt;Guarda el contenido del archivo actual en uno nuevo. El archivo puede ser introducido en el cuadro de selección de archivos.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save all</source>
         <translation>Guardar todo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save a&amp;ll...</source>
         <translation>Guardar &amp;Todo...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="556"/>
-        <source>Save all files</source>
-        <translation>Guardar todos los archivos</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="558"/>
+        <source>Save all files</source>
+        <translation>Guardar todos los archivos</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="560"/>
         <source>&lt;b&gt;Save All Files&lt;/b&gt;&lt;p&gt;Save the contents of all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Guardar todos los archivos&lt;/b&gt;&lt;p&gt;Guarda el contenido de todas las ventanas del editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Project</source>
         <translation>Guardar en el Proyecto</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Pro&amp;ject</source>
         <translation>Guardar en el Pro&amp;yecto</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="572"/>
-        <source>Save the current file to the current project</source>
-        <translation>Guardar el archivo actual en el proyecto actual</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="574"/>
+        <source>Save the current file to the current project</source>
+        <translation>Guardar el archivo actual en el proyecto actual</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="576"/>
         <source>&lt;b&gt;Save to Project&lt;/b&gt;&lt;p&gt;Save the contents of the current editor window to the current project. After the file has been saved, it is automatically added to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Guardar en el Proyecto&lt;/b&gt;&lt;p&gt;Guardar el contenido del archivo actual del editor en el proyecto actual. El archivo también será guardado, y será añadido automáticamente al proyecto&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Print</source>
         <translation>Imprimir</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>&amp;Print</source>
         <translation>Im&amp;primir</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Ctrl+P</source>
         <comment>File|Print</comment>
         <translation>Ctrl+P</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="591"/>
+        <location filename="ViewManager/ViewManager.py" line="593"/>
         <source>Print the current file</source>
         <translation>Imprime el archivo actual</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="593"/>
+        <location filename="ViewManager/ViewManager.py" line="595"/>
         <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Imprimir Archivo&lt;/b&gt;&lt;p&gt;Imprime el contenido del archivo en edición.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search File</source>
         <translation>Buscar archivo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search &amp;File...</source>
         <translation>B&amp;uscar Archivo...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Alt+Ctrl+F</source>
         <comment>File|Search File</comment>
         <translation>Alt+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="623"/>
-        <source>Search for a file</source>
-        <translation>Buscar un archivo</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="625"/>
+        <source>Search for a file</source>
+        <translation>Buscar un archivo</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="627"/>
         <source>&lt;b&gt;Search File&lt;/b&gt;&lt;p&gt;Search for a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Buscar archivo&lt;/b&gt;&lt;p&gt;Buscar un archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="638"/>
+        <location filename="ViewManager/ViewManager.py" line="640"/>
         <source>&amp;File</source>
         <translation>&amp;Archivo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="639"/>
-        <source>Open &amp;Recent Files</source>
-        <translation>Abrir Archivos &amp;Recientes</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="641"/>
+        <source>Open &amp;Recent Files</source>
+        <translation>Abrir Archivos &amp;Recientes</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="643"/>
         <source>Open &amp;Bookmarked Files</source>
         <translation>Abrir Archvos &amp;Marcados</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="689"/>
+        <location filename="ViewManager/ViewManager.py" line="691"/>
         <source>File</source>
         <translation>Archivo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="711"/>
+        <location filename="ViewManager/ViewManager.py" line="713"/>
         <source>Export as</source>
         <translation>Exportar como</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Undo</source>
         <translation>Deshacer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>&amp;Undo</source>
         <translation>&amp;Deshacer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Ctrl+Z</source>
         <comment>Edit|Undo</comment>
         <translation>Ctrl+Z</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Alt+Backspace</source>
         <comment>Edit|Undo</comment>
         <translation>Alt+Backspace</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="741"/>
-        <source>Undo the last change</source>
-        <translation>Revierte el último cambio</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="743"/>
+        <source>Undo the last change</source>
+        <translation>Revierte el último cambio</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="745"/>
         <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Deshacer&lt;/b&gt;&lt;p&gt;Deshace el último cambio hecho en el editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Redo</source>
         <translation>Rehacer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>&amp;Redo</source>
         <translation>&amp;Rehacer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Ctrl+Shift+Z</source>
         <comment>Edit|Redo</comment>
         <translation>Ctrl+Shift+Z</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="756"/>
+        <location filename="ViewManager/ViewManager.py" line="758"/>
         <source>Redo the last change</source>
         <translation>Rehace el último cambio</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="758"/>
+        <location filename="ViewManager/ViewManager.py" line="760"/>
         <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Rehacer&lt;/b&gt;&lt;p&gt;Rehace el último cambio hecho en el editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="772"/>
-        <source>Revert to last saved state</source>
-        <translation>Volver al último estado grabado</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
-        <source>Re&amp;vert to last saved state</source>
-        <translation>&amp;Volver al último estado grabado</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
-        <source>Ctrl+Y</source>
-        <comment>Edit|Revert</comment>
-        <translation>Ctrl+Y</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="774"/>
+        <source>Revert to last saved state</source>
+        <translation>Volver al último estado grabado</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
+        <source>Re&amp;vert to last saved state</source>
+        <translation>&amp;Volver al último estado grabado</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
+        <source>Ctrl+Y</source>
+        <comment>Edit|Revert</comment>
+        <translation>Ctrl+Y</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="776"/>
         <source>&lt;b&gt;Revert to last saved state&lt;/b&gt;&lt;p&gt;Undo all changes up to the last saved state of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Volver al último estado grabado&lt;/b&gt;&lt;p&gt;Deshace todos los cambios desde la útlima grabación del archivo en edición.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cut</source>
         <translation>Cortar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cu&amp;t</source>
         <translation>Cor&amp;tar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Ctrl+X</source>
         <comment>Edit|Cut</comment>
         <translation>Ctrl+X</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Shift+Del</source>
         <comment>Edit|Cut</comment>
         <translation>Shift+Del</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="791"/>
+        <location filename="ViewManager/ViewManager.py" line="793"/>
         <source>Cut the selection</source>
         <translation>Corta lo seleccionado</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="793"/>
+        <location filename="ViewManager/ViewManager.py" line="795"/>
         <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cortar&lt;/b&gt;&lt;p&gt;Cortar el texto seleccionado y lo envia al portapapeles.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Copy</source>
         <translation>Copiar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>&amp;Copy</source>
         <translation>&amp;Copiar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+C</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+Ins</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+Ins</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="808"/>
-        <source>Copy the selection</source>
-        <translation>Copia lo seleccionao</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="810"/>
+        <source>Copy the selection</source>
+        <translation>Copia lo seleccionao</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="812"/>
         <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Copiar&lt;/b&gt;&lt;p&gt;Copiar el texto seleccionado al portapapeles.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Paste</source>
         <translation>Pegar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>&amp;Paste</source>
         <translation>&amp;Pegar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Ctrl+V</source>
         <comment>Edit|Paste</comment>
         <translation>Ctrl+V</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Shift+Ins</source>
         <comment>Edit|Paste</comment>
         <translation>Shift+Ins</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="825"/>
-        <source>Paste the last cut/copied text</source>
-        <translation>Pega el último texto copiado/cortado</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="827"/>
+        <source>Paste the last cut/copied text</source>
+        <translation>Pega el último texto copiado/cortado</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="829"/>
         <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard to the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Pegar&lt;/b&gt;&lt;p&gt;Pegar el contenido del portapapeles en el editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Clear</source>
         <translation>Borrar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Cl&amp;ear</source>
         <translation>&amp;Borrar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Alt+Shift+C</source>
         <comment>Edit|Clear</comment>
         <translation>Alt+Shift+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="842"/>
+        <location filename="ViewManager/ViewManager.py" line="844"/>
         <source>Clear all text</source>
         <translation>Borra todo el texto</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="844"/>
+        <location filename="ViewManager/ViewManager.py" line="846"/>
         <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Borrar&lt;/b&gt;&lt;p&gt;Borra todo el texto del editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Indent</source>
         <translation>Sangrar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>&amp;Indent</source>
         <translation>&amp;Sangrar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Ctrl+I</source>
         <comment>Edit|Indent</comment>
         <translation>Ctrl+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="858"/>
+        <location filename="ViewManager/ViewManager.py" line="860"/>
         <source>Indent line</source>
         <translation>Sangrar línea</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="859"/>
+        <location filename="ViewManager/ViewManager.py" line="861"/>
         <source>&lt;b&gt;Indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Sangrar&lt;/b&gt;&lt;p&gt;Aumenta el sangrado de la línea actual o de la selección de a un nivel.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Unindent</source>
         <translation>Quitar sangrado</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>U&amp;nindent</source>
         <translation>&amp;Quitar sangrado</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Ctrl+Shift+I</source>
         <comment>Edit|Unindent</comment>
         <translation>Ctrl+Shift+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="874"/>
+        <location filename="ViewManager/ViewManager.py" line="876"/>
         <source>Unindent line</source>
         <translation>Quitar sangrado de línea</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="876"/>
+        <location filename="ViewManager/ViewManager.py" line="878"/>
         <source>&lt;b&gt;Unindent&lt;/b&gt;&lt;p&gt;Unindents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Quitar sangrado&lt;/b&gt;&lt;p&gt;Quita el sangrado de la línea actual o de la selección de a un nivel.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Smart indent</source>
         <translation>Sangrado inteligente</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Ctrl+Alt+I</source>
         <comment>Edit|Smart indent</comment>
         <translation>Ctrl+Alt+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="892"/>
-        <source>Smart indent Line or Selection</source>
-        <translation>Sangrado inteligente de Linea o Selección</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="894"/>
+        <source>Smart indent Line or Selection</source>
+        <translation>Sangrado inteligente de Linea o Selección</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="896"/>
         <source>&lt;b&gt;Smart indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the current selection smartly.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Sangrado Inteligente&lt;/b&gt;&lt;p&gt;Sangra inteligentemente la línea actual o las lineas de la selección.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Comment</source>
         <translation>Comentario</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>C&amp;omment</source>
         <translation>Co&amp;mentario</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Ctrl+M</source>
         <comment>Edit|Comment</comment>
         <translation>Ctrl+M</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="909"/>
-        <source>Comment Line or Selection</source>
-        <translation>Comentar línea o selección</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="911"/>
+        <source>Comment Line or Selection</source>
+        <translation>Comentar línea o selección</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="913"/>
         <source>&lt;b&gt;Comment&lt;/b&gt;&lt;p&gt;Comments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Comentario&lt;/b&gt;&lt;p&gt;Pasa a comentario la línea actual o las lineas de la selección.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Uncomment</source>
         <translation>Descomentar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Unco&amp;mment</source>
         <translation>Desc&amp;omentar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Alt+Ctrl+M</source>
         <comment>Edit|Uncomment</comment>
         <translation>Alt+Ctrl+M</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="926"/>
+        <location filename="ViewManager/ViewManager.py" line="928"/>
         <source>Uncomment Line or Selection</source>
         <translation>Descomentar  Línea o Selección</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="928"/>
+        <location filename="ViewManager/ViewManager.py" line="930"/>
         <source>&lt;b&gt;Uncomment&lt;/b&gt;&lt;p&gt;Uncomments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Descomentar&lt;/b&gt;&lt;p&gt;Descomentar la linea actual o la selección.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="936"/>
+        <location filename="ViewManager/ViewManager.py" line="938"/>
         <source>Stream Comment</source>
         <translation>Bloque de comentarios</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="940"/>
-        <source>Stream Comment Line or Selection</source>
-        <translation>Pasar a bloque de comentarios la Línea o la Selección</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="942"/>
+        <source>Stream Comment Line or Selection</source>
+        <translation>Pasar a bloque de comentarios la Línea o la Selección</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="944"/>
         <source>&lt;b&gt;Stream Comment&lt;/b&gt;&lt;p&gt;Stream comments the current line or the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Comentario Simple&lt;/b&gt;&lt;p&gt;Convierte la línea actual o selección actual en un comentario simple.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="950"/>
+        <location filename="ViewManager/ViewManager.py" line="952"/>
         <source>Box Comment</source>
         <translation>Caja de comentario</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="954"/>
-        <source>Box Comment Line or Selection</source>
-        <translation>Línea o Selección a Caja de Comentario</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="956"/>
+        <source>Box Comment Line or Selection</source>
+        <translation>Línea o Selección a Caja de Comentario</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="958"/>
         <source>&lt;b&gt;Box Comment&lt;/b&gt;&lt;p&gt;Box comments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Caja de Comentario&lt;/b&gt;&lt;p&gt;Lleva la línea actual o líneas en la selección actual a una caja de comentario.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to brace</source>
         <translation>Seleccionar hasta la llave ( &apos;{&apos; o &apos;}&apos; )</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to &amp;brace</source>
         <translation>Seleccionar hasta la &amp;llave ( &apos;{&apos; o &apos;}&apos; )</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Ctrl+E</source>
         <comment>Edit|Select to brace</comment>
         <translation>Ctrl+E</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="971"/>
-        <source>Select text to the matching brace</source>
-        <translation>Seleccionar texto hasta la llave  ( &apos;{&apos; o &apos;}&apos; ) correspondiente</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="973"/>
+        <source>Select text to the matching brace</source>
+        <translation>Seleccionar texto hasta la llave  ( &apos;{&apos; o &apos;}&apos; ) correspondiente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="975"/>
         <source>&lt;b&gt;Select to brace&lt;/b&gt;&lt;p&gt;Select text of the current editor to the matching brace.&lt;/p&gt;</source>
         <translation>&lt;b&gt; Seleccionar hasta la llave ( &apos;{&apos; o &apos;}&apos; )&lt;/b&gt;&lt;p&gt;Selecciona el texto del editor actual hasta la llave correspondiente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Select all</source>
         <translation>Seleccionar todo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>&amp;Select all</source>
         <translation>Seleccionar &amp;todo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Ctrl+A</source>
         <comment>Edit|Select all</comment>
         <translation>Ctrl+A</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="986"/>
+        <location filename="ViewManager/ViewManager.py" line="988"/>
         <source>Select all text</source>
         <translation>Seleccionar todo el texto</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="988"/>
+        <location filename="ViewManager/ViewManager.py" line="990"/>
         <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Seleccionar todo&lt;/b&gt;&lt;p&gt;Selecciona todo el texto del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Deselect all</source>
         <translation>Deseleccionar todo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>&amp;Deselect all</source>
         <translation>&amp;Deseleccionar todo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Alt+Ctrl+A</source>
         <comment>Edit|Deselect all</comment>
         <translation>Alt+Ctrl+A</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1002"/>
-        <source>Deselect all text</source>
-        <translation>Deseleccionar todo el texto</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1004"/>
+        <source>Deselect all text</source>
+        <translation>Deseleccionar todo el texto</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1006"/>
         <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Deseleccionar todo&lt;/b&gt;&lt;p&gt;Deselecciona todo el texto del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1015"/>
-        <source>Convert Line End Characters</source>
-        <translation>Convertir caracteres de Fin de Línea</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="1011"/>
-        <source>Convert &amp;Line End Characters</source>
-        <translation>Convertir caracteres de &amp;Fin de Línea</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1017"/>
+        <source>Convert Line End Characters</source>
+        <translation>Convertir caracteres de Fin de Línea</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1013"/>
+        <source>Convert &amp;Line End Characters</source>
+        <translation>Convertir caracteres de &amp;Fin de Línea</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1019"/>
         <source>&lt;b&gt;Convert Line End Characters&lt;/b&gt;&lt;p&gt;Convert the line end characters to the currently set type.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Convertir Caracteres de fin de Línea&lt;/b&gt;&lt;p&gt;Convierte los caracteres de fin de línea al tipo establecido actualmente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1028"/>
-        <source>Shorten empty lines</source>
-        <translation>Convertir lineas vacías</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1030"/>
+        <source>Shorten empty lines</source>
+        <translation>Convertir lineas vacías</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1032"/>
         <source>&lt;b&gt;Shorten empty lines&lt;/b&gt;&lt;p&gt;Shorten lines consisting solely of whitespace characters.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Convertir lineas vacías&lt;/b&gt;&lt;p&gt;Convierte líneas que contienen solamente espacios a un caracter de salto de línea.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Autocomplete</source>
         <translation>Autocompletar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1816"/>
+        <location filename="ViewManager/ViewManager.py" line="1818"/>
         <source>&amp;Autocomplete</source>
         <translation>&amp;Autocompletar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Ctrl+Space</source>
         <comment>Edit|Autocomplete</comment>
         <translation>Ctrl+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1045"/>
-        <source>Autocomplete current word</source>
-        <translation>Autocompletar la palabra actual</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1047"/>
+        <source>Autocomplete current word</source>
+        <translation>Autocompletar la palabra actual</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1049"/>
         <source>&lt;b&gt;Autocomplete&lt;/b&gt;&lt;p&gt;Performs an autocompletion of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autocompletar&lt;/b&gt;&lt;p&gt;Lleva a cabo un autocompletado de la palabra que contiene el cursor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Autocomplete from Document</source>
         <translation>Autocompletar desde documento</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Ctrl+Shift+Space</source>
         <comment>Edit|Autocomplete from Document</comment>
         <translation>Ctrl+Shift+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1060"/>
-        <source>Autocomplete current word from Document</source>
-        <translation>Autocompletar palabra actual desde documento</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1062"/>
+        <source>Autocomplete current word from Document</source>
+        <translation>Autocompletar palabra actual desde documento</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1064"/>
         <source>&lt;b&gt;Autocomplete from Document&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autocompletar desde Documento&lt;/b&gt;&lt;p&gt;Lleva a cabo un autocompletado de la palabra que contiene el cursor a partir del documento.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Autocomplete from APIs</source>
         <translation>Autocompletar desde APIs</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Ctrl+Alt+Space</source>
         <comment>Edit|Autocomplete from APIs</comment>
         <translation>Ctrl+Alt+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1077"/>
-        <source>Autocomplete current word from APIs</source>
-        <translation>Autocompletar palabra actual desde APIs</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1079"/>
+        <source>Autocomplete current word from APIs</source>
+        <translation>Autocompletar palabra actual desde APIs</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1081"/>
         <source>&lt;b&gt;Autocomplete from APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autocompletar desde APIs&lt;/b&gt;&lt;p&gt;Lleva a cabo un autocompletado de la palabra que contiene el cursor a partir de las APIs.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Autocomplete from Document and APIs</source>
         <translation>Autocompletar desde Documento y de APIs</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Alt+Shift+Space</source>
         <comment>Edit|Autocomplete from Document and APIs</comment>
         <translation>Alt+Shift+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1096"/>
+        <location filename="ViewManager/ViewManager.py" line="1098"/>
         <source>Autocomplete current word from Document and APIs</source>
         <translation>Autocompletar palabra actual desde Documento y  APIs</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1098"/>
+        <location filename="ViewManager/ViewManager.py" line="1100"/>
         <source>&lt;b&gt;Autocomplete from Document and APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document and APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autocompletar desde Documento y APIs&lt;/b&gt;&lt;p&gt;Lleva a cabo un autocompletado de la palabra que contiene el cursor a partir del documento y de las APIs.&lt;/p&gt;</translation>
     </message>
@@ -40236,17 +40317,17 @@
         <translation>Ctrl+Shift+D</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1826"/>
+        <location filename="ViewManager/ViewManager.py" line="1828"/>
         <source>&amp;Search</source>
         <translation>&amp;Buscar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1840"/>
+        <location filename="ViewManager/ViewManager.py" line="1842"/>
         <source>&amp;Edit</source>
         <translation>&amp;Editar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1886"/>
+        <location filename="ViewManager/ViewManager.py" line="1888"/>
         <source>Edit</source>
         <translation>Editar</translation>
     </message>
@@ -40335,702 +40416,702 @@
         <translation>&lt;b&gt;Reemplazar&lt;/b&gt;&lt;p&gt;Buscar un texto en el editor actual y reemplazarlo. Se muestra un diálogo para introducir el texto de búsqueda, el texto de reemplazo y las opciones para buscar y reemplazar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2144"/>
+        <location filename="ViewManager/ViewManager.py" line="2146"/>
         <source>Quicksearch</source>
         <translation>Búsqueda rápida</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>&amp;Quicksearch</source>
         <translation>Búsqueda &amp;rápida</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>Ctrl+Shift+K</source>
         <comment>Search|Quicksearch</comment>
         <translation>Ctrl+Shift+K</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2014"/>
+        <location filename="ViewManager/ViewManager.py" line="2016"/>
         <source>Perform a quicksearch</source>
         <translation>Llevar a cabo búsqueda rápida</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch backwards</source>
         <translation>Búsqueda rápida hacia atras</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch &amp;backwards</source>
         <translation>Búsqueda rápida hacia &amp;atras</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Ctrl+Shift+J</source>
         <comment>Search|Quicksearch backwards</comment>
         <translation>Ctrl+Shift+J</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2033"/>
+        <location filename="ViewManager/ViewManager.py" line="2035"/>
         <source>Perform a quicksearch backwards</source>
         <translation>Llevar a cabo búsqueda rápida hacia atrás</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch extend</source>
         <translation>Extender Búsqueda Rápida</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch e&amp;xtend</source>
         <translation>E&amp;xtender Búsqueda Rápida</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Ctrl+Shift+H</source>
         <comment>Search|Quicksearch extend</comment>
         <translation>Ctrl+Shift+H</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2051"/>
-        <source>Extend the quicksearch to the end of the current word</source>
-        <translation>Extender la búsqueda rápida al final de la palabra actual</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2053"/>
+        <source>Extend the quicksearch to the end of the current word</source>
+        <translation>Extender la búsqueda rápida al final de la palabra actual</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2055"/>
         <source>&lt;b&gt;Quicksearch extend&lt;/b&gt;&lt;p&gt;This extends the quicksearch text to the end of the word currently found.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Extender búsqueda rápida&lt;/b&gt;&lt;p&gt;Extiende la búsqueda rápida al final de la palabra actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2069"/>
+        <location filename="ViewManager/ViewManager.py" line="2071"/>
         <source>Goto Line</source>
         <translation>Ir a línea</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>&amp;Goto Line...</source>
         <translation>&amp;Ir a Linea...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>Ctrl+G</source>
         <comment>Search|Goto Line</comment>
         <translation>Ctrl+G</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2070"/>
+        <location filename="ViewManager/ViewManager.py" line="2072"/>
         <source>&lt;b&gt;Goto Line&lt;/b&gt;&lt;p&gt;Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ir la la línea&lt;/b&gt;&lt;p&gt;Ir a una línea específica del texto en el editor actual. Se muestra un diálogo para introducir el número de línea.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2085"/>
-        <source>Goto Brace</source>
-        <translation>Ir a paréntesis</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
-        <source>Goto &amp;Brace</source>
-        <translation>Ir al Parén&amp;tesis</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
-        <source>Ctrl+L</source>
-        <comment>Search|Goto Brace</comment>
-        <translation>Ctrl+L</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2087"/>
+        <source>Goto Brace</source>
+        <translation>Ir a paréntesis</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
+        <source>Goto &amp;Brace</source>
+        <translation>Ir al Parén&amp;tesis</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
+        <source>Ctrl+L</source>
+        <comment>Search|Goto Brace</comment>
+        <translation>Ctrl+L</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2089"/>
         <source>&lt;b&gt;Goto Brace&lt;/b&gt;&lt;p&gt;Go to the matching brace in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ir a llave (&apos;{&apos; o &apos;}&apos;)&lt;/b&gt;&lt;p&gt;Ir a la llave correspondiente en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in Files</source>
         <translation>Buscar en archivos</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in &amp;Files...</source>
         <translation>Buscar en arc&amp;hivos...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Shift+Ctrl+F</source>
         <comment>Search|Search Files</comment>
         <translation>Shift+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2104"/>
+        <location filename="ViewManager/ViewManager.py" line="2106"/>
         <source>Search for a text in files</source>
         <translation>Buscar texto en archivos</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2106"/>
+        <location filename="ViewManager/ViewManager.py" line="2108"/>
         <source>&lt;b&gt;Search in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project. A dialog is shown to enter the searchtext and options for the search and to display the result.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Buscar en Archivos&lt;/b&gt;&lt;p&gt;Buscar un texto en los archivos de un árbol de directorios o en el proyecto. Se muestra un diálogo para introducir el texto de búsqueda y opciones para búsqueda y visualización del resultado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom in</source>
         <translation>Aumentar zoom</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom &amp;in</source>
         <translation>A&amp;umentar Zoom</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Ctrl++</source>
         <comment>View|Zoom in</comment>
         <translation>Ctrl++</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2238"/>
-        <source>Zoom in on the text</source>
-        <translation>Zoom sobre el texto</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2240"/>
+        <source>Zoom in on the text</source>
+        <translation>Zoom sobre el texto</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2242"/>
         <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the text. This makes the text bigger.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Aumentar zoom&lt;/b&gt;&lt;p&gt;Aumentar zoom sobre el texto. Hace que el texto sea de mayor tamaño.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom out</source>
         <translation>Disminuir Zoom</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom &amp;out</source>
         <translation>Dismi&amp;nuir Zoom</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Ctrl+-</source>
         <comment>View|Zoom out</comment>
         <translation>Ctrl+-</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2254"/>
-        <source>Zoom out on the text</source>
-        <translation>Disminuir zoom en el texto</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2256"/>
+        <source>Zoom out on the text</source>
+        <translation>Disminuir zoom en el texto</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2258"/>
         <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the text. This makes the text smaller.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Disminuir zoom&lt;/b&gt;&lt;p&gt;Disminuir zoom sobre el texto. Hace que el texto sea de menor tamaño.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Zoom</source>
         <translation>Zoom</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>&amp;Zoom</source>
         <translation>&amp;Zoom</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Ctrl+#</source>
         <comment>View|Zoom</comment>
         <translation>Ctrl+#</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2270"/>
-        <source>Zoom the text</source>
-        <translation>Zoom sobre el texto</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2272"/>
+        <source>Zoom the text</source>
+        <translation>Zoom sobre el texto</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2274"/>
         <source>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom the text. This opens a dialog where the desired size can be entered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom sobre el texto. Abre un diálogo donde se puede introducir el tamaño deseado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2284"/>
-        <source>Toggle all folds</source>
-        <translation>Recoger/Desplegar los anidamientos</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2280"/>
-        <source>Toggle &amp;all folds</source>
-        <translation>Recoger/Desplegar los &amp;anidamientos</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2286"/>
+        <source>Toggle all folds</source>
+        <translation>Recoger/Desplegar los anidamientos</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2282"/>
+        <source>Toggle &amp;all folds</source>
+        <translation>Recoger/Desplegar los &amp;anidamientos</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2288"/>
         <source>&lt;b&gt;Toggle all folds&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Recoger/desplegar todos los anidamientos&lt;/b&gt;&lt;p&gt;Recoge/despliega todos los anidamientos en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2299"/>
-        <source>Toggle all folds (including children)</source>
-        <translation>Recoger/Desplegar todos los anidamientos (inc. hijos)</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2294"/>
-        <source>Toggle all &amp;folds (including children)</source>
-        <translation>Recoger/Desplegar todos los a&amp;nidamientos (inc. hijos)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2301"/>
+        <source>Toggle all folds (including children)</source>
+        <translation>Recoger/Desplegar todos los anidamientos (inc. hijos)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2296"/>
+        <source>Toggle all &amp;folds (including children)</source>
+        <translation>Recoger/Desplegar todos los a&amp;nidamientos (inc. hijos)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2303"/>
         <source>&lt;b&gt;Toggle all folds (including children)&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor including all children.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Recoger/desplegar todos los anidamientos (incluyendo hijos)&lt;/b&gt;&lt;p&gt;Recoge/despliega todos los anidamientos en el editor actual, incluyendo todos los hijos.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2314"/>
-        <source>Toggle current fold</source>
-        <translation>Recoger/Desplegar el anidamiento actual</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2310"/>
-        <source>Toggle &amp;current fold</source>
-        <translation>Recoger/Desplega&amp;r el anidamiento actual</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2316"/>
+        <source>Toggle current fold</source>
+        <translation>Recoger/Desplegar el anidamiento actual</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2312"/>
+        <source>Toggle &amp;current fold</source>
+        <translation>Recoger/Desplega&amp;r el anidamiento actual</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2318"/>
         <source>&lt;b&gt;Toggle current fold&lt;/b&gt;&lt;p&gt;Toggle the folds of the current line of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Recoger/desplegar anidamiento actual&lt;/b&gt;&lt;p&gt;Recoge/despliega el anidamiento de la línea actual en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2329"/>
-        <source>Remove all highlights</source>
-        <translation>Quitar todos los resaltes</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2331"/>
+        <source>Remove all highlights</source>
+        <translation>Quitar todos los resaltes</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2333"/>
         <source>&lt;b&gt;Remove all highlights&lt;/b&gt;&lt;p&gt;Remove the highlights of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Eliminar todos los resaltes de texto&lt;/b&gt;&lt;p&gt;Elimina todos los resaltes de texto en todos los editories.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>Split view</source>
         <translation>Dividir vista</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>&amp;Split view</source>
         <translation>&amp;Dividir vista</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2342"/>
-        <source>Add a split to the view</source>
-        <translation>Agregar una división a la vista</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2344"/>
+        <source>Add a split to the view</source>
+        <translation>Agregar una división a la vista</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2346"/>
         <source>&lt;b&gt;Split view&lt;/b&gt;&lt;p&gt;Add a split to the view.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Dividir vista&lt;/b&gt;&lt;p&gt;Añade una nueva división a la vista.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange horizontally</source>
         <translation>Organizar horizontalmente</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange &amp;horizontally</source>
         <translation>Or&amp;ganizar horizontalmente</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2356"/>
-        <source>Arrange the splitted views horizontally</source>
-        <translation>Organizar las vistas divididas horizontalmente</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2358"/>
+        <source>Arrange the splitted views horizontally</source>
+        <translation>Organizar las vistas divididas horizontalmente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2360"/>
         <source>&lt;b&gt;Arrange horizontally&lt;/b&gt;&lt;p&gt;Arrange the splitted views horizontally.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Organizar horizontalmente&lt;/b&gt;&lt;p&gt;Organiza las vistas divididas horizontalmente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>Remove split</source>
         <translation>Quitar división</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>&amp;Remove split</source>
         <translation>&amp;Quitar división</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2372"/>
-        <source>Remove the current split</source>
-        <translation>Eliminar división actual</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2374"/>
+        <source>Remove the current split</source>
+        <translation>Eliminar división actual</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2376"/>
         <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Eliminar división&lt;/b&gt;&lt;p&gt;Elimina la división actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Next split</source>
         <translation>Próxima división</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>&amp;Next split</source>
         <translation>Pró&amp;xima división</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Ctrl+Alt+N</source>
         <comment>View|Next split</comment>
         <translation>Ctrl+Alt+N</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2387"/>
+        <location filename="ViewManager/ViewManager.py" line="2389"/>
         <source>Move to the next split</source>
         <translation>Mover a la siguiente división</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2389"/>
+        <location filename="ViewManager/ViewManager.py" line="2391"/>
         <source>&lt;b&gt;Next split&lt;/b&gt;&lt;p&gt;Move to the next split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Siguiente división&lt;/b&gt;&lt;p&gt;Mover a la siguiente división.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Previous split</source>
         <translation>División anterior</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>&amp;Previous split</source>
         <translation>Divi&amp;sión anterior</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Ctrl+Alt+P</source>
         <comment>View|Previous split</comment>
         <translation>Ctrl+Alt+P</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2402"/>
-        <source>Move to the previous split</source>
-        <translation>Mover a la división anterior</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2404"/>
+        <source>Move to the previous split</source>
+        <translation>Mover a la división anterior</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2406"/>
         <source>&lt;b&gt;Previous split&lt;/b&gt;&lt;p&gt;Move to the previous split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;División anterior&lt;/b&gt;&lt;p&gt;Mover a la división anterior.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2426"/>
+        <location filename="ViewManager/ViewManager.py" line="2428"/>
         <source>&amp;View</source>
         <translation>&amp;Ver</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2453"/>
+        <location filename="ViewManager/ViewManager.py" line="2455"/>
         <source>View</source>
         <translation>Ver</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2479"/>
-        <source>Start Macro Recording</source>
-        <translation>Comenzar grabación de macro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2474"/>
-        <source>S&amp;tart Macro Recording</source>
-        <translation>Comenzar &amp;grabación de macro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2481"/>
+        <source>Start Macro Recording</source>
+        <translation>Comenzar grabación de macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2476"/>
+        <source>S&amp;tart Macro Recording</source>
+        <translation>Comenzar &amp;grabación de macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2483"/>
         <source>&lt;b&gt;Start Macro Recording&lt;/b&gt;&lt;p&gt;Start recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Comenzar Grabación de Macro&lt;/b&gt;&lt;p&gt;Comenzar grabación de comandos de editor como una nueva macro.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2494"/>
-        <source>Stop Macro Recording</source>
-        <translation>Detener Grabación de Macro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2489"/>
-        <source>Sto&amp;p Macro Recording</source>
-        <translation>Detene&amp;r grabación de macro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2496"/>
+        <source>Stop Macro Recording</source>
+        <translation>Detener Grabación de Macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2491"/>
+        <source>Sto&amp;p Macro Recording</source>
+        <translation>Detene&amp;r grabación de macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2498"/>
         <source>&lt;b&gt;Stop Macro Recording&lt;/b&gt;&lt;p&gt;Stop recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Detener Grabación de Macro&lt;/b&gt;&lt;p&gt;Detener grabación de comandos de editor a una nueva macro.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2507"/>
+        <location filename="ViewManager/ViewManager.py" line="2509"/>
         <source>Run Macro</source>
         <translation>Ejecutar macro</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2504"/>
+        <location filename="ViewManager/ViewManager.py" line="2506"/>
         <source>&amp;Run Macro</source>
         <translation>Ejecuta&amp;r macro</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2508"/>
+        <location filename="ViewManager/ViewManager.py" line="2510"/>
         <source>&lt;b&gt;Run Macro&lt;/b&gt;&lt;p&gt;Run a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ejecutar Macro&lt;/b&gt;&lt;p&gt;Ejecutar una macro de editor grabada anteriormente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2519"/>
-        <source>Delete Macro</source>
-        <translation>Borrar macro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2515"/>
-        <source>&amp;Delete Macro</source>
-        <translation>&amp;Borrar macro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2521"/>
+        <source>Delete Macro</source>
+        <translation>Borrar macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2517"/>
+        <source>&amp;Delete Macro</source>
+        <translation>&amp;Borrar macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2523"/>
         <source>&lt;b&gt;Delete Macro&lt;/b&gt;&lt;p&gt;Delete a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Eliminar Macro&lt;/b&gt;&lt;p&gt;Eliminar una macro de editor grabada anteriormente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2531"/>
-        <source>Load Macro</source>
-        <translation>Cargar macro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2528"/>
-        <source>&amp;Load Macro</source>
-        <translation>&amp;Cargar macro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2533"/>
+        <source>Load Macro</source>
+        <translation>Cargar macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2530"/>
+        <source>&amp;Load Macro</source>
+        <translation>&amp;Cargar macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2535"/>
         <source>&lt;b&gt;Load Macro&lt;/b&gt;&lt;p&gt;Load an editor macro from a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cargar Macro&lt;/b&gt;&lt;p&gt;Cargar desde archivo una macro de editor grabada anteriormente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2543"/>
-        <source>Save Macro</source>
-        <translation>Guardar macro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2540"/>
-        <source>&amp;Save Macro</source>
-        <translation>&amp;Guardar macro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2545"/>
+        <source>Save Macro</source>
+        <translation>Guardar macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2542"/>
+        <source>&amp;Save Macro</source>
+        <translation>&amp;Guardar macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2547"/>
         <source>&lt;b&gt;Save Macro&lt;/b&gt;&lt;p&gt;Save a previously recorded editor macro to a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Guardar Macro&lt;/b&gt;&lt;p&gt;Guarda en un archivo una macro de editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2560"/>
+        <location filename="ViewManager/ViewManager.py" line="2562"/>
         <source>&amp;Macros</source>
         <translation>&amp;Macros</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2583"/>
+        <location filename="ViewManager/ViewManager.py" line="2585"/>
         <source>Toggle Bookmark</source>
         <translation>Alternar Marcador</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
         <source>&amp;Toggle Bookmark</source>
         <translation>Al&amp;ternar marcador</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
         <source>Alt+Ctrl+T</source>
         <comment>Bookmark|Toggle</comment>
         <translation>Alt+Ctrl+T</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2585"/>
+        <location filename="ViewManager/ViewManager.py" line="2587"/>
         <source>&lt;b&gt;Toggle Bookmark&lt;/b&gt;&lt;p&gt;Toggle a bookmark at the current line of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Alternar Marcador&lt;/b&gt;&lt;p&gt;Alterna un marcador en la línea actual del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2599"/>
+        <location filename="ViewManager/ViewManager.py" line="2601"/>
         <source>Next Bookmark</source>
         <translation>Siguiente marcador</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
         <source>&amp;Next Bookmark</source>
         <translation>Siguie&amp;nte marcador</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
         <source>Ctrl+PgDown</source>
         <comment>Bookmark|Next</comment>
         <translation>Ctrl+PgDown</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2601"/>
+        <location filename="ViewManager/ViewManager.py" line="2603"/>
         <source>&lt;b&gt;Next Bookmark&lt;/b&gt;&lt;p&gt;Go to next bookmark of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Siguiente Marcador&lt;/b&gt;&lt;p&gt;Avanzar al siguiente marcador del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2615"/>
-        <source>Previous Bookmark</source>
-        <translation>Marcador anterior</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
-        <source>&amp;Previous Bookmark</source>
-        <translation>Marcador an&amp;terior</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
-        <source>Ctrl+PgUp</source>
-        <comment>Bookmark|Previous</comment>
-        <translation>Ctrl+PgUp</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2617"/>
+        <source>Previous Bookmark</source>
+        <translation>Marcador anterior</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
+        <source>&amp;Previous Bookmark</source>
+        <translation>Marcador an&amp;terior</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
+        <source>Ctrl+PgUp</source>
+        <comment>Bookmark|Previous</comment>
+        <translation>Ctrl+PgUp</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2619"/>
         <source>&lt;b&gt;Previous Bookmark&lt;/b&gt;&lt;p&gt;Go to previous bookmark of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Anterior Marcador&lt;/b&gt;&lt;p&gt;Retroceder al anterior marcador del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2632"/>
-        <source>Clear Bookmarks</source>
-        <translation>Borrar todos los marcadores</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
-        <source>&amp;Clear Bookmarks</source>
-        <translation>Borrar todos los mar&amp;cadores</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
-        <source>Alt+Ctrl+C</source>
-        <comment>Bookmark|Clear</comment>
-        <translation>Alt+Ctrl+C</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2634"/>
+        <source>Clear Bookmarks</source>
+        <translation>Borrar todos los marcadores</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
+        <source>&amp;Clear Bookmarks</source>
+        <translation>Borrar todos los mar&amp;cadores</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
+        <source>Alt+Ctrl+C</source>
+        <comment>Bookmark|Clear</comment>
+        <translation>Alt+Ctrl+C</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2636"/>
         <source>&lt;b&gt;Clear Bookmarks&lt;/b&gt;&lt;p&gt;Clear bookmarks of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Borrar todos los marcadores&lt;/b&gt;&lt;p&gt;Borra todos los marcadores de todos los editores.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2648"/>
-        <source>Goto Syntax Error</source>
-        <translation>Ir al error de sintaxis</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2642"/>
-        <source>&amp;Goto Syntax Error</source>
-        <translation>&amp;Ir al error de sintaxis</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2650"/>
+        <source>Goto Syntax Error</source>
+        <translation>Ir al error de sintaxis</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2644"/>
+        <source>&amp;Goto Syntax Error</source>
+        <translation>&amp;Ir al error de sintaxis</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2652"/>
         <source>&lt;b&gt;Goto Syntax Error&lt;/b&gt;&lt;p&gt;Go to next syntax error of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ir al Error de Sintaxis&lt;/b&gt;&lt;p&gt;Ir al siguiente error de sintaxis del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2663"/>
-        <source>Clear Syntax Errors</source>
-        <translation>Borrar Errores de Sintaxis</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2658"/>
-        <source>Clear &amp;Syntax Errors</source>
-        <translation>Borrar Errores de &amp;Sintaxis</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2665"/>
+        <source>Clear Syntax Errors</source>
+        <translation>Borrar Errores de Sintaxis</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2660"/>
+        <source>Clear &amp;Syntax Errors</source>
+        <translation>Borrar Errores de &amp;Sintaxis</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2667"/>
         <source>&lt;b&gt;Clear Syntax Errors&lt;/b&gt;&lt;p&gt;Clear syntax errors of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Borrar Errores de Sintaxis&lt;/b&gt;&lt;p&gt;Borra los errores de sintaxis de todos los editores.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2730"/>
-        <source>Next uncovered line</source>
-        <translation>Siguiente línea sin cobertura</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2724"/>
-        <source>&amp;Next uncovered line</source>
-        <translation>Siguie&amp;nte línea sin cobertura</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2732"/>
+        <source>Next uncovered line</source>
+        <translation>Siguiente línea sin cobertura</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2726"/>
+        <source>&amp;Next uncovered line</source>
+        <translation>Siguie&amp;nte línea sin cobertura</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2734"/>
         <source>&lt;b&gt;Next uncovered line&lt;/b&gt;&lt;p&gt;Go to next line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Siguiente línea sin cobertura&lt;/b&gt;&lt;p&gt;Ir a la siguiente línea del editor actual marcada como sin cobertura.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2746"/>
-        <source>Previous uncovered line</source>
-        <translation>Anterior línea sin cobertura</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2739"/>
-        <source>&amp;Previous uncovered line</source>
-        <translation>Anteri&amp;or línea sin cobertura</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2748"/>
+        <source>Previous uncovered line</source>
+        <translation>Anterior línea sin cobertura</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2741"/>
+        <source>&amp;Previous uncovered line</source>
+        <translation>Anteri&amp;or línea sin cobertura</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2750"/>
         <source>&lt;b&gt;Previous uncovered line&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Anterior línea sin cobertura&lt;/b&gt;&lt;p&gt;Ir a la anterior línea del editor actual marcada como sin cobertura.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2763"/>
-        <source>Next Task</source>
-        <translation>Siguiente Tarea</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2757"/>
-        <source>&amp;Next Task</source>
-        <translation>Siguie&amp;nte Tarea</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2765"/>
+        <source>Next Task</source>
+        <translation>Siguiente Tarea</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2759"/>
+        <source>&amp;Next Task</source>
+        <translation>Siguie&amp;nte Tarea</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2767"/>
         <source>&lt;b&gt;Next Task&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a task.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Siguiente Tarea&lt;/b&gt;&lt;p&gt;Ir a la siguiente línea en el editor actual que tiene una tarea.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2779"/>
-        <source>Previous Task</source>
-        <translation>Tarea anterior</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2772"/>
-        <source>&amp;Previous Task</source>
-        <translation>Tarea anteri&amp;or</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2781"/>
+        <source>Previous Task</source>
+        <translation>Tarea anterior</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2774"/>
+        <source>&amp;Previous Task</source>
+        <translation>Tarea anteri&amp;or</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2783"/>
         <source>&lt;b&gt;Previous Task&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a task.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Tarea Anterior&lt;/b&gt;&lt;p&gt;Ir a la línea anterior en el editor actual que tiene una tarea.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2797"/>
+        <location filename="ViewManager/ViewManager.py" line="2799"/>
         <source>&amp;Bookmarks</source>
         <translation>&amp;Marcadores</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2839"/>
+        <location filename="ViewManager/ViewManager.py" line="2841"/>
         <source>Bookmarks</source>
         <translation>Marcadores</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2963"/>
+        <location filename="ViewManager/ViewManager.py" line="2965"/>
         <source>Open files</source>
         <translation>Abrir Archivos</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>File Modified</source>
         <translation>Archivo Modificado</translation>
     </message>
     <message>
+        <location filename="ViewManager/ViewManager.py" line="3660"/>
+        <source>&amp;Clear</source>
+        <translation>&amp;Limpiar</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="3656"/>
+        <source>&amp;Add</source>
+        <translation>&amp;Agregar</translation>
+    </message>
+    <message>
         <location filename="ViewManager/ViewManager.py" line="3658"/>
-        <source>&amp;Clear</source>
-        <translation>&amp;Limpiar</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="3654"/>
-        <source>&amp;Add</source>
-        <translation>&amp;Agregar</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="3656"/>
         <source>&amp;Edit...</source>
         <translation>&amp;Editar...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2191"/>
+        <location filename="ViewManager/ViewManager.py" line="2193"/>
         <source>Quicksearch Textedit</source>
         <translation>Editor de texto de Búsqueda Rápida</translation>
     </message>
@@ -41076,43 +41157,43 @@
         <translation>&lt;b&gt;Buscar anterior&lt;/b&gt;&lt;p&gt;Buscar la anterior ocurrencia de un texto en el editor actual. Se reutilizan el texto de búsqueda introducido anteriormente y sus opciones.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2016"/>
+        <location filename="ViewManager/ViewManager.py" line="2018"/>
         <source>&lt;b&gt;Quicksearch&lt;/b&gt;&lt;p&gt;This activates the quicksearch function of the IDE by giving focus to the quicksearch entry field. If this field is already active and contains text, it searches for the next occurrence of this text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Búsqueda Rápida&lt;/b&gt;&lt;p&gt;Activa la función de busqueda rápida de la IDE, dando el foco al campo de entrada de búsqueda rápida. Si este campo ya está activo y contiene texto, busca la siguiente ocurerncia de este texto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2035"/>
+        <location filename="ViewManager/ViewManager.py" line="2037"/>
         <source>&lt;b&gt;Quicksearch backwards&lt;/b&gt;&lt;p&gt;This searches the previous occurrence of the quicksearch text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Búsqueda rápida hacia atras&lt;/b&gt;&lt;p&gt;Busca la ocurrencia anterior del texto de búsqueda rapida.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2165"/>
+        <location filename="ViewManager/ViewManager.py" line="2167"/>
         <source>&lt;p&gt;Enter the searchtext directly into this field. The search will be performed case insensitive. The quicksearch function is activated upon activation of the quicksearch next action (default key Ctrl+Shift+K), if this entry field does not have the input focus. Otherwise it searches for the next occurrence of the text entered. The quicksearch backwards action (default key Ctrl+Shift+J) searches backward. Activating the &apos;quicksearch extend&apos; action (default key Ctrl+Shift+H) extends the current searchtext to the end of the currently found word. The quicksearch can be ended by pressing the Return key while the quicksearch entry has the the input focus.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Introduzca el texto de búsqueda directamente en este campo. La búsqueda se llevará a cabo sin tener en cuenta mayúsculas/minúsculas. La búsqueda rápida se activa a partir de la acción de siguiente búsqueda rapida (tecla por defecto Ctrl+Shift+K), si este campo de entrada no tiene el foco de input. En cualquier otro caso, busca la siguiente ocurrencia del texto introducido. La acción de búsqueda rápida hacia atrás (tecla por defecto Ctrl+Shift+J) busca hacia atrás. Activando la opción &apos;extender búsqueda rápida&apos; (tecla por defecto Ctrl+Shift+H) extiende la busqueda de texto actual hasta el final de la palabra actual. La búsqueda rápida se puede finalizar pulsando la tecla de retorno mientras la entrada de búsqueda rápida  tiene el foco de input.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Calltip</source>
         <translation>Consejo de llamada (calltip)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>&amp;Calltip</source>
         <translation>&amp;Consejo de llamada (calltip)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Alt+Space</source>
         <comment>Edit|Calltip</comment>
         <translation>Alt+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1114"/>
+        <location filename="ViewManager/ViewManager.py" line="1116"/>
         <source>Show Calltips</source>
         <translation>Mostrar Consejos de llamada (calltips)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1116"/>
+        <location filename="ViewManager/ViewManager.py" line="1118"/>
         <source>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Show calltips based on the characters immediately to the left of the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Consejo de llamada (calltip)&lt;/b&gt;&lt;p&gt;Muestra consejos de llamada basándose en los caracteres inmediatamente a la izquierda del cursor.&lt;/p&gt;</translation>
     </message>
@@ -41122,12 +41203,12 @@
         <translation>Presentación preliminar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="606"/>
+        <location filename="ViewManager/ViewManager.py" line="608"/>
         <source>Print preview of the current file</source>
         <translation>Presentación preliminar del archivo actual</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="608"/>
+        <location filename="ViewManager/ViewManager.py" line="610"/>
         <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Presentación Preliminar&lt;/b&gt;&lt;p&gt;Presentación preliminar de la ventana del editor actual.&lt;/p&gt;</translation>
     </message>
@@ -41147,144 +41228,144 @@
         <translation>Shift+Entrar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in Files</source>
         <translation>Reemplazar en Archivos</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in F&amp;iles...</source>
         <translation>Reemplazar en Arch&amp;ivos...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Shift+Ctrl+R</source>
         <comment>Search|Replace in Files</comment>
         <translation>Shift+Ctrl+R</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2122"/>
-        <source>Search for a text in files and replace it</source>
-        <translation>Buscar un texto en archivos y reemplazarlo</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2124"/>
+        <source>Search for a text in files and replace it</source>
+        <translation>Buscar un texto en archivos y reemplazarlo</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2126"/>
         <source>&lt;b&gt;Replace in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Reemplazar en Archivos&lt;/b&gt;&lt;p&gt;Buscar un texto en los archivos de un árbol de directorios o en el proyecto y reemplazarlo. Se muestra un diálogo para introducir el texto de búsqueda, el texto de reemplazo y opciones para búsqueda y visualización del resultado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Spell check</source>
         <translation>Corrección ortográfica</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>&amp;Spell Check...</source>
         <translation>Co&amp;rrección ortográfica...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Shift+F7</source>
         <comment>Spelling|Spell Check</comment>
         <translation>Shift+F7</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2878"/>
+        <location filename="ViewManager/ViewManager.py" line="2880"/>
         <source>Perform spell check of current editor</source>
         <translation>Lleva a cabo la corrección ortográfica del editor actual</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2880"/>
+        <location filename="ViewManager/ViewManager.py" line="2882"/>
         <source>&lt;b&gt;Spell check&lt;/b&gt;&lt;p&gt;Perform a spell check of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Corrección ortográfica&lt;/b&gt;&lt;p&gt;Lleva a cabo la corrección ortográfica del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>Automatic spell checking</source>
         <translation>Corrección ortográfica automática</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>&amp;Automatic spell checking</source>
         <translation>Corrección ortográfica &amp;automática</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2894"/>
-        <source>(De-)Activate automatic spell checking</source>
-        <translation>(Des-)Activar la corrección ortográfica automática</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2896"/>
+        <source>(De-)Activate automatic spell checking</source>
+        <translation>(Des-)Activar la corrección ortográfica automática</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2898"/>
         <source>&lt;b&gt;Automatic spell checking&lt;/b&gt;&lt;p&gt;Activate or deactivate the automatic spell checking function of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Corrección ortografica automática&lt;/b&gt;&lt;p&gt;Activar o desactivar la corrección ortográfica automática en todos los editores.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2937"/>
+        <location filename="ViewManager/ViewManager.py" line="2939"/>
         <source>Spelling</source>
         <translation>Corrección ortográfica</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; tiene cambios sin guardar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3289"/>
+        <location filename="ViewManager/ViewManager.py" line="3291"/>
         <source>File: {0}</source>
         <translation>Archivo: {0}</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3293"/>
+        <location filename="ViewManager/ViewManager.py" line="3295"/>
         <source>Line: {0:5}</source>
         <translation>Línea: {0:5}</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3298"/>
+        <location filename="ViewManager/ViewManager.py" line="3300"/>
         <source>Pos: {0:5}</source>
         <translation>Pos: {0:5}</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2680"/>
-        <source>Next warning message</source>
-        <translation>Siguiente mensaje de advertencia</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2673"/>
-        <source>&amp;Next warning message</source>
-        <translation>Siguie&amp;nte mensaje de advertencia</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2682"/>
+        <source>Next warning message</source>
+        <translation>Siguiente mensaje de advertencia</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2675"/>
+        <source>&amp;Next warning message</source>
+        <translation>Siguie&amp;nte mensaje de advertencia</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2684"/>
         <source>&lt;b&gt;Next warning message&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Siguiente mensaje de advertencia&lt;/b&gt;&lt;p&gt;Ir a la siguiente línea en el editor actual que contiene una advertencia de py3flakes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2697"/>
-        <source>Previous warning message</source>
-        <translation>Mensaje de advertencia anterior</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2690"/>
-        <source>&amp;Previous warning message</source>
-        <translation>&amp;Mensaje de advertencia anterior</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2699"/>
+        <source>Previous warning message</source>
+        <translation>Mensaje de advertencia anterior</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2692"/>
+        <source>&amp;Previous warning message</source>
+        <translation>&amp;Mensaje de advertencia anterior</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2701"/>
         <source>&lt;b&gt;Previous warning message&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mensaje de advertencia anterior&lt;/b&gt;&lt;p&gt;Ir a la línea anterior en el editor actual que contiene una advertencia de py3flakes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2714"/>
-        <source>Clear Warning Messages</source>
-        <translation>Limpiar Mensajes de Advertencia</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2708"/>
-        <source>Clear &amp;Warning Messages</source>
-        <translation>&amp;Limpiar Mensajes de Advertencia</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2716"/>
+        <source>Clear Warning Messages</source>
+        <translation>Limpiar Mensajes de Advertencia</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2710"/>
+        <source>Clear &amp;Warning Messages</source>
+        <translation>&amp;Limpiar Mensajes de Advertencia</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2718"/>
         <source>&lt;b&gt;Clear Warning Messages&lt;/b&gt;&lt;p&gt;Clear py3flakes warning messages of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Limpiar Mensajes de Advertencia&lt;/b&gt;&lt;p&gt;Limpiar mensajes de advertencia de py3flakes en todos los editores.&lt;/p&gt;</translation>
     </message>
@@ -41297,32 +41378,32 @@
         <translation>Configurar Perfiles de Vista</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="136"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="146"/>
         <source>&amp;Debug Profile</source>
         <translation>Perfil de &amp;Depuración</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="159"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="169"/>
         <source>File-Browser</source>
         <translation>Explorador de archivos</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
-        <source>Shell</source>
-        <translation>Shell</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="166"/>
-        <source>Log-Viewer</source>
-        <translation>Visor Log</translation>
-    </message>
-    <message>
         <location filename="Preferences/ViewProfileDialog.ui" line="203"/>
+        <source>Shell</source>
+        <translation>Shell</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <source>Log-Viewer</source>
+        <translation>Visor Log</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="220"/>
         <source>Task-Viewer</source>
         <translation>Visor de Tareas</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="213"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="230"/>
         <source>Templates-Viewer</source>
         <translation>Visor de Plantillas</translation>
     </message>
@@ -41337,30 +41418,35 @@
         <translation>Seleccionar las ventanas que deberian ser visibles cuando los distintos perfiles están activos.</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="186"/>
         <source>Multiproject-Viewer</source>
         <translation>Visor de Multiproyecto</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="183"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
         <source>Project-Viewer</source>
         <translation>Visor de Proyecto</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="149"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="159"/>
         <source>Debug-Viewer</source>
         <translation>Visor de Depurador</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="220"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="237"/>
         <source>Terminal</source>
         <translation>Terminal</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="142"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="152"/>
         <source>Cooperation</source>
         <translation>Cooperación</translation>
     </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="213"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
--- a/i18n/eric5_fr.ts	Fri Jun 25 18:24:29 2010 +0200
+++ b/i18n/eric5_fr.ts	Sat Jun 26 13:34:06 2010 +0200
@@ -24308,12 +24308,12 @@
 <context>
     <name>Preferences</name>
     <message>
-        <location filename="Preferences/__init__.py" line="855"/>
+        <location filename="Preferences/__init__.py" line="857"/>
         <source>Export Preferences</source>
         <translation>Export des préférences</translation>
     </message>
     <message>
-        <location filename="Preferences/__init__.py" line="874"/>
+        <location filename="Preferences/__init__.py" line="876"/>
         <source>Import Preferences</source>
         <translation>Import des préférences</translation>
     </message>
@@ -36492,6 +36492,57 @@
     </message>
 </context>
 <context>
+    <name>SymbolsModel</name>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="31"/>
+        <source>Code</source>
+        <translation type="unfinished">Code</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="32"/>
+        <source>Char</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="33"/>
+        <source>Hex</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="34"/>
+        <source>HTML</source>
+        <translation type="unfinished">HTML</translation>
+    </message>
+</context>
+<context>
+    <name>SymbolsWidget</name>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="14"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="48"/>
+        <source>Press to switch to unicode mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="51"/>
+        <source>Unicode</source>
+        <translation type="unfinished">Unicode</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="64"/>
+        <source>Symbol code:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="71"/>
+        <source>Enter the symbol code</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyntaxCheckerDialog</name>
     <message>
         <location filename="Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="160"/>
@@ -39847,7 +39898,7 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="UI/UserInterface.py" line="239"/>
+        <location filename="UI/UserInterface.py" line="240"/>
         <source>Generating Main User Interface...</source>
         <translation>Création de l&apos;interface utilisateur...</translation>
     </message>
@@ -39857,37 +39908,37 @@
         <translation type="obsolete">Fenêtre de débogage</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>Log-Viewer</source>
         <translation>Fenêtre de log</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="265"/>
+        <location filename="UI/UserInterface.py" line="266"/>
         <source>Setting up connections...</source>
         <translation>Définition des connexions...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="558"/>
+        <location filename="UI/UserInterface.py" line="563"/>
         <source>Initializing Actions...</source>
         <translation>Initialisation des actions...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="560"/>
+        <location filename="UI/UserInterface.py" line="565"/>
         <source>Initializing Menus...</source>
         <translation>Initialisation des menus...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="562"/>
+        <location filename="UI/UserInterface.py" line="567"/>
         <source>Initializing Toolbars...</source>
         <translation>Initialisation des barres d&apos;outils...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="564"/>
+        <location filename="UI/UserInterface.py" line="569"/>
         <source>Initializing Statusbar...</source>
         <translation>Initialisation de la barre d&apos;état...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="529"/>
+        <location filename="UI/UserInterface.py" line="533"/>
         <source>Initializing Tools...</source>
         <translation>Initialisation des outils...</translation>
     </message>
@@ -39902,22 +39953,22 @@
         <translation type="obsolete">%1 - %2 - Mode passif</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>Quit</source>
         <translation>Quitter</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>&amp;Quit</source>
         <translation>&amp;Quitter</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1313"/>
+        <location filename="UI/UserInterface.py" line="1342"/>
         <source>Quit the IDE</source>
         <translation>Quitter l&apos;IDE</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1314"/>
+        <location filename="UI/UserInterface.py" line="1343"/>
         <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Quitter l&apos;IDE&lt;/b&gt;&lt;p&gt;Cette commande fait quitter l&apos;IDE. Toutes les modifications non-enregistrées devraient d&apos;abord être enregistrées. Tous les programmes Python débogués seront stoppés et les préférences seront écrites sur le disque.&lt;/p&gt;</translation>
     </message>
@@ -39937,52 +39988,52 @@
         <translation type="obsolete">&lt;b&gt;Active/Désactive la fenêtre de navigation de débogage&lt;/b&gt;&lt;p&gt;Affiche ou masque la fenêtre contenant les informations sur le programme débogué.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>&amp;Log-Viewer</source>
         <translation>Fenêtre de &amp;log</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1486"/>
+        <location filename="UI/UserInterface.py" line="1515"/>
         <source>Toggle the Log-Viewer window</source>
         <translation>Active/Désactive la fenêtre de log</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1487"/>
+        <location filename="UI/UserInterface.py" line="1516"/>
         <source>&lt;b&gt;Toggle the Log-Viewer window&lt;/b&gt;&lt;p&gt;If the Log-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Active/Désactive la fenêtre de Log&lt;/b&gt;&lt;p&gt;Affiche ou masque la fenêtre contenant les sorties standard et d&apos;erreur d&apos;Eric .&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>What&apos;s This?</source>
         <translation>Qu&apos;est-ce que c&apos;est ?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>&amp;What&apos;s This?</source>
         <translation>&amp;Qu&apos;est-ce que c&apos;est?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1624"/>
+        <location filename="UI/UserInterface.py" line="1677"/>
         <source>Context sensitive help</source>
         <translation>Aide contextuelle</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1625"/>
+        <location filename="UI/UserInterface.py" line="1678"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Affiche l&apos;aide contextuelle&lt;/b&gt;&lt;p&gt;Dans le mode &quot;Qu&apos;est-ce que c&apos;est?&quot;, la souris est affichée avec un point d&apos;interrogation, et on peut cliquer sur les éléments de  l&apos;interface pour obtenir une courte description de l&apos;élément. Cette fonction peut être obtenue avec le bouton d&apos;aide contextuelle de la barre principale.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>Helpviewer</source>
         <translation>Visionneur d&apos;aide</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>&amp;Helpviewer...</source>
         <translation>Visionneur d&apos;&amp;aide...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1641"/>
+        <location filename="UI/UserInterface.py" line="1694"/>
         <source>Open the helpviewer window</source>
         <translation>Ouvre le visualiseur d&apos;aide</translation>
     </message>
@@ -39992,137 +40043,137 @@
         <translation type="obsolete">&lt;b&gt;Visionneur d&apos;aide&lt;/b&gt;&lt;p&gt;Affiche le visualiseur d&apos;aide. Cette fenêtre affiche les fichiers d&apos;aide HTML. On peut alors naviguer entre les liens, définir des signets ou encore imprimer des pages d&apos;aide.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show Versions</source>
         <translation>Afficher les versions</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show &amp;Versions</source>
         <translation>Afficher les &amp;versions</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1661"/>
+        <location filename="UI/UserInterface.py" line="1714"/>
         <source>Display version information</source>
         <translation>Affiche les informations sur les versions</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1662"/>
-        <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Afficher les versions&lt;/b&gt;&lt;p&gt;Affiche les informations sur les versions.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
-        <source>Report Bug</source>
-        <translation>Rapport de bogue</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1693"/>
-        <source>Report &amp;Bug...</source>
-        <translation>Rapport de &amp;bogue...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1695"/>
-        <source>Report a bug</source>
-        <translation>Envoyer un rapport de bogue</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1696"/>
-        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Rapport de bogue...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour envoyer un rapport de bogue.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2382"/>
-        <source>Unittest</source>
-        <translation>Tests unitaires</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1715"/>
+        <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Afficher les versions&lt;/b&gt;&lt;p&gt;Affiche les informations sur les versions.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2778"/>
+        <source>Report Bug</source>
+        <translation>Rapport de bogue</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1746"/>
+        <source>Report &amp;Bug...</source>
+        <translation>Rapport de &amp;bogue...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1748"/>
+        <source>Report a bug</source>
+        <translation>Envoyer un rapport de bogue</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1749"/>
+        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Rapport de bogue...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour envoyer un rapport de bogue.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2435"/>
+        <source>Unittest</source>
+        <translation>Tests unitaires</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1768"/>
         <source>&amp;Unittest...</source>
         <translation>&amp;Tests unitaires...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1719"/>
+        <location filename="UI/UserInterface.py" line="1772"/>
         <source>Start unittest dialog</source>
         <translation>Ouvre la fenêtre Unitest</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
+        <location filename="UI/UserInterface.py" line="1949"/>
         <source>Preferences</source>
         <translation>Préférences</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
+        <location filename="UI/UserInterface.py" line="1949"/>
         <source>&amp;Preferences...</source>
         <translation>&amp;Préférences...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1899"/>
+        <location filename="UI/UserInterface.py" line="1952"/>
         <source>Set the prefered configuration</source>
         <translation>Édition des préférences</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1900"/>
+        <location filename="UI/UserInterface.py" line="1953"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Préférences&lt;/b&gt;&lt;p&gt;Edite les valeurs souhaitées pour la configuration du logiciel.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
+        <location filename="UI/UserInterface.py" line="2034"/>
         <source>Keyboard Shortcuts</source>
         <translation>Raccourcis clavier</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
+        <location filename="UI/UserInterface.py" line="2034"/>
         <source>Keyboard &amp;Shortcuts...</source>
         <translation>&amp;Raccourcis claviers...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1984"/>
+        <location filename="UI/UserInterface.py" line="2037"/>
         <source>Set the keyboard shortcuts</source>
         <translation>Définition des raccourcis clavier</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1985"/>
+        <location filename="UI/UserInterface.py" line="2038"/>
         <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Raccourcis claviers&lt;/b&gt;&lt;p&gt;Edite les raccourcis claviers pour l&apos;application.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
+        <location filename="UI/UserInterface.py" line="4930"/>
         <source>Export Keyboard Shortcuts</source>
         <translation>Exporter les raccourcis clavier</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1993"/>
+        <location filename="UI/UserInterface.py" line="2046"/>
         <source>&amp;Export Keyboard Shortcuts...</source>
         <translation>&amp;Exporter les raccourcis claviers...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1997"/>
+        <location filename="UI/UserInterface.py" line="2050"/>
         <source>Export the keyboard shortcuts</source>
         <translation>Exporte les raccourcis claviers</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1998"/>
+        <location filename="UI/UserInterface.py" line="2051"/>
         <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Exporter les raccourcis clavier&lt;/b&gt;&lt;p&gt;Exporte les raccourcis claviers de l&apos;application.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
+        <location filename="UI/UserInterface.py" line="4939"/>
         <source>Import Keyboard Shortcuts</source>
         <translation>Importer des raccourcis clavier</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2006"/>
+        <location filename="UI/UserInterface.py" line="2059"/>
         <source>&amp;Import Keyboard Shortcuts...</source>
         <translation>&amp;Importer des raccourcis clavier...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2010"/>
+        <location filename="UI/UserInterface.py" line="2063"/>
         <source>Import the keyboard shortcuts</source>
         <translation>Importe des raccourcis clavier</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2011"/>
+        <location filename="UI/UserInterface.py" line="2064"/>
         <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Importer des raccourcis clavier&lt;/b&gt;&lt;p&gt;Importe des raccourcis claviers de l&apos;application.&lt;/p&gt;</translation>
     </message>
@@ -40142,193 +40193,193 @@
         <translation type="obsolete">Lance la documentation Qt</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2146"/>
+        <location filename="UI/UserInterface.py" line="2199"/>
         <source>Python Documentation</source>
         <translation>Documentation Python</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2146"/>
+        <location filename="UI/UserInterface.py" line="2199"/>
         <source>&amp;Python Documentation</source>
         <translation>Documentation &amp;Python</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2148"/>
+        <location filename="UI/UserInterface.py" line="2201"/>
         <source>Open Python Documentation</source>
         <translation>Lance la documentation Python</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2236"/>
+        <location filename="UI/UserInterface.py" line="2289"/>
         <source>E&amp;xtras</source>
         <translation>E&amp;xtras</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2250"/>
+        <location filename="UI/UserInterface.py" line="2303"/>
         <source>&amp;Tools</source>
         <translation>&amp;Outils</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2281"/>
+        <location filename="UI/UserInterface.py" line="2334"/>
         <source>&amp;Window</source>
         <translation>&amp;Fenêtre</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2315"/>
+        <location filename="UI/UserInterface.py" line="2368"/>
         <source>&amp;Help</source>
         <translation>A&amp;ide</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2381"/>
+        <location filename="UI/UserInterface.py" line="2434"/>
         <source>Tools</source>
         <translation>Outils</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
+        <location filename="UI/UserInterface.py" line="4173"/>
         <source>Help</source>
         <translation>Aide</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2383"/>
+        <location filename="UI/UserInterface.py" line="2436"/>
         <source>Settings</source>
         <translation>Configuration</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2288"/>
+        <location filename="UI/UserInterface.py" line="2341"/>
         <source>&amp;Toolbars</source>
         <translation>&amp;Barres d&apos;Outils</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
+        <location filename="UI/UserInterface.py" line="4281"/>
         <source>Problem</source>
         <translation>Problème</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
+        <location filename="UI/UserInterface.py" line="4417"/>
         <source>Process Generation Error</source>
         <translation>Erreur du processus</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="588"/>
+        <location filename="UI/UserInterface.py" line="593"/>
         <source>Initializing Single Application Server...</source>
         <translation>Initialisation du serveur d&apos;application...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1720"/>
+        <location filename="UI/UserInterface.py" line="1773"/>
         <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Tests unitaires&lt;/b&gt;&lt;p&gt;Effectue les tests d&apos;unitaires. Cette fenêtre permet de sélectionner et de lancer une suite de tests unitaires.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
+        <location filename="UI/UserInterface.py" line="1781"/>
         <source>Unittest Restart</source>
         <translation>Relancer les tests unitaires</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
+        <location filename="UI/UserInterface.py" line="1781"/>
         <source>&amp;Restart Unittest...</source>
         <translation>&amp;Relancer les tests unitaires...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1732"/>
+        <location filename="UI/UserInterface.py" line="1785"/>
         <source>Restart last unittest</source>
         <translation>Relancer le dernier test unitaire</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1733"/>
+        <location filename="UI/UserInterface.py" line="1786"/>
         <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Relancer le dernier test unitaire&lt;/b&gt;
 &lt;p&gt;Relance le dernier test unitaire effectué.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
+        <location filename="UI/UserInterface.py" line="1794"/>
         <source>Unittest Script</source>
         <translation>Script de tests unitaires</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
+        <location filename="UI/UserInterface.py" line="1794"/>
         <source>Unittest &amp;Script...</source>
         <translation>&amp;Script de tests unitaires...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1745"/>
+        <location filename="UI/UserInterface.py" line="1798"/>
         <source>Run unittest with current script</source>
         <translation>Lance les tests unitaires sur le script courant</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1746"/>
+        <location filename="UI/UserInterface.py" line="1799"/>
         <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Script de tests unitaires&lt;/b&gt;&lt;p&gt;Lance les tests unitaires sur le script en cours.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
+        <location filename="UI/UserInterface.py" line="3961"/>
         <source>Unittest Project</source>
         <translation>Projet de tests unitaires</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1754"/>
+        <location filename="UI/UserInterface.py" line="1807"/>
         <source>Unittest &amp;Project...</source>
         <translation>&amp;Projet de tests unitaires...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1758"/>
+        <location filename="UI/UserInterface.py" line="1811"/>
         <source>Run unittest with current project</source>
         <translation>Lance les tests unitaires sur le projet courant</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1759"/>
+        <location filename="UI/UserInterface.py" line="1812"/>
         <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Projet de tests unitaires&lt;/b&gt;&lt;p&gt;Lance les tests unitaires sur le projet en cours.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
+        <location filename="UI/UserInterface.py" line="1877"/>
         <source>Compare Files</source>
         <translation>Comparaison de fichiers</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
+        <location filename="UI/UserInterface.py" line="1877"/>
         <source>&amp;Compare Files...</source>
         <translation>&amp;Comparaison de fichiers...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1839"/>
+        <location filename="UI/UserInterface.py" line="1892"/>
         <source>Compare two files</source>
         <translation>Compare deux fichiers</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1828"/>
+        <location filename="UI/UserInterface.py" line="1881"/>
         <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Comparaison de Fichiers&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour comparer deux fichiers.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
+        <location filename="UI/UserInterface.py" line="1888"/>
         <source>Compare Files side by side</source>
         <translation>Comparaison de fichiers côte à côte</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
+        <location filename="UI/UserInterface.py" line="1888"/>
         <source>Compare Files &amp;side by side...</source>
         <translation>Comparaison &amp;côte à côte...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1840"/>
+        <location filename="UI/UserInterface.py" line="1893"/>
         <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Comparaison de fichiers côte à côte&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour comparer deux fichiers et affiche les différences côte à côte.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2221"/>
+        <location filename="UI/UserInterface.py" line="2274"/>
         <source>&amp;Unittest</source>
         <translation>Tests &amp;unitaires</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
+        <location filename="UI/UserInterface.py" line="3961"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation>Il n&apos;y a pas de script principal défini dans le projet en cours. Abandon</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
+        <location filename="UI/UserInterface.py" line="5317"/>
         <source>Drop Error</source>
         <translation>Erreur de suppression</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
+        <location filename="UI/UserInterface.py" line="1491"/>
         <source>File-Browser</source>
         <translation>Navigateur de fichiers</translation>
     </message>
@@ -40338,67 +40389,67 @@
         <translation type="obsolete">%1 - %2 - %3 - Mode Passif</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1325"/>
+        <location filename="UI/UserInterface.py" line="1354"/>
         <source>Edit Profile</source>
         <translation>Profil d&apos;Edition</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1330"/>
+        <location filename="UI/UserInterface.py" line="1359"/>
         <source>Activate the edit view profile</source>
         <translation>Active la fenêtre d&apos;édition des profils Edition/Débogage</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1331"/>
+        <location filename="UI/UserInterface.py" line="1360"/>
         <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Edition des profils&lt;/b&gt;&lt;p&gt;Active la fenêtre d&apos;édition des profils Edition/Débogage. On peut y configurer les différentes fenêtres devant apparaitre en mode Edition ou Débogage.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1340"/>
+        <location filename="UI/UserInterface.py" line="1369"/>
         <source>Debug Profile</source>
         <translation>Profil Débogage</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1345"/>
+        <location filename="UI/UserInterface.py" line="1374"/>
         <source>Activate the debug view profile</source>
         <translation>Active le profil Débogage</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1347"/>
+        <location filename="UI/UserInterface.py" line="1376"/>
         <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Profil Debogage&lt;/b&gt;&lt;p&gt;Active le profil Bébogage. La fenêtre affichée dans ce mode peut être configurée avec la fenêtre &quot;Edition des profils&quot;&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
+        <location filename="UI/UserInterface.py" line="1491"/>
         <source>File-&amp;Browser</source>
         <translation>Navigateur de &amp;Fichier</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1464"/>
+        <location filename="UI/UserInterface.py" line="1493"/>
         <source>Toggle the File-Browser window</source>
         <translation>Active/Désactive la fenêtre de navigation de fichiers</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1465"/>
+        <location filename="UI/UserInterface.py" line="1494"/>
         <source>&lt;b&gt;Toggle the File-Browser window&lt;/b&gt;&lt;p&gt;If the File-Browser window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Active/Désactive la fenêtre de navigation de fichiers&lt;/b&gt;&lt;p&gt;Affiche le navigateur de fichiers s&apos;il est masqué et réciproquement.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
+        <location filename="UI/UserInterface.py" line="2007"/>
         <source>View Profiles</source>
         <translation>Profils de visualisation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
+        <location filename="UI/UserInterface.py" line="2007"/>
         <source>&amp;View Profiles...</source>
         <translation>Profils de &amp;Visualisation...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1957"/>
+        <location filename="UI/UserInterface.py" line="2010"/>
         <source>Configure view profiles</source>
         <translation>Configuration des profils de visualisation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1958"/>
+        <location filename="UI/UserInterface.py" line="2011"/>
         <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Profils de Visualisation&lt;/b&gt;&lt;p&gt;Configure les modes de visualisation de l&apos;éditeur  (modes Edition/Débogage). Avec cet fenêtre de configuration, on peut sélectionner les sous-fenêtres actives par défaut pour chacun des mode de visualisation.&lt;/p&gt;</translation>
     </message>
@@ -40438,42 +40489,42 @@
         <translation type="obsolete">&lt;p&gt;&lt;b&gt;%1&lt;/b&gt; n&apos;est pas un fichier.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
+        <location filename="UI/UserInterface.py" line="1855"/>
         <source>UI Previewer</source>
         <translation>Visionneur d&apos;UI</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
+        <location filename="UI/UserInterface.py" line="1855"/>
         <source>&amp;UI Previewer...</source>
         <translation>Visionneur d&apos;&amp;UI...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1805"/>
+        <location filename="UI/UserInterface.py" line="1858"/>
         <source>Start the UI Previewer</source>
         <translation>Démarre le Visionneur d&apos;UI</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1806"/>
+        <location filename="UI/UserInterface.py" line="1859"/>
         <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Visulaiseur d&apos;UI&lt;/b&gt;&lt;p&gt;Démarre le visualiseur d&apos;UI.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
+        <location filename="UI/UserInterface.py" line="1866"/>
         <source>Translations Previewer</source>
         <translation>Visionneur de traductions</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
+        <location filename="UI/UserInterface.py" line="1866"/>
         <source>&amp;Translations Previewer...</source>
         <translation>Visionneur de &amp;Traductions...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1816"/>
+        <location filename="UI/UserInterface.py" line="1869"/>
         <source>Start the Translations Previewer</source>
         <translation>Démarre le visionneur de traductions</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1817"/>
+        <location filename="UI/UserInterface.py" line="1870"/>
         <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Visionneur de traductions&lt;/b&gt;&lt;p&gt;Démarre le visionneur de traductions.&lt;/p&gt;</translation>
     </message>
@@ -40488,67 +40539,67 @@
         <translation type="obsolete">&lt;p&gt;Impossible de démarrer le visionneur de traductions.&lt;br&gt;Assurez-vous qu&apos;il est bien ici &lt;b&gt;%1&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
+        <location filename="UI/UserInterface.py" line="1449"/>
         <source>Shell</source>
         <translation>Shell</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
+        <location filename="UI/UserInterface.py" line="1449"/>
         <source>&amp;Shell</source>
         <translation>&amp;Shell</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1422"/>
+        <location filename="UI/UserInterface.py" line="1451"/>
         <source>Toggle the Shell window</source>
         <translation>Affiche/Masque la fenêtre Shell</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1423"/>
+        <location filename="UI/UserInterface.py" line="1452"/>
         <source>&lt;b&gt;Toggle the Shell window&lt;/b&gt;&lt;p&gt;If the Shell window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Affiche/Masque la fenêtre Shell&lt;/b&gt;&lt;p&gt;Afficher la fenêtre Shell si elle est masquée et réciproquement.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
+        <location filename="UI/UserInterface.py" line="1984"/>
         <source>Reload APIs</source>
         <translation>Recharger les APIs</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
+        <location filename="UI/UserInterface.py" line="1984"/>
         <source>Reload &amp;APIs</source>
         <translation>Recharger les &amp;APIs</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1944"/>
+        <location filename="UI/UserInterface.py" line="1997"/>
         <source>Reload the API information</source>
         <translation>Recharger les informations des API</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1934"/>
+        <location filename="UI/UserInterface.py" line="1987"/>
         <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Recharger les APIs&lt;/b&gt;&lt;p&gt;Recharger les informations des API.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
+        <location filename="UI/UserInterface.py" line="1534"/>
         <source>Task-Viewer</source>
         <translation>Visualisueur de tâches</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
+        <location filename="UI/UserInterface.py" line="1534"/>
         <source>T&amp;ask-Viewer</source>
         <translation>Gestionnaire de t&amp;aches</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1507"/>
+        <location filename="UI/UserInterface.py" line="1536"/>
         <source>Toggle the Task-Viewer window</source>
         <translation>Afficher/Masquer la fenêtre des tâches</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1508"/>
+        <location filename="UI/UserInterface.py" line="1537"/>
         <source>&lt;b&gt;Toggle the Task-Viewer window&lt;/b&gt;&lt;p&gt;If the Task-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Afficher/Masque la fenêtre des tâches&lt;/b&gt;&lt;p&gt;Afficher la fenêtre des tâches si elle est masquée et réciproquement..&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
+        <location filename="UI/UserInterface.py" line="5063"/>
         <source>Save tasks</source>
         <translation>Enregistrement des tâches</translation>
     </message>
@@ -40558,7 +40609,7 @@
         <translation type="obsolete">&lt;p&gt;Impossible d&apos;enregistrer le fichier de tâches &lt;b&gt;%1&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
+        <location filename="UI/UserInterface.py" line="5120"/>
         <source>Read tasks</source>
         <translation>Lecture des tâches</translation>
     </message>
@@ -40573,12 +40624,12 @@
         <translation type="obsolete">&lt;p&gt;Format non reconnut pour le fichier de tâches &lt;b&gt;%1&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2149"/>
+        <location filename="UI/UserInterface.py" line="2202"/>
         <source>&lt;b&gt;Python Documentation&lt;/b&gt;&lt;p&gt;Display the python documentation. If no documentation directory is configured, the location of the python documentation is assumed to be the doc directory underneath the location of the python executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHONDOCDIR in your environment to override this. &lt;/p&gt;</source>
         <translation>&lt;b&gt;Documentation Python&lt;/b&gt;&lt;p&gt;Affiche la documentation Python. Si aucun répertoire de documentation n&apos;est configuré, le répertoire de documentation est supposé etre le répertoire doc du répertoire contenant l&apos;executable Python sousWindows et &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; sous Unix. Définir la variable d&apos;environnement PYTHONDOCDIR pour ne pas en tenir compte. &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
+        <location filename="UI/UserInterface.py" line="4173"/>
         <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
         <translation>Aucun visualiseur personalisé n&apos;est sélectionné. Prière d&apos;en spécifier un dans les préférences.</translation>
     </message>
@@ -40588,7 +40639,7 @@
         <translation type="obsolete">&lt;p&gt;Impossible de démarrer le visualiseur personalisé.&lt;br&gt;Assurez-vous qu&apos;il est bien ici &lt;b&gt;%1&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
+        <location filename="UI/UserInterface.py" line="4713"/>
         <source>Documentation Missing</source>
         <translation>Documentation Manquante</translation>
     </message>
@@ -40598,27 +40649,27 @@
         <translation type="obsolete">&lt;p&gt;Impossible de trouver le point racine &quot;&lt;b&gt;%1&lt;/b&gt;&quot; de la documentation.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
+        <location filename="UI/UserInterface.py" line="2778"/>
         <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
         <translation>L&apos;adresse mail ou l&apos;adresse du serveur mail est vide. Veuillez configurer vos paramètres mails dans la fenêtre des Préférences.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
+        <location filename="UI/UserInterface.py" line="1555"/>
         <source>Template-Viewer</source>
         <translation>Gestionnaire de gabarits</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1528"/>
+        <location filename="UI/UserInterface.py" line="1557"/>
         <source>Toggle the Template-Viewer window</source>
         <translation>Active/Désactive la fenêtre de gabarits</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1530"/>
+        <location filename="UI/UserInterface.py" line="1559"/>
         <source>&lt;b&gt;Toggle the Template-Viewer window&lt;/b&gt;&lt;p&gt;If the Template-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Afficher/Masquer la fenêtre de gabarits&lt;/b&gt;&lt;p&gt;Affiche la fenêtre de gabarits si elle est masquée, et réciproquement&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
+        <location filename="UI/UserInterface.py" line="1396"/>
         <source>Alt+Shift+P</source>
         <translation>Alt+Shift+P</translation>
     </message>
@@ -40628,203 +40679,203 @@
         <translation type="obsolete">Activer le navigateur de débogage</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
+        <location filename="UI/UserInterface.py" line="1439"/>
         <source>Alt+Shift+D</source>
         <translation>Alt+Shift+D</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
+        <location filename="UI/UserInterface.py" line="1461"/>
         <source>Activate Shell</source>
         <translation>Activer le Shell</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
+        <location filename="UI/UserInterface.py" line="1461"/>
         <source>Alt+Shift+S</source>
         <translation>Alt+Shift+S</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
+        <location filename="UI/UserInterface.py" line="1503"/>
         <source>Activate File-Browser</source>
         <translation>Activer le navigateur de fichiers</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
+        <location filename="UI/UserInterface.py" line="1503"/>
         <source>Alt+Shift+F</source>
         <translation>Alt+Shift+F</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
+        <location filename="UI/UserInterface.py" line="1524"/>
         <source>Activate Log-Viewer</source>
         <translation>Activer le gestionnaire de log</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1516"/>
+        <location filename="UI/UserInterface.py" line="1545"/>
         <source>Activate Task-Viewer</source>
         <translation>Activer le gestionnaire de tâches</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1516"/>
+        <location filename="UI/UserInterface.py" line="1545"/>
         <source>Alt+Shift+T</source>
         <translation>Alt+Shift+T</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
+        <location filename="UI/UserInterface.py" line="1568"/>
         <source>Activate Template-Viewer</source>
         <translation>Activer le gestionnaire de gabarits</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
+        <location filename="UI/UserInterface.py" line="1418"/>
         <source>Alt+Shift+M</source>
         <translation>Alt+Shift+M</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
+        <location filename="UI/UserInterface.py" line="2072"/>
         <source>Activate current editor</source>
         <translation>Activer l&apos;éditeur courant</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
+        <location filename="UI/UserInterface.py" line="2072"/>
         <source>Alt+Shift+E</source>
         <translation>Alt+Shift+E</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
+        <location filename="UI/UserInterface.py" line="2082"/>
         <source>Ctrl+Alt+Tab</source>
         <translation>Ctrl+Alt+Tab</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2037"/>
+        <location filename="UI/UserInterface.py" line="2090"/>
         <source>Shift+Ctrl+Alt+Tab</source>
         <translation>Shift+Ctrl+Alt+Tab</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
+        <location filename="UI/UserInterface.py" line="1524"/>
         <source>Alt+Shift+G</source>
         <translation>Alt+Shift+G</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1772"/>
+        <location filename="UI/UserInterface.py" line="1825"/>
         <source>Qt-Designer 4</source>
         <translation>Qt-Designer 4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
+        <location filename="UI/UserInterface.py" line="1842"/>
         <source>Qt-Linguist 4</source>
         <translation>Qt-Linguist 4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1775"/>
+        <location filename="UI/UserInterface.py" line="1828"/>
         <source>Start Qt-Designer 4</source>
         <translation>Lancer Qt-Designer 4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1776"/>
+        <location filename="UI/UserInterface.py" line="1829"/>
         <source>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Start Qt-Designer 4.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Lancer Qt-Designer 4.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1792"/>
+        <location filename="UI/UserInterface.py" line="1845"/>
         <source>Start Qt-Linguist 4</source>
         <translation>Lancer Qt-Linguist 4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1793"/>
+        <location filename="UI/UserInterface.py" line="1846"/>
         <source>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Start Qt-Linguist 4.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Lance Qt-Linguist 4.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2118"/>
+        <location filename="UI/UserInterface.py" line="2171"/>
         <source>Qt4 Documentation</source>
         <translation>Documentation Qt4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2118"/>
+        <location filename="UI/UserInterface.py" line="2171"/>
         <source>Qt&amp;4 Documentation</source>
         <translation>Documentation Qt&amp;4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2120"/>
+        <location filename="UI/UserInterface.py" line="2173"/>
         <source>Open Qt4 Documentation</source>
         <translation>Lance la Documentation Qt4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
+        <location filename="UI/UserInterface.py" line="2218"/>
         <source>Eric API Documentation</source>
         <translation>Documentation pour les API Eric</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
+        <location filename="UI/UserInterface.py" line="2218"/>
         <source>&amp;Eric API Documentation</source>
         <translation>Documentation pour les API &amp;Eric</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2167"/>
+        <location filename="UI/UserInterface.py" line="2220"/>
         <source>Open Eric API Documentation</source>
         <translation>Ouvre la documentation sur les APIs Eric</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4113"/>
+        <location filename="UI/UserInterface.py" line="4204"/>
         <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Impossible de démarrer le visualiseur d&apos;aide.&lt;br&gt;Assurez-vous qu&apos;il est bien ici &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="538"/>
+        <location filename="UI/UserInterface.py" line="542"/>
         <source>Registering Objects...</source>
         <translation>Enregistrement des objets...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
+        <location filename="UI/UserInterface.py" line="1385"/>
         <source>Project-Viewer</source>
         <translation>Gestionnaire de projet</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
+        <location filename="UI/UserInterface.py" line="1428"/>
         <source>Debug-Viewer</source>
         <translation>Gestionnaire de débogage</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation>Ctrl+Q</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
+        <location filename="UI/UserInterface.py" line="1385"/>
         <source>&amp;Project-Viewer</source>
         <translation>Gestionnaire de &amp;projet</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1358"/>
+        <location filename="UI/UserInterface.py" line="1387"/>
         <source>Toggle the Project-Viewer window</source>
         <translation>Active/désactive la fenêtre de projet</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1359"/>
+        <location filename="UI/UserInterface.py" line="1388"/>
         <source>&lt;b&gt;Toggle the Project-Viewer window&lt;/b&gt;&lt;p&gt;If the Project-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Active/Désactive la fenêtre de projet&lt;/b&gt;&lt;p&gt;Affiche la fenêtre de projet si elle est masqué. La ferme si elle est ouverte.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
+        <location filename="UI/UserInterface.py" line="1396"/>
         <source>Activate Project-Viewer</source>
         <translation>Activer le gestionnaire de projets</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>Shift+F1</source>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>F1</source>
         <translation>F1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1671"/>
+        <location filename="UI/UserInterface.py" line="1724"/>
         <source>Check for Updates</source>
         <translation>Rechercher des mises à jour</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1669"/>
+        <location filename="UI/UserInterface.py" line="1722"/>
         <source>Check for &amp;Updates...</source>
         <translation>Rechercher des &amp;mises à jour...</translation>
     </message>
@@ -40839,47 +40890,47 @@
         <translation type="obsolete">&lt;b&gt;Documentation Qt&lt;/b&gt;&lt;p&gt;Affiche la documentation Qt. Suivant vos réglages, ceci va afficher l&apos;aide dans le visualiseur interne d&apos;Eric , ou lancer un navigateur web ou Qt Assistant. &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2121"/>
+        <location filename="UI/UserInterface.py" line="2174"/>
         <source>&lt;b&gt;Qt4 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation>&lt;b&gt;Documentation Qt4&lt;/b&gt;&lt;p&gt;Affiche la documentation Qt4. Suivant vos réglages, ceci va afficher l&apos;aide dans le visualiseur interne d&apos;Eric , ou lancer un navigateur web ou Qt Assistant. &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
+        <location filename="UI/UserInterface.py" line="2183"/>
         <source>PyQt4 Documentation</source>
         <translation> Documentation PyQt4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
+        <location filename="UI/UserInterface.py" line="2183"/>
         <source>P&amp;yQt4 Documentation</source>
         <translation>Documentation P&amp;yQt4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2132"/>
+        <location filename="UI/UserInterface.py" line="2185"/>
         <source>Open PyQt4 Documentation</source>
         <translation>Lance la documentation PyQt4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2133"/>
+        <location filename="UI/UserInterface.py" line="2186"/>
         <source>&lt;b&gt;PyQt4 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation>&lt;b&gt;Documentation Qt4&lt;/b&gt;&lt;p&gt;Affiche la documentation Qt4. Suivant vos réglages, ceci va afficher l&apos;aide dans le visualiseur interne d&apos;Eric , ou lancer un navigateur web ou Qt Assistant. &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2255"/>
+        <location filename="UI/UserInterface.py" line="2308"/>
         <source>Select Tool Group</source>
         <translation>Sélection d&apos;un groupe d&apos;outils</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2263"/>
+        <location filename="UI/UserInterface.py" line="2316"/>
         <source>Se&amp;ttings</source>
         <translation>&amp;Configuration</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2385"/>
+        <location filename="UI/UserInterface.py" line="2438"/>
         <source>Profiles</source>
         <translation>Profils</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3068"/>
+        <location filename="UI/UserInterface.py" line="3121"/>
         <source>&amp;Builtin Tools</source>
         <translation>Outils &amp;internes</translation>
     </message>
@@ -40896,12 +40947,12 @@
         <translation type="obsolete">Le processus &apos;%1&apos; s&apos;est terminé.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
+        <location filename="UI/UserInterface.py" line="4698"/>
         <source>Documentation</source>
         <translation>Documentation</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4510"/>
+        <location filename="UI/UserInterface.py" line="4607"/>
         <source>&lt;p&gt;The PyQt4 documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation>&lt;p&gt;L&apos;emplacement de la documentation PyQt4 n&apos;a pas été configuré.&lt;/p&gt;</translation>
     </message>
@@ -40916,7 +40967,7 @@
         <translation type="obsolete">fichier de raccourcis eric4 (*.e4k);;fichier de raccourcis eric3 (*.e3k *.e3kz)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
+        <location filename="UI/UserInterface.py" line="5589"/>
         <source>Error during updates check</source>
         <translation>Erreur durant la recherche de mises à jour</translation>
     </message>
@@ -40926,7 +40977,7 @@
         <translation type="obsolete">L&apos;utilisation d&apos;un proxy a été activée, mais aucun proxy n&apos;est configuré.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
+        <location filename="UI/UserInterface.py" line="5573"/>
         <source>Update available</source>
         <translation>Mise à jour disponible</translation>
     </message>
@@ -40951,7 +41002,7 @@
         <translation type="obsolete">&lt;b&gt;Documentation de l&apos;API Eric&lt;/b&gt;&lt;p&gt;Affiche la do. The location for the documentation is the Documentation/Source subdirectory of the eric4 installation directory.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2680"/>
+        <location filename="UI/UserInterface.py" line="2733"/>
         <source>&lt;h3&gt;Version Numbers&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;Numéros de version&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
@@ -40996,7 +41047,7 @@
         <translation type="obsolete">&lt;tr&gt;&lt;td&gt;&lt;b&gt;%1&lt;/b&gt;&lt;/td&gt;&lt;td&gt;%2&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5520"/>
+        <location filename="UI/UserInterface.py" line="5623"/>
         <source>&lt;/table&gt;</source>
         <translation>&lt;/table&gt;</translation>
     </message>
@@ -41011,7 +41062,7 @@
         <translation type="obsolete">Impossible de lancer le navigateur web</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="662"/>
+        <location filename="UI/UserInterface.py" line="667"/>
         <source>Loading Style Sheet</source>
         <translation>Chargement d&apos;une feuille de style</translation>
     </message>
@@ -41021,22 +41072,22 @@
         <translation type="obsolete">&lt;p&gt;Impossible de lire la feuile de style Qt &lt;b&gt;%1&lt;/b&gt;.&lt;br&gt;Raison: %2&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3017"/>
+        <location filename="UI/UserInterface.py" line="3070"/>
         <source>Configure Tool Groups ...</source>
         <translation>Configuration des groupes d&apos;outils...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3020"/>
+        <location filename="UI/UserInterface.py" line="3073"/>
         <source>Configure current Tool Group ...</source>
         <translation>Configuration du groupe d&apos;outils courant...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1941"/>
+        <location filename="UI/UserInterface.py" line="1994"/>
         <source>Show external tools</source>
         <translation>Afficher les outils externes</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1941"/>
+        <location filename="UI/UserInterface.py" line="1994"/>
         <source>Show external &amp;tools</source>
         <translation>Afficher les &amp;outils externes</translation>
     </message>
@@ -41046,7 +41097,7 @@
         <translation type="obsolete">&lt;b&gt;Afficher les outils externes&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre permettant de connaitre les chemins et versions des outils externes utilisés par eric4&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5358"/>
+        <location filename="UI/UserInterface.py" line="5461"/>
         <source>&amp;Cancel</source>
         <translation>&amp;Annuler</translation>
     </message>
@@ -41056,12 +41107,12 @@
         <translation type="obsolete">Connexion à l&apos;hote %1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
+        <location filename="UI/UserInterface.py" line="5589"/>
         <source>Could not perform updates check.</source>
         <translation>Impossible de vérifier les mises à jour.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
+        <location filename="UI/UserInterface.py" line="5664"/>
         <source>First time usage</source>
         <translation>Première utilisation</translation>
     </message>
@@ -41071,92 +41122,92 @@
         <translation type="obsolete">eric4 n&apos;a pas encore été configuré. La fenêtre de configuration va être ouverte.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="234"/>
+        <location filename="UI/UserInterface.py" line="235"/>
         <source>Initializing Plugin Manager...</source>
         <translation>Initialisation du gestionnaire de plugins...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2301"/>
+        <location filename="UI/UserInterface.py" line="2354"/>
         <source>P&amp;lugins</source>
         <translation>P&amp;lugins</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2386"/>
+        <location filename="UI/UserInterface.py" line="2439"/>
         <source>Plugins</source>
         <translation>Plugins</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
+        <location filename="UI/UserInterface.py" line="2106"/>
         <source>Plugin Infos</source>
         <translation>Infos Plugins</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2056"/>
+        <location filename="UI/UserInterface.py" line="2109"/>
         <source>Show Plugin Infos</source>
         <translation>Affiche les infos sur les plugins</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2057"/>
+        <location filename="UI/UserInterface.py" line="2110"/>
         <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Infos Plugins...&lt;/b&gt;&lt;p&gt;Affiche une fenêtre donnant des informations sur les plugins chargés.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
+        <location filename="UI/UserInterface.py" line="2106"/>
         <source>&amp;Plugin Infos...</source>
         <translation>Infos &amp;Plugins...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3076"/>
+        <location filename="UI/UserInterface.py" line="3129"/>
         <source>&amp;Plugin Tools</source>
         <translation>Outils &amp;plugins</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2079"/>
+        <location filename="UI/UserInterface.py" line="2132"/>
         <source>Uninstall Plugin</source>
         <translation>Désinstaller un plugin</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2076"/>
+        <location filename="UI/UserInterface.py" line="2129"/>
         <source>&amp;Uninstall Plugin...</source>
         <translation>&amp;Désinstaller un plugin...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2080"/>
+        <location filename="UI/UserInterface.py" line="2133"/>
         <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Désinstaller un plugin...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour désinstaller un plugin.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="596"/>
+        <location filename="UI/UserInterface.py" line="601"/>
         <source>Activating Plugins...</source>
         <translation>Activation des plugins...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2242"/>
+        <location filename="UI/UserInterface.py" line="2295"/>
         <source>Wi&amp;zards</source>
         <translation>As&amp;sistants</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3223"/>
+        <location filename="UI/UserInterface.py" line="3282"/>
         <source>&amp;Show all</source>
         <translation>Tout &amp;afficher</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3225"/>
+        <location filename="UI/UserInterface.py" line="3284"/>
         <source>&amp;Hide all</source>
         <translation>Tout &amp;masquer</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
+        <location filename="UI/UserInterface.py" line="1732"/>
         <source>Show downloadable versions</source>
         <translation>Afficher les versions téléchargeables</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
+        <location filename="UI/UserInterface.py" line="1732"/>
         <source>Show &amp;downloadable versions...</source>
         <translation>Afficher les versions &amp;téléchargeables...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1682"/>
+        <location filename="UI/UserInterface.py" line="1735"/>
         <source>Show the versions available for download</source>
         <translation>Affiche les versions disponibles pour le téléchargement</translation>
     </message>
@@ -41166,17 +41217,17 @@
         <translation type="obsolete">&lt;b&gt;Affiche les versions téléchargeables...&lt;/b&gt;&lt;p&gt;Affiche les versions d&apos;eric4 disponibles sur internet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
+        <location filename="UI/UserInterface.py" line="5495"/>
         <source>Error downloading versions file</source>
         <translation>Erreur de téléchargement du fichier de versions</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
+        <location filename="UI/UserInterface.py" line="5495"/>
         <source>Could not download the versions file.</source>
         <translation>Impossible de télécharger le fichier de versions.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5507"/>
+        <location filename="UI/UserInterface.py" line="5610"/>
         <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;Versions disponibles&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
@@ -41186,52 +41237,52 @@
         <translation type="obsolete">&lt;tr&gt;&lt;td&gt;%1&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;%2&quot;&gt;%3&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
+        <location filename="UI/UserInterface.py" line="2141"/>
         <source>Plugin Repository</source>
         <translation>Référentiel de plugins</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
+        <location filename="UI/UserInterface.py" line="2141"/>
         <source>Plugin &amp;Repository...</source>
         <translation>&amp;Référentiel de plugins...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2091"/>
+        <location filename="UI/UserInterface.py" line="2144"/>
         <source>Show Plugins available for download</source>
         <translation>Affiche les plugins disponibles au téléchargement</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2093"/>
+        <location filename="UI/UserInterface.py" line="2146"/>
         <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Référentiel de plugins...&lt;/b&gt;&lt;p&gt;Affiche une fenêtre donnant la liste des plugins disponibles sur internet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2068"/>
+        <location filename="UI/UserInterface.py" line="2121"/>
         <source>Install Plugins</source>
         <translation>Installation de plugins</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2065"/>
+        <location filename="UI/UserInterface.py" line="2118"/>
         <source>&amp;Install Plugins...</source>
         <translation>&amp;Installation de plugins...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2069"/>
+        <location filename="UI/UserInterface.py" line="2122"/>
         <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Installation de plugins...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour installer ou mettre à jour des plugins.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1864"/>
+        <location filename="UI/UserInterface.py" line="1917"/>
         <source>Mini Editor</source>
         <translation>Mini-éditeur</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1860"/>
+        <location filename="UI/UserInterface.py" line="1913"/>
         <source>Mini &amp;Editor...</source>
         <translation>Mini édit&amp;eur...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1865"/>
+        <location filename="UI/UserInterface.py" line="1918"/>
         <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mini Editeur&lt;/b&gt;&lt;p&gt;ouvre une fenêtre avec un éditeur simplifié.&lt;/p&gt;</translation>
     </message>
@@ -41276,67 +41327,67 @@
         <translation type="obsolete">&lt;b&gt;Qt-Linguist 3&lt;/b&gt;&lt;p&gt;Lance Qt-Linguist 3.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1772"/>
+        <location filename="UI/UserInterface.py" line="1825"/>
         <source>&amp;Designer 4...</source>
         <translation>&amp;Designer 4...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
+        <location filename="UI/UserInterface.py" line="1842"/>
         <source>&amp;Linguist 4...</source>
         <translation>&amp;Linguist 4...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
+        <location filename="UI/UserInterface.py" line="2021"/>
         <source>Toolbars</source>
         <translation>Barres d&apos;outils</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
+        <location filename="UI/UserInterface.py" line="2021"/>
         <source>Tool&amp;bars...</source>
         <translation>&amp;Barres d&apos;outils...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1971"/>
+        <location filename="UI/UserInterface.py" line="2024"/>
         <source>Configure toolbars</source>
         <translation>Configuration des barres d&apos;outils</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1972"/>
+        <location filename="UI/UserInterface.py" line="2025"/>
         <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Barres d&apos;outils&lt;/b&gt;&lt;p&gt;Configuration des barres d&apos;outils. Avec cette fenêtre vous pouvez modifier les actions des différentes barres affichées et créer  vos propres barres d&apos;outils&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="603"/>
+        <location filename="UI/UserInterface.py" line="608"/>
         <source>Restoring Toolbarmanager...</source>
         <translation>Restauration des barres d&apos;outils...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
+        <location filename="UI/UserInterface.py" line="1406"/>
         <source>Multiproject-Viewer</source>
         <translation>Gestionnaire de multi-projets</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
+        <location filename="UI/UserInterface.py" line="1406"/>
         <source>&amp;Multiproject-Viewer</source>
         <translation>Gestionnaire de &amp;multi-projet</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1380"/>
+        <location filename="UI/UserInterface.py" line="1409"/>
         <source>Toggle the Multiproject-Viewer window</source>
         <translation>Active/désactive le gestionnaire de multi-projet</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1381"/>
+        <location filename="UI/UserInterface.py" line="1410"/>
         <source>&lt;b&gt;Toggle the Multiproject-Viewer window&lt;/b&gt;&lt;p&gt;If the Multiproject-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Active/Désactive le gestionnaire de multi-projet&lt;/b&gt;&lt;p&gt;Affiche le gestionnaire de multi-projet s&apos;il est masqué. Le ferme s&apos;il est ouvert.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
+        <location filename="UI/UserInterface.py" line="1418"/>
         <source>Activate Multiproject-Viewer</source>
         <translation>Active le gestionnaire de multi-projet</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
+        <location filename="UI/UserInterface.py" line="1555"/>
         <source>Temp&amp;late-Viewer</source>
         <translation>Gestionnaire de &amp;gabarits</translation>
     </message>
@@ -41346,7 +41397,7 @@
         <translation type="obsolete">Outils externes/%1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
+        <location filename="UI/UserInterface.py" line="4362"/>
         <source>External Tools</source>
         <translation>Outils externes</translation>
     </message>
@@ -41381,7 +41432,7 @@
         <translation type="obsolete">&lt;p&gt;Le répertoire de documentation PyKDE4 n&apos;a pas été configuré.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
+        <location filename="UI/UserInterface.py" line="5138"/>
         <source>Save session</source>
         <translation>Enregistrer la session</translation>
     </message>
@@ -41391,7 +41442,7 @@
         <translation type="obsolete">&lt;p&gt;Impossible d&apos;écrire le fichier de session &lt;b&gt;%1&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
+        <location filename="UI/UserInterface.py" line="5199"/>
         <source>Read session</source>
         <translation>Chargement de session</translation>
     </message>
@@ -41406,12 +41457,12 @@
         <translation type="obsolete">&lt;p&gt;Format non reconnu pour le fichier de session &lt;b&gt;%1&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2500"/>
+        <location filename="UI/UserInterface.py" line="2553"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Cette partie de la barre d&apos;état affiche l&apos;encodage des éditeurs.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2514"/>
+        <location filename="UI/UserInterface.py" line="2567"/>
         <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Cette partie de la barre d&apos;état affiche les droits d&apos;écriture des fichiers en cours.&lt;/p&gt;</translation>
     </message>
@@ -41421,7 +41472,7 @@
         <translation type="obsolete">&lt;b&gt;Connexion au proxy &apos;%1&apos; en utilisant:&lt;/b&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
+        <location filename="UI/UserInterface.py" line="5638"/>
         <source>SSL Errors</source>
         <translation>Erreurs SSL</translation>
     </message>
@@ -41431,612 +41482,642 @@
         <translation type="obsolete">&lt;p&gt;Erreurs SSL:&lt;/p&gt;&lt;p&gt;%1&lt;/p&gt;&lt;p&gt;Voulez-vous ignorer ces erreurs ?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
+        <location filename="UI/UserInterface.py" line="1756"/>
         <source>Request Feature</source>
         <translation>Suggestion d&apos;amélioration</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
+        <location filename="UI/UserInterface.py" line="1756"/>
         <source>Request &amp;Feature...</source>
         <translation>Suggestion d&apos;&amp;amélioration...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1705"/>
+        <location filename="UI/UserInterface.py" line="1758"/>
         <source>Send a feature request</source>
         <translation>Envoyer une suggestion d&apos;amélioration</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1706"/>
+        <location filename="UI/UserInterface.py" line="1759"/>
         <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Demande d&apos;amélioration...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre permettant d&apos;envoyer une demande d&apos;amélioration.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2493"/>
+        <location filename="UI/UserInterface.py" line="2546"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Cette zone de la barre d&apos;état affiche le langage de l&apos;éditeur actif.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2523"/>
+        <location filename="UI/UserInterface.py" line="2576"/>
         <source>&lt;p&gt;This part of the status bar displays the name of the file of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Cette zone de la barre d&apos;état affiche le nom de fichier de l&apos;éditeur actif.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2530"/>
+        <location filename="UI/UserInterface.py" line="2583"/>
         <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Cette zone de la barre d&apos;état affiche le numéro de ligne de l&apos;éditeur actif.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2537"/>
+        <location filename="UI/UserInterface.py" line="2590"/>
         <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Cette zone de la barre d&apos;état affiche la position du curseur.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
+        <location filename="UI/UserInterface.py" line="1470"/>
         <source>Terminal</source>
         <translation>Terminal</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
+        <location filename="UI/UserInterface.py" line="1578"/>
         <source>Vertical Toolbox</source>
         <translation>Barre verticale</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
+        <location filename="UI/UserInterface.py" line="1589"/>
         <source>Horizontal Toolbox</source>
         <translation>Barre horizontale</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
+        <location filename="UI/UserInterface.py" line="1470"/>
         <source>Te&amp;rminal</source>
         <translation>Te&amp;rminal</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1443"/>
+        <location filename="UI/UserInterface.py" line="1472"/>
         <source>Toggle the Terminal window</source>
         <translation>Afficher/Masque la fenêtre Terminal</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1444"/>
+        <location filename="UI/UserInterface.py" line="1473"/>
         <source>&lt;b&gt;Toggle the Terminal window&lt;/b&gt;&lt;p&gt;If the Terminal window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Affiche/Masque la fenêtre Terminal&lt;/b&gt;&lt;p&gt;Affiche ou masque la fenêtre Terminal, selon.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1452"/>
+        <location filename="UI/UserInterface.py" line="1481"/>
         <source>Activate Terminal</source>
         <translation>Activer le Terminal</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1452"/>
+        <location filename="UI/UserInterface.py" line="1481"/>
         <source>Alt+Shift+R</source>
         <translation>Alt+Shift+R</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
+        <location filename="UI/UserInterface.py" line="1568"/>
         <source>Alt+Shift+A</source>
         <translation>Alt+Shift+A</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
+        <location filename="UI/UserInterface.py" line="1578"/>
         <source>&amp;Vertical Toolbox</source>
         <translation>Barre &amp;verticale</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1551"/>
+        <location filename="UI/UserInterface.py" line="1580"/>
         <source>Toggle the Vertical Toolbox window</source>
         <translation>Afficher/Masquer la barre d&apos;outils verticale</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1552"/>
+        <location filename="UI/UserInterface.py" line="1581"/>
         <source>&lt;b&gt;Toggle the Vertical Toolbox window&lt;/b&gt;&lt;p&gt;If the Vertical Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Afficher/Masquer la barre d&apos;outils verticale&lt;/b&gt;&lt;p&gt;Affiche ou masque la barre d&apos;outils verticale, selon.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
+        <location filename="UI/UserInterface.py" line="1589"/>
         <source>&amp;Horizontal Toolbox</source>
         <translation>Barre &amp;horizontale</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1563"/>
+        <location filename="UI/UserInterface.py" line="1592"/>
         <source>Toggle the Horizontal Toolbox window</source>
         <translation>Afficher/Masquer la barre d&apos;outils horizontale</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1564"/>
+        <location filename="UI/UserInterface.py" line="1593"/>
         <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Afficher/Masquer la barre d&apos;outils horizontale&lt;/b&gt;&lt;p&gt;Affiche ou masque la barre d&apos;outils horizontale, selon.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
+        <location filename="UI/UserInterface.py" line="3046"/>
         <source>Restart application</source>
         <translation>Redémarrage de l&apos;application</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
+        <location filename="UI/UserInterface.py" line="3046"/>
         <source>The application needs to be restarted. Do it now?</source>
         <translation>L&apos;application a bersoin d&apos;être relancée. Relancer maintenant ?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2310"/>
+        <location filename="UI/UserInterface.py" line="2363"/>
         <source>Configure...</source>
         <translation>Configuration...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2507"/>
+        <location filename="UI/UserInterface.py" line="2560"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Cette zone de la barre d&apos;état affiche le type de fin de lignes utilisé pour les éditeurs.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
+        <location filename="UI/UserInterface.py" line="2098"/>
         <source>Switch between tabs</source>
         <translation>Intervertir les onglets</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
+        <location filename="UI/UserInterface.py" line="2098"/>
         <source>Ctrl+1</source>
         <translation>Ctrl+1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
+        <location filename="UI/UserInterface.py" line="1961"/>
         <source>Export Preferences</source>
         <translation>Exporte les préférences</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
+        <location filename="UI/UserInterface.py" line="1961"/>
         <source>E&amp;xport Preferences...</source>
         <translation>E&amp;xporter les préférences...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1911"/>
+        <location filename="UI/UserInterface.py" line="1964"/>
         <source>Export the current configuration</source>
         <translation>Exporte la configuration courante</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1912"/>
+        <location filename="UI/UserInterface.py" line="1965"/>
         <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Exporter les préférences&lt;/b&gt;&lt;p&gt;Export la configuration courante dans un fichier.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
+        <location filename="UI/UserInterface.py" line="1972"/>
         <source>Import Preferences</source>
         <translation>Importe les préférences</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
+        <location filename="UI/UserInterface.py" line="1972"/>
         <source>I&amp;mport Preferences...</source>
         <translation>I&amp;mporter les préférences...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1922"/>
+        <location filename="UI/UserInterface.py" line="1975"/>
         <source>Import a previously exported configuration</source>
         <translation>Importe les préférences d&apos;un fichier précédemment exporté</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1924"/>
+        <location filename="UI/UserInterface.py" line="1977"/>
         <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Importer les préférences&lt;/b&gt;&lt;p&gt;Importe les préférences d&apos;un fichier précédemment exporté.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
+        <location filename="UI/UserInterface.py" line="2082"/>
         <source>Show next</source>
         <translation>Afficher le suivant</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2037"/>
+        <location filename="UI/UserInterface.py" line="2090"/>
         <source>Show previous</source>
         <translation>Afficher le précédent</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
+        <location filename="UI/UserInterface.py" line="1601"/>
         <source>Left Sidebar</source>
         <translation>Barre latérale de gauche</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
+        <location filename="UI/UserInterface.py" line="1601"/>
         <source>&amp;Left Sidebar</source>
         <translation>Barre latérale de &amp;gauche</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1574"/>
+        <location filename="UI/UserInterface.py" line="1603"/>
         <source>Toggle the left sidebar window</source>
         <translation>Affiche/Masque la barre latérale de gauche</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1575"/>
+        <location filename="UI/UserInterface.py" line="1604"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Affiche/masque la barre latérale de gauche&lt;/b&gt;&lt;p&gt;Affiche ou maque la barre latérale de gauche.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
+        <location filename="UI/UserInterface.py" line="1612"/>
         <source>Bottom Sidebar</source>
         <translation>Barre du bas</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
+        <location filename="UI/UserInterface.py" line="1612"/>
         <source>&amp;Bottom Sidebar</source>
         <translation>&amp;Barre du bas</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1586"/>
+        <location filename="UI/UserInterface.py" line="1615"/>
         <source>Toggle the bottom sidebar window</source>
         <translation>Affiche/Masque la barre du bas</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1587"/>
+        <location filename="UI/UserInterface.py" line="1616"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;A/ffiche/Masque la barre du bas&lt;/b&gt;&lt;p&gt;Affiche ou masque la barre du bas&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
+        <location filename="UI/UserInterface.py" line="1428"/>
         <source>&amp;Debug-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1401"/>
+        <location filename="UI/UserInterface.py" line="1430"/>
         <source>Toggle the Debug-Viewer window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1402"/>
+        <location filename="UI/UserInterface.py" line="1431"/>
         <source>&lt;b&gt;Toggle the Debug-Viewer window&lt;/b&gt;&lt;p&gt;If the Debug-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
+        <location filename="UI/UserInterface.py" line="1439"/>
         <source>Activate Debug-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
+        <location filename="UI/UserInterface.py" line="1901"/>
         <source>SQL Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
+        <location filename="UI/UserInterface.py" line="1901"/>
         <source>SQL &amp;Browser...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1852"/>
+        <location filename="UI/UserInterface.py" line="1905"/>
         <source>Browse a SQL database</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1853"/>
+        <location filename="UI/UserInterface.py" line="1906"/>
         <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
+        <location filename="UI/UserInterface.py" line="2831"/>
         <source>Error log found</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
+        <location filename="UI/UserInterface.py" line="2831"/>
         <source>An error log file was found. What should be done with it?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2789"/>
+        <location filename="UI/UserInterface.py" line="2842"/>
         <source>Send Bug Email</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2792"/>
+        <location filename="UI/UserInterface.py" line="2845"/>
         <source>Ignore and Delete</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2795"/>
+        <location filename="UI/UserInterface.py" line="2848"/>
         <source>Ignore but Keep</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
+        <location filename="UI/UserInterface.py" line="1925"/>
         <source>Web Browser</source>
         <translation type="unfinished">Navigateur Web</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
+        <location filename="UI/UserInterface.py" line="1925"/>
         <source>&amp;Web Browser...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
+        <location filename="UI/UserInterface.py" line="1937"/>
         <source>Icon Editor</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
+        <location filename="UI/UserInterface.py" line="1937"/>
         <source>&amp;Icon Editor...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
+        <location filename="UI/UserInterface.py" line="4123"/>
         <source>Qt 3 support</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2186"/>
+        <location filename="UI/UserInterface.py" line="2239"/>
         <source>&lt;b&gt;PySide Documentation&lt;/b&gt;&lt;p&gt;Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
+        <location filename="UI/UserInterface.py" line="4698"/>
         <source>&lt;p&gt;The PySide documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
+        <location filename="UI/UserInterface.py" line="2236"/>
         <source>PySide Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
+        <location filename="UI/UserInterface.py" line="2236"/>
         <source>Py&amp;Side Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2185"/>
+        <location filename="UI/UserInterface.py" line="2238"/>
         <source>Open PySide Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="662"/>
+        <location filename="UI/UserInterface.py" line="667"/>
         <source>&lt;p&gt;The Qt Style Sheet file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1280"/>
+        <location filename="UI/UserInterface.py" line="1309"/>
         <source>{0} - Passive Mode</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1285"/>
+        <location filename="UI/UserInterface.py" line="1314"/>
         <source>{0} - {1} - Passive Mode</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1288"/>
+        <location filename="UI/UserInterface.py" line="1317"/>
         <source>{0} - {1} - {2} - Passive Mode</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1642"/>
+        <location filename="UI/UserInterface.py" line="1695"/>
         <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric5 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1672"/>
+        <location filename="UI/UserInterface.py" line="1725"/>
         <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric5.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Rechercher des mises à jour...&lt;/b&gt;&lt;p&gt;Recherche des mises à jour pour eric4 sur internet.&lt;/p&gt; {5.?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1684"/>
+        <location filename="UI/UserInterface.py" line="1737"/>
         <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric5 versions available for download from the internet.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Affiche les versions téléchargeables...&lt;/b&gt;&lt;p&gt;Affiche les versions d&apos;eric4 disponibles sur internet.&lt;/p&gt; {5 ?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1876"/>
+        <location filename="UI/UserInterface.py" line="1929"/>
         <source>Start the eric5 Web Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1877"/>
+        <location filename="UI/UserInterface.py" line="1930"/>
         <source>&lt;b&gt;Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric5 Web Browser.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1888"/>
+        <location filename="UI/UserInterface.py" line="1941"/>
         <source>Start the eric5 Icon Editor</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1889"/>
+        <location filename="UI/UserInterface.py" line="1942"/>
         <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric5 Icon Editor for editing simple icons.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1945"/>
+        <location filename="UI/UserInterface.py" line="1998"/>
         <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric5.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Afficher les outils externes&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre permettant de connaitre les chemins et versions des outils externes utilisés par eric4&lt;/p&gt; {5.?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2168"/>
+        <location filename="UI/UserInterface.py" line="2221"/>
         <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Documentation de l&apos;API Eric&lt;/b&gt;&lt;p&gt;Affiche la do. The location for the documentation is the Documentation/Source subdirectory of the eric4 installation directory.&lt;/p&gt; {5 ?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2594"/>
+        <location filename="UI/UserInterface.py" line="2647"/>
         <source>External Tools/{0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
+        <location filename="UI/UserInterface.py" line="4123"/>
         <source>Qt v.3 is not supported by eric5.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
+        <location filename="UI/UserInterface.py" line="4281"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3952"/>
+        <location filename="UI/UserInterface.py" line="4043"/>
         <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4009"/>
+        <location filename="UI/UserInterface.py" line="4100"/>
         <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4053"/>
+        <location filename="UI/UserInterface.py" line="4144"/>
         <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4094"/>
+        <location filename="UI/UserInterface.py" line="4185"/>
         <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4153"/>
+        <location filename="UI/UserInterface.py" line="4244"/>
         <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4198"/>
+        <location filename="UI/UserInterface.py" line="4289"/>
         <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4217"/>
+        <location filename="UI/UserInterface.py" line="4308"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4265"/>
+        <location filename="UI/UserInterface.py" line="4356"/>
         <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
+        <location filename="UI/UserInterface.py" line="4362"/>
         <source>No toolgroup entry &apos;{0}&apos; found.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4307"/>
+        <location filename="UI/UserInterface.py" line="4398"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
+        <location filename="UI/UserInterface.py" line="4417"/>
         <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4403"/>
+        <location filename="UI/UserInterface.py" line="4494"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
+        <location filename="UI/UserInterface.py" line="4713"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4807"/>
+        <location filename="UI/UserInterface.py" line="4910"/>
         <source>Keyboard shortcut file (*.e4k);;Compressed keyboard shortcut file (*.e4kz)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
+        <location filename="UI/UserInterface.py" line="4930"/>
         <source>&lt;p&gt;The keyboard shortcuts could not be written to file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
+        <location filename="UI/UserInterface.py" line="4939"/>
         <source>Keyboard shortcut file (*.e4k *.e4kz)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
+        <location filename="UI/UserInterface.py" line="5063"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5007"/>
+        <location filename="UI/UserInterface.py" line="5110"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
+        <location filename="UI/UserInterface.py" line="5120"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
+        <location filename="UI/UserInterface.py" line="5138"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5086"/>
+        <location filename="UI/UserInterface.py" line="5189"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
+        <location filename="UI/UserInterface.py" line="5199"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
+        <location filename="UI/UserInterface.py" line="5317"/>
         <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5363"/>
+        <location filename="UI/UserInterface.py" line="5466"/>
         <source>Trying host {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
+        <location filename="UI/UserInterface.py" line="5573"/>
         <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric5 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>Eric5 is up to date</source>
         <translation type="unfinished">Eric4 est à jour {5 ?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>You are using the latest version of eric5</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
+        <location filename="UI/UserInterface.py" line="5638"/>
         <source>&lt;p&gt;SSL Errors:&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Do you want to ignore these errors?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
+        <location filename="UI/UserInterface.py" line="5664"/>
         <source>eric5 has not been configured yet. The configuration dialog will be started.</source>
         <translation type="unfinished">eric4 n&apos;a pas encore été configuré. La fenêtre de configuration va être ouverte. {5 ?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>Cooperation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>&amp;Cooperation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1597"/>
+        <location filename="UI/UserInterface.py" line="1626"/>
         <source>Toggle the Cooperation window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1599"/>
+        <location filename="UI/UserInterface.py" line="1628"/>
         <source>&lt;b&gt;Toggle the Cooperation window&lt;/b&gt;&lt;p&gt;If the Cooperation window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Activate Cooperation-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Alt+Shift+O</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>&amp;Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1650"/>
+        <source>Toggle the Symbols window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1652"/>
+        <source>&lt;b&gt;Toggle the Symbols window&lt;/b&gt;&lt;p&gt;If the Symbols window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Activate Symbols-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Alt+Shift+Y</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>UserPropertiesDialog</name>
@@ -42816,412 +42897,412 @@
 <context>
     <name>ViewManager</name>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>New</source>
         <translation>Nouveau</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>&amp;New</source>
         <translation>&amp;Nouveau</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="464"/>
-        <source>Open an empty editor window</source>
-        <translation>Ouvre une nouvelle page vide</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="466"/>
+        <source>Open an empty editor window</source>
+        <translation>Ouvre une nouvelle page vide</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="468"/>
         <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nouveau&lt;/b&gt;&lt;p&gt;Ouverture d&apos;une nouvelle fenêtre d&apos;édition.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Open</source>
         <translation>Ouvrir</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>&amp;Open...</source>
         <translation>&amp;Ouvrir...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Close</source>
         <translation>Fermer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>&amp;Close</source>
         <translation>&amp;Fermer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="496"/>
-        <source>Close the current window</source>
-        <translation>Ferme la fenêtre courante</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="498"/>
+        <source>Close the current window</source>
+        <translation>Ferme la fenêtre courante</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="500"/>
         <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Fermer&lt;/b&gt;&lt;p&gt;Ferme la fenêtre en cours.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Close All</source>
         <translation>Tout fermer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Clos&amp;e All</source>
         <translation>Tout f&amp;ermer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="508"/>
-        <source>Close all editor windows</source>
-        <translation>Ferme toutes les fenêtres de l&apos;éditeur</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="510"/>
+        <source>Close all editor windows</source>
+        <translation>Ferme toutes les fenêtres de l&apos;éditeur</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="512"/>
         <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Tout fermer&lt;/b&gt;&lt;p&gt;Ferme toutes les fenêtres de l&apos;éditeur.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Save</source>
         <translation>Enregistrer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>&amp;Save</source>
         <translation>&amp;Enregistrer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="527"/>
-        <source>Save the current file</source>
-        <translation>Enregistre le fichier courant</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="529"/>
+        <source>Save the current file</source>
+        <translation>Enregistre le fichier courant</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="531"/>
         <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Enregistrer&lt;/b&gt;&lt;p&gt;Enregistre le fichier en cours.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save as</source>
         <translation>Enregistrer sous</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save &amp;as...</source>
         <translation>&amp;Enregistrer sous...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="542"/>
-        <source>Save the current file to a new one</source>
-        <translation>Enregistre dans un nouveau fichier</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="544"/>
+        <source>Save the current file to a new one</source>
+        <translation>Enregistre dans un nouveau fichier</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="546"/>
         <source>&lt;b&gt;Save File as&lt;/b&gt;&lt;p&gt;Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Enregistrer sous&lt;/b&gt;&lt;p&gt;Enregistre le buffer dans un nouveau fichier. Le nom du fichier est choisi via une boite de sélection de fichier.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save all</source>
         <translation>Tout enregistrer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save a&amp;ll...</source>
         <translation>&amp;Tout enregistrer...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="556"/>
-        <source>Save all files</source>
-        <translation>Enregistre tous les fichiers</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="558"/>
+        <source>Save all files</source>
+        <translation>Enregistre tous les fichiers</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="560"/>
         <source>&lt;b&gt;Save All Files&lt;/b&gt;&lt;p&gt;Save the contents of all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Tout enregistrer&lt;/b&gt;&lt;p&gt;Enregistre toutes les fenêtres ouvertes dans l&apos;éditeur.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Project</source>
         <translation>Enregistrer dans le projet</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Pro&amp;ject</source>
         <translation>Enregistrer dans le pro&amp;jet</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="572"/>
-        <source>Save the current file to the current project</source>
-        <translation>Enregistre le fichier courant dans le projet courant</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="574"/>
+        <source>Save the current file to the current project</source>
+        <translation>Enregistre le fichier courant dans le projet courant</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="576"/>
         <source>&lt;b&gt;Save to Project&lt;/b&gt;&lt;p&gt;Save the contents of the current editor window to the current project. After the file has been saved, it is automatically added to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Enregistrer dans le projet&lt;/b&gt;&lt;p&gt;Enregistre la fenêtre courante dans le projet en cours. Après avoir été enregistré, le fichier est automatiquement ajouté au projet en cours.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Print</source>
         <translation>Imprimer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>&amp;Print</source>
         <translation>&amp;Imprimer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="591"/>
-        <source>Print the current file</source>
-        <translation>Imprime le fichier courant</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="593"/>
+        <source>Print the current file</source>
+        <translation>Imprime le fichier courant</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="595"/>
         <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Imprimer le fichier&lt;/b&gt;&lt;p&gt;Imprime la fenêtre d&apos;édition courante.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="639"/>
-        <source>Open &amp;Recent Files</source>
-        <translation>Ouvrir un fichier &amp;récent</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="641"/>
+        <source>Open &amp;Recent Files</source>
+        <translation>Ouvrir un fichier &amp;récent</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="643"/>
         <source>Open &amp;Bookmarked Files</source>
         <translation>Ouvrir un fichier &amp;étiqueté</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Undo</source>
         <translation>Défaire</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>&amp;Undo</source>
         <translation>&amp;Défaire</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="741"/>
-        <source>Undo the last change</source>
-        <translation>Annule la dernière modification</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="743"/>
+        <source>Undo the last change</source>
+        <translation>Annule la dernière modification</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="745"/>
         <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Défaire&lt;/b&gt;&lt;p&gt;Annule la dernière modification effectuée dans l&apos;éditeur courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Redo</source>
         <translation>Refaire</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>&amp;Redo</source>
         <translation>&amp;Refaire</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="756"/>
-        <source>Redo the last change</source>
-        <translation>Recharge la dernière modification</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="758"/>
+        <source>Redo the last change</source>
+        <translation>Recharge la dernière modification</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="760"/>
         <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Refaire&lt;/b&gt;&lt;p&gt;Réeffectue la dernière modification dans l&apos;éditeur courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="772"/>
-        <source>Revert to last saved state</source>
-        <translation>Ecraser avec le dernier état enregistré</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
-        <source>Re&amp;vert to last saved state</source>
-        <translation>Ec&amp;raser avec le dernier état enregistré</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="774"/>
+        <source>Revert to last saved state</source>
+        <translation>Ecraser avec le dernier état enregistré</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
+        <source>Re&amp;vert to last saved state</source>
+        <translation>Ec&amp;raser avec le dernier état enregistré</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="776"/>
         <source>&lt;b&gt;Revert to last saved state&lt;/b&gt;&lt;p&gt;Undo all changes up to the last saved state of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ecraser avec le dernier état enregistré&lt;/b&gt;&lt;p&gt;Annule toutes les modifications faites depuis le dernier enregistrement.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cut</source>
         <translation>Couper</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cu&amp;t</source>
         <translation>Cou&amp;per</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="791"/>
-        <source>Cut the selection</source>
-        <translation>Coupe la sélection</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="793"/>
+        <source>Cut the selection</source>
+        <translation>Coupe la sélection</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="795"/>
         <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Couper&lt;/b&gt;&lt;p&gt;Coupe  le texte sélectionné vers le presse-papier&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Copy</source>
         <translation>Copier</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>&amp;Copy</source>
         <translation>&amp;Copier</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="808"/>
-        <source>Copy the selection</source>
-        <translation>Copie la sélection</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="810"/>
+        <source>Copy the selection</source>
+        <translation>Copie la sélection</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="812"/>
         <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Copier&lt;/b&gt;&lt;p&gt;Copie le texte sélectionné vers le presse-papier&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Paste</source>
         <translation>Coller</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>&amp;Paste</source>
         <translation>Col&amp;ler</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="825"/>
-        <source>Paste the last cut/copied text</source>
-        <translation>Colle le dernier texte copié/coupé</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="827"/>
+        <source>Paste the last cut/copied text</source>
+        <translation>Colle le dernier texte copié/coupé</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="829"/>
         <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard to the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Coller&lt;/b&gt;&lt;p&gt;Colle le dernier texte copié/coupé dans l&apos;éditeur courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Clear</source>
         <translation>Effacer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Cl&amp;ear</source>
         <translation>Ef&amp;facer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="842"/>
-        <source>Clear all text</source>
-        <translation>Efface tout le texte</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="844"/>
+        <source>Clear all text</source>
+        <translation>Efface tout le texte</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="846"/>
         <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Effacer&lt;/b&gt;&lt;p&gt;Supprime tout le texte de l&apos;éditeur courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Indent</source>
         <translation>Indenter</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>&amp;Indent</source>
         <translation>&amp;Indenter</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="858"/>
+        <location filename="ViewManager/ViewManager.py" line="860"/>
         <source>Indent line</source>
         <translation>Indente la ligne</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="859"/>
+        <location filename="ViewManager/ViewManager.py" line="861"/>
         <source>&lt;b&gt;Indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Indenter&lt;/b&gt;&lt;p&gt;Indente la ligne courante ou les lignes sélectionnées d&apos;un niveau.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Unindent</source>
         <translation>Désindenter</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>U&amp;nindent</source>
         <translation>&amp;Désindenter</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="874"/>
-        <source>Unindent line</source>
-        <translation>Désindenter la ligne</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="876"/>
+        <source>Unindent line</source>
+        <translation>Désindenter la ligne</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="878"/>
         <source>&lt;b&gt;Unindent&lt;/b&gt;&lt;p&gt;Unindents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Désindenter&lt;/b&gt;&lt;p&gt;Désindente la ligne courante ou les lignes sélectionnées d&apos;un niveau.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Comment</source>
         <translation>Commenter</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>C&amp;omment</source>
         <translation>C&amp;ommenter</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="909"/>
-        <source>Comment Line or Selection</source>
-        <translation>Commenter la ligne ou la sélection</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="911"/>
+        <source>Comment Line or Selection</source>
+        <translation>Commenter la ligne ou la sélection</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="913"/>
         <source>&lt;b&gt;Comment&lt;/b&gt;&lt;p&gt;Comments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Commenter&lt;/b&gt;&lt;p&gt;Commente la ligne courante ou les lignes sélectionnées.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Uncomment</source>
         <translation>Décommenter</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Unco&amp;mment</source>
         <translation>Déco&amp;mmenter</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="926"/>
-        <source>Uncomment Line or Selection</source>
-        <translation>Décommenter la ligne ou la sélection</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="928"/>
+        <source>Uncomment Line or Selection</source>
+        <translation>Décommenter la ligne ou la sélection</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="930"/>
         <source>&lt;b&gt;Uncomment&lt;/b&gt;&lt;p&gt;Uncomments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Décommenter&lt;/b&gt;&lt;p&gt;Décommente la ligne courante ou les lignes sélectionnées.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="936"/>
+        <location filename="ViewManager/ViewManager.py" line="938"/>
         <source>Stream Comment</source>
         <translation>Commentaire type &quot;Strream&quot;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="940"/>
-        <source>Stream Comment Line or Selection</source>
-        <translation>Commenter la ligne ou la sélection (type Stream)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="942"/>
+        <source>Stream Comment Line or Selection</source>
+        <translation>Commenter la ligne ou la sélection (type Stream)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="944"/>
         <source>&lt;b&gt;Stream Comment&lt;/b&gt;&lt;p&gt;Stream comments the current line or the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Commentaire type Stream&lt;/b&gt;&lt;p&gt;Commente la ligne courante ou les lignes sélectionnées 
 avec un commentaire de type Stream. 
@@ -43231,17 +43312,17 @@
 &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="950"/>
+        <location filename="ViewManager/ViewManager.py" line="952"/>
         <source>Box Comment</source>
         <translation>Commentaire type &quot;Bloc&quot;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="954"/>
-        <source>Box Comment Line or Selection</source>
-        <translation>Commenter la ligne ou la sélection (type Box)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="956"/>
+        <source>Box Comment Line or Selection</source>
+        <translation>Commenter la ligne ou la sélection (type Box)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="958"/>
         <source>&lt;b&gt;Box Comment&lt;/b&gt;&lt;p&gt;Box comments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Commentaire type Box&lt;/b&gt;&lt;p&gt;Commente la ligne courante ou les lignes sélectionnées 
 avec un commentaire de type Box. 
@@ -43252,92 +43333,92 @@
  */&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to brace</source>
         <translation>Sélection parenthèses</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to &amp;brace</source>
         <translation>Sélection parent&amp;hèses</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="971"/>
+        <location filename="ViewManager/ViewManager.py" line="973"/>
         <source>Select text to the matching brace</source>
         <translation>Sélectionne le texte jusqu&apos;à la parenthèse correspondante</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Select all</source>
         <translation>Tout sélectionner</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>&amp;Select all</source>
         <translation>Tout &amp;sélectionner</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="986"/>
+        <location filename="ViewManager/ViewManager.py" line="988"/>
         <source>Select all text</source>
         <translation>Sélectionne tout le texte</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Deselect all</source>
         <translation>Tout déselectionner</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>&amp;Deselect all</source>
         <translation>Tout &amp;déselectionner</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1002"/>
+        <location filename="ViewManager/ViewManager.py" line="1004"/>
         <source>Deselect all text</source>
         <translation>Désélectionne tout le texte</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1015"/>
-        <source>Convert Line End Characters</source>
-        <translation>Conversion des caractères de fin de lignes</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="1011"/>
-        <source>Convert &amp;Line End Characters</source>
-        <translation>Conversion des caractères de fin de &amp;lignes</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1017"/>
+        <source>Convert Line End Characters</source>
+        <translation>Conversion des caractères de fin de lignes</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1013"/>
+        <source>Convert &amp;Line End Characters</source>
+        <translation>Conversion des caractères de fin de &amp;lignes</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1019"/>
         <source>&lt;b&gt;Convert Line End Characters&lt;/b&gt;&lt;p&gt;Convert the line end characters to the currently set type.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Conversion des caractères de fin de lignes&lt;/b&gt;&lt;p&gt;Convertit les caractères de fin de lignes dans le type courant défini.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1028"/>
-        <source>Shorten empty lines</source>
-        <translation>Raccourcir les lignes vides</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1030"/>
+        <source>Shorten empty lines</source>
+        <translation>Raccourcir les lignes vides</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1032"/>
         <source>&lt;b&gt;Shorten empty lines&lt;/b&gt;&lt;p&gt;Shorten lines consisting solely of whitespace characters.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Raccourcir les lignes vides&lt;/b&gt;&lt;p&gt;Raccourcit les lignes vides ne comportant que des espaces.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Autocomplete</source>
         <translation>Autocomplétion</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1816"/>
+        <location filename="ViewManager/ViewManager.py" line="1818"/>
         <source>&amp;Autocomplete</source>
         <translation>&amp;Autocomplétion</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1045"/>
-        <source>Autocomplete current word</source>
-        <translation>Complète automatiquement le mot courant</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1047"/>
+        <source>Autocomplete current word</source>
+        <translation>Complète automatiquement le mot courant</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1049"/>
         <source>&lt;b&gt;Autocomplete&lt;/b&gt;&lt;p&gt;Performs an autocompletion of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autocompletion&lt;/b&gt;&lt;p&gt;Applique l&apos;autocomplétion au mot sur lequel se trouve le curseur.&lt;/p&gt;</translation>
     </message>
@@ -44027,372 +44108,372 @@
         <translation>&lt;b&gt;Remplacer&lt;/b&gt;&lt;p&gt;Recherche du texte dans l&apos;éditeur courant et le remplace par un autre. Un fenêtre est affichée pour saisir le texte initial, le texte de remplacement et les options de remplacement.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2069"/>
+        <location filename="ViewManager/ViewManager.py" line="2071"/>
         <source>Goto Line</source>
         <translation>Aller à la ligne</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>&amp;Goto Line...</source>
         <translation>Aller à la &amp;ligne...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2070"/>
+        <location filename="ViewManager/ViewManager.py" line="2072"/>
         <source>&lt;b&gt;Goto Line&lt;/b&gt;&lt;p&gt;Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Aller à la ligne&lt;/b&gt;&lt;p&gt;Déplacement vers la ligne indiquée. Un fenêtre permet de saisir le numéro de ligne.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2085"/>
-        <source>Goto Brace</source>
-        <translation>Aller à la parenthèse</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
-        <source>Goto &amp;Brace</source>
-        <translation>Aller à la &amp;parenthèse</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2087"/>
+        <source>Goto Brace</source>
+        <translation>Aller à la parenthèse</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
+        <source>Goto &amp;Brace</source>
+        <translation>Aller à la &amp;parenthèse</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2089"/>
         <source>&lt;b&gt;Goto Brace&lt;/b&gt;&lt;p&gt;Go to the matching brace in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Aller à la parenthèse correspondante&lt;/b&gt;&lt;p&gt;A partir d&apos;une parenthèse ouvrante ou fermante, déplace le curseur jusqu&apos;à l&apos;autre parenthèse.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in Files</source>
         <translation>Rechercher dans les fichiers</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in &amp;Files...</source>
         <translation>Rechercher dans les &amp;Fichiers...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2104"/>
-        <source>Search for a text in files</source>
-        <translation>Rechercher un texte dans les fichiers</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2106"/>
+        <source>Search for a text in files</source>
+        <translation>Rechercher un texte dans les fichiers</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2108"/>
         <source>&lt;b&gt;Search in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project. A dialog is shown to enter the searchtext and options for the search and to display the result.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Rechercher un texte dans les fichiers&lt;/b&gt;&lt;p&gt;Recherche un texte dans les fichiers d&apos;un répertoire ou du projet. Une fenêtre permet de saisir les options de recherche et d&apos;afficher les résultats.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom in</source>
         <translation>Zoom avant</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom &amp;in</source>
         <translation>Zoom a&amp;vant</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2238"/>
-        <source>Zoom in on the text</source>
-        <translation>Zoom sur le texte</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2240"/>
+        <source>Zoom in on the text</source>
+        <translation>Zoom sur le texte</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2242"/>
         <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the text. This makes the text bigger.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zoom avant&lt;/b&gt;&lt;p&gt;Zoom sur le texte. Affiche le texte en plus gros.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom out</source>
         <translation>Zoom arrière</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom &amp;out</source>
         <translation>Zoom a&amp;rrière</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2254"/>
-        <source>Zoom out on the text</source>
-        <translation>Zoom arrière du texte</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2256"/>
+        <source>Zoom out on the text</source>
+        <translation>Zoom arrière du texte</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2258"/>
         <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the text. This makes the text smaller.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zoom arrière&lt;/b&gt;&lt;p&gt;Zoom arrière du texte. Affiche le texte en plus petit.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Zoom</source>
         <translation>Zoom</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>&amp;Zoom</source>
         <translation>&amp;Zoom</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2270"/>
-        <source>Zoom the text</source>
-        <translation>Zoom du texte</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2272"/>
+        <source>Zoom the text</source>
+        <translation>Zoom du texte</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2274"/>
         <source>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom the text. This opens a dialog where the desired size can be entered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom du texte. Ouvre une fenêtre pour entrer la taille souhaitée.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2284"/>
-        <source>Toggle all folds</source>
-        <translation>Contracte/Déploie tout le code</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2280"/>
-        <source>Toggle &amp;all folds</source>
-        <translation>Contracte/Déploie &amp;tout le code</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2286"/>
+        <source>Toggle all folds</source>
+        <translation>Contracte/Déploie tout le code</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2282"/>
+        <source>Toggle &amp;all folds</source>
+        <translation>Contracte/Déploie &amp;tout le code</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2288"/>
         <source>&lt;b&gt;Toggle all folds&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Contracte/Déploie tout le code&lt;/b&gt;&lt;p&gt;Contracte ou déploie tout le code de la page en cours.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2314"/>
-        <source>Toggle current fold</source>
-        <translation>Contracte/Déploie le paragraphe courant</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2310"/>
-        <source>Toggle &amp;current fold</source>
-        <translation>Contracte/Déploie le paragraphe &amp;courant</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2316"/>
+        <source>Toggle current fold</source>
+        <translation>Contracte/Déploie le paragraphe courant</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2312"/>
+        <source>Toggle &amp;current fold</source>
+        <translation>Contracte/Déploie le paragraphe &amp;courant</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2318"/>
         <source>&lt;b&gt;Toggle current fold&lt;/b&gt;&lt;p&gt;Toggle the folds of the current line of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Contracte/Déploie le paragraphe courant&lt;/b&gt;&lt;p&gt;Applique la contraction de code au paragraphe courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2329"/>
-        <source>Remove all highlights</source>
-        <translation>Suppression de tous les surlignages</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2331"/>
+        <source>Remove all highlights</source>
+        <translation>Suppression de tous les surlignages</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2333"/>
         <source>&lt;b&gt;Remove all highlights&lt;/b&gt;&lt;p&gt;Remove the highlights of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Suppression de tous les surlignages&lt;/b&gt;&lt;p&gt;Supprime tous les surlignage présents dans la page.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>Split view</source>
         <translation>Diviser la fenêtre</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>&amp;Split view</source>
         <translation>&amp;Diviser la fenêtre</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2342"/>
-        <source>Add a split to the view</source>
-        <translation>Ajoute une division de fenêtre</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2344"/>
+        <source>Add a split to the view</source>
+        <translation>Ajoute une division de fenêtre</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2346"/>
         <source>&lt;b&gt;Split view&lt;/b&gt;&lt;p&gt;Add a split to the view.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Diviser la fenêtre&lt;/b&gt;&lt;p&gt;Ajoute un division supplémentaire à la fenêtre courante.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange horizontally</source>
         <translation>Division horizontale/verticale</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange &amp;horizontally</source>
         <translation>Division &amp;horizontale/verticale</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2356"/>
-        <source>Arrange the splitted views horizontally</source>
-        <translation>Bascule la division horizontalement ou verticalement</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2358"/>
+        <source>Arrange the splitted views horizontally</source>
+        <translation>Bascule la division horizontalement ou verticalement</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2360"/>
         <source>&lt;b&gt;Arrange horizontally&lt;/b&gt;&lt;p&gt;Arrange the splitted views horizontally.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Division horizontale/verticale&lt;/b&gt;&lt;p&gt;Bascule la division horizontalement ou verticalement, selon.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>Remove split</source>
         <translation>Suppression du découpage</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>&amp;Remove split</source>
         <translation>&amp;Suppression du découpage</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2372"/>
-        <source>Remove the current split</source>
-        <translation>Supprime le découpage de fenêtre courant</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2374"/>
+        <source>Remove the current split</source>
+        <translation>Supprime le découpage de fenêtre courant</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2376"/>
         <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Suppression du découpage&lt;/b&gt;&lt;p&gt;Supprime le découpage de fenêtre courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2479"/>
-        <source>Start Macro Recording</source>
-        <translation>Démarrer l&apos;enregistrement de la macro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2474"/>
-        <source>S&amp;tart Macro Recording</source>
-        <translation>&amp;Démarrer l&apos;enregistrement de la macro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2481"/>
+        <source>Start Macro Recording</source>
+        <translation>Démarrer l&apos;enregistrement de la macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2476"/>
+        <source>S&amp;tart Macro Recording</source>
+        <translation>&amp;Démarrer l&apos;enregistrement de la macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2483"/>
         <source>&lt;b&gt;Start Macro Recording&lt;/b&gt;&lt;p&gt;Start recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Démarrer l&apos;enregistrement de la macro&lt;/b&gt;&lt;p&gt;Démarre l&apos;enregistrement des commandes de l&apos;éditeur dans une nouvelle macro.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2494"/>
-        <source>Stop Macro Recording</source>
-        <translation>Arrêter l&apos;enregistrement de la macro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2489"/>
-        <source>Sto&amp;p Macro Recording</source>
-        <translation>&amp;Arrêter l&apos;enregistrement de la macro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2496"/>
+        <source>Stop Macro Recording</source>
+        <translation>Arrêter l&apos;enregistrement de la macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2491"/>
+        <source>Sto&amp;p Macro Recording</source>
+        <translation>&amp;Arrêter l&apos;enregistrement de la macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2498"/>
         <source>&lt;b&gt;Stop Macro Recording&lt;/b&gt;&lt;p&gt;Stop recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Arrêter l&apos;enregistrement de la macro&lt;/b&gt;&lt;p&gt;Arrête l&apos;enregistrement des commandes de l&apos;éditeur dans la nouvelle macro..&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2507"/>
+        <location filename="ViewManager/ViewManager.py" line="2509"/>
         <source>Run Macro</source>
         <translation>Lancer une macro</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2504"/>
+        <location filename="ViewManager/ViewManager.py" line="2506"/>
         <source>&amp;Run Macro</source>
         <translation>&amp;Lancer une macro</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2508"/>
+        <location filename="ViewManager/ViewManager.py" line="2510"/>
         <source>&lt;b&gt;Run Macro&lt;/b&gt;&lt;p&gt;Run a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Lancer une macro&lt;/b&gt;&lt;p&gt;Lance une macro déjà enregistrée.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2519"/>
-        <source>Delete Macro</source>
-        <translation>Supprimer une macro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2515"/>
-        <source>&amp;Delete Macro</source>
-        <translation>&amp;Supprimer une macro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2521"/>
+        <source>Delete Macro</source>
+        <translation>Supprimer une macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2517"/>
+        <source>&amp;Delete Macro</source>
+        <translation>&amp;Supprimer une macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2523"/>
         <source>&lt;b&gt;Delete Macro&lt;/b&gt;&lt;p&gt;Delete a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Supprimer une macro&lt;/b&gt;&lt;p&gt;Supprime une macro déjà enregistrée.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2531"/>
-        <source>Load Macro</source>
-        <translation>Charger une macro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2528"/>
-        <source>&amp;Load Macro</source>
-        <translation>&amp;Charger une macro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2533"/>
+        <source>Load Macro</source>
+        <translation>Charger une macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2530"/>
+        <source>&amp;Load Macro</source>
+        <translation>&amp;Charger une macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2535"/>
         <source>&lt;b&gt;Load Macro&lt;/b&gt;&lt;p&gt;Load an editor macro from a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Charger une macro&lt;/b&gt;&lt;p&gt;Charger une macro déjà enregistrée à partir d&apos;un fichier.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2543"/>
-        <source>Save Macro</source>
-        <translation>Enregistrer une macro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2540"/>
-        <source>&amp;Save Macro</source>
-        <translation>&amp;Enregistrer la macro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2545"/>
+        <source>Save Macro</source>
+        <translation>Enregistrer une macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2542"/>
+        <source>&amp;Save Macro</source>
+        <translation>&amp;Enregistrer la macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2547"/>
         <source>&lt;b&gt;Save Macro&lt;/b&gt;&lt;p&gt;Save a previously recorded editor macro to a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Enregistrer une macro&lt;/b&gt;&lt;p&gt;Enregistrer une macro dans un fichier.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2583"/>
-        <source>Toggle Bookmark</source>
-        <translation>Placer/Supprimer un signet</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
-        <source>&amp;Toggle Bookmark</source>
-        <translation>&amp;Placer/Supprimer un signet</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2585"/>
+        <source>Toggle Bookmark</source>
+        <translation>Placer/Supprimer un signet</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
+        <source>&amp;Toggle Bookmark</source>
+        <translation>&amp;Placer/Supprimer un signet</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2587"/>
         <source>&lt;b&gt;Toggle Bookmark&lt;/b&gt;&lt;p&gt;Toggle a bookmark at the current line of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Placer/Supprimer un signet&lt;/b&gt;&lt;p&gt;Place ou enlève un signet sur la ligne courante.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2599"/>
-        <source>Next Bookmark</source>
-        <translation>Signet suivant</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
-        <source>&amp;Next Bookmark</source>
-        <translation>Signet suiva&amp;nt</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2601"/>
+        <source>Next Bookmark</source>
+        <translation>Signet suivant</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
+        <source>&amp;Next Bookmark</source>
+        <translation>Signet suiva&amp;nt</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2603"/>
         <source>&lt;b&gt;Next Bookmark&lt;/b&gt;&lt;p&gt;Go to next bookmark of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Signet suivant&lt;/b&gt;&lt;p&gt;Avance jusqu&apos;au signet suivant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2615"/>
-        <source>Previous Bookmark</source>
-        <translation>Signet précédent</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
-        <source>&amp;Previous Bookmark</source>
-        <translation>Signet &amp;précédent</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2617"/>
+        <source>Previous Bookmark</source>
+        <translation>Signet précédent</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
+        <source>&amp;Previous Bookmark</source>
+        <translation>Signet &amp;précédent</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2619"/>
         <source>&lt;b&gt;Previous Bookmark&lt;/b&gt;&lt;p&gt;Go to previous bookmark of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Signet précédent&lt;/b&gt;&lt;p&gt;Remonte au signet précédent.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2632"/>
-        <source>Clear Bookmarks</source>
-        <translation>Supprimer les signets</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
-        <source>&amp;Clear Bookmarks</source>
-        <translation>S&amp;upprimer les signets</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2634"/>
+        <source>Clear Bookmarks</source>
+        <translation>Supprimer les signets</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
+        <source>&amp;Clear Bookmarks</source>
+        <translation>S&amp;upprimer les signets</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2636"/>
         <source>&lt;b&gt;Clear Bookmarks&lt;/b&gt;&lt;p&gt;Clear bookmarks of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Supprimer les signets&lt;/b&gt;&lt;p&gt;Supprime tous les signets de tous les éditeurs ouverts.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2797"/>
+        <location filename="ViewManager/ViewManager.py" line="2799"/>
         <source>&amp;Bookmarks</source>
         <translation>&amp;Signets</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>File Modified</source>
         <translation>Fichier Modifié</translation>
     </message>
@@ -44412,114 +44493,114 @@
         <translation type="obsolete">Pos: %1</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3658"/>
+        <location filename="ViewManager/ViewManager.py" line="3660"/>
         <source>&amp;Clear</source>
         <translation>&amp;Effacer</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3654"/>
-        <source>&amp;Add</source>
-        <translation>&amp;Ajouter</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="3656"/>
+        <source>&amp;Add</source>
+        <translation>&amp;Ajouter</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="3658"/>
         <source>&amp;Edit...</source>
         <translation>&amp;Editer...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search File</source>
         <translation>Rechercher un fichier</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search &amp;File...</source>
         <translation>Rechercher un &amp;fichier...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="623"/>
-        <source>Search for a file</source>
-        <translation>Recherche d&apos;un fichier</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="625"/>
+        <source>Search for a file</source>
+        <translation>Recherche d&apos;un fichier</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="627"/>
         <source>&lt;b&gt;Search File&lt;/b&gt;&lt;p&gt;Search for a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Recherche d&apos;un fichier&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour rechercher d&apos;un fichier.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Autocomplete from Document</source>
         <translation>Autocomplétion à partir du Document</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1060"/>
-        <source>Autocomplete current word from Document</source>
-        <translation>Autocomplétion du mot courant à partir du document</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1062"/>
+        <source>Autocomplete current word from Document</source>
+        <translation>Autocomplétion du mot courant à partir du document</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1064"/>
         <source>&lt;b&gt;Autocomplete from Document&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autocomplétion à partir du document&lt;/b&gt;&lt;p&gt;Complète le mot courant à partir de la liste des mots du document courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Autocomplete from APIs</source>
         <translation>Autocompletion à partir des APIs</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1077"/>
-        <source>Autocomplete current word from APIs</source>
-        <translation>Autocomplétion du mot courant à partir d&apos;un fichier API</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1079"/>
+        <source>Autocomplete current word from APIs</source>
+        <translation>Autocomplétion du mot courant à partir d&apos;un fichier API</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1081"/>
         <source>&lt;b&gt;Autocomplete from APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autocomplétion à partir des API&lt;/b&gt;&lt;p&gt;Complète le mot courant à partir de la liste des mots des fichiers API.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2648"/>
-        <source>Goto Syntax Error</source>
-        <translation>Aller à l&apos;erreur de syntaxe suivante</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2642"/>
-        <source>&amp;Goto Syntax Error</source>
-        <translation>Aller à l&apos;erreur de s&amp;yntaxe suivante</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2650"/>
+        <source>Goto Syntax Error</source>
+        <translation>Aller à l&apos;erreur de syntaxe suivante</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2644"/>
+        <source>&amp;Goto Syntax Error</source>
+        <translation>Aller à l&apos;erreur de s&amp;yntaxe suivante</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2652"/>
         <source>&lt;b&gt;Goto Syntax Error&lt;/b&gt;&lt;p&gt;Go to next syntax error of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Aller à l&apos;erreur de syntaxe suivante&lt;/b&gt;&lt;p&gt;Avance jusqu&apos;à l&apos;erreur de syntaxe suivante.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2663"/>
-        <source>Clear Syntax Errors</source>
-        <translation>Effacer les erreurs de syntaxe</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2658"/>
-        <source>Clear &amp;Syntax Errors</source>
-        <translation>E&amp;ffacer les erreurs de syntaxe</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2665"/>
+        <source>Clear Syntax Errors</source>
+        <translation>Effacer les erreurs de syntaxe</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2660"/>
+        <source>Clear &amp;Syntax Errors</source>
+        <translation>E&amp;ffacer les erreurs de syntaxe</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2667"/>
         <source>&lt;b&gt;Clear Syntax Errors&lt;/b&gt;&lt;p&gt;Clear syntax errors of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Effacer les erreurs de syntaxe&lt;/b&gt;&lt;p&gt;Supprime tous les flags d&apos;erreurs de syntaxe de tous les éditeurs ouverts.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Alt+Backspace</source>
         <comment>Edit|Undo</comment>
         <translation>Alt+Backspace</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Shift+Del</source>
         <comment>Edit|Cut</comment>
         <translation>Shift+Del</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Shift+Ins</source>
         <comment>Edit|Paste</comment>
         <translation>Shift+Ins</translation>
@@ -44530,32 +44611,32 @@
         <translation>Shift+Backspace</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2730"/>
+        <location filename="ViewManager/ViewManager.py" line="2732"/>
         <source>Next uncovered line</source>
         <translation>Ligne non executée suivante</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2724"/>
+        <location filename="ViewManager/ViewManager.py" line="2726"/>
         <source>&amp;Next uncovered line</source>
         <translation>Ligne non executée &amp;suivante</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2732"/>
+        <location filename="ViewManager/ViewManager.py" line="2734"/>
         <source>&lt;b&gt;Next uncovered line&lt;/b&gt;&lt;p&gt;Go to next line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ligne non executée suivante&lt;/b&gt;&lt;p&gt;Avance jusqu&apos;à la prochaine ligne de l&apos;éditeur marquée comme &quot;jamais executée&quot; par le code coverage.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2746"/>
-        <source>Previous uncovered line</source>
-        <translation>Ligne non executée précédente</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2739"/>
-        <source>&amp;Previous uncovered line</source>
-        <translation>Ligne non executée &amp;précédente</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2748"/>
+        <source>Previous uncovered line</source>
+        <translation>Ligne non executée précédente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2741"/>
+        <source>&amp;Previous uncovered line</source>
+        <translation>Ligne non executée &amp;précédente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2750"/>
         <source>&lt;b&gt;Previous uncovered line&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ligne non executée précédente&lt;/b&gt;&lt;p&gt;Retourne à la dernière ligne de l&apos;éditeur marquée comme &quot;jamais executée&quot; par le code coverage.&lt;/p&gt;</translation>
     </message>
@@ -44565,135 +44646,135 @@
         <translation type="obsolete">&lt;p&gt;Le fichier  &lt;b&gt;%1&lt;/b&gt; comporte des modifications non enregistrées.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="479"/>
+        <location filename="ViewManager/ViewManager.py" line="481"/>
         <source>Open a file</source>
         <translation>Ouvrir un Fichier</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="480"/>
+        <location filename="ViewManager/ViewManager.py" line="482"/>
         <source>&lt;b&gt;Open a file&lt;/b&gt;&lt;p&gt;You will be asked for the name of a file to be opened in an editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ouvrir un fichier&lt;/b&gt;&lt;p&gt;Le nom d&apos;un fichier à ouvrir dans un éditeur vous est demandé.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2144"/>
+        <location filename="ViewManager/ViewManager.py" line="2146"/>
         <source>Quicksearch</source>
         <translation>Recherche rapide</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>Ctrl+Shift+K</source>
         <comment>Search|Quicksearch</comment>
         <translation>Ctrl+Shift+K</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2014"/>
+        <location filename="ViewManager/ViewManager.py" line="2016"/>
         <source>Perform a quicksearch</source>
         <translation>Lancer une recherche rapide</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch backwards</source>
         <translation>Recherche rapide en arrière</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Ctrl+Shift+J</source>
         <comment>Search|Quicksearch backwards</comment>
         <translation>Ctrl+Shift+J</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2033"/>
+        <location filename="ViewManager/ViewManager.py" line="2035"/>
         <source>Perform a quicksearch backwards</source>
         <translation>Effectue une recherche rapide en arrière</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>&amp;Quicksearch</source>
         <translation>&amp;Recherche rapide</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch &amp;backwards</source>
         <translation>Recherche &amp;rapide en arrière</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch extend</source>
         <translation>Etendre au mot complet</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch e&amp;xtend</source>
         <translation>&amp;Etendre au mot complet</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Ctrl+Shift+H</source>
         <comment>Search|Quicksearch extend</comment>
         <translation>Ctrl+Shift+H</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2051"/>
-        <source>Extend the quicksearch to the end of the current word</source>
-        <translation>Etend la recherche rapide à la fin du mot courant</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2053"/>
+        <source>Extend the quicksearch to the end of the current word</source>
+        <translation>Etend la recherche rapide à la fin du mot courant</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2055"/>
         <source>&lt;b&gt;Quicksearch extend&lt;/b&gt;&lt;p&gt;This extends the quicksearch text to the end of the word currently found.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Extension de la sélection au mot complet&lt;/b&gt;&lt;p&gt;Pour la recherche rapide, cette fonction permet d&apos;étendre la sélection au mot courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Smart indent</source>
         <translation>Indentation intelligente</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="892"/>
-        <source>Smart indent Line or Selection</source>
-        <translation>Indentation intelligente de la ligne ou de la sélection</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="894"/>
+        <source>Smart indent Line or Selection</source>
+        <translation>Indentation intelligente de la ligne ou de la sélection</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="896"/>
         <source>&lt;b&gt;Smart indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the current selection smartly.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Indentation intelligente&lt;/b&gt;&lt;p&gt;Indente intelligemment la ou les lignes sélectionnées.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Next split</source>
         <translation>Onglet suivant</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>&amp;Next split</source>
         <translation>O&amp;nglet suivant</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2387"/>
-        <source>Move to the next split</source>
-        <translation>Basculer vers l&apos;onglet suivant</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2389"/>
+        <source>Move to the next split</source>
+        <translation>Basculer vers l&apos;onglet suivant</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2391"/>
         <source>&lt;b&gt;Next split&lt;/b&gt;&lt;p&gt;Move to the next split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Onglet suivant&lt;/b&gt;&lt;p&gt;Basculer vers l&apos;onglet suivant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Previous split</source>
         <translation>Onglet précédent</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>&amp;Previous split</source>
         <translation>Onglet &amp;précédent</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2402"/>
-        <source>Move to the previous split</source>
-        <translation>Basculer vers l&apos;onglet précédent</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2404"/>
+        <source>Move to the previous split</source>
+        <translation>Basculer vers l&apos;onglet précédent</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2406"/>
         <source>&lt;b&gt;Previous split&lt;/b&gt;&lt;p&gt;Move to the previous split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Onglet précédent&lt;/b&gt;&lt;p&gt;Basculer vers l&apos;onglet précédent.&lt;/p&gt;</translation>
     </message>
@@ -44708,38 +44789,38 @@
         <translation>Enter</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1096"/>
+        <location filename="ViewManager/ViewManager.py" line="1098"/>
         <source>Autocomplete current word from Document and APIs</source>
         <translation>Autocomplétion du mot courant à partir du document et des APIs</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Autocomplete from Document and APIs</source>
         <translation>Autocomplétion à partir du document et des fichiers APIs</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Alt+Shift+Space</source>
         <comment>Edit|Autocomplete from Document and APIs</comment>
         <translation>Alt+Shift+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1098"/>
+        <location filename="ViewManager/ViewManager.py" line="1100"/>
         <source>&lt;b&gt;Autocomplete from Document and APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document and APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autocomplétion à partir du document et de APIs&lt;/b&gt;&lt;p&gt;Complète le mot courant à partir de la liste des mots du document courant et des fichiers APIs.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2299"/>
-        <source>Toggle all folds (including children)</source>
-        <translation>Contracte/Déploie tout le code (sous-niveaux inclus)</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2294"/>
-        <source>Toggle all &amp;folds (including children)</source>
-        <translation>Contracte/&amp;Déploie tout le code (sous-niveaux inclus)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2301"/>
+        <source>Toggle all folds (including children)</source>
+        <translation>Contracte/Déploie tout le code (sous-niveaux inclus)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2296"/>
+        <source>Toggle all &amp;folds (including children)</source>
+        <translation>Contracte/&amp;Déploie tout le code (sous-niveaux inclus)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2303"/>
         <source>&lt;b&gt;Toggle all folds (including children)&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor including all children.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Contracte/Déploie tout le code (sous-niveaux inclus)&lt;/b&gt;&lt;p&gt;Contracte/Déploie tout le code de l&apos;éditeur courant en incluant tous les sous-niveaux d&apos;indentation&lt;/p&gt;</translation>
     </message>
@@ -44754,178 +44835,178 @@
         <translation>Ctrl+Shift+D</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>Ctrl+N</source>
         <comment>File|New</comment>
         <translation>Ctrl+N</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Ctrl+O</source>
         <comment>File|Open</comment>
         <translation>Ctrl+O</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Ctrl+W</source>
         <comment>File|Close</comment>
         <translation>Ctrl+W</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Ctrl+S</source>
         <comment>File|Save</comment>
         <translation>Ctrl+S</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Shift+Ctrl+S</source>
         <comment>File|Save As</comment>
         <translation>Shift+Ctrl+S</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Ctrl+P</source>
         <comment>File|Print</comment>
         <translation>Ctrl+P</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Alt+Ctrl+F</source>
         <comment>File|Search File</comment>
         <translation>Alt+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="638"/>
+        <location filename="ViewManager/ViewManager.py" line="640"/>
         <source>&amp;File</source>
         <translation>&amp;Fichier</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="689"/>
+        <location filename="ViewManager/ViewManager.py" line="691"/>
         <source>File</source>
         <translation>Fichier</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Ctrl+Z</source>
         <comment>Edit|Undo</comment>
         <translation>Ctrl+Z</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Ctrl+Shift+Z</source>
         <comment>Edit|Redo</comment>
         <translation>Ctrl+Shift+Z</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
         <source>Ctrl+Y</source>
         <comment>Edit|Revert</comment>
         <translation>Ctrl+Y</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Ctrl+X</source>
         <comment>Edit|Cut</comment>
         <translation>Ctrl+X</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+C</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+Ins</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+Ins</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Ctrl+V</source>
         <comment>Edit|Paste</comment>
         <translation>Ctrl+V</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Alt+Shift+C</source>
         <comment>Edit|Clear</comment>
         <translation>Alt+Shift+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Ctrl+I</source>
         <comment>Edit|Indent</comment>
         <translation>Ctrl+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Ctrl+Shift+I</source>
         <comment>Edit|Unindent</comment>
         <translation>Ctrl+Shift+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Ctrl+Alt+I</source>
         <comment>Edit|Smart indent</comment>
         <translation>Ctrl+Alt+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Ctrl+M</source>
         <comment>Edit|Comment</comment>
         <translation>Ctrl+M</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Alt+Ctrl+M</source>
         <comment>Edit|Uncomment</comment>
         <translation>Alt+Ctrl+M</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Ctrl+E</source>
         <comment>Edit|Select to brace</comment>
         <translation>Ctrl+E</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Ctrl+A</source>
         <comment>Edit|Select all</comment>
         <translation>Ctrl+A</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Alt+Ctrl+A</source>
         <comment>Edit|Deselect all</comment>
         <translation>Alt+Ctrl+A</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Ctrl+Space</source>
         <comment>Edit|Autocomplete</comment>
         <translation>Ctrl+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Ctrl+Shift+Space</source>
         <comment>Edit|Autocomplete from Document</comment>
         <translation>Ctrl+Shift+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Ctrl+Alt+Space</source>
         <comment>Edit|Autocomplete from APIs</comment>
         <translation>Ctrl+Alt+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1840"/>
+        <location filename="ViewManager/ViewManager.py" line="1842"/>
         <source>&amp;Edit</source>
         <translation>&amp;Edition</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1886"/>
+        <location filename="ViewManager/ViewManager.py" line="1888"/>
         <source>Edit</source>
         <translation>Édition</translation>
     </message>
@@ -44942,134 +45023,134 @@
         <translation>Ctrl+R</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>Ctrl+G</source>
         <comment>Search|Goto Line</comment>
         <translation>Ctrl+G</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
         <source>Ctrl+L</source>
         <comment>Search|Goto Brace</comment>
         <translation>Ctrl+L</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Shift+Ctrl+F</source>
         <comment>Search|Search Files</comment>
         <translation>Shift+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Ctrl++</source>
         <comment>View|Zoom in</comment>
         <translation>Ctrl++</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Ctrl+-</source>
         <comment>View|Zoom out</comment>
         <translation>Ctrl+-</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Ctrl+#</source>
         <comment>View|Zoom</comment>
         <translation>Ctrl+#</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Ctrl+Alt+N</source>
         <comment>View|Next split</comment>
         <translation>Ctrl+Alt+N</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Ctrl+Alt+P</source>
         <comment>View|Previous split</comment>
         <translation>Ctrl+Alt+P</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2426"/>
+        <location filename="ViewManager/ViewManager.py" line="2428"/>
         <source>&amp;View</source>
         <translation>&amp;Affichage</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2453"/>
+        <location filename="ViewManager/ViewManager.py" line="2455"/>
         <source>View</source>
         <translation>Affichage</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2560"/>
+        <location filename="ViewManager/ViewManager.py" line="2562"/>
         <source>&amp;Macros</source>
         <translation>&amp;Macros</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
         <source>Alt+Ctrl+T</source>
         <comment>Bookmark|Toggle</comment>
         <translation>Alt+Ctrl+T</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
         <source>Ctrl+PgDown</source>
         <comment>Bookmark|Next</comment>
         <translation>Ctrl+PgDown</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
         <source>Ctrl+PgUp</source>
         <comment>Bookmark|Previous</comment>
         <translation>Ctrl+PgUp</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
         <source>Alt+Ctrl+C</source>
         <comment>Bookmark|Clear</comment>
         <translation>Alt+Ctrl+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2839"/>
+        <location filename="ViewManager/ViewManager.py" line="2841"/>
         <source>Bookmarks</source>
         <translation>Signets</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2963"/>
+        <location filename="ViewManager/ViewManager.py" line="2965"/>
         <source>Open files</source>
         <translation>Ouvrir Fichiers</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2763"/>
-        <source>Next Task</source>
-        <translation>Tâche suivante</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2757"/>
-        <source>&amp;Next Task</source>
-        <translation>Tâche suiva&amp;nte</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2765"/>
+        <source>Next Task</source>
+        <translation>Tâche suivante</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2759"/>
+        <source>&amp;Next Task</source>
+        <translation>Tâche suiva&amp;nte</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2767"/>
         <source>&lt;b&gt;Next Task&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a task.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Tâche suivante&lt;/b&gt;&lt;p&gt;Avance jusqu&apos;à la prochaine ligne ayant une tâche dans l&apos;éditeur courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2779"/>
-        <source>Previous Task</source>
-        <translation>Tâche précédente</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2772"/>
-        <source>&amp;Previous Task</source>
-        <translation>Tâche &amp;précédente</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2781"/>
+        <source>Previous Task</source>
+        <translation>Tâche précédente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2774"/>
+        <source>&amp;Previous Task</source>
+        <translation>Tâche &amp;précédente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2783"/>
         <source>&lt;b&gt;Previous Task&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a task.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Tâche précédente&lt;/b&gt;&lt;p&gt;Remonte jusqu&apos;à la tâche précédente dans l&apos;éditeur courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1826"/>
+        <location filename="ViewManager/ViewManager.py" line="1828"/>
         <source>&amp;Search</source>
         <translation>Re&amp;chercher</translation>
     </message>
@@ -45106,53 +45187,53 @@
         <translation>Shift+F3</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="973"/>
+        <location filename="ViewManager/ViewManager.py" line="975"/>
         <source>&lt;b&gt;Select to brace&lt;/b&gt;&lt;p&gt;Select text of the current editor to the matching brace.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Sélection jusqu&apos;à la parenthèse fermante&lt;/b&gt;&lt;p&gt;Sélectionne le texte jusqu&apos;à la parenthèse fermante.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="988"/>
+        <location filename="ViewManager/ViewManager.py" line="990"/>
         <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Tout sélectionner&lt;/b&gt;&lt;p&gt;Sélectionne tout le texte de l&apos;éditeur courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1004"/>
+        <location filename="ViewManager/ViewManager.py" line="1006"/>
         <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Tout déselectionner&lt;/b&gt;&lt;p&gt;Désélectionne tout le texte de l&apos;éditeur courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="711"/>
+        <location filename="ViewManager/ViewManager.py" line="713"/>
         <source>Export as</source>
         <translation>Exporter en tant que</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2191"/>
+        <location filename="ViewManager/ViewManager.py" line="2193"/>
         <source>Quicksearch Textedit</source>
         <translation>Edition de la recherche rapide</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Calltip</source>
         <translation>Calltip</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>&amp;Calltip</source>
         <translation>&amp;Calltip (ou suggestion d&apos;arguments)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Alt+Space</source>
         <comment>Edit|Calltip</comment>
         <translation>Alt+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1114"/>
+        <location filename="ViewManager/ViewManager.py" line="1116"/>
         <source>Show Calltips</source>
         <translation>Affiche les calltips</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1116"/>
+        <location filename="ViewManager/ViewManager.py" line="1118"/>
         <source>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Show calltips based on the characters immediately to the left of the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Affiche les calltips (suggestions d&apos;arguments) trouvés à partir des caractères à gauche du curseur.&lt;/p&gt;</translation>
     </message>
@@ -45198,17 +45279,17 @@
         <translation>&lt;b&gt;Effacer tous les marqueurs de recherche&lt;/b&gt;&lt;p&gt;Efface tous les marqueurs de recherche affichés.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2016"/>
+        <location filename="ViewManager/ViewManager.py" line="2018"/>
         <source>&lt;b&gt;Quicksearch&lt;/b&gt;&lt;p&gt;This activates the quicksearch function of the IDE by giving focus to the quicksearch entry field. If this field is already active and contains text, it searches for the next occurrence of this text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Recherche rapide&lt;/b&gt;&lt;p&gt;Ceci active la fonction de recherche rapide. Si le champ est déjà actif et contient du texte, la fonction recherche l&apos;occurence suivante du texte.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2035"/>
+        <location filename="ViewManager/ViewManager.py" line="2037"/>
         <source>&lt;b&gt;Quicksearch backwards&lt;/b&gt;&lt;p&gt;This searches the previous occurrence of the quicksearch text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Recherche rapide en arrière&lt;/b&gt;&lt;p&gt;Permet de rechercher l&apos;ocurrence précédente du texte recherché.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2165"/>
+        <location filename="ViewManager/ViewManager.py" line="2167"/>
         <source>&lt;p&gt;Enter the searchtext directly into this field. The search will be performed case insensitive. The quicksearch function is activated upon activation of the quicksearch next action (default key Ctrl+Shift+K), if this entry field does not have the input focus. Otherwise it searches for the next occurrence of the text entered. The quicksearch backwards action (default key Ctrl+Shift+J) searches backward. Activating the &apos;quicksearch extend&apos; action (default key Ctrl+Shift+H) extends the current searchtext to the end of the currently found word. The quicksearch can be ended by pressing the Return key while the quicksearch entry has the the input focus.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Saisir le texte à rechercher dans ce champ. La recherche tiendra compte de la casse. Si le champ de saisie n&apos;a pas le focus, la fonction de recherche rapide s&apos;active automatiquement quand on lance la recherche d&apos;occurence suivante (raccourci Ctrl+Shift+K par défaut). Sinon, c&apos;est la recherche de l&apos;occurence suivante qui est effectuée. La recherche rapide arrière (raccourci Ctrl+Shift+J par défaut) permet de rechercher en arrière dans le texte. En activant &quot;l&apos;extension de recherche rapide&quot;  (Ctrl+Shift+H par défaut), on étend le texte de recherche au mot courant trouvé. On quitte la recherche rapide en appuyant sur &apos;Enter&apos; lorsque le champ de saisie a le focus.&lt;/p&gt;</translation>
     </message>
@@ -45218,12 +45299,12 @@
         <translation>Aperçu avant impression</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="606"/>
+        <location filename="ViewManager/ViewManager.py" line="608"/>
         <source>Print preview of the current file</source>
         <translation>Aperçu avant impression du fichier courant</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="608"/>
+        <location filename="ViewManager/ViewManager.py" line="610"/>
         <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Aperçu avant impression&lt;/b&gt;&lt;p&gt;Aperçu avant impression de l&apos;éditeur courant.&lt;/p&gt;</translation>
     </message>
@@ -45243,144 +45324,144 @@
         <translation>Shift+Enter</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in Files</source>
         <translation>Remplacer dans les fichiers</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in F&amp;iles...</source>
         <translation>Remplacer dans les f&amp;ichiers...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Shift+Ctrl+R</source>
         <comment>Search|Replace in Files</comment>
         <translation>Shift+Ctrl+R</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2122"/>
-        <source>Search for a text in files and replace it</source>
-        <translation>Recherche puis remplace un texte dans des fichiers.</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2124"/>
+        <source>Search for a text in files and replace it</source>
+        <translation>Recherche puis remplace un texte dans des fichiers.</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2126"/>
         <source>&lt;b&gt;Replace in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Remplacer un texte dans les fichiers&lt;/b&gt;&lt;p&gt;Recherche un texte dans les fichiers d&apos;un répertoire ou du projet. Une fenêtre permet de saisir les options de recherche et de remplacement, et d&apos;afficher les résultats.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Spell check</source>
         <translation>Vérification orthographique</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>&amp;Spell Check...</source>
         <translation>&amp;Vérification orthographique...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Shift+F7</source>
         <comment>Spelling|Spell Check</comment>
         <translation>Shift+F7</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2878"/>
-        <source>Perform spell check of current editor</source>
-        <translation>Effectue la vérification orthographique dans l&apos;éditeur courant</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2880"/>
+        <source>Perform spell check of current editor</source>
+        <translation>Effectue la vérification orthographique dans l&apos;éditeur courant</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2882"/>
         <source>&lt;b&gt;Spell check&lt;/b&gt;&lt;p&gt;Perform a spell check of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vérification orthographique&lt;/b&gt;&lt;p&gt;Effectue la vérification orthographique dans le document courant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>Automatic spell checking</source>
         <translation>Vérification orthographique automatique</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>&amp;Automatic spell checking</source>
         <translation>Vérification orthographique &amp;automatique</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2894"/>
-        <source>(De-)Activate automatic spell checking</source>
-        <translation>Active/Désactive la vérification orthographique automatique</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2896"/>
+        <source>(De-)Activate automatic spell checking</source>
+        <translation>Active/Désactive la vérification orthographique automatique</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2898"/>
         <source>&lt;b&gt;Automatic spell checking&lt;/b&gt;&lt;p&gt;Activate or deactivate the automatic spell checking function of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vérification orthographique&lt;/b&gt;&lt;p&gt;Active ou désactive la vérification orthographique automatique dans tous les éditeurs.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2937"/>
+        <location filename="ViewManager/ViewManager.py" line="2939"/>
         <source>Spelling</source>
         <translation>Orthographe</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3289"/>
+        <location filename="ViewManager/ViewManager.py" line="3291"/>
         <source>File: {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3293"/>
+        <location filename="ViewManager/ViewManager.py" line="3295"/>
         <source>Line: {0:5}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3298"/>
+        <location filename="ViewManager/ViewManager.py" line="3300"/>
         <source>Pos: {0:5}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2680"/>
-        <source>Next warning message</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2673"/>
-        <source>&amp;Next warning message</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2682"/>
+        <source>Next warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2675"/>
+        <source>&amp;Next warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2684"/>
         <source>&lt;b&gt;Next warning message&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2697"/>
-        <source>Previous warning message</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2690"/>
-        <source>&amp;Previous warning message</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2699"/>
+        <source>Previous warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2692"/>
+        <source>&amp;Previous warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2701"/>
         <source>&lt;b&gt;Previous warning message&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2714"/>
-        <source>Clear Warning Messages</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2708"/>
-        <source>Clear &amp;Warning Messages</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2716"/>
+        <source>Clear Warning Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2710"/>
+        <source>Clear &amp;Warning Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2718"/>
         <source>&lt;b&gt;Clear Warning Messages&lt;/b&gt;&lt;p&gt;Clear py3flakes warning messages of all editors.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -45393,32 +45474,32 @@
         <translation>Configuration des Profils de Visualisation</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="136"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="146"/>
         <source>&amp;Debug Profile</source>
         <translation>Mode &amp;Débogage</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="159"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="169"/>
         <source>File-Browser</source>
         <translation>Navigateur de fichiers</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
-        <source>Shell</source>
-        <translation>Shell</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="166"/>
-        <source>Log-Viewer</source>
-        <translation>Fenêtre de Log</translation>
-    </message>
-    <message>
         <location filename="Preferences/ViewProfileDialog.ui" line="203"/>
+        <source>Shell</source>
+        <translation>Shell</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <source>Log-Viewer</source>
+        <translation>Fenêtre de Log</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="220"/>
         <source>Task-Viewer</source>
         <translation>Gestionnaire de tâches</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="213"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="230"/>
         <source>Templates-Viewer</source>
         <translation>Gestionnaire de gabarits</translation>
     </message>
@@ -45433,30 +45514,35 @@
         <translation>Sélectionne les fenêtres qui doivent être visibles dans les différents modes de visualisation.</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="186"/>
         <source>Multiproject-Viewer</source>
         <translation>Gestionnaire de multi-projets</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="183"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
         <source>Project-Viewer</source>
         <translation>Gestionnaire de projet</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="149"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="159"/>
         <source>Debug-Viewer</source>
         <translation>Gestionnaire de débogage</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="220"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="237"/>
         <source>Terminal</source>
         <translation>Terminal</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="142"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="152"/>
         <source>Cooperation</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="213"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
--- a/i18n/eric5_it.ts	Fri Jun 25 18:24:29 2010 +0200
+++ b/i18n/eric5_it.ts	Sat Jun 26 13:34:06 2010 +0200
@@ -22393,12 +22393,12 @@
 <context>
     <name>Preferences</name>
     <message>
-        <location filename="Preferences/__init__.py" line="855"/>
+        <location filename="Preferences/__init__.py" line="857"/>
         <source>Export Preferences</source>
         <translation>Esporta Preferenze</translation>
     </message>
     <message>
-        <location filename="Preferences/__init__.py" line="874"/>
+        <location filename="Preferences/__init__.py" line="876"/>
         <source>Import Preferences</source>
         <translation>Importa Preferenze</translation>
     </message>
@@ -33088,6 +33088,57 @@
     </message>
 </context>
 <context>
+    <name>SymbolsModel</name>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="31"/>
+        <source>Code</source>
+        <translation type="unfinished">Codice</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="32"/>
+        <source>Char</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="33"/>
+        <source>Hex</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="34"/>
+        <source>HTML</source>
+        <translation type="unfinished">HTML</translation>
+    </message>
+</context>
+<context>
+    <name>SymbolsWidget</name>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="14"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="48"/>
+        <source>Press to switch to unicode mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="51"/>
+        <source>Unicode</source>
+        <translation type="unfinished">Unicode</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="64"/>
+        <source>Symbol code:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="71"/>
+        <source>Enter the symbol code</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyntaxCheckerDialog</name>
     <message>
         <location filename="Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="14"/>
@@ -36181,1829 +36232,1859 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="UI/UserInterface.py" line="239"/>
+        <location filename="UI/UserInterface.py" line="240"/>
         <source>Generating Main User Interface...</source>
         <translation>Generazione interfaccia utente principale...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>Log-Viewer</source>
         <translation>Log-Viewer</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="265"/>
+        <location filename="UI/UserInterface.py" line="266"/>
         <source>Setting up connections...</source>
         <translation>Impostazione connessioni...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="558"/>
+        <location filename="UI/UserInterface.py" line="563"/>
         <source>Initializing Actions...</source>
         <translation>Inizializzazione Azioni...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="560"/>
+        <location filename="UI/UserInterface.py" line="565"/>
         <source>Initializing Menus...</source>
         <translation>Inizializzazione Menù...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="562"/>
+        <location filename="UI/UserInterface.py" line="567"/>
         <source>Initializing Toolbars...</source>
         <translation>Inizializzazione barre degli strumenti...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="564"/>
+        <location filename="UI/UserInterface.py" line="569"/>
         <source>Initializing Statusbar...</source>
         <translation>Inizializzazione barra di stato...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="529"/>
+        <location filename="UI/UserInterface.py" line="533"/>
         <source>Initializing Tools...</source>
         <translation>Inizializzazione strumenti...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>Quit</source>
         <translation>Esci</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>&amp;Quit</source>
         <translation>&amp;Esci</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1313"/>
+        <location filename="UI/UserInterface.py" line="1342"/>
         <source>Quit the IDE</source>
         <translation>Esci dall&apos;IDE</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1314"/>
+        <location filename="UI/UserInterface.py" line="1343"/>
         <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Esci dall&apos;IDE&lt;/b&gt;&lt;p&gt;Esci dall&apos;IDE. Ogni cambiamento non salvato dovrebbe essere salvato prima. Ogni programma python in debug verrà fermato e le impostazioni scritte su disco.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>&amp;Log-Viewer</source>
         <translation>&amp;Log-Viewer</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1486"/>
+        <location filename="UI/UserInterface.py" line="1515"/>
         <source>Toggle the Log-Viewer window</source>
         <translation>Abilita/Disabilita la finestra del Log-Viewer</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1487"/>
+        <location filename="UI/UserInterface.py" line="1516"/>
         <source>&lt;b&gt;Toggle the Log-Viewer window&lt;/b&gt;&lt;p&gt;If the Log-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abilita/Disabilita la finestra del Log-Viewer&lt;/b&gt;&lt;p&gt;Se la finestra del Log-Viewer è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>What&apos;s This?</source>
         <translation>Cos&apos;è questo ?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>&amp;What&apos;s This?</source>
         <translation>C&amp;os&apos;è Questo ?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1624"/>
+        <location filename="UI/UserInterface.py" line="1677"/>
         <source>Context sensitive help</source>
         <translation>Help sensibile al contesto</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1625"/>
+        <location filename="UI/UserInterface.py" line="1678"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mostra helo sensibile al contesto&lt;/b&gt;&lt;p&gt;Nella modalità Cos&apos;è Questo, il cursore del mouse mostra una freccia con un punto interrogativo e puoi premere sugli elementi dell&apos;interfaccia per avere una breve descrizione di cosa fanno e come usarli. Nel dialoghi questa funzionalità è accessibile usando il bottone di help contestuale nella fisestra del titolo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>Helpviewer</source>
         <translation>Visualizzatore Help</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>&amp;Helpviewer...</source>
         <translation>Visualizzatore &amp;Help...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1641"/>
+        <location filename="UI/UserInterface.py" line="1694"/>
         <source>Open the helpviewer window</source>
         <translation>Apri il visualizzatore di help</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show Versions</source>
         <translation>Mostra versione</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show &amp;Versions</source>
         <translation>Mostra &amp;Versione</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1661"/>
+        <location filename="UI/UserInterface.py" line="1714"/>
         <source>Display version information</source>
         <translation>Mostra informazioni sulla versione</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1662"/>
-        <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Mostra versioni&lt;/b&gt;&lt;p&gt;Mostra delle informazioni sulla versione.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
-        <source>Report Bug</source>
-        <translation>Segnala Bug</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1693"/>
-        <source>Report &amp;Bug...</source>
-        <translation>Segnala &amp;Bug...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1695"/>
-        <source>Report a bug</source>
-        <translation>Segnala un bug</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1696"/>
-        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;&gt;Segnala Bug...&lt;/b&gt;&lt;p&gt;Apre un dialogo per segnalare un bug.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2382"/>
-        <source>Unittest</source>
-        <translation>Unittest</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1715"/>
-        <source>&amp;Unittest...</source>
-        <translation>&amp;Unittest...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1719"/>
-        <source>Start unittest dialog</source>
-        <translation>Avvia dialogo unittest</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
-        <source>Preferences</source>
-        <translation>Preferenze</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
-        <source>&amp;Preferences...</source>
-        <translation>&amp;Preferenze...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1899"/>
-        <source>Set the prefered configuration</source>
-        <translation>Imposta la configurazione preferita</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1900"/>
-        <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Preferenze&lt;/b&gt;&lt;p&gt;Imposta i valori di configurazione dell&apos;applicazione ai valori preferiti&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
-        <source>Keyboard Shortcuts</source>
-        <translation>Scorciatoie da tastiera</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
-        <source>Keyboard &amp;Shortcuts...</source>
-        <translation>&amp;Scorciatoie da tastiera...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1984"/>
-        <source>Set the keyboard shortcuts</source>
-        <translation>Imposta le scorciatoie da tastiera</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1985"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Imposta le scorciatoie da tastiera dell&apos;applicazione con i valori personalizzati.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation>Esporta scorciatoie da tastiera</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1993"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation>&amp;Esporta scorciatoie da tastiera...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1997"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation>Esporta le scorciatoie da tastiera</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1998"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Esporta scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Esporta le scorciatoie da tastiera dell&apos;applicazione.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation>Importa scorciatoie da tastiera</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2006"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
-        <translation>&amp;Importa scorciatoie da tastiera...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2010"/>
-        <source>Import the keyboard shortcuts</source>
-        <translation>Importa le scorciatoie da tastiera</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2011"/>
-        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Importa scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Importa le scorciatoie da tastiera dell&apos;applicazione.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2146"/>
-        <source>Python Documentation</source>
-        <translation>Documentazione Python</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2146"/>
-        <source>&amp;Python Documentation</source>
-        <translation>Documentazione &amp;Python</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2148"/>
-        <source>Open Python Documentation</source>
-        <translation>Apri documentazione Python</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2236"/>
-        <source>E&amp;xtras</source>
-        <translation>E&amp;xtra</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2250"/>
-        <source>&amp;Tools</source>
-        <translation>S&amp;trumenti</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2281"/>
-        <source>&amp;Window</source>
-        <translation>&amp;Finestre</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2315"/>
-        <source>&amp;Help</source>
-        <translation>&amp;Help</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2381"/>
-        <source>Tools</source>
-        <translation>Strumenti</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
-        <source>Help</source>
-        <translation>Aiuto</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2383"/>
-        <source>Settings</source>
-        <translation>Impostazioni</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2288"/>
-        <source>&amp;Toolbars</source>
-        <translation>&amp;Toolbar</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
-        <source>Problem</source>
-        <translation>Problema</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
-        <source>Process Generation Error</source>
-        <translation>Errore Generazione Processo</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="588"/>
-        <source>Initializing Single Application Server...</source>
-        <translation>Inizializzazione Single Application Server...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1720"/>
-        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Unittes&lt;/b&gt;&lt;p&gt;Esegui unit test. Il dialogo offre la possibilità di selezionare ed eseguire uno unittest.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
-        <source>Unittest Restart</source>
-        <translation>Riavvia Unittest</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
-        <source>&amp;Restart Unittest...</source>
-        <translation>&amp;Riavvia Unittest...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1732"/>
-        <source>Restart last unittest</source>
-        <translation>Riavvia l&apos;ultima unittest</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1733"/>
-        <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Riavvia Unittest&lt;/b&gt;&lt;p&gt;Riavvia l&apos;ultima unittest eseguita.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
-        <source>Unittest Script</source>
-        <translation>Script unittest</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
-        <source>Unittest &amp;Script...</source>
-        <translation>&amp;Script Unittest...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1745"/>
-        <source>Run unittest with current script</source>
-        <translation>Esegui unittest con lo script corrente</translation>
+        <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Mostra versioni&lt;/b&gt;&lt;p&gt;Mostra delle informazioni sulla versione.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2778"/>
+        <source>Report Bug</source>
+        <translation>Segnala Bug</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1746"/>
-        <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Script Unittest&lt;/b&gt;&lt;p&gt;Esegui unittest con lo script corrente.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
-        <source>Unittest Project</source>
-        <translation>Progetto Unittest</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1754"/>
-        <source>Unittest &amp;Project...</source>
-        <translation>&amp;Progetto Unittest...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1758"/>
-        <source>Run unittest with current project</source>
-        <translation>Esegui unittest con il progetto corrente</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1759"/>
-        <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Progetto Unittest&lt;/b&gt;&lt;p&gt;Esegui unittest con il progetto corrente.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
-        <source>Compare Files</source>
-        <translation>Confronta file</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
-        <source>&amp;Compare Files...</source>
-        <translation>&amp;Confronta file...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1839"/>
-        <source>Compare two files</source>
-        <translation>Confronta due file</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1828"/>
-        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Confronta file&lt;/b&gt;&lt;p&gt;Apre un dialogo per confrontare due file.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
-        <source>Compare Files side by side</source>
-        <translation>Confronta file affiancati</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
-        <source>Compare Files &amp;side by side...</source>
-        <translation>Confronta file &amp;affiancati...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1840"/>
-        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Confronta file affiancati&lt;/b&gt;&lt;p&gt;Apri un dialogo per confrontare due file e mostrare i risultati affiancati.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2221"/>
-        <source>&amp;Unittest</source>
-        <translation>&amp;Unittest</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
-        <source>There is no main script defined for the current project. Aborting</source>
-        <translation>Non c&apos;è uno script principale definito per il progetto. Esco</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
-        <source>Drop Error</source>
-        <translation>Errore Drop</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
-        <source>File-Browser</source>
-        <translation>File Browser</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1325"/>
-        <source>Edit Profile</source>
-        <translation>Modifica profilo</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1330"/>
-        <source>Activate the edit view profile</source>
-        <translation>Attiva il profilo della vista di editing</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1331"/>
-        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Profilo di edit&lt;/p&gt;&lt;p&gt;Attiva il &quot;Profilo di Edit&quot;. Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo &quot;Configura Profili.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1340"/>
-        <source>Debug Profile</source>
-        <translation>Profilo Debug</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1345"/>
-        <source>Activate the debug view profile</source>
-        <translation>Attiva profilo Debug</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1347"/>
-        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Profilo di debug&lt;/p&gt;&lt;p&gt;Attiva il &quot;Profilo di Debug&quot;. Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo &quot;Configura Profili.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
-        <source>File-&amp;Browser</source>
-        <translation>File-&amp;Browser</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1464"/>
-        <source>Toggle the File-Browser window</source>
-        <translation>Abilita/Disabilita la finestra del File-Browser</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1465"/>
-        <source>&lt;b&gt;Toggle the File-Browser window&lt;/b&gt;&lt;p&gt;If the File-Browser window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Abilita/Disabilita la finestra del File-Browser&lt;/b&gt;&lt;p&gt;Se la finestra del File-Browser è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
-        <source>View Profiles</source>
-        <translation>Vista Profili</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
-        <source>&amp;View Profiles...</source>
-        <translation>&amp;Vista profili...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1957"/>
-        <source>Configure view profiles</source>
-        <translation>Configura i profili</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1958"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Vista Profili&lt;/b&gt;&lt;p&gt;Configura la visualizzazione dei profili. Con questo dialogo si possono impostare la visibilità delle varie finestre per i profili predefiniti.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
-        <source>UI Previewer</source>
-        <translation>Anteprima UI</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
-        <source>&amp;UI Previewer...</source>
-        <translation>Antreprima &amp;UI...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1805"/>
-        <source>Start the UI Previewer</source>
-        <translation>Avvia UI Previewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1806"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Avvia UI Previewer.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
-        <source>Translations Previewer</source>
-        <translation>Anteprima traduzioni</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation>Anteprima &amp;Traduzioni...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1816"/>
-        <source>Start the Translations Previewer</source>
-        <translation>Avvia l&apos;anteprima delle traduzioni</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1817"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Anteprima traduzioni&lt;/b&gt;&lt;p&gt;Avvia l&apos;anteprima delle traduzioni.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
-        <source>Shell</source>
-        <translation>Shell</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
-        <source>&amp;Shell</source>
-        <translation>&amp;Shell</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1422"/>
-        <source>Toggle the Shell window</source>
-        <translation>Abilita/Disabilita una finestra di Shell</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1423"/>
-        <source>&lt;b&gt;Toggle the Shell window&lt;/b&gt;&lt;p&gt;If the Shell window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Abilita/Disabilita la finestra della Shell&lt;/b&gt;&lt;p&gt;Se la finestra del File-Browser è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
-        <source>Reload APIs</source>
-        <translation>Ricarica APIs</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
-        <source>Reload &amp;APIs</source>
-        <translation>Ricarica &amp;APIs</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1944"/>
-        <source>Reload the API information</source>
-        <translation>Ricarica le informazioni delle API</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1934"/>
-        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Ricarica APIs&lt;/b&gt;&lt;p&gt;Ricarica le informazioni delle API.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
-        <source>Task-Viewer</source>
-        <translation>Task-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
-        <source>T&amp;ask-Viewer</source>
-        <translation>Ta&amp;sk-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1507"/>
-        <source>Toggle the Task-Viewer window</source>
-        <translation>Abilita/Disabilita la finestra del Task-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1508"/>
-        <source>&lt;b&gt;Toggle the Task-Viewer window&lt;/b&gt;&lt;p&gt;If the Task-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Abilita/Disabilita la finestra del Task-Viewer&lt;/b&gt;&lt;p&gt;Se la finestra del Log-Viewer è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
-        <source>Save tasks</source>
-        <translation>Salva task</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
-        <source>Read tasks</source>
-        <translation>Leggi task</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2149"/>
-        <source>&lt;b&gt;Python Documentation&lt;/b&gt;&lt;p&gt;Display the python documentation. If no documentation directory is configured, the location of the python documentation is assumed to be the doc directory underneath the location of the python executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHONDOCDIR in your environment to override this. &lt;/p&gt;</source>
-        <translation>&lt;b&gt;Documentazione Python&lt;/b&gt;&lt;p&gt;Mostra la documentazione python. Se non è configurata una directory per la documentazione, viene assunto che la posizione della documentazione sia nella directory doc nella locazione dell&apos;eseguibile python su Windows e &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; su Unix. Imposta PYTHONDOCDIR nel tuo ambiente per sovrascrivere questi valori.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
-        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
-        <translation>Attualmente nessun visualizzatore personalizzato è selezionato. Per favore usa il dialogo delle preferenze per specificarne uno.</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
-        <source>Documentation Missing</source>
-        <translation>Documentazione mancante</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
-        <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
-        <translation>L&apos;indirizzo di posta o il server si posta sono vuoti. Per cortesia configura le opzioni per l&apos;Email nel dialogo delle preferenze.</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
-        <source>Template-Viewer</source>
-        <translation>Templates-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1528"/>
-        <source>Toggle the Template-Viewer window</source>
-        <translation>Abilita/Disabilita la finestra del Task-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1530"/>
-        <source>&lt;b&gt;Toggle the Template-Viewer window&lt;/b&gt;&lt;p&gt;If the Template-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Abilita/Disabilita la finestra del Task-Viewer&lt;/b&gt;&lt;p&gt;Se la finestra del Log-Viewer è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
-        <source>Alt+Shift+P</source>
-        <translation>Alt+Shift+P</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
-        <source>Alt+Shift+D</source>
-        <translation>Alt+Shift+D</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
-        <source>Activate Shell</source>
-        <translation>Attiva shell</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
-        <source>Alt+Shift+S</source>
-        <translation>Alt+Shift+S</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
-        <source>Activate File-Browser</source>
-        <translation>Attiva File-Browser</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
-        <source>Alt+Shift+F</source>
-        <translation>Alt+Shift+M</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
-        <source>Activate Log-Viewer</source>
-        <translation>Attiva il Log-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1516"/>
-        <source>Activate Task-Viewer</source>
-        <translation>Attiva il Task-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1516"/>
-        <source>Alt+Shift+T</source>
-        <translation>Alt+Shift+T</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
-        <source>Activate Template-Viewer</source>
-        <translation>Attiva il Template-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
-        <source>Alt+Shift+M</source>
-        <translation>Alt+Shift+M</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
-        <source>Activate current editor</source>
-        <translation>Attiva editor corrente</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
-        <source>Alt+Shift+E</source>
-        <translation>Alt+Shift+E</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
-        <source>Ctrl+Alt+Tab</source>
-        <translation>Ctrl+Alt+Tab</translation>
+        <source>Report &amp;Bug...</source>
+        <translation>Segnala &amp;Bug...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1748"/>
+        <source>Report a bug</source>
+        <translation>Segnala un bug</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1749"/>
+        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;&gt;Segnala Bug...&lt;/b&gt;&lt;p&gt;Apre un dialogo per segnalare un bug.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2435"/>
+        <source>Unittest</source>
+        <translation>Unittest</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1768"/>
+        <source>&amp;Unittest...</source>
+        <translation>&amp;Unittest...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1772"/>
+        <source>Start unittest dialog</source>
+        <translation>Avvia dialogo unittest</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1949"/>
+        <source>Preferences</source>
+        <translation>Preferenze</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1949"/>
+        <source>&amp;Preferences...</source>
+        <translation>&amp;Preferenze...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1952"/>
+        <source>Set the prefered configuration</source>
+        <translation>Imposta la configurazione preferita</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1953"/>
+        <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Preferenze&lt;/b&gt;&lt;p&gt;Imposta i valori di configurazione dell&apos;applicazione ai valori preferiti&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2034"/>
+        <source>Keyboard Shortcuts</source>
+        <translation>Scorciatoie da tastiera</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2034"/>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation>&amp;Scorciatoie da tastiera...</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2037"/>
-        <source>Shift+Ctrl+Alt+Tab</source>
-        <translation>Shift+Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
-        <source>Alt+Shift+G</source>
-        <translation>Alt+Shift+G</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1772"/>
-        <source>Qt-Designer 4</source>
-        <translation>Qt-Designer 4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
-        <source>Qt-Linguist 4</source>
-        <translation>Qt-Linguist 4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1775"/>
-        <source>Start Qt-Designer 4</source>
-        <translation>Avvia Qt-Designer 4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1776"/>
-        <source>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Start Qt-Designer 4.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Avvia Qt-Designer 4.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1792"/>
-        <source>Start Qt-Linguist 4</source>
-        <translation>Avvia Qt-Linguist 4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1793"/>
-        <source>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Start Qt-Linguist 4.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Avvia Qt-Linguist 4.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2118"/>
-        <source>Qt4 Documentation</source>
-        <translation>Documentazione Qt4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2118"/>
-        <source>Qt&amp;4 Documentation</source>
-        <translation>Documentazione Qt&amp;4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2120"/>
-        <source>Open Qt4 Documentation</source>
-        <translation>Apri documentazione su Qt4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
-        <source>Eric API Documentation</source>
-        <translation>Documentazione API di Eric</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
-        <source>&amp;Eric API Documentation</source>
-        <translation>Documentazione API di &amp;Eric</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2167"/>
-        <source>Open Eric API Documentation</source>
-        <translation>Apri documentazione API di Eric</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4113"/>
-        <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Non posso avviare il visualizzatore di help.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="538"/>
-        <source>Registering Objects...</source>
-        <translation>Registrazione Oggetti...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
-        <source>Project-Viewer</source>
-        <translation>Project-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
-        <source>Debug-Viewer</source>
-        <translation>Debug-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
-        <source>Ctrl+Q</source>
-        <comment>File|Quit</comment>
-        <translation>Ctrl+Q</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
-        <source>&amp;Project-Viewer</source>
-        <translation>&amp;Project-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1358"/>
-        <source>Toggle the Project-Viewer window</source>
-        <translation>Abilita/Disabilita la finestra del Project-Viewer</translation>
+        <source>Set the keyboard shortcuts</source>
+        <translation>Imposta le scorciatoie da tastiera</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2038"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Imposta le scorciatoie da tastiera dell&apos;applicazione con i valori personalizzati.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4930"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation>Esporta scorciatoie da tastiera</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2046"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation>&amp;Esporta scorciatoie da tastiera...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2050"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation>Esporta le scorciatoie da tastiera</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2051"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Esporta scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Esporta le scorciatoie da tastiera dell&apos;applicazione.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4939"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation>Importa scorciatoie da tastiera</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2059"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation>&amp;Importa scorciatoie da tastiera...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2063"/>
+        <source>Import the keyboard shortcuts</source>
+        <translation>Importa le scorciatoie da tastiera</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2064"/>
+        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Importa scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Importa le scorciatoie da tastiera dell&apos;applicazione.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2199"/>
+        <source>Python Documentation</source>
+        <translation>Documentazione Python</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2199"/>
+        <source>&amp;Python Documentation</source>
+        <translation>Documentazione &amp;Python</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2201"/>
+        <source>Open Python Documentation</source>
+        <translation>Apri documentazione Python</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2289"/>
+        <source>E&amp;xtras</source>
+        <translation>E&amp;xtra</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2303"/>
+        <source>&amp;Tools</source>
+        <translation>S&amp;trumenti</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2334"/>
+        <source>&amp;Window</source>
+        <translation>&amp;Finestre</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2368"/>
+        <source>&amp;Help</source>
+        <translation>&amp;Help</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2434"/>
+        <source>Tools</source>
+        <translation>Strumenti</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4173"/>
+        <source>Help</source>
+        <translation>Aiuto</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2436"/>
+        <source>Settings</source>
+        <translation>Impostazioni</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2341"/>
+        <source>&amp;Toolbars</source>
+        <translation>&amp;Toolbar</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4281"/>
+        <source>Problem</source>
+        <translation>Problema</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4417"/>
+        <source>Process Generation Error</source>
+        <translation>Errore Generazione Processo</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="593"/>
+        <source>Initializing Single Application Server...</source>
+        <translation>Inizializzazione Single Application Server...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1773"/>
+        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Unittes&lt;/b&gt;&lt;p&gt;Esegui unit test. Il dialogo offre la possibilità di selezionare ed eseguire uno unittest.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1781"/>
+        <source>Unittest Restart</source>
+        <translation>Riavvia Unittest</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1781"/>
+        <source>&amp;Restart Unittest...</source>
+        <translation>&amp;Riavvia Unittest...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1785"/>
+        <source>Restart last unittest</source>
+        <translation>Riavvia l&apos;ultima unittest</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1786"/>
+        <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Riavvia Unittest&lt;/b&gt;&lt;p&gt;Riavvia l&apos;ultima unittest eseguita.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1794"/>
+        <source>Unittest Script</source>
+        <translation>Script unittest</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1794"/>
+        <source>Unittest &amp;Script...</source>
+        <translation>&amp;Script Unittest...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1798"/>
+        <source>Run unittest with current script</source>
+        <translation>Esegui unittest con lo script corrente</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1799"/>
+        <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Script Unittest&lt;/b&gt;&lt;p&gt;Esegui unittest con lo script corrente.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3961"/>
+        <source>Unittest Project</source>
+        <translation>Progetto Unittest</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1807"/>
+        <source>Unittest &amp;Project...</source>
+        <translation>&amp;Progetto Unittest...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1811"/>
+        <source>Run unittest with current project</source>
+        <translation>Esegui unittest con il progetto corrente</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1812"/>
+        <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Progetto Unittest&lt;/b&gt;&lt;p&gt;Esegui unittest con il progetto corrente.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1877"/>
+        <source>Compare Files</source>
+        <translation>Confronta file</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1877"/>
+        <source>&amp;Compare Files...</source>
+        <translation>&amp;Confronta file...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1892"/>
+        <source>Compare two files</source>
+        <translation>Confronta due file</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1881"/>
+        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Confronta file&lt;/b&gt;&lt;p&gt;Apre un dialogo per confrontare due file.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1888"/>
+        <source>Compare Files side by side</source>
+        <translation>Confronta file affiancati</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1888"/>
+        <source>Compare Files &amp;side by side...</source>
+        <translation>Confronta file &amp;affiancati...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1893"/>
+        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Confronta file affiancati&lt;/b&gt;&lt;p&gt;Apri un dialogo per confrontare due file e mostrare i risultati affiancati.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2274"/>
+        <source>&amp;Unittest</source>
+        <translation>&amp;Unittest</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3961"/>
+        <source>There is no main script defined for the current project. Aborting</source>
+        <translation>Non c&apos;è uno script principale definito per il progetto. Esco</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5317"/>
+        <source>Drop Error</source>
+        <translation>Errore Drop</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1491"/>
+        <source>File-Browser</source>
+        <translation>File Browser</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1354"/>
+        <source>Edit Profile</source>
+        <translation>Modifica profilo</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1359"/>
+        <source>Activate the edit view profile</source>
+        <translation>Attiva il profilo della vista di editing</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1360"/>
+        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Profilo di edit&lt;/p&gt;&lt;p&gt;Attiva il &quot;Profilo di Edit&quot;. Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo &quot;Configura Profili.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1369"/>
+        <source>Debug Profile</source>
+        <translation>Profilo Debug</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1374"/>
+        <source>Activate the debug view profile</source>
+        <translation>Attiva profilo Debug</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1376"/>
+        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Profilo di debug&lt;/p&gt;&lt;p&gt;Attiva il &quot;Profilo di Debug&quot;. Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo &quot;Configura Profili.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1491"/>
+        <source>File-&amp;Browser</source>
+        <translation>File-&amp;Browser</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1493"/>
+        <source>Toggle the File-Browser window</source>
+        <translation>Abilita/Disabilita la finestra del File-Browser</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1494"/>
+        <source>&lt;b&gt;Toggle the File-Browser window&lt;/b&gt;&lt;p&gt;If the File-Browser window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Abilita/Disabilita la finestra del File-Browser&lt;/b&gt;&lt;p&gt;Se la finestra del File-Browser è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2007"/>
+        <source>View Profiles</source>
+        <translation>Vista Profili</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2007"/>
+        <source>&amp;View Profiles...</source>
+        <translation>&amp;Vista profili...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2010"/>
+        <source>Configure view profiles</source>
+        <translation>Configura i profili</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2011"/>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Vista Profili&lt;/b&gt;&lt;p&gt;Configura la visualizzazione dei profili. Con questo dialogo si possono impostare la visibilità delle varie finestre per i profili predefiniti.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1855"/>
+        <source>UI Previewer</source>
+        <translation>Anteprima UI</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1855"/>
+        <source>&amp;UI Previewer...</source>
+        <translation>Antreprima &amp;UI...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1858"/>
+        <source>Start the UI Previewer</source>
+        <translation>Avvia UI Previewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1859"/>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Avvia UI Previewer.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1866"/>
+        <source>Translations Previewer</source>
+        <translation>Anteprima traduzioni</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1866"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation>Anteprima &amp;Traduzioni...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1869"/>
+        <source>Start the Translations Previewer</source>
+        <translation>Avvia l&apos;anteprima delle traduzioni</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1870"/>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Anteprima traduzioni&lt;/b&gt;&lt;p&gt;Avvia l&apos;anteprima delle traduzioni.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1449"/>
+        <source>Shell</source>
+        <translation>Shell</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1449"/>
+        <source>&amp;Shell</source>
+        <translation>&amp;Shell</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1451"/>
+        <source>Toggle the Shell window</source>
+        <translation>Abilita/Disabilita una finestra di Shell</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1452"/>
+        <source>&lt;b&gt;Toggle the Shell window&lt;/b&gt;&lt;p&gt;If the Shell window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Abilita/Disabilita la finestra della Shell&lt;/b&gt;&lt;p&gt;Se la finestra del File-Browser è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1984"/>
+        <source>Reload APIs</source>
+        <translation>Ricarica APIs</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1984"/>
+        <source>Reload &amp;APIs</source>
+        <translation>Ricarica &amp;APIs</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1997"/>
+        <source>Reload the API information</source>
+        <translation>Ricarica le informazioni delle API</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1987"/>
+        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Ricarica APIs&lt;/b&gt;&lt;p&gt;Ricarica le informazioni delle API.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1534"/>
+        <source>Task-Viewer</source>
+        <translation>Task-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1534"/>
+        <source>T&amp;ask-Viewer</source>
+        <translation>Ta&amp;sk-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1536"/>
+        <source>Toggle the Task-Viewer window</source>
+        <translation>Abilita/Disabilita la finestra del Task-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1537"/>
+        <source>&lt;b&gt;Toggle the Task-Viewer window&lt;/b&gt;&lt;p&gt;If the Task-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Abilita/Disabilita la finestra del Task-Viewer&lt;/b&gt;&lt;p&gt;Se la finestra del Log-Viewer è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5063"/>
+        <source>Save tasks</source>
+        <translation>Salva task</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5120"/>
+        <source>Read tasks</source>
+        <translation>Leggi task</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2202"/>
+        <source>&lt;b&gt;Python Documentation&lt;/b&gt;&lt;p&gt;Display the python documentation. If no documentation directory is configured, the location of the python documentation is assumed to be the doc directory underneath the location of the python executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHONDOCDIR in your environment to override this. &lt;/p&gt;</source>
+        <translation>&lt;b&gt;Documentazione Python&lt;/b&gt;&lt;p&gt;Mostra la documentazione python. Se non è configurata una directory per la documentazione, viene assunto che la posizione della documentazione sia nella directory doc nella locazione dell&apos;eseguibile python su Windows e &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; su Unix. Imposta PYTHONDOCDIR nel tuo ambiente per sovrascrivere questi valori.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4173"/>
+        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
+        <translation>Attualmente nessun visualizzatore personalizzato è selezionato. Per favore usa il dialogo delle preferenze per specificarne uno.</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4713"/>
+        <source>Documentation Missing</source>
+        <translation>Documentazione mancante</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2778"/>
+        <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
+        <translation>L&apos;indirizzo di posta o il server si posta sono vuoti. Per cortesia configura le opzioni per l&apos;Email nel dialogo delle preferenze.</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1555"/>
+        <source>Template-Viewer</source>
+        <translation>Templates-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1557"/>
+        <source>Toggle the Template-Viewer window</source>
+        <translation>Abilita/Disabilita la finestra del Task-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1559"/>
+        <source>&lt;b&gt;Toggle the Template-Viewer window&lt;/b&gt;&lt;p&gt;If the Template-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Abilita/Disabilita la finestra del Task-Viewer&lt;/b&gt;&lt;p&gt;Se la finestra del Log-Viewer è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1396"/>
+        <source>Alt+Shift+P</source>
+        <translation>Alt+Shift+P</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1439"/>
+        <source>Alt+Shift+D</source>
+        <translation>Alt+Shift+D</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1461"/>
+        <source>Activate Shell</source>
+        <translation>Attiva shell</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1461"/>
+        <source>Alt+Shift+S</source>
+        <translation>Alt+Shift+S</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1503"/>
+        <source>Activate File-Browser</source>
+        <translation>Attiva File-Browser</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1503"/>
+        <source>Alt+Shift+F</source>
+        <translation>Alt+Shift+M</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1524"/>
+        <source>Activate Log-Viewer</source>
+        <translation>Attiva il Log-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1545"/>
+        <source>Activate Task-Viewer</source>
+        <translation>Attiva il Task-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1545"/>
+        <source>Alt+Shift+T</source>
+        <translation>Alt+Shift+T</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1568"/>
+        <source>Activate Template-Viewer</source>
+        <translation>Attiva il Template-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1418"/>
+        <source>Alt+Shift+M</source>
+        <translation>Alt+Shift+M</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2072"/>
+        <source>Activate current editor</source>
+        <translation>Attiva editor corrente</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2072"/>
+        <source>Alt+Shift+E</source>
+        <translation>Alt+Shift+E</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2082"/>
+        <source>Ctrl+Alt+Tab</source>
+        <translation>Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2090"/>
+        <source>Shift+Ctrl+Alt+Tab</source>
+        <translation>Shift+Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1524"/>
+        <source>Alt+Shift+G</source>
+        <translation>Alt+Shift+G</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1825"/>
+        <source>Qt-Designer 4</source>
+        <translation>Qt-Designer 4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1842"/>
+        <source>Qt-Linguist 4</source>
+        <translation>Qt-Linguist 4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1828"/>
+        <source>Start Qt-Designer 4</source>
+        <translation>Avvia Qt-Designer 4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1829"/>
+        <source>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Start Qt-Designer 4.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Avvia Qt-Designer 4.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1845"/>
+        <source>Start Qt-Linguist 4</source>
+        <translation>Avvia Qt-Linguist 4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1846"/>
+        <source>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Start Qt-Linguist 4.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Avvia Qt-Linguist 4.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2171"/>
+        <source>Qt4 Documentation</source>
+        <translation>Documentazione Qt4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2171"/>
+        <source>Qt&amp;4 Documentation</source>
+        <translation>Documentazione Qt&amp;4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2173"/>
+        <source>Open Qt4 Documentation</source>
+        <translation>Apri documentazione su Qt4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2218"/>
+        <source>Eric API Documentation</source>
+        <translation>Documentazione API di Eric</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2218"/>
+        <source>&amp;Eric API Documentation</source>
+        <translation>Documentazione API di &amp;Eric</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2220"/>
+        <source>Open Eric API Documentation</source>
+        <translation>Apri documentazione API di Eric</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4204"/>
+        <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Non posso avviare il visualizzatore di help.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="542"/>
+        <source>Registering Objects...</source>
+        <translation>Registrazione Oggetti...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1385"/>
+        <source>Project-Viewer</source>
+        <translation>Project-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1428"/>
+        <source>Debug-Viewer</source>
+        <translation>Debug-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1337"/>
+        <source>Ctrl+Q</source>
+        <comment>File|Quit</comment>
+        <translation>Ctrl+Q</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1385"/>
+        <source>&amp;Project-Viewer</source>
+        <translation>&amp;Project-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1387"/>
+        <source>Toggle the Project-Viewer window</source>
+        <translation>Abilita/Disabilita la finestra del Project-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1388"/>
         <source>&lt;b&gt;Toggle the Project-Viewer window&lt;/b&gt;&lt;p&gt;If the Project-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abilita/Disabilita la finestra del Project-Viewer&lt;/b&gt;&lt;p&gt;Se la finestra del Log-Viewer è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
+        <location filename="UI/UserInterface.py" line="1396"/>
         <source>Activate Project-Viewer</source>
         <translation>Attiva il Project-Viewer</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>Shift+F1</source>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>F1</source>
         <translation>F1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1671"/>
+        <location filename="UI/UserInterface.py" line="1724"/>
         <source>Check for Updates</source>
         <translation>Controlla per aggiornamenti</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1669"/>
+        <location filename="UI/UserInterface.py" line="1722"/>
         <source>Check for &amp;Updates...</source>
         <translation>Controlla per &amp;Aggiornamenti...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2121"/>
+        <location filename="UI/UserInterface.py" line="2174"/>
         <source>&lt;b&gt;Qt4 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation>&lt;b&gt;Documentazione Qt4&lt;/b&gt;&lt;p&gt;Visualizza la documentazione di Qt4. A seconda di come è configurato il tuo sistema, verrà mostrata nel visualizzatore interno di Eric o in un browser web. &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
+        <location filename="UI/UserInterface.py" line="2183"/>
         <source>PyQt4 Documentation</source>
         <translation>Documentazione PyQt4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
+        <location filename="UI/UserInterface.py" line="2183"/>
         <source>P&amp;yQt4 Documentation</source>
         <translation>Documentazione P&amp;yQt4</translation>
     </message>
     <message>
+        <location filename="UI/UserInterface.py" line="2185"/>
+        <source>Open PyQt4 Documentation</source>
+        <translation>Apri documentazione su PyQt4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2186"/>
+        <source>&lt;b&gt;PyQt4 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation>&lt;b&gt;Documentazione PyQt4&lt;/b&gt;&lt;p&gt;Visualizza la documentazione di Qt4. A seconda di come è configurato il tuo sistema, verrà mostrata nel visualizzatore interno di Eric o in un browser web. &lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2308"/>
+        <source>Select Tool Group</source>
+        <translation>Seleziona Tool Group</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2316"/>
+        <source>Se&amp;ttings</source>
+        <translation>Impos&amp;tazioni</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2438"/>
+        <source>Profiles</source>
+        <translation>Profili</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3121"/>
+        <source>&amp;Builtin Tools</source>
+        <translation>Tool &amp;Builtin</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4698"/>
+        <source>Documentation</source>
+        <translation>Documentazione</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4607"/>
+        <source>&lt;p&gt;The PyQt4 documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;L&apos;inizio della documentazione di PyQt4 non è stato configurato.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5589"/>
+        <source>Error during updates check</source>
+        <translation>Errore nel controllo per gli update</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5573"/>
+        <source>Update available</source>
+        <translation>Aggiornamento disponibile</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2733"/>
+        <source>&lt;h3&gt;Version Numbers&lt;/h3&gt;&lt;table&gt;</source>
+        <translation>&lt;h3&gt;Numeri di versione&lt;/h3&gt;&lt;table&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5623"/>
+        <source>&lt;/table&gt;</source>
+        <translation>&lt;/table&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="667"/>
+        <source>Loading Style Sheet</source>
+        <translation>Caricamento Style Sheet</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3070"/>
+        <source>Configure Tool Groups ...</source>
+        <translation>Configura Tools Groups...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3073"/>
+        <source>Configure current Tool Group ...</source>
+        <translation>Configura Tools Groups correnti...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1994"/>
+        <source>Show external tools</source>
+        <translation>Mostra tool esterni</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1994"/>
+        <source>Show external &amp;tools</source>
+        <translation>Mostra toll &amp;esterni</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5461"/>
+        <source>&amp;Cancel</source>
+        <translation>&amp;Cancella</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5589"/>
+        <source>Could not perform updates check.</source>
+        <translation>Non posso controllare per gli update.</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5664"/>
+        <source>First time usage</source>
+        <translation>Primo avvio</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="235"/>
+        <source>Initializing Plugin Manager...</source>
+        <translation>Inizializzazione Gestore Plugin...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2354"/>
+        <source>P&amp;lugins</source>
+        <translation>P&amp;lugins</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2439"/>
+        <source>Plugins</source>
+        <translation>Plugins</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2106"/>
+        <source>Plugin Infos</source>
+        <translation>Informazioni su Plugin</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2109"/>
+        <source>Show Plugin Infos</source>
+        <translation>Mostra informazioni sui Plugin</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2110"/>
+        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Informazioni sui Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo per mostrare le informazioni sul plugin caricati.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2106"/>
+        <source>&amp;Plugin Infos...</source>
+        <translation>Informazioni su &amp;Plugin...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3129"/>
+        <source>&amp;Plugin Tools</source>
+        <translation>Informazioni sui &amp;Plugin Tools</translation>
+    </message>
+    <message>
         <location filename="UI/UserInterface.py" line="2132"/>
-        <source>Open PyQt4 Documentation</source>
-        <translation>Apri documentazione su PyQt4</translation>
+        <source>Uninstall Plugin</source>
+        <translation>Disinstalla Plugin</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2129"/>
+        <source>&amp;Uninstall Plugin...</source>
+        <translation>Disinstalla Pl&amp;ugin...</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2133"/>
-        <source>&lt;b&gt;PyQt4 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
-        <translation>&lt;b&gt;Documentazione PyQt4&lt;/b&gt;&lt;p&gt;Visualizza la documentazione di Qt4. A seconda di come è configurato il tuo sistema, verrà mostrata nel visualizzatore interno di Eric o in un browser web. &lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2255"/>
-        <source>Select Tool Group</source>
-        <translation>Seleziona Tool Group</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2263"/>
-        <source>Se&amp;ttings</source>
-        <translation>Impos&amp;tazioni</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2385"/>
-        <source>Profiles</source>
-        <translation>Profili</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3068"/>
-        <source>&amp;Builtin Tools</source>
-        <translation>Tool &amp;Builtin</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
-        <source>Documentation</source>
-        <translation>Documentazione</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4510"/>
-        <source>&lt;p&gt;The PyQt4 documentation starting point has not been configured.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;L&apos;inizio della documentazione di PyQt4 non è stato configurato.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
-        <source>Error during updates check</source>
-        <translation>Errore nel controllo per gli update</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
-        <source>Update available</source>
-        <translation>Aggiornamento disponibile</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2680"/>
-        <source>&lt;h3&gt;Version Numbers&lt;/h3&gt;&lt;table&gt;</source>
-        <translation>&lt;h3&gt;Numeri di versione&lt;/h3&gt;&lt;table&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5520"/>
-        <source>&lt;/table&gt;</source>
-        <translation>&lt;/table&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="662"/>
-        <source>Loading Style Sheet</source>
-        <translation>Caricamento Style Sheet</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3017"/>
-        <source>Configure Tool Groups ...</source>
-        <translation>Configura Tools Groups...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3020"/>
-        <source>Configure current Tool Group ...</source>
-        <translation>Configura Tools Groups correnti...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1941"/>
-        <source>Show external tools</source>
-        <translation>Mostra tool esterni</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1941"/>
-        <source>Show external &amp;tools</source>
-        <translation>Mostra toll &amp;esterni</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5358"/>
-        <source>&amp;Cancel</source>
-        <translation>&amp;Cancella</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
-        <source>Could not perform updates check.</source>
-        <translation>Non posso controllare per gli update.</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
-        <source>First time usage</source>
-        <translation>Primo avvio</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="234"/>
-        <source>Initializing Plugin Manager...</source>
-        <translation>Inizializzazione Gestore Plugin...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2301"/>
-        <source>P&amp;lugins</source>
-        <translation>P&amp;lugins</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2386"/>
-        <source>Plugins</source>
-        <translation>Plugins</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
-        <source>Plugin Infos</source>
-        <translation>Informazioni su Plugin</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2056"/>
-        <source>Show Plugin Infos</source>
-        <translation>Mostra informazioni sui Plugin</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2057"/>
-        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Informazioni sui Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo per mostrare le informazioni sul plugin caricati.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
-        <source>&amp;Plugin Infos...</source>
-        <translation>Informazioni su &amp;Plugin...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3076"/>
-        <source>&amp;Plugin Tools</source>
-        <translation>Informazioni sui &amp;Plugin Tools</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2079"/>
-        <source>Uninstall Plugin</source>
-        <translation>Disinstalla Plugin</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2076"/>
-        <source>&amp;Uninstall Plugin...</source>
-        <translation>Disinstalla Pl&amp;ugin...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2080"/>
         <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Disinstalla Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo per disinstallare un plugin.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="596"/>
+        <location filename="UI/UserInterface.py" line="601"/>
         <source>Activating Plugins...</source>
         <translation>Attivazione Plugin...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2242"/>
+        <location filename="UI/UserInterface.py" line="2295"/>
         <source>Wi&amp;zards</source>
         <translation>Wi&amp;zards</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3223"/>
+        <location filename="UI/UserInterface.py" line="3282"/>
         <source>&amp;Show all</source>
         <translation>Mo&amp;stra tutti</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3225"/>
+        <location filename="UI/UserInterface.py" line="3284"/>
         <source>&amp;Hide all</source>
         <translation>Nascondi &amp;tutti</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
+        <location filename="UI/UserInterface.py" line="1732"/>
         <source>Show downloadable versions</source>
         <translation>Mostra versioni scaricabili</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
+        <location filename="UI/UserInterface.py" line="1732"/>
         <source>Show &amp;downloadable versions...</source>
         <translation>Mostra &amp;versioni scaricabili...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1682"/>
+        <location filename="UI/UserInterface.py" line="1735"/>
         <source>Show the versions available for download</source>
         <translation>Mostra le versioni disponibili per il download</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
+        <location filename="UI/UserInterface.py" line="5495"/>
         <source>Error downloading versions file</source>
         <translation>Errore nel download del file delle versioni</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
+        <location filename="UI/UserInterface.py" line="5495"/>
         <source>Could not download the versions file.</source>
         <translation>Non posso scaricare il file delle versioni.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5507"/>
+        <location filename="UI/UserInterface.py" line="5610"/>
         <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;Versioni disponibili&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
+        <location filename="UI/UserInterface.py" line="2141"/>
         <source>Plugin Repository</source>
         <translation>Repository Plugin</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
+        <location filename="UI/UserInterface.py" line="2141"/>
         <source>Plugin &amp;Repository...</source>
         <translation>&amp;Repository Plugin...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2091"/>
+        <location filename="UI/UserInterface.py" line="2144"/>
         <source>Show Plugins available for download</source>
         <translation>Mostra Plugin disponibili per il download</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2093"/>
+        <location filename="UI/UserInterface.py" line="2146"/>
         <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Repository Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo che mostra i plugin disponibili.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2068"/>
+        <location filename="UI/UserInterface.py" line="2121"/>
         <source>Install Plugins</source>
         <translation>Installa Plugin</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2065"/>
+        <location filename="UI/UserInterface.py" line="2118"/>
         <source>&amp;Install Plugins...</source>
         <translation>&amp;Installa Plugin...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2069"/>
+        <location filename="UI/UserInterface.py" line="2122"/>
         <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Installa Plugin...&lt;b&gt;&lt;p&gt;Apre un dialogo per installare o aggiornare i plugin.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1864"/>
+        <location filename="UI/UserInterface.py" line="1917"/>
         <source>Mini Editor</source>
         <translation>Mini Editor</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1860"/>
+        <location filename="UI/UserInterface.py" line="1913"/>
         <source>Mini &amp;Editor...</source>
         <translation>Mini &amp;Editor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1865"/>
+        <location filename="UI/UserInterface.py" line="1918"/>
         <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Apre un dialogo con un semplice editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1772"/>
+        <location filename="UI/UserInterface.py" line="1825"/>
         <source>&amp;Designer 4...</source>
         <translation>&amp;Desginer 4...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
+        <location filename="UI/UserInterface.py" line="1842"/>
         <source>&amp;Linguist 4...</source>
         <translation>&amp;Linguist 4...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
+        <location filename="UI/UserInterface.py" line="2021"/>
         <source>Toolbars</source>
         <translation>Toolbars</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
+        <location filename="UI/UserInterface.py" line="2021"/>
         <source>Tool&amp;bars...</source>
         <translation>Tool&amp;bars...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1971"/>
+        <location filename="UI/UserInterface.py" line="2024"/>
         <source>Configure toolbars</source>
         <translation>Configura toolbars</translation>
     </message>
     <message>
+        <location filename="UI/UserInterface.py" line="2025"/>
+        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configura le toolbars. Con questo dialogo puoi cambiare le azioni mostrate sulle varie toolbar e definire le tue.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="608"/>
+        <source>Restoring Toolbarmanager...</source>
+        <translation>Ripristino toolbarmanager...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1406"/>
+        <source>Multiproject-Viewer</source>
+        <translation>Multiproject-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1406"/>
+        <source>&amp;Multiproject-Viewer</source>
+        <translation>&amp;Multiproject-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1409"/>
+        <source>Toggle the Multiproject-Viewer window</source>
+        <translation>Abilita/Disabilita la finestra del Multiproject-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1410"/>
+        <source>&lt;b&gt;Toggle the Multiproject-Viewer window&lt;/b&gt;&lt;p&gt;If the Multiproject-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Abilita/Disabilita la finestra del Multiproject-Viewer&lt;/b&gt;&lt;p&gt;Se la finestra del Log-Viewer è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1418"/>
+        <source>Activate Multiproject-Viewer</source>
+        <translation>Attiva il Multiproject-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1555"/>
+        <source>Temp&amp;late-Viewer</source>
+        <translation>Temp&amp;late-Viewer</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4362"/>
+        <source>External Tools</source>
+        <translation>Tool esterni</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5138"/>
+        <source>Save session</source>
+        <translation>Salva sessione</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5199"/>
+        <source>Read session</source>
+        <translation>Leggi sessione</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2553"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Questa zona della barra di stato mostra l&apos;encoding usato dall&apos;editor.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2567"/>
+        <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Questa zona della barra di stato mostra la possibilità di scrittura del file.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5638"/>
+        <source>SSL Errors</source>
+        <translation>Errori SSL</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1756"/>
+        <source>Request Feature</source>
+        <translation>Richiedi funzionalità</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1756"/>
+        <source>Request &amp;Feature...</source>
+        <translation>Richiedi &amp;funzionalità...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1758"/>
+        <source>Send a feature request</source>
+        <translation>Invia una richiesta di funzionalità</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1759"/>
+        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Richiedi funzionalità...&lt;/b&gt;&lt;p&gt;Apre un dialogo per mandare una richiesta di funzionalità.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2546"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Questa zona della barra di stato mostra il linguaggio usato dall&apos;editor.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2576"/>
+        <source>&lt;p&gt;This part of the status bar displays the name of the file of the current editor.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Questa parte della barra di stato mostra la il nome del file attuale.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2583"/>
+        <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Questa parte della barra di stato mostra il numero di linea.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2590"/>
+        <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Questa parte della barra di stato mostra la posizione del cursore.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1470"/>
+        <source>Terminal</source>
+        <translation>Terminale</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1578"/>
+        <source>Vertical Toolbox</source>
+        <translation>Barra dei comandi verticale</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1589"/>
+        <source>Horizontal Toolbox</source>
+        <translation>Barra dei comandi orizzontale</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1470"/>
+        <source>Te&amp;rminal</source>
+        <translation>Te&amp;rminale</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1472"/>
+        <source>Toggle the Terminal window</source>
+        <translation>Abilita/Disabilita una finestra di Terminale</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1473"/>
+        <source>&lt;b&gt;Toggle the Terminal window&lt;/b&gt;&lt;p&gt;If the Terminal window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Abilita/Disabilita la finestra del Terminale&lt;/b&gt;&lt;p&gt;Se la finestra del Log-Viewer è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1481"/>
+        <source>Activate Terminal</source>
+        <translation>Attiva terminale</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1481"/>
+        <source>Alt+Shift+R</source>
+        <translation>Alt+Shift+R</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1568"/>
+        <source>Alt+Shift+A</source>
+        <translation>Alt+Shift+A</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1578"/>
+        <source>&amp;Vertical Toolbox</source>
+        <translation>Toolbox &amp;Verticale</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1580"/>
+        <source>Toggle the Vertical Toolbox window</source>
+        <translation>Abilita/Disabilita una finestra la toolbox verticale</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1581"/>
+        <source>&lt;b&gt;Toggle the Vertical Toolbox window&lt;/b&gt;&lt;p&gt;If the Vertical Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Abilita/Disabilita la finestra della toolbox verticale&lt;/b&gt;&lt;p&gt;Se la finestra della toolbox Verticale è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1589"/>
+        <source>&amp;Horizontal Toolbox</source>
+        <translation>Toolbox &amp;Orizzontale</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1592"/>
+        <source>Toggle the Horizontal Toolbox window</source>
+        <translation>Abilita/Disabilita una finestra la toolbox orizzontale</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1593"/>
+        <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Abilita/Disabilita la finestra della toolbox orizzontale&lt;/b&gt;&lt;p&gt;Se la finestra della toolbox orizzontale è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3046"/>
+        <source>Restart application</source>
+        <translation>Riavvia applicazione</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3046"/>
+        <source>The application needs to be restarted. Do it now?</source>
+        <translation>L&apos;applicazione necessita di un riavvio. Farlo ora ?</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2363"/>
+        <source>Configure...</source>
+        <translation>Configura...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2560"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Questa zona della barra di stato mostra l&apos;eol usato dall&apos;editor.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2098"/>
+        <source>Switch between tabs</source>
+        <translation>Cicla tra le linguette</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2098"/>
+        <source>Ctrl+1</source>
+        <translation>Ctrl+1</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1961"/>
+        <source>Export Preferences</source>
+        <translation>Esporta preferenze</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1961"/>
+        <source>E&amp;xport Preferences...</source>
+        <translation>E&amp;sporta preferenze...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1964"/>
+        <source>Export the current configuration</source>
+        <translation>Esporta la configurazione attuale</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1965"/>
+        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Esporta preferenze&lt;/b&gt;&lt;p&gt;Esporta la configurazione attuale su un file.&lt;/p&gt;</translation>
+    </message>
+    <message>
         <location filename="UI/UserInterface.py" line="1972"/>
-        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configura le toolbars. Con questo dialogo puoi cambiare le azioni mostrate sulle varie toolbar e definire le tue.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="603"/>
-        <source>Restoring Toolbarmanager...</source>
-        <translation>Ripristino toolbarmanager...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
-        <source>Multiproject-Viewer</source>
-        <translation>Multiproject-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
-        <source>&amp;Multiproject-Viewer</source>
-        <translation>&amp;Multiproject-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1380"/>
-        <source>Toggle the Multiproject-Viewer window</source>
-        <translation>Abilita/Disabilita la finestra del Multiproject-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1381"/>
-        <source>&lt;b&gt;Toggle the Multiproject-Viewer window&lt;/b&gt;&lt;p&gt;If the Multiproject-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Abilita/Disabilita la finestra del Multiproject-Viewer&lt;/b&gt;&lt;p&gt;Se la finestra del Log-Viewer è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
-        <source>Activate Multiproject-Viewer</source>
-        <translation>Attiva il Multiproject-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
-        <source>Temp&amp;late-Viewer</source>
-        <translation>Temp&amp;late-Viewer</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
-        <source>External Tools</source>
-        <translation>Tool esterni</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
-        <source>Save session</source>
-        <translation>Salva sessione</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
-        <source>Read session</source>
-        <translation>Leggi sessione</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2500"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Questa zona della barra di stato mostra l&apos;encoding usato dall&apos;editor.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2514"/>
-        <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Questa zona della barra di stato mostra la possibilità di scrittura del file.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
-        <source>SSL Errors</source>
-        <translation>Errori SSL</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
-        <source>Request Feature</source>
-        <translation>Richiedi funzionalità</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
-        <source>Request &amp;Feature...</source>
-        <translation>Richiedi &amp;funzionalità...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1705"/>
-        <source>Send a feature request</source>
-        <translation>Invia una richiesta di funzionalità</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1706"/>
-        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Richiedi funzionalità...&lt;/b&gt;&lt;p&gt;Apre un dialogo per mandare una richiesta di funzionalità.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2493"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Questa zona della barra di stato mostra il linguaggio usato dall&apos;editor.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2523"/>
-        <source>&lt;p&gt;This part of the status bar displays the name of the file of the current editor.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Questa parte della barra di stato mostra la il nome del file attuale.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2530"/>
-        <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Questa parte della barra di stato mostra il numero di linea.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2537"/>
-        <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Questa parte della barra di stato mostra la posizione del cursore.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
-        <source>Terminal</source>
-        <translation>Terminale</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
-        <source>Vertical Toolbox</source>
-        <translation>Barra dei comandi verticale</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
-        <source>Horizontal Toolbox</source>
-        <translation>Barra dei comandi orizzontale</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
-        <source>Te&amp;rminal</source>
-        <translation>Te&amp;rminale</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1443"/>
-        <source>Toggle the Terminal window</source>
-        <translation>Abilita/Disabilita una finestra di Terminale</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1444"/>
-        <source>&lt;b&gt;Toggle the Terminal window&lt;/b&gt;&lt;p&gt;If the Terminal window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Abilita/Disabilita la finestra del Terminale&lt;/b&gt;&lt;p&gt;Se la finestra del Log-Viewer è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1452"/>
-        <source>Activate Terminal</source>
-        <translation>Attiva terminale</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1452"/>
-        <source>Alt+Shift+R</source>
-        <translation>Alt+Shift+R</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
-        <source>Alt+Shift+A</source>
-        <translation>Alt+Shift+A</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
-        <source>&amp;Vertical Toolbox</source>
-        <translation>Toolbox &amp;Verticale</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1551"/>
-        <source>Toggle the Vertical Toolbox window</source>
-        <translation>Abilita/Disabilita una finestra la toolbox verticale</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1552"/>
-        <source>&lt;b&gt;Toggle the Vertical Toolbox window&lt;/b&gt;&lt;p&gt;If the Vertical Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Abilita/Disabilita la finestra della toolbox verticale&lt;/b&gt;&lt;p&gt;Se la finestra della toolbox Verticale è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
-        <source>&amp;Horizontal Toolbox</source>
-        <translation>Toolbox &amp;Orizzontale</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1563"/>
-        <source>Toggle the Horizontal Toolbox window</source>
-        <translation>Abilita/Disabilita una finestra la toolbox orizzontale</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1564"/>
-        <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Abilita/Disabilita la finestra della toolbox orizzontale&lt;/b&gt;&lt;p&gt;Se la finestra della toolbox orizzontale è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
-        <source>Restart application</source>
-        <translation>Riavvia applicazione</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
-        <source>The application needs to be restarted. Do it now?</source>
-        <translation>L&apos;applicazione necessita di un riavvio. Farlo ora ?</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2310"/>
-        <source>Configure...</source>
-        <translation>Configura...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2507"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Questa zona della barra di stato mostra l&apos;eol usato dall&apos;editor.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
-        <source>Switch between tabs</source>
-        <translation>Cicla tra le linguette</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
-        <source>Ctrl+1</source>
-        <translation>Ctrl+1</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
-        <source>Export Preferences</source>
-        <translation>Esporta preferenze</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
-        <source>E&amp;xport Preferences...</source>
-        <translation>E&amp;sporta preferenze...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1911"/>
-        <source>Export the current configuration</source>
-        <translation>Esporta la configurazione attuale</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1912"/>
-        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Esporta preferenze&lt;/b&gt;&lt;p&gt;Esporta la configurazione attuale su un file.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
         <source>Import Preferences</source>
         <translation>Importa preferenze</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
+        <location filename="UI/UserInterface.py" line="1972"/>
         <source>I&amp;mport Preferences...</source>
         <translation>I&amp;mporta preferenze...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1922"/>
+        <location filename="UI/UserInterface.py" line="1975"/>
         <source>Import a previously exported configuration</source>
         <translation>Importa una configurazione precedentemente esportata</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1924"/>
+        <location filename="UI/UserInterface.py" line="1977"/>
         <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Importa preferenze&lt;/b&gt;&lt;p&gt;Importa una configurazione precedentemente esportata.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
+        <location filename="UI/UserInterface.py" line="2082"/>
         <source>Show next</source>
         <translation>Mostra successivo</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2037"/>
+        <location filename="UI/UserInterface.py" line="2090"/>
         <source>Show previous</source>
         <translation>Mostra precedente</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
+        <location filename="UI/UserInterface.py" line="1601"/>
         <source>Left Sidebar</source>
         <translation>Barra laterale sinistra</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
+        <location filename="UI/UserInterface.py" line="1601"/>
         <source>&amp;Left Sidebar</source>
         <translation>Barra &amp;laterale sinistra</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1574"/>
+        <location filename="UI/UserInterface.py" line="1603"/>
         <source>Toggle the left sidebar window</source>
         <translation>Abilita/Disabilita la finestra della barra laterale sinistra</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1575"/>
+        <location filename="UI/UserInterface.py" line="1604"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abilita/Disabilita la finestra della barra laterale sinistra&lt;/b&gt;&lt;p&gt;Se la finestra della barra laterale sinistra è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
+        <location filename="UI/UserInterface.py" line="1612"/>
         <source>Bottom Sidebar</source>
         <translation>Barra in basso</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
+        <location filename="UI/UserInterface.py" line="1612"/>
         <source>&amp;Bottom Sidebar</source>
         <translation>Barra in &amp;basso</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1586"/>
+        <location filename="UI/UserInterface.py" line="1615"/>
         <source>Toggle the bottom sidebar window</source>
         <translation>Abilita/Disabilita la finestra della barra in basso</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1587"/>
+        <location filename="UI/UserInterface.py" line="1616"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abilita/Disabilita la finestra della barra in basso&lt;/b&gt;&lt;p&gt;Se la finestra della barra in basso è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
+        <location filename="UI/UserInterface.py" line="1428"/>
         <source>&amp;Debug-Viewer</source>
         <translation>&amp;Debug-Viewer</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1401"/>
+        <location filename="UI/UserInterface.py" line="1430"/>
         <source>Toggle the Debug-Viewer window</source>
         <translation>Abilita/Disabilita la finestra del Debug-Viewer</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1402"/>
+        <location filename="UI/UserInterface.py" line="1431"/>
         <source>&lt;b&gt;Toggle the Debug-Viewer window&lt;/b&gt;&lt;p&gt;If the Debug-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abilita/Disabilita la finestra del Debug-Viewer&lt;/b&gt;&lt;p&gt;Se la finestra del Debug-Viewer è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
+        <location filename="UI/UserInterface.py" line="1439"/>
         <source>Activate Debug-Viewer</source>
         <translation>Attiva Debug-Viewer</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
+        <location filename="UI/UserInterface.py" line="1901"/>
         <source>SQL Browser</source>
         <translation>SQL Browser</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
+        <location filename="UI/UserInterface.py" line="1901"/>
         <source>SQL &amp;Browser...</source>
         <translation>SQL &amp;Browser...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1852"/>
+        <location filename="UI/UserInterface.py" line="1905"/>
         <source>Browse a SQL database</source>
         <translation>Naviga un database SQL</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1853"/>
+        <location filename="UI/UserInterface.py" line="1906"/>
         <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
         <translation>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Naviga un database SQL.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
+        <location filename="UI/UserInterface.py" line="2831"/>
         <source>Error log found</source>
         <translation>Log degli errori trovato</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
+        <location filename="UI/UserInterface.py" line="2831"/>
         <source>An error log file was found. What should be done with it?</source>
         <translation>Un file di log degli errori è stato trovato. Cosa ne vuoi fare ?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2789"/>
+        <location filename="UI/UserInterface.py" line="2842"/>
         <source>Send Bug Email</source>
         <translation>Manda una segnalazione di bug via EMail</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2792"/>
+        <location filename="UI/UserInterface.py" line="2845"/>
         <source>Ignore and Delete</source>
         <translation>Ignora e cancella</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2795"/>
+        <location filename="UI/UserInterface.py" line="2848"/>
         <source>Ignore but Keep</source>
         <translation>Ignora ma tieni</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
+        <location filename="UI/UserInterface.py" line="1925"/>
         <source>Web Browser</source>
         <translation>Browser Web</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
+        <location filename="UI/UserInterface.py" line="1925"/>
         <source>&amp;Web Browser...</source>
         <translation>Browser &amp;Web...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
+        <location filename="UI/UserInterface.py" line="1937"/>
         <source>Icon Editor</source>
         <translation>Editor di icone</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
+        <location filename="UI/UserInterface.py" line="1937"/>
         <source>&amp;Icon Editor...</source>
         <translation>Editor di &amp;icone...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
+        <location filename="UI/UserInterface.py" line="4123"/>
         <source>Qt 3 support</source>
         <translation>Supporto Qt3</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
+        <location filename="UI/UserInterface.py" line="2236"/>
         <source>PySide Documentation</source>
         <translation>Documentazione PySide</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
+        <location filename="UI/UserInterface.py" line="2236"/>
         <source>Py&amp;Side Documentation</source>
         <translation>Documentazione Py&amp;Side</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2185"/>
+        <location filename="UI/UserInterface.py" line="2238"/>
         <source>Open PySide Documentation</source>
         <translation>Apri documentazione PySide</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2186"/>
+        <location filename="UI/UserInterface.py" line="2239"/>
         <source>&lt;b&gt;PySide Documentation&lt;/b&gt;&lt;p&gt;Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation>&lt;b&gt;Documentazione PySide&lt;/b&gt;&lt;p&gt;Visualizza la documentazione di PySide. A seconda di come è configurato il tuo sistema, verrà mostrata nel visualizzatore interno di Eric o in un browser web o usando Qt Assistant. &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
+        <location filename="UI/UserInterface.py" line="4698"/>
         <source>&lt;p&gt;The PySide documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation>&lt;p&gt;L&apos;inizio della documentazione di PySide non è stato configurato.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="662"/>
+        <location filename="UI/UserInterface.py" line="667"/>
         <source>&lt;p&gt;The Qt Style Sheet file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file Qt Style Sheet &lt;b&gt;{0}&lt;/b&gt; non può essere letto. &lt;br&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1280"/>
+        <location filename="UI/UserInterface.py" line="1309"/>
         <source>{0} - Passive Mode</source>
         <translation>{0} - Passive Debug Mode</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1285"/>
+        <location filename="UI/UserInterface.py" line="1314"/>
         <source>{0} - {1} - Passive Mode</source>
         <translation>{0} -{1} Passive Debug Mode</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1288"/>
+        <location filename="UI/UserInterface.py" line="1317"/>
         <source>{0} - {1} - {2} - Passive Mode</source>
         <translation>{0} -{1} - {2} - Passive Debug Mode</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1642"/>
+        <location filename="UI/UserInterface.py" line="1695"/>
         <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric5 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Visualizza il browser web di eric5. Questa finestra mostra file di help HTML e della documentazione Qt. Ha la capacitaà di navigare nei link, impostare segnalibri, stampare l&apos;help visualizzato e alcune altre funzionalità. E&apos; possibile usarlo anche per internet&lt;/p&gt;&lt;p&gt;Se invocato con una parola selezionata, questa parola viene cercata nella documetazione Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1672"/>
+        <location filename="UI/UserInterface.py" line="1725"/>
         <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric5.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Controlla per Update...&lt;/b&gt;&lt;p&gt;Controlla su internet per aggiornamenti di eric5.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1684"/>
+        <location filename="UI/UserInterface.py" line="1737"/>
         <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric5 versions available for download from the internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mostra versioni scaricabili...&lt;/b&gt;&lt;p&gt;Mostra le versioni di eric5 disponibili per il download.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1876"/>
+        <location filename="UI/UserInterface.py" line="1929"/>
         <source>Start the eric5 Web Browser</source>
         <translation>Avvia il Browser Web di eric5</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1877"/>
+        <location filename="UI/UserInterface.py" line="1930"/>
         <source>&lt;b&gt;Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric5 Web Browser.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Browser Web&lt;/b&gt;&lt;p&gt;Naviga con il browser web di eric5.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1888"/>
+        <location filename="UI/UserInterface.py" line="1941"/>
         <source>Start the eric5 Icon Editor</source>
         <translation>Avvia l&apos;editor di icone di eric5</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1889"/>
+        <location filename="UI/UserInterface.py" line="1942"/>
         <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric5 Icon Editor for editing simple icons.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Editor di icone&lt;/b&gt;&lt;p&gt;Avvia l&apos;editor di icone di eric5 per modificare delle icone semplici.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1945"/>
+        <location filename="UI/UserInterface.py" line="1998"/>
         <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric5.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Mostra tool esterni&lt;/b&gt;&lt;p&gt;Mostra un dialogo con percorso e versione di tutti i tool esterni usati da eric5.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2168"/>
+        <location filename="UI/UserInterface.py" line="2221"/>
         <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Documentazione API Eric&lt;/b&gt;&lt;p&gt;Mostra la documentazione delle API di Eric. La posizione della documentazione è la subdirectory Documentation/Source della directory in cui è installato eric5.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2594"/>
+        <location filename="UI/UserInterface.py" line="2647"/>
         <source>External Tools/{0}</source>
         <translation>Tool Esterni/{0}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
+        <location filename="UI/UserInterface.py" line="4123"/>
         <source>Qt v.3 is not supported by eric5.</source>
         <translation>Le Qt v.3 non sono supportate da eric5.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
+        <location filename="UI/UserInterface.py" line="4281"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file &lt;b&gt;{0}&lt;/b&gt; non esiste o ha lunghezza zero.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3952"/>
+        <location filename="UI/UserInterface.py" line="4043"/>
         <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare Qt-Designer.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4009"/>
+        <location filename="UI/UserInterface.py" line="4100"/>
         <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare Qt-Linguist.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4053"/>
+        <location filename="UI/UserInterface.py" line="4144"/>
         <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare Qt-Assistant.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4094"/>
+        <location filename="UI/UserInterface.py" line="4185"/>
         <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare il visualizzatore personalizzato.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4153"/>
+        <location filename="UI/UserInterface.py" line="4244"/>
         <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare UI Previewer.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4198"/>
+        <location filename="UI/UserInterface.py" line="4289"/>
         <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare l&apos;anteprima delle traduzioni.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4217"/>
+        <location filename="UI/UserInterface.py" line="4308"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare SQL Browser.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4265"/>
+        <location filename="UI/UserInterface.py" line="4356"/>
         <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
         <translation>Nessun elemento per il tool esterno &apos;{0}&apos; trovato nel gruppo &apos;{1}&apos;.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
+        <location filename="UI/UserInterface.py" line="4362"/>
         <source>No toolgroup entry &apos;{0}&apos; found.</source>
         <translation>Nessun gruppo &apos;{0}&apos; trovato.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4307"/>
+        <location filename="UI/UserInterface.py" line="4398"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation>Avvio processo &apos;{0} {1}&apos;.
 </translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
+        <location filename="UI/UserInterface.py" line="4417"/>
         <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Non posso avviare l&apos;elemento degli strumenti &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4403"/>
+        <location filename="UI/UserInterface.py" line="4494"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation>Il processo &apos;{0}&apos; è terminato.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
+        <location filename="UI/UserInterface.py" line="4713"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation>&lt;p&gt;L&apos;inizio della documentazione &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; non viene trovato.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4807"/>
+        <location filename="UI/UserInterface.py" line="4910"/>
         <source>Keyboard shortcut file (*.e4k);;Compressed keyboard shortcut file (*.e4kz)</source>
         <translation>Keyboard shortcut file (*.e4k);;Compressed eric4 keyboard shortcut file (*.e4kz)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
+        <location filename="UI/UserInterface.py" line="4930"/>
         <source>&lt;p&gt;The keyboard shortcuts could not be written to file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Le scorciatoie da tastiera non possono essere scritte nel file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
+        <location filename="UI/UserInterface.py" line="4939"/>
         <source>Keyboard shortcut file (*.e4k *.e4kz)</source>
         <translation>Keyboard shortcut file (*.e4k *.e4kz)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
+        <location filename="UI/UserInterface.py" line="5063"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file task &lt;b&gt;{0}&lt;/b&gt; non può essere scritto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5007"/>
+        <location filename="UI/UserInterface.py" line="5110"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file task &lt;b&gt;{0}&lt;/b&gt; non può essere letto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
+        <location filename="UI/UserInterface.py" line="5120"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file task &lt;b&gt;{0}&lt;/b&gt; è di un formato non supportato.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
+        <location filename="UI/UserInterface.py" line="5138"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file sessione &lt;b&gt;{0}&lt;/b&gt; non può essere scritto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5086"/>
+        <location filename="UI/UserInterface.py" line="5189"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file sessione &lt;b&gt;{0}&lt;/b&gt; non può essere letto.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
+        <location filename="UI/UserInterface.py" line="5199"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file sessione &lt;b&gt;{0}&lt;/b&gt; è di un formato non supportato.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
+        <location filename="UI/UserInterface.py" line="5317"/>
         <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
         <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; non è un file.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5363"/>
+        <location filename="UI/UserInterface.py" line="5466"/>
         <source>Trying host {0}</source>
         <translation>Tento su host {0}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
+        <location filename="UI/UserInterface.py" line="5573"/>
         <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric5 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
         <translation>L&apos;update alla versione &lt;b&gt;{0}&lt;/b&gt; di eric5 è disponibile presso &lt;b&gt;{1}&lt;/b&gt;. Vuoi prenderlo ?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>Eric5 is up to date</source>
         <translation>Eric5 è aggiornato</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>You are using the latest version of eric5</source>
         <translation>Stai usando l&apos;ultima versione di eric5</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
+        <location filename="UI/UserInterface.py" line="5638"/>
         <source>&lt;p&gt;SSL Errors:&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Do you want to ignore these errors?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Errori SSL:&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Vuoi ignorare questi errori ?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
+        <location filename="UI/UserInterface.py" line="5664"/>
         <source>eric5 has not been configured yet. The configuration dialog will be started.</source>
         <translation>eric5 non è ancora stato configurato. Il dialogo di configurazione verrà avviato.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>Cooperation</source>
         <translation>Cooperazione</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>&amp;Cooperation</source>
         <translation>&amp;Cooperazione</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1597"/>
+        <location filename="UI/UserInterface.py" line="1626"/>
         <source>Toggle the Cooperation window</source>
         <translation>Abilita/Disabilita la finestra di cooperazione</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1599"/>
+        <location filename="UI/UserInterface.py" line="1628"/>
         <source>&lt;b&gt;Toggle the Cooperation window&lt;/b&gt;&lt;p&gt;If the Cooperation window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abilita/Disabilita la finestra di cooperazione&lt;/b&gt;&lt;p&gt;Se la finestra di cooperazione è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Activate Cooperation-Viewer</source>
         <translation>Attiva viewer di cooperazione</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Alt+Shift+O</source>
         <translation>Alt+Shift+O</translation>
     </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>&amp;Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1650"/>
+        <source>Toggle the Symbols window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1652"/>
+        <source>&lt;b&gt;Toggle the Symbols window&lt;/b&gt;&lt;p&gt;If the Symbols window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Activate Symbols-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Alt+Shift+Y</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>UserPropertiesDialog</name>
@@ -38764,517 +38845,517 @@
 <context>
     <name>ViewManager</name>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>New</source>
         <translation>Nuovo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>&amp;New</source>
         <translation>&amp;Nuova</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="464"/>
-        <source>Open an empty editor window</source>
-        <translation>Apri una finestra vuota</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="466"/>
+        <source>Open an empty editor window</source>
+        <translation>Apri una finestra vuota</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="468"/>
         <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Nuova&lt;/b&gt;&lt;p&gt;Verrà creata una nuova finestra vuota.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Open</source>
         <translation>Apri</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>&amp;Open...</source>
         <translation>&amp;Apri...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Close</source>
         <translation>Chiudi</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>&amp;Close</source>
         <translation>&amp;Chiudi</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="496"/>
-        <source>Close the current window</source>
-        <translation>Chiudi la finestra attuale</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="498"/>
+        <source>Close the current window</source>
+        <translation>Chiudi la finestra attuale</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="500"/>
         <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Chiudi finestra&lt;/b&gt;&lt;p&gt;Chiudi la finestra attuale.&lt;/b&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Close All</source>
         <translation>Chiudi tutti</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Clos&amp;e All</source>
         <translation>Chiudi &amp;tutti</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="508"/>
-        <source>Close all editor windows</source>
-        <translation>Chiudi tutte le finestre dell&apos;editor</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="510"/>
+        <source>Close all editor windows</source>
+        <translation>Chiudi tutte le finestre dell&apos;editor</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="512"/>
         <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Chiudi tutte le finestre&lt;/b&gt;&lt;p&gt;Chiudi tutte le finestre dell&apos;editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Save</source>
         <translation>Salva</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>&amp;Save</source>
         <translation>&amp;Salva</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="527"/>
-        <source>Save the current file</source>
-        <translation>Salva il file corrente</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="529"/>
+        <source>Save the current file</source>
+        <translation>Salva il file corrente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="531"/>
         <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Salva fle&lt;/b&gt;&lt;p&gt;Salva il contenuto della finestra attuale.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save as</source>
         <translation>Salva come</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save &amp;as...</source>
         <translation>S&amp;alva come...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="542"/>
-        <source>Save the current file to a new one</source>
-        <translation>Salva il file attuale come uno nuovo</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="544"/>
+        <source>Save the current file to a new one</source>
+        <translation>Salva il file attuale come uno nuovo</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="546"/>
         <source>&lt;b&gt;Save File as&lt;/b&gt;&lt;p&gt;Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Salva file come&lt;/b&gt;&lt;p&gt;Salva il contenuto della finestra attuale come un file nuovo. Il nome può essere inserito nel dialogo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save all</source>
         <translation>Salva tutto</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save a&amp;ll...</source>
         <translation>Salv&amp;a tutto...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="556"/>
-        <source>Save all files</source>
-        <translation>Salva tutti i file</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="558"/>
+        <source>Save all files</source>
+        <translation>Salva tutti i file</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="560"/>
         <source>&lt;b&gt;Save All Files&lt;/b&gt;&lt;p&gt;Save the contents of all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Salva tutti i file&lt;/b&gt;&lt;p&gt;Salva il contenuto di tutte le finestre dell&apos;editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Project</source>
         <translation>Salva nel progetto</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Pro&amp;ject</source>
         <translation>Salva il &amp;progetto</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="572"/>
-        <source>Save the current file to the current project</source>
-        <translation>Salva il file attuale nel progetto attuale</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="574"/>
+        <source>Save the current file to the current project</source>
+        <translation>Salva il file attuale nel progetto attuale</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="576"/>
         <source>&lt;b&gt;Save to Project&lt;/b&gt;&lt;p&gt;Save the contents of the current editor window to the current project. After the file has been saved, it is automatically added to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Salva Progetto&lt;/b&gt;&lt;p&gt;Salva il contenuto della finestra corrente dell&apos;editor nel progetto corrente. Dopo il salvataggio del file, questo viene automaticamente aggiunto al progetto corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Print</source>
         <translation>Stampa</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>&amp;Print</source>
         <translation>Stam&amp;pa</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="591"/>
-        <source>Print the current file</source>
-        <translation>Stampa il file attuale</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="593"/>
+        <source>Print the current file</source>
+        <translation>Stampa il file attuale</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="595"/>
         <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Stampa fle&lt;/b&gt;&lt;p&gt;Stampa il contenuto della finestra attuale.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="639"/>
-        <source>Open &amp;Recent Files</source>
-        <translation>Apri file &amp;recenti</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="641"/>
+        <source>Open &amp;Recent Files</source>
+        <translation>Apri file &amp;recenti</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="643"/>
         <source>Open &amp;Bookmarked Files</source>
         <translation>Apri file presenti nel &amp;Bookmark</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Undo</source>
         <translation>Undo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>&amp;Undo</source>
         <translation>&amp;Undo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="741"/>
-        <source>Undo the last change</source>
-        <translation>Annulla l&apos;ultima modifica</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="743"/>
+        <source>Undo the last change</source>
+        <translation>Annulla l&apos;ultima modifica</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="745"/>
         <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Annulla&lt;/b&gt;&lt;p&gt;Annula l&apos;ultima modifica nell&apos;editor corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Redo</source>
         <translation>Rifai</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>&amp;Redo</source>
         <translation>&amp;Rifai</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="756"/>
-        <source>Redo the last change</source>
-        <translation>Rifai ultima modifica</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="758"/>
+        <source>Redo the last change</source>
+        <translation>Rifai ultima modifica</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="760"/>
         <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Rifai&lt;/b&gt;&lt;p&gt;Rifai l&apos;ultima modifica nell&apos;editor corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="772"/>
-        <source>Revert to last saved state</source>
-        <translation>Ritorna all&apos;ultimo stato salvato</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
-        <source>Re&amp;vert to last saved state</source>
-        <translation>Ritorna all&apos;ultimo stato sal&amp;vato</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="774"/>
+        <source>Revert to last saved state</source>
+        <translation>Ritorna all&apos;ultimo stato salvato</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
+        <source>Re&amp;vert to last saved state</source>
+        <translation>Ritorna all&apos;ultimo stato sal&amp;vato</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="776"/>
         <source>&lt;b&gt;Revert to last saved state&lt;/b&gt;&lt;p&gt;Undo all changes up to the last saved state of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Torna all&apos;ultimo stato salvato&lt;/b&gt;&lt;p&gt;Annulla tutte le modifiche fino all&apos;ultimo salvataggio dell&apos;editor corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cut</source>
         <translation>Taglia</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cu&amp;t</source>
         <translation>&amp;Taglia</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="791"/>
-        <source>Cut the selection</source>
-        <translation>Taglia la selezione</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="793"/>
+        <source>Cut the selection</source>
+        <translation>Taglia la selezione</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="795"/>
         <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Taglia&lt;/b&gt;&lt;p&gt;Taglia il testo selezionato nell&apos;editor corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Copy</source>
         <translation>Copia</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>&amp;Copy</source>
         <translation>&amp;Copia</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="808"/>
-        <source>Copy the selection</source>
-        <translation>Copia la selezione</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="810"/>
+        <source>Copy the selection</source>
+        <translation>Copia la selezione</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="812"/>
         <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Copia&lt;/b&gt;&lt;p&gt;Copia il testo selezionato nell&apos;editor corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Paste</source>
         <translation>Incolla</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>&amp;Paste</source>
         <translation>&amp;Incolla</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="825"/>
-        <source>Paste the last cut/copied text</source>
-        <translation>Incolla l&apos;ultimo testo tagliato/copiato</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="827"/>
+        <source>Paste the last cut/copied text</source>
+        <translation>Incolla l&apos;ultimo testo tagliato/copiato</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="829"/>
         <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard to the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Incolla&lt;/b&gt;&lt;p&gt;Incolla l&apos;ultimo testo tagliato/copiato nell&apos;editor corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Clear</source>
         <translation>Pulisci</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Cl&amp;ear</source>
         <translation>Pu&amp;lisci</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="842"/>
-        <source>Clear all text</source>
-        <translation>Pulisci tutto il testo</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="844"/>
+        <source>Clear all text</source>
+        <translation>Pulisci tutto il testo</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="846"/>
         <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Pulisci&lt;/b&gt;&lt;p&gt;Cancellal tutto il testo dell&apos;editor corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Indent</source>
         <translation>Identa</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>&amp;Indent</source>
         <translation>&amp;Identa</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="858"/>
+        <location filename="ViewManager/ViewManager.py" line="860"/>
         <source>Indent line</source>
         <translation>Identa riga</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="859"/>
+        <location filename="ViewManager/ViewManager.py" line="861"/>
         <source>&lt;b&gt;Indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Indenta&lt;/b&gt;&lt;p&gt;Indenta la riga attuale o le righe selezionate di un livello.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Unindent</source>
         <translation>Annulla identazione</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>U&amp;nindent</source>
         <translation>A&amp;nnulla identazione</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="874"/>
-        <source>Unindent line</source>
-        <translation>Annulla identazione riga</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="876"/>
+        <source>Unindent line</source>
+        <translation>Annulla identazione riga</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="878"/>
         <source>&lt;b&gt;Unindent&lt;/b&gt;&lt;p&gt;Unindents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Annulla indentazione&lt;/b&gt;&lt;p&gt;Annulla l&apos;indentazioe della riga attuale o delle righe selezionate di un livello.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Comment</source>
         <translation>Commenta</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>C&amp;omment</source>
         <translation>C&amp;ommenta</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="909"/>
-        <source>Comment Line or Selection</source>
-        <translation>Commenta Riga o Selezione</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="911"/>
+        <source>Comment Line or Selection</source>
+        <translation>Commenta Riga o Selezione</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="913"/>
         <source>&lt;b&gt;Comment&lt;/b&gt;&lt;p&gt;Comments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Commenta&lt;/b&gt;&lt;p&gt;Commenta la riga attuale o le righe selezionate.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Uncomment</source>
         <translation>Annulla commenta</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Unco&amp;mment</source>
         <translation>Annulla co&amp;mmenta</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="926"/>
-        <source>Uncomment Line or Selection</source>
-        <translation>Annulla commenta Riga o Selezione</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="928"/>
+        <source>Uncomment Line or Selection</source>
+        <translation>Annulla commenta Riga o Selezione</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="930"/>
         <source>&lt;b&gt;Uncomment&lt;/b&gt;&lt;p&gt;Uncomments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Annulla Commenta&lt;/b&gt;&lt;p&gt;Annula Commenta per la riga attuale o per le righe selezionate.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="936"/>
+        <location filename="ViewManager/ViewManager.py" line="938"/>
         <source>Stream Comment</source>
         <translation>Streaml commento</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="940"/>
-        <source>Stream Comment Line or Selection</source>
-        <translation>Stream commento per la Riga o la Selezione</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="942"/>
+        <source>Stream Comment Line or Selection</source>
+        <translation>Stream commento per la Riga o la Selezione</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="944"/>
         <source>&lt;b&gt;Stream Comment&lt;/b&gt;&lt;p&gt;Stream comments the current line or the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Stream commento&lt;/b&gt;&lt;p&gt;Stream commento per la riga attuale o le righe selezionate.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="950"/>
+        <location filename="ViewManager/ViewManager.py" line="952"/>
         <source>Box Comment</source>
         <translation>Box Comment</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="954"/>
-        <source>Box Comment Line or Selection</source>
-        <translation>Box Comment Riga o Selezione</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="956"/>
+        <source>Box Comment Line or Selection</source>
+        <translation>Box Comment Riga o Selezione</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="958"/>
         <source>&lt;b&gt;Box Comment&lt;/b&gt;&lt;p&gt;Box comments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Box commento&lt;/b&gt;&lt;p&gt;Box commento per la riga attuale o le righe selezionate.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to brace</source>
         <translation>Seleziona fino alla parentesi</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to &amp;brace</source>
         <translation>Seleziona fino alla &amp;parentesi</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="971"/>
+        <location filename="ViewManager/ViewManager.py" line="973"/>
         <source>Select text to the matching brace</source>
         <translation>Seleziona il testo fino alla parentesi corrispondente</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Select all</source>
         <translation>Seleziona tutti</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>&amp;Select all</source>
         <translation>&amp;Seleziona tutto</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="986"/>
+        <location filename="ViewManager/ViewManager.py" line="988"/>
         <source>Select all text</source>
         <translation>Seleziona tutto il testo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Deselect all</source>
         <translation>Deseleziona tutti</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>&amp;Deselect all</source>
         <translation>&amp;Deseleziona tutti</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1002"/>
+        <location filename="ViewManager/ViewManager.py" line="1004"/>
         <source>Deselect all text</source>
         <translation>Deseleziona tutto il testo</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1015"/>
-        <source>Convert Line End Characters</source>
-        <translation>Converti il carattere di Line End</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="1011"/>
-        <source>Convert &amp;Line End Characters</source>
-        <translation>Converti il carattere di &amp;Line End</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1017"/>
+        <source>Convert Line End Characters</source>
+        <translation>Converti il carattere di Line End</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1013"/>
+        <source>Convert &amp;Line End Characters</source>
+        <translation>Converti il carattere di &amp;Line End</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1019"/>
         <source>&lt;b&gt;Convert Line End Characters&lt;/b&gt;&lt;p&gt;Convert the line end characters to the currently set type.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Converti caratteri di Line End&lt;/b&gt;&lt;p&gt;Converte i caratteri di line end al tipo selezionato.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1028"/>
-        <source>Shorten empty lines</source>
-        <translation>Abbrevia righe vuote</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1030"/>
+        <source>Shorten empty lines</source>
+        <translation>Abbrevia righe vuote</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1032"/>
         <source>&lt;b&gt;Shorten empty lines&lt;/b&gt;&lt;p&gt;Shorten lines consisting solely of whitespace characters.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Accorcia righe vuote&lt;/b&gt;&lt;p&gt;Accorcia le righe contenenti solo spazi.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Autocomplete</source>
         <translation>Autocompletamento</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1816"/>
+        <location filename="ViewManager/ViewManager.py" line="1818"/>
         <source>&amp;Autocomplete</source>
         <translation>&amp;Autocompletamento</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1045"/>
-        <source>Autocomplete current word</source>
-        <translation>Completa automanticamente la parola corrente</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1047"/>
+        <source>Autocomplete current word</source>
+        <translation>Completa automanticamente la parola corrente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1049"/>
         <source>&lt;b&gt;Autocomplete&lt;/b&gt;&lt;p&gt;Performs an autocompletion of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autocompletamenteo&lt;/b&gt;&lt;p&gt;Effettual il completamento automatio della parola che contiene il cursore.&lt;/p&gt;</translation>
     </message>
@@ -39964,484 +40045,484 @@
         <translation>&lt;b&gt;Sostituisci&lt;/b&gt;&lt;p&gt;Cerca per del testo nell&apos;editor corrente e lo sostituisce. Viene mostrato in dialogo per inserire il testo cercato, il testo sostituto e le opzioni per la ricerca e la sostituzione.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2069"/>
+        <location filename="ViewManager/ViewManager.py" line="2071"/>
         <source>Goto Line</source>
         <translation>Vai a riga</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>&amp;Goto Line...</source>
         <translation>Vai a ri&amp;ga...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2070"/>
+        <location filename="ViewManager/ViewManager.py" line="2072"/>
         <source>&lt;b&gt;Goto Line&lt;/b&gt;&lt;p&gt;Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vai a Riga&lt;/b&gt;&lt;p&gt;Va ad una specifica riga di testo nell&apos;editor corrente. Viene mostrato un dialogo per inserire il numero di riga&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2085"/>
-        <source>Goto Brace</source>
-        <translation>Vai alla parentesi</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
-        <source>Goto &amp;Brace</source>
-        <translation>Vai alla &amp;parentesi</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2087"/>
+        <source>Goto Brace</source>
+        <translation>Vai alla parentesi</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
+        <source>Goto &amp;Brace</source>
+        <translation>Vai alla &amp;parentesi</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2089"/>
         <source>&lt;b&gt;Goto Brace&lt;/b&gt;&lt;p&gt;Go to the matching brace in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vai alla parentesi&lt;/b&gt;&lt;p&gt;Va alla parentesi corrispondete nell&apos;editor corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in Files</source>
         <translation>Cerca nei file</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in &amp;Files...</source>
         <translation>Cerca nei &amp;file...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2104"/>
-        <source>Search for a text in files</source>
-        <translation>Cerca un testo nei file</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2106"/>
+        <source>Search for a text in files</source>
+        <translation>Cerca un testo nei file</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2108"/>
         <source>&lt;b&gt;Search in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project. A dialog is shown to enter the searchtext and options for the search and to display the result.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cerca nei file&lt;/b&gt;&lt;p&gt;Cerca per del testo nei file di un albero di directory o del progetto. Un dialogo viene mostrato per inserire il testo cercato e le opzioni per la ricerca e la visualizzazione del risultato.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom in</source>
         <translation>Ingrandisci</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom &amp;in</source>
         <translation>Ingrand&amp;isci</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2238"/>
-        <source>Zoom in on the text</source>
-        <translation>Ingrandisci nel testo</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2240"/>
+        <source>Zoom in on the text</source>
+        <translation>Ingrandisci nel testo</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2242"/>
         <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the text. This makes the text bigger.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ingrandisci&lt;/b&gt;&lt;p&gt;Ingrandisci nel testo. Questo aumenta le dimensioni del testo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom out</source>
         <translation>Riduci</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom &amp;out</source>
         <translation>Rid&amp;uci</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2254"/>
-        <source>Zoom out on the text</source>
-        <translation>Riduci il testo</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2256"/>
+        <source>Zoom out on the text</source>
+        <translation>Riduci il testo</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2258"/>
         <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the text. This makes the text smaller.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Riduci&lt;/b&gt;&lt;p&gt;Riduci nel testo. Questo diminuisce le dimensioni del testo.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Zoom</source>
         <translation>Zoom</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>&amp;Zoom</source>
         <translation>&amp;Zoom</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2270"/>
-        <source>Zoom the text</source>
-        <translation>Ingrandisci il testo</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2272"/>
+        <source>Zoom the text</source>
+        <translation>Ingrandisci il testo</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2274"/>
         <source>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom the text. This opens a dialog where the desired size can be entered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Zoom&lt;/b&gt;&lt;o&gt;Zoom del testo. Apre un dialogo dove inserire la dimensione voluta.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2284"/>
-        <source>Toggle all folds</source>
-        <translation>Abilita/Disabilita tutti i raggruppamenti</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2280"/>
-        <source>Toggle &amp;all folds</source>
-        <translation>Abilita/Disabilita tutti i r&amp;aggruppamenti</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2286"/>
+        <source>Toggle all folds</source>
+        <translation>Abilita/Disabilita tutti i raggruppamenti</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2282"/>
+        <source>Toggle &amp;all folds</source>
+        <translation>Abilita/Disabilita tutti i r&amp;aggruppamenti</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2288"/>
         <source>&lt;b&gt;Toggle all folds&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abilita/Disabilita tutti i raggruppamenti&lt;/b&gt;&lt;p&gt;Abilita/Disabilita tutti i raggruppamenti dell&apos;editor corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2314"/>
-        <source>Toggle current fold</source>
-        <translation>Abilita/Disabilita il raggruppamento corrente</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2310"/>
-        <source>Toggle &amp;current fold</source>
-        <translation>Abilita/Disabilita il raggruppamento &amp;corrente</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2316"/>
+        <source>Toggle current fold</source>
+        <translation>Abilita/Disabilita il raggruppamento corrente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2312"/>
+        <source>Toggle &amp;current fold</source>
+        <translation>Abilita/Disabilita il raggruppamento &amp;corrente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2318"/>
         <source>&lt;b&gt;Toggle current fold&lt;/b&gt;&lt;p&gt;Toggle the folds of the current line of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abilita/Disabilita il raggruppamento corrente&lt;/b&gt;&lt;p&gt;Abilita/Disabilita il raggruppamento alla riga corrente dell&apos;editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2329"/>
-        <source>Remove all highlights</source>
-        <translation>Rimuovi tutti gli highlight</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2331"/>
+        <source>Remove all highlights</source>
+        <translation>Rimuovi tutti gli highlight</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2333"/>
         <source>&lt;b&gt;Remove all highlights&lt;/b&gt;&lt;p&gt;Remove the highlights of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Rimuovi tutti gli highlight&lt;/b&gt;&lt;p&gt;Rimuovi tutti gli highlight da tutti gli editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>Split view</source>
         <translation>Dividi vista</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>&amp;Split view</source>
         <translation>Dividi vi&amp;sta</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2342"/>
-        <source>Add a split to the view</source>
-        <translation>Aggiungi un divisione alla vista</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2344"/>
+        <source>Add a split to the view</source>
+        <translation>Aggiungi un divisione alla vista</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2346"/>
         <source>&lt;b&gt;Split view&lt;/b&gt;&lt;p&gt;Add a split to the view.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Dividi vista&lt;/b&gt;&lt;p&gt;Aggiungi un divisione alla vista.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange horizontally</source>
         <translation>Sistema orizzontalmente</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange &amp;horizontally</source>
         <translation>Sistema o&amp;rizzontalmente</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2356"/>
-        <source>Arrange the splitted views horizontally</source>
-        <translation>Sistema le finestre divise orizzontalmente</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2358"/>
+        <source>Arrange the splitted views horizontally</source>
+        <translation>Sistema le finestre divise orizzontalmente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2360"/>
         <source>&lt;b&gt;Arrange horizontally&lt;/b&gt;&lt;p&gt;Arrange the splitted views horizontally.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Sistema orizzontalmente&lt;/b&gt;&lt;p&gt;Sistema le finestre divise orizzontalmente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>Remove split</source>
         <translation>Rimuovi divisione</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>&amp;Remove split</source>
         <translation>&amp;Rimuovi divisione</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2372"/>
-        <source>Remove the current split</source>
-        <translation>Rimuovi la divisione corrente</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2374"/>
+        <source>Remove the current split</source>
+        <translation>Rimuovi la divisione corrente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2376"/>
         <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Rimuovi divisione&lt;/b&gt;&lt;p&gt;Rimuovi la divisione corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2479"/>
-        <source>Start Macro Recording</source>
-        <translation>Avvia registrazione della macro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2474"/>
-        <source>S&amp;tart Macro Recording</source>
-        <translation>Avvia regis&amp;trazione della macro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2481"/>
+        <source>Start Macro Recording</source>
+        <translation>Avvia registrazione della macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2476"/>
+        <source>S&amp;tart Macro Recording</source>
+        <translation>Avvia regis&amp;trazione della macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2483"/>
         <source>&lt;b&gt;Start Macro Recording&lt;/b&gt;&lt;p&gt;Start recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Avvia registrazione della macro&lt;/b&gt;&lt;p&gt;Avvia la registrazione dei comandi dell&apos;editor in una nuova macro.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2494"/>
-        <source>Stop Macro Recording</source>
-        <translation>Interrompi registrazione macro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2489"/>
-        <source>Sto&amp;p Macro Recording</source>
-        <translation>Interrom&amp;pi registrazione macro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2496"/>
+        <source>Stop Macro Recording</source>
+        <translation>Interrompi registrazione macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2491"/>
+        <source>Sto&amp;p Macro Recording</source>
+        <translation>Interrom&amp;pi registrazione macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2498"/>
         <source>&lt;b&gt;Stop Macro Recording&lt;/b&gt;&lt;p&gt;Stop recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Interrompi registrazione macro&lt;/b&gt;&lt;p&gt;Interrompi la registrazione dei comandi dell&apos;editor in una nuova macro.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2507"/>
+        <location filename="ViewManager/ViewManager.py" line="2509"/>
         <source>Run Macro</source>
         <translation>Esegui Macro</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2504"/>
+        <location filename="ViewManager/ViewManager.py" line="2506"/>
         <source>&amp;Run Macro</source>
         <translation>Esegui Mac&amp;ro</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2508"/>
+        <location filename="ViewManager/ViewManager.py" line="2510"/>
         <source>&lt;b&gt;Run Macro&lt;/b&gt;&lt;p&gt;Run a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Esegui Macro&lt;/b&gt;&lt;p&gt;Esegui una macro precedentemente registrata.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2519"/>
-        <source>Delete Macro</source>
-        <translation>Cancella Macro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2515"/>
-        <source>&amp;Delete Macro</source>
-        <translation>Canc&amp;ella Macro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2521"/>
+        <source>Delete Macro</source>
+        <translation>Cancella Macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2517"/>
+        <source>&amp;Delete Macro</source>
+        <translation>Canc&amp;ella Macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2523"/>
         <source>&lt;b&gt;Delete Macro&lt;/b&gt;&lt;p&gt;Delete a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cancella Macro&lt;/b&gt;&lt;p&gt;Cancella una macro precedentemente registrata.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2531"/>
-        <source>Load Macro</source>
-        <translation>Carica Macro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2528"/>
-        <source>&amp;Load Macro</source>
-        <translation>C&amp;arica Macro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2533"/>
+        <source>Load Macro</source>
+        <translation>Carica Macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2530"/>
+        <source>&amp;Load Macro</source>
+        <translation>C&amp;arica Macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2535"/>
         <source>&lt;b&gt;Load Macro&lt;/b&gt;&lt;p&gt;Load an editor macro from a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Carica Macro&lt;/b&gt;&lt;p&gt;Carica una macro da un file.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2543"/>
-        <source>Save Macro</source>
-        <translation>Salva Macro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2540"/>
-        <source>&amp;Save Macro</source>
-        <translation>&amp;Salva Macro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2545"/>
+        <source>Save Macro</source>
+        <translation>Salva Macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2542"/>
+        <source>&amp;Save Macro</source>
+        <translation>&amp;Salva Macro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2547"/>
         <source>&lt;b&gt;Save Macro&lt;/b&gt;&lt;p&gt;Save a previously recorded editor macro to a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Salva Macro&lt;/b&gt;&lt;p&gt;Salva una macro precedentemente registrata.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2583"/>
-        <source>Toggle Bookmark</source>
-        <translation>Inverti bookmark</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
-        <source>&amp;Toggle Bookmark</source>
-        <translation>Inver&amp;ti bookmark</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2585"/>
+        <source>Toggle Bookmark</source>
+        <translation>Inverti bookmark</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
+        <source>&amp;Toggle Bookmark</source>
+        <translation>Inver&amp;ti bookmark</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2587"/>
         <source>&lt;b&gt;Toggle Bookmark&lt;/b&gt;&lt;p&gt;Toggle a bookmark at the current line of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Toggle bookmark&lt;/b&gt;&lt;p&gt;Attiva un bookmark sulla linea corrente dell&apos;editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2599"/>
-        <source>Next Bookmark</source>
-        <translation>Prossimo segnalibro</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
-        <source>&amp;Next Bookmark</source>
-        <translation>Prossimo seg&amp;nalibro</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2601"/>
+        <source>Next Bookmark</source>
+        <translation>Prossimo segnalibro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
+        <source>&amp;Next Bookmark</source>
+        <translation>Prossimo seg&amp;nalibro</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2603"/>
         <source>&lt;b&gt;Next Bookmark&lt;/b&gt;&lt;p&gt;Go to next bookmark of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Prossimo segnalibro&lt;/b&gt;&lt;p&gt;Vai al segnalibro seguente dell&apos;editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2615"/>
-        <source>Previous Bookmark</source>
-        <translation>Segnalibro precedente</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
-        <source>&amp;Previous Bookmark</source>
-        <translation>Segnalibro &amp;precedente</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2617"/>
+        <source>Previous Bookmark</source>
+        <translation>Segnalibro precedente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
+        <source>&amp;Previous Bookmark</source>
+        <translation>Segnalibro &amp;precedente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2619"/>
         <source>&lt;b&gt;Previous Bookmark&lt;/b&gt;&lt;p&gt;Go to previous bookmark of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Segnalibro precedente&lt;/b&gt;&lt;p&gt;Va al segnalibro precedente dell&apos;editor corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2632"/>
-        <source>Clear Bookmarks</source>
-        <translation>Pulisci segnalibri</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
-        <source>&amp;Clear Bookmarks</source>
-        <translation>Pulis&amp;ci segnalibri</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2634"/>
+        <source>Clear Bookmarks</source>
+        <translation>Pulisci segnalibri</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
+        <source>&amp;Clear Bookmarks</source>
+        <translation>Pulis&amp;ci segnalibri</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2636"/>
         <source>&lt;b&gt;Clear Bookmarks&lt;/b&gt;&lt;p&gt;Clear bookmarks of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Pulisci Segnalibri&lt;/b&gt;&lt;p&gt;Pulisci i segnalibri di tutti gli editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2797"/>
+        <location filename="ViewManager/ViewManager.py" line="2799"/>
         <source>&amp;Bookmarks</source>
         <translation>Segnali&amp;bri</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>File Modified</source>
         <translation>File modificato</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3658"/>
+        <location filename="ViewManager/ViewManager.py" line="3660"/>
         <source>&amp;Clear</source>
         <translation>Pulis&amp;ci</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3654"/>
-        <source>&amp;Add</source>
-        <translation>&amp;Aggiungi</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="3656"/>
+        <source>&amp;Add</source>
+        <translation>&amp;Aggiungi</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="3658"/>
         <source>&amp;Edit...</source>
         <translation>&amp;Modifica...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search File</source>
         <translation>Cerca File</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search &amp;File...</source>
         <translation>Cerca &amp;File...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="623"/>
-        <source>Search for a file</source>
-        <translation>Cerca un file</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="625"/>
+        <source>Search for a file</source>
+        <translation>Cerca un file</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="627"/>
         <source>&lt;b&gt;Search File&lt;/b&gt;&lt;p&gt;Search for a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Cerca file&lt;/b&gt;&lt;p&gt;Cerca un file.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Autocomplete from Document</source>
         <translation>Autocompletamento dal Documento</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1060"/>
-        <source>Autocomplete current word from Document</source>
-        <translation>Completa automanticamente la parola corrente dal Documento</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1062"/>
+        <source>Autocomplete current word from Document</source>
+        <translation>Completa automanticamente la parola corrente dal Documento</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1064"/>
         <source>&lt;b&gt;Autocomplete from Document&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autocompletamento dal Documento&lt;/b&gt;&lt;p&gt;Esegue il completamento automatico dal documento della parola che contiene il cursore.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Autocomplete from APIs</source>
         <translation>Autocompletamento dalle API</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1077"/>
-        <source>Autocomplete current word from APIs</source>
-        <translation>Completa automanticamente la parola corrente dalle API</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1079"/>
+        <source>Autocomplete current word from APIs</source>
+        <translation>Completa automanticamente la parola corrente dalle API</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1081"/>
         <source>&lt;b&gt;Autocomplete from APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autocompletamento dalle API&lt;/b&gt;&lt;p&gt;Esegue il completamento automatico dalle API della parola che contiene il cursore.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2648"/>
-        <source>Goto Syntax Error</source>
-        <translation>Vai all&apos;errore di sintassi</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2642"/>
-        <source>&amp;Goto Syntax Error</source>
-        <translation>&amp;Vai all&apos;errore di sintassi</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2650"/>
+        <source>Goto Syntax Error</source>
+        <translation>Vai all&apos;errore di sintassi</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2644"/>
+        <source>&amp;Goto Syntax Error</source>
+        <translation>&amp;Vai all&apos;errore di sintassi</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2652"/>
         <source>&lt;b&gt;Goto Syntax Error&lt;/b&gt;&lt;p&gt;Go to next syntax error of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vai all&apos;errore di sintassi&lt;/b&gt;&lt;p&gt;Vai all&apos;errore di sintassi successivo dell&apos;editor corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2663"/>
-        <source>Clear Syntax Errors</source>
-        <translation>Pulisci errori di sintassi</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2658"/>
-        <source>Clear &amp;Syntax Errors</source>
-        <translation>Pulisci errori di &amp;sintassi</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2665"/>
+        <source>Clear Syntax Errors</source>
+        <translation>Pulisci errori di sintassi</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2660"/>
+        <source>Clear &amp;Syntax Errors</source>
+        <translation>Pulisci errori di &amp;sintassi</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2667"/>
         <source>&lt;b&gt;Clear Syntax Errors&lt;/b&gt;&lt;p&gt;Clear syntax errors of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Pulisci errori di sintassi&lt;/b&gt;&lt;p&gt;Pulisci gli errori di sintassi da tutti gli editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Alt+Backspace</source>
         <comment>Edit|Undo</comment>
         <translation>Alt+Backspace</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Shift+Del</source>
         <comment>Edit|Cut</comment>
         <translation>Shift+Del</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Shift+Ins</source>
         <comment>Edit|Paste</comment>
         <translation>Shift+Ins</translation>
@@ -40452,165 +40533,165 @@
         <translation>Shift+Backspace</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2730"/>
+        <location filename="ViewManager/ViewManager.py" line="2732"/>
         <source>Next uncovered line</source>
         <translation>Prossima linea non analizzata</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2724"/>
+        <location filename="ViewManager/ViewManager.py" line="2726"/>
         <source>&amp;Next uncovered line</source>
         <translation>Prossima linea &amp;non analizzata</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2732"/>
+        <location filename="ViewManager/ViewManager.py" line="2734"/>
         <source>&lt;b&gt;Next uncovered line&lt;/b&gt;&lt;p&gt;Go to next line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Prossima linea  non analizzata&lt;/b&gt;&lt;p&gt;Vai alla prossima riga dell&apos;editor corrente marcato come non analizzata.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2746"/>
-        <source>Previous uncovered line</source>
-        <translation>Linea non analizzata precedente</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2739"/>
-        <source>&amp;Previous uncovered line</source>
-        <translation>Linea non analizzata &amp;precedente</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2748"/>
+        <source>Previous uncovered line</source>
+        <translation>Linea non analizzata precedente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2741"/>
+        <source>&amp;Previous uncovered line</source>
+        <translation>Linea non analizzata &amp;precedente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2750"/>
         <source>&lt;b&gt;Previous uncovered line&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Linea non analizzata precedente&lt;/b&gt;&lt;p&gt;Vai alla prossima riga dell&apos;editor corrente marcato come non analizzata.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="479"/>
+        <location filename="ViewManager/ViewManager.py" line="481"/>
         <source>Open a file</source>
         <translation>Apri un file</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="480"/>
+        <location filename="ViewManager/ViewManager.py" line="482"/>
         <source>&lt;b&gt;Open a file&lt;/b&gt;&lt;p&gt;You will be asked for the name of a file to be opened in an editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Apri un file&lt;/b&gt;&lt;p&gt;Verrà richiesto il nome del file da aprire in una finestra dell&apos;editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2144"/>
+        <location filename="ViewManager/ViewManager.py" line="2146"/>
         <source>Quicksearch</source>
         <translation>Quicksearch</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>Ctrl+Shift+K</source>
         <comment>Search|Quicksearch</comment>
         <translation>Ctrl+Shift+K</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2014"/>
+        <location filename="ViewManager/ViewManager.py" line="2016"/>
         <source>Perform a quicksearch</source>
         <translation>Esegui un quicksearch</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch backwards</source>
         <translation>Quicksearch all&apos;indietro</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Ctrl+Shift+J</source>
         <comment>Search|Quicksearch backwards</comment>
         <translation>Ctrl+Shift+J</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2033"/>
+        <location filename="ViewManager/ViewManager.py" line="2035"/>
         <source>Perform a quicksearch backwards</source>
         <translation>Esegui una quicksearch all&apos;indietro</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>&amp;Quicksearch</source>
         <translation>&amp;Quicksearch</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch &amp;backwards</source>
         <translation>Quicksearch &amp;all&apos;indietro</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch extend</source>
         <translation>Quicksearch estesa</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch e&amp;xtend</source>
         <translation>Quicksearch es&amp;tesa</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Ctrl+Shift+H</source>
         <comment>Search|Quicksearch extend</comment>
         <translation>Ctrl+Shift+H</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2051"/>
-        <source>Extend the quicksearch to the end of the current word</source>
-        <translation>Estenti la quicksearch alla fine della parola corrente</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2053"/>
+        <source>Extend the quicksearch to the end of the current word</source>
+        <translation>Estenti la quicksearch alla fine della parola corrente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2055"/>
         <source>&lt;b&gt;Quicksearch extend&lt;/b&gt;&lt;p&gt;This extends the quicksearch text to the end of the word currently found.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Quicksearch estesa&lt;/b&gt;&lt;p&gt;Estende il testo della quicksearch alla fine della parola trovata.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Smart indent</source>
         <translation>Smart indent</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="892"/>
-        <source>Smart indent Line or Selection</source>
-        <translation>Smart indent di una Linea o Selezione</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="894"/>
+        <source>Smart indent Line or Selection</source>
+        <translation>Smart indent di una Linea o Selezione</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="896"/>
         <source>&lt;b&gt;Smart indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the current selection smartly.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Smart indent&lt;/b&gt;&lt;p&gt;Indenta la riga attuale o le righe selezionate in maniera furba.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Next split</source>
         <translation>Prossima divisione</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>&amp;Next split</source>
         <translation>Prossima divisio&amp;ne</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2387"/>
-        <source>Move to the next split</source>
-        <translation>Vai alla prossima divisione</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2389"/>
+        <source>Move to the next split</source>
+        <translation>Vai alla prossima divisione</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2391"/>
         <source>&lt;b&gt;Next split&lt;/b&gt;&lt;p&gt;Move to the next split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Prossima divisione&lt;/b&gt;&lt;p&gt;Vai alla prossima divisione.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Previous split</source>
         <translation>Divisione precedente</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>&amp;Previous split</source>
         <translation>Divisione &amp;precedente</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2402"/>
-        <source>Move to the previous split</source>
-        <translation>Vai alla divisione precedente</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2404"/>
+        <source>Move to the previous split</source>
+        <translation>Vai alla divisione precedente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2406"/>
         <source>&lt;b&gt;Previous split&lt;/b&gt;&lt;p&gt;Move to the previous split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Divisione precedente&lt;/b&gt;&lt;p&gt;Vai alla divisione precedente.&lt;/p&gt;</translation>
     </message>
@@ -40625,38 +40706,38 @@
         <translation>Invio</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1096"/>
+        <location filename="ViewManager/ViewManager.py" line="1098"/>
         <source>Autocomplete current word from Document and APIs</source>
         <translation>Completa automanticamente la parola corrente dal Documento e dalle API</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Autocomplete from Document and APIs</source>
         <translation>Autocompletamento dal Documento e dalle API</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Alt+Shift+Space</source>
         <comment>Edit|Autocomplete from Document and APIs</comment>
         <translation>Alt+Shift+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1098"/>
+        <location filename="ViewManager/ViewManager.py" line="1100"/>
         <source>&lt;b&gt;Autocomplete from Document and APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document and APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Autocomapletamento da Documenti e API&lt;/b&gt;&lt;p&gt;Esegue l&apos;autocompletamento da documento e API della parola contenente il cursore.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2299"/>
-        <source>Toggle all folds (including children)</source>
-        <translation>Abilita/Disabilita tutti i raggruppamenti (inclusi i figli)</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2294"/>
-        <source>Toggle all &amp;folds (including children)</source>
-        <translation>Abilita/Disabilita tutti i raggruppamenti (inclusi i &amp;figli)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2301"/>
+        <source>Toggle all folds (including children)</source>
+        <translation>Abilita/Disabilita tutti i raggruppamenti (inclusi i figli)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2296"/>
+        <source>Toggle all &amp;folds (including children)</source>
+        <translation>Abilita/Disabilita tutti i raggruppamenti (inclusi i &amp;figli)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2303"/>
         <source>&lt;b&gt;Toggle all folds (including children)&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor including all children.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Abilita/Disabilita tutti i raggruppamenti (inclusi i figli)&lt;/b&gt;&lt;p&gt;Abilita/Disabilita tutti i raggruppamenti dell&apos;edito inclusi i figli.&lt;/p&gt;</translation>
     </message>
@@ -40671,178 +40752,178 @@
         <translation>Ctrl+Shift+D</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>Ctrl+N</source>
         <comment>File|New</comment>
         <translation>Ctrl+N</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Ctrl+O</source>
         <comment>File|Open</comment>
         <translation>Ctrl+O</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Ctrl+W</source>
         <comment>File|Close</comment>
         <translation>Ctrl+W</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Ctrl+S</source>
         <comment>File|Save</comment>
         <translation>Ctrl+S</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Shift+Ctrl+S</source>
         <comment>File|Save As</comment>
         <translation>Ctrl+Shift+S</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Ctrl+P</source>
         <comment>File|Print</comment>
         <translation>Ctrl+P</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Alt+Ctrl+F</source>
         <comment>File|Search File</comment>
         <translation>Alt+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="638"/>
+        <location filename="ViewManager/ViewManager.py" line="640"/>
         <source>&amp;File</source>
         <translation>&amp;File</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="689"/>
+        <location filename="ViewManager/ViewManager.py" line="691"/>
         <source>File</source>
         <translation>File</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Ctrl+Z</source>
         <comment>Edit|Undo</comment>
         <translation>Ctrl+Z</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Ctrl+Shift+Z</source>
         <comment>Edit|Redo</comment>
         <translation>Ctrl+Shift+Z</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
         <source>Ctrl+Y</source>
         <comment>Edit|Revert</comment>
         <translation>Ctrl+Y</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Ctrl+X</source>
         <comment>Edit|Cut</comment>
         <translation>Ctrl+X</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+C</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+Ins</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+Ins</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Ctrl+V</source>
         <comment>Edit|Paste</comment>
         <translation>Ctrl+V</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Alt+Shift+C</source>
         <comment>Edit|Clear</comment>
         <translation>Alt+Shift+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Ctrl+I</source>
         <comment>Edit|Indent</comment>
         <translation>Ctrl+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Ctrl+Shift+I</source>
         <comment>Edit|Unindent</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Ctrl+Alt+I</source>
         <comment>Edit|Smart indent</comment>
         <translation>Ctrl+Alt+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Ctrl+M</source>
         <comment>Edit|Comment</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Alt+Ctrl+M</source>
         <comment>Edit|Uncomment</comment>
         <translation>Alt+Ctrl+M</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Ctrl+E</source>
         <comment>Edit|Select to brace</comment>
         <translation>Ctrl+E</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Ctrl+A</source>
         <comment>Edit|Select all</comment>
         <translation>Ctrl+A</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Alt+Ctrl+A</source>
         <comment>Edit|Deselect all</comment>
         <translation>Alt+Ctrl+A</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Ctrl+Space</source>
         <comment>Edit|Autocomplete</comment>
         <translation>Ctrl+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Ctrl+Shift+Space</source>
         <comment>Edit|Autocomplete from Document</comment>
         <translation>Ctrl+Shift+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Ctrl+Alt+Space</source>
         <comment>Edit|Autocomplete from APIs</comment>
         <translation>Ctrl+Alt+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1840"/>
+        <location filename="ViewManager/ViewManager.py" line="1842"/>
         <source>&amp;Edit</source>
         <translation>&amp;Edita</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1886"/>
+        <location filename="ViewManager/ViewManager.py" line="1888"/>
         <source>Edit</source>
         <translation>Modifica</translation>
     </message>
@@ -40859,134 +40940,134 @@
         <translation>Ctrl+R</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>Ctrl+G</source>
         <comment>Search|Goto Line</comment>
         <translation>Ctrl+G</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
         <source>Ctrl+L</source>
         <comment>Search|Goto Brace</comment>
         <translation>Ctrl+L</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Shift+Ctrl+F</source>
         <comment>Search|Search Files</comment>
         <translation>Shift+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Ctrl++</source>
         <comment>View|Zoom in</comment>
         <translation>Ctrl++</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Ctrl+-</source>
         <comment>View|Zoom out</comment>
         <translation>Ctrl+-</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Ctrl+#</source>
         <comment>View|Zoom</comment>
         <translation>Ctrl+#</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Ctrl+Alt+N</source>
         <comment>View|Next split</comment>
         <translation>Ctrl+Alt+N</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Ctrl+Alt+P</source>
         <comment>View|Previous split</comment>
         <translation>Ctrl+Alt+P</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2426"/>
+        <location filename="ViewManager/ViewManager.py" line="2428"/>
         <source>&amp;View</source>
         <translation>&amp;Visualizza</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2453"/>
+        <location filename="ViewManager/ViewManager.py" line="2455"/>
         <source>View</source>
         <translation>Visualizza</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2560"/>
+        <location filename="ViewManager/ViewManager.py" line="2562"/>
         <source>&amp;Macros</source>
         <translation>&amp;Macro</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
         <source>Alt+Ctrl+T</source>
         <comment>Bookmark|Toggle</comment>
         <translation>Alt+Ctrl+T</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
         <source>Ctrl+PgDown</source>
         <comment>Bookmark|Next</comment>
         <translation>Ctrl+PgDown</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
         <source>Ctrl+PgUp</source>
         <comment>Bookmark|Previous</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
         <source>Alt+Ctrl+C</source>
         <comment>Bookmark|Clear</comment>
         <translation>Alt+Ctrl+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2839"/>
+        <location filename="ViewManager/ViewManager.py" line="2841"/>
         <source>Bookmarks</source>
         <translation>Segnalibri</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2963"/>
+        <location filename="ViewManager/ViewManager.py" line="2965"/>
         <source>Open files</source>
         <translation>Apri Files</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2763"/>
-        <source>Next Task</source>
-        <translation>Task seguente</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2757"/>
-        <source>&amp;Next Task</source>
-        <translation>Task segue&amp;nte</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2765"/>
+        <source>Next Task</source>
+        <translation>Task seguente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2759"/>
+        <source>&amp;Next Task</source>
+        <translation>Task segue&amp;nte</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2767"/>
         <source>&lt;b&gt;Next Task&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a task.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Task seguente&lt;/b&gt;&lt;p&gt;Vai alla prossima riga dell&apos;editor che ha un task.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2779"/>
-        <source>Previous Task</source>
-        <translation>Task Precedente</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2772"/>
-        <source>&amp;Previous Task</source>
-        <translation>Task &amp;Precedente</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2781"/>
+        <source>Previous Task</source>
+        <translation>Task Precedente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2774"/>
+        <source>&amp;Previous Task</source>
+        <translation>Task &amp;Precedente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2783"/>
         <source>&lt;b&gt;Previous Task&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a task.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Task Precedente&lt;/b&gt;&lt;p&gt;Vai alla precedente riga dell&apos;editor che ha un task.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1826"/>
+        <location filename="ViewManager/ViewManager.py" line="1828"/>
         <source>&amp;Search</source>
         <translation>&amp;Ricerca</translation>
     </message>
@@ -41023,53 +41104,53 @@
         <translation>Shift+F3</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="973"/>
+        <location filename="ViewManager/ViewManager.py" line="975"/>
         <source>&lt;b&gt;Select to brace&lt;/b&gt;&lt;p&gt;Select text of the current editor to the matching brace.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Seleziona fino alla parentesi&lt;/b&gt;&lt;p&gt;Seleziona il testo dell&apos;editor fino alla parentesi corrispondente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="988"/>
+        <location filename="ViewManager/ViewManager.py" line="990"/>
         <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Seleziona tutto&lt;/b&gt;&lt;p&gt;Seleziona tutto il testo dell&apos;editor corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1004"/>
+        <location filename="ViewManager/ViewManager.py" line="1006"/>
         <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Deseleziona tutto&lt;/b&gt;&lt;p&gt;Deseleziona tutto il testo dell&apos;editor corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="711"/>
+        <location filename="ViewManager/ViewManager.py" line="713"/>
         <source>Export as</source>
         <translation>Esporta come</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2191"/>
+        <location filename="ViewManager/ViewManager.py" line="2193"/>
         <source>Quicksearch Textedit</source>
         <translation>Quicksearch Textedit</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Calltip</source>
         <translation>Calltip</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>&amp;Calltip</source>
         <translation>&amp;Calltip</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Alt+Space</source>
         <comment>Edit|Calltip</comment>
         <translation>Alt+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1114"/>
+        <location filename="ViewManager/ViewManager.py" line="1116"/>
         <source>Show Calltips</source>
         <translation>Mostra Calltip</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1116"/>
+        <location filename="ViewManager/ViewManager.py" line="1118"/>
         <source>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Show calltips based on the characters immediately to the left of the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Mostra calltip basati sul carattere immediatamente a sinistra del cursore.&lt;/p&gt;</translation>
     </message>
@@ -41115,17 +41196,17 @@
         <translation>&lt;b&gt;Pulisci marcatori di ricerca&lt;/b&gt;&lt;p&gt;Pulisci tutti i marcatori di ricerca mostrati.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2016"/>
+        <location filename="ViewManager/ViewManager.py" line="2018"/>
         <source>&lt;b&gt;Quicksearch&lt;/b&gt;&lt;p&gt;This activates the quicksearch function of the IDE by giving focus to the quicksearch entry field. If this field is already active and contains text, it searches for the next occurrence of this text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Quicksearch&lt;/b&gt;&lt;p&gt;Attiva la ricerca veloce dell&apos;IDE attivando il focus del campo ricerca veloce. Se il campo è già attivo e contiene del testo, viene cercata la successiva occorrenza del testo.&lt;/P&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2035"/>
+        <location filename="ViewManager/ViewManager.py" line="2037"/>
         <source>&lt;b&gt;Quicksearch backwards&lt;/b&gt;&lt;p&gt;This searches the previous occurrence of the quicksearch text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Quicksearch all&apos;indietro&lt;/b&gt;&lt;p&gt;Cerca la precedente occorrenza del testo della ricerca veloce.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2165"/>
+        <location filename="ViewManager/ViewManager.py" line="2167"/>
         <source>&lt;p&gt;Enter the searchtext directly into this field. The search will be performed case insensitive. The quicksearch function is activated upon activation of the quicksearch next action (default key Ctrl+Shift+K), if this entry field does not have the input focus. Otherwise it searches for the next occurrence of the text entered. The quicksearch backwards action (default key Ctrl+Shift+J) searches backward. Activating the &apos;quicksearch extend&apos; action (default key Ctrl+Shift+H) extends the current searchtext to the end of the currently found word. The quicksearch can be ended by pressing the Return key while the quicksearch entry has the the input focus.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Inserisci il testo da cercare direttamente in questo campo. La ricerca verrà effettuata ignorando le maiuscole/minuscole. La funzione quicksearch è attivata dall&apos;azione di ricerca della successiva (tasto default Ctrl+Shift+K), se questo campo non ha il focus. Altrimenti cerca per la successiva occorrenza del testo inserito. La quicksearch all&apos;indietro (tasto default Ctrl+Shift+J) cerca la precedente occorrenza. Attivando la &apos;quicksearch estesa&apos; (tasto default Ctrl+Shift+H) estende la ricerca alla fine della parola trovata. La ricerca veloce può essere conclusa premento Return mentre il campo di input ha il focus.&lt;/p&gt;</translation>
     </message>
@@ -41135,12 +41216,12 @@
         <translation>Anteprima Stampa</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="606"/>
+        <location filename="ViewManager/ViewManager.py" line="608"/>
         <source>Print preview of the current file</source>
         <translation>Antreprima del file corrente</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="608"/>
+        <location filename="ViewManager/ViewManager.py" line="610"/>
         <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Anteprima di stampa&lt;/b&gt;&lt;p&gt;Anteprima di stampa del file corrente.&lt;/p&gt;</translation>
     </message>
@@ -41160,144 +41241,144 @@
         <translation>Shift+Enter</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in Files</source>
         <translation>Sostituisci nei file</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in F&amp;iles...</source>
         <translation>Sostituisci nei f&amp;ile...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Shift+Ctrl+R</source>
         <comment>Search|Replace in Files</comment>
         <translation>Shift+Ctrl+R</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2122"/>
-        <source>Search for a text in files and replace it</source>
-        <translation>Cerca e sostituisci un testo nei file</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2124"/>
+        <source>Search for a text in files and replace it</source>
+        <translation>Cerca e sostituisci un testo nei file</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2126"/>
         <source>&lt;b&gt;Replace in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Sostituisci nei File&lt;/b&gt;&lt;p&gt;Cerca per del testo nei file di una direcotry o del progetto e lo sostituisce. Un dialogo viene mostrato per inserire il testo da cercare, il testo da inserire e le opzioni per la ricerca e la visualizzazione del risultato.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Spell check</source>
         <translation>Correzione automatica</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>&amp;Spell Check...</source>
         <translation>&amp;Correzione automatica...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Shift+F7</source>
         <comment>Spelling|Spell Check</comment>
         <translation>Shift+F7</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2878"/>
+        <location filename="ViewManager/ViewManager.py" line="2880"/>
         <source>Perform spell check of current editor</source>
         <translation>Esegui la correzione automatica nella finestra corrente</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2880"/>
+        <location filename="ViewManager/ViewManager.py" line="2882"/>
         <source>&lt;b&gt;Spell check&lt;/b&gt;&lt;p&gt;Perform a spell check of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Correzione automatica&lt;/b&gt;&lt;p&gt;Esegui la correzione automatica nella finestra corrente.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>Automatic spell checking</source>
         <translation>Controllo sintassi automatico</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>&amp;Automatic spell checking</source>
         <translation>Controllo sintassi &amp;automatico</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2894"/>
-        <source>(De-)Activate automatic spell checking</source>
-        <translation>(Dis-)Attiva il controllo sintassi automatico</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2896"/>
+        <source>(De-)Activate automatic spell checking</source>
+        <translation>(Dis-)Attiva il controllo sintassi automatico</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2898"/>
         <source>&lt;b&gt;Automatic spell checking&lt;/b&gt;&lt;p&gt;Activate or deactivate the automatic spell checking function of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Controllo sintassi automatico&lt;/b&gt;&lt;p&gt;Attiva o disattiva la funzione di controllo sintassi automatico per tutti gli editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2937"/>
+        <location filename="ViewManager/ViewManager.py" line="2939"/>
         <source>Spelling</source>
         <translation>Spelling</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Il file &lt;b&gt;{0}&lt;/b&gt; contiene modifiche non salvate.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3289"/>
+        <location filename="ViewManager/ViewManager.py" line="3291"/>
         <source>File: {0}</source>
         <translation>File: {0}</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3293"/>
+        <location filename="ViewManager/ViewManager.py" line="3295"/>
         <source>Line: {0:5}</source>
         <translation>Linea: {0:5}</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3298"/>
+        <location filename="ViewManager/ViewManager.py" line="3300"/>
         <source>Pos: {0:5}</source>
         <translation>Pos: {0:5}</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2680"/>
-        <source>Next warning message</source>
-        <translation>Warning successivo</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2673"/>
-        <source>&amp;Next warning message</source>
-        <translation>Warni&amp;ng successivo</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2682"/>
+        <source>Next warning message</source>
+        <translation>Warning successivo</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2675"/>
+        <source>&amp;Next warning message</source>
+        <translation>Warni&amp;ng successivo</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2684"/>
         <source>&lt;b&gt;Next warning message&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Messaggio di warning successivo&lt;/b&gt;&lt;p&gt;Vai alla linea seguente dell&apos;editor che ha un warning di py3flakes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2697"/>
-        <source>Previous warning message</source>
-        <translation>Messaggio di warning precedente</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2690"/>
-        <source>&amp;Previous warning message</source>
-        <translation>Messaggio di warning &amp;precedente</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2699"/>
+        <source>Previous warning message</source>
+        <translation>Messaggio di warning precedente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2692"/>
+        <source>&amp;Previous warning message</source>
+        <translation>Messaggio di warning &amp;precedente</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2701"/>
         <source>&lt;b&gt;Previous warning message&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Messaggio di warning precedente&lt;/b&gt;&lt;p&gt;Vai alla linea precedente dell&apos;editor che ha un warning di py3flakes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2714"/>
-        <source>Clear Warning Messages</source>
-        <translation>Pulisci messaggi di warning</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2708"/>
-        <source>Clear &amp;Warning Messages</source>
-        <translation>Pulisci messaggi di &amp;warning</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2716"/>
+        <source>Clear Warning Messages</source>
+        <translation>Pulisci messaggi di warning</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2710"/>
+        <source>Clear &amp;Warning Messages</source>
+        <translation>Pulisci messaggi di &amp;warning</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2718"/>
         <source>&lt;b&gt;Clear Warning Messages&lt;/b&gt;&lt;p&gt;Clear py3flakes warning messages of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Pulisci messaggi di warning&lt;/b&gt;&lt;p&gt;Elimina i warning di py3flakes di tutte le finestre.&lt;/p&gt;</translation>
     </message>
@@ -41310,32 +41391,32 @@
         <translation>Configura i profili delle viste</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="136"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="146"/>
         <source>&amp;Debug Profile</source>
         <translation>Profilo &amp;Debug</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="159"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="169"/>
         <source>File-Browser</source>
         <translation>File-Browser</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
-        <source>Shell</source>
-        <translation>Shell</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="166"/>
-        <source>Log-Viewer</source>
-        <translation>Log-Viewer</translation>
-    </message>
-    <message>
         <location filename="Preferences/ViewProfileDialog.ui" line="203"/>
+        <source>Shell</source>
+        <translation>Shell</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <source>Log-Viewer</source>
+        <translation>Log-Viewer</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="220"/>
         <source>Task-Viewer</source>
         <translation>Task-Viewer</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="213"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="230"/>
         <source>Templates-Viewer</source>
         <translation>Templates-Viewer</translation>
     </message>
@@ -41350,30 +41431,35 @@
         <translation>Seleziona le finestre che devono essere visibili quando differenti profili sono attivi.</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="186"/>
         <source>Multiproject-Viewer</source>
         <translation>Multiproject-Viewer</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="183"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
         <source>Project-Viewer</source>
         <translation>Project-Viewer</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="149"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="159"/>
         <source>Debug-Viewer</source>
         <translation>Debug-Viewer</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="220"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="237"/>
         <source>Terminal</source>
         <translation>Terminale</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="142"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="152"/>
         <source>Cooperation</source>
         <translation>Cooperazione</translation>
     </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="213"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
--- a/i18n/eric5_ru.ts	Fri Jun 25 18:24:29 2010 +0200
+++ b/i18n/eric5_ru.ts	Sat Jun 26 13:34:06 2010 +0200
@@ -22462,12 +22462,12 @@
 <context>
     <name>Preferences</name>
     <message>
-        <location filename="Preferences/__init__.py" line="855"/>
+        <location filename="Preferences/__init__.py" line="857"/>
         <source>Export Preferences</source>
         <translation>Экспорт предпочтений</translation>
     </message>
     <message>
-        <location filename="Preferences/__init__.py" line="874"/>
+        <location filename="Preferences/__init__.py" line="876"/>
         <source>Import Preferences</source>
         <translation>Импорт предпочтений</translation>
     </message>
@@ -33171,6 +33171,57 @@
     </message>
 </context>
 <context>
+    <name>SymbolsModel</name>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="31"/>
+        <source>Code</source>
+        <translation type="unfinished">Код</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="32"/>
+        <source>Char</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="33"/>
+        <source>Hex</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="34"/>
+        <source>HTML</source>
+        <translation type="unfinished">HTML</translation>
+    </message>
+</context>
+<context>
+    <name>SymbolsWidget</name>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="14"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="48"/>
+        <source>Press to switch to unicode mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="51"/>
+        <source>Unicode</source>
+        <translation type="unfinished">Юникод</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="64"/>
+        <source>Symbol code:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="71"/>
+        <source>Enter the symbol code</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyntaxCheckerDialog</name>
     <message>
         <location filename="Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="14"/>
@@ -36269,1853 +36320,1883 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>Log-Viewer</source>
         <translation>Просмотрщик журнала</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1280"/>
+        <location filename="UI/UserInterface.py" line="1309"/>
         <source>{0} - Passive Mode</source>
         <translation>{0} - пассивный режим</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1285"/>
-        <source>{0} - {1} - Passive Mode</source>
-        <translation>{0} - {1} - пассивный режим</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
-        <source>Quit</source>
-        <translation>Выход</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
-        <source>&amp;Quit</source>
-        <translation>&amp;Выход</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1313"/>
-        <source>Quit the IDE</source>
-        <translation>Выход из IDE</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1314"/>
+        <source>{0} - {1} - Passive Mode</source>
+        <translation>{0} - {1} - пассивный режим</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1337"/>
+        <source>Quit</source>
+        <translation>Выход</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1337"/>
+        <source>&amp;Quit</source>
+        <translation>&amp;Выход</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1342"/>
+        <source>Quit the IDE</source>
+        <translation>Выход из IDE</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1343"/>
         <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Выход из IDE&lt;/b&gt;
 &lt;p&gt;Перед выходом все изменения могут быть сохранены. Отлаживаемая программа (если есть) будет остановлена, и настройки будут сохранены на диск.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>&amp;Log-Viewer</source>
         <translation>&amp;Журнал</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1486"/>
+        <location filename="UI/UserInterface.py" line="1515"/>
         <source>Toggle the Log-Viewer window</source>
         <translation>Показать/скрыть окно Просмотрщика журнала</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1487"/>
+        <location filename="UI/UserInterface.py" line="1516"/>
         <source>&lt;b&gt;Toggle the Log-Viewer window&lt;/b&gt;&lt;p&gt;If the Log-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Показать/скрыть Журнал&lt;/b&gt;
 &lt;p&gt;Если окно Журнала скрыто, показать его. Иначе - закрыть.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>What&apos;s This?</source>
         <translation>Что это?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>&amp;What&apos;s This?</source>
         <translation>&amp;Что это?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1624"/>
+        <location filename="UI/UserInterface.py" line="1677"/>
         <source>Context sensitive help</source>
         <translation>Контекстная помощь</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1625"/>
+        <location filename="UI/UserInterface.py" line="1678"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Показать контекстную помощь&lt;/b&gt;
 &lt;p&gt;В режиме контекстной помощи курсор мыши выглядит как стрелка со знаком вопроса, и, щёлкнув по элементу интерфейса, Вы можете просмотреть краткую помощь о его роли и его использовании. В диалогах можно воспользоваться кнопкой контекстной помощи в заголовке окна.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>Helpviewer</source>
         <translation>Просмотрщик помощи</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>&amp;Helpviewer...</source>
         <translation>Просмотрщик помо&amp;щи...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1641"/>
+        <location filename="UI/UserInterface.py" line="1694"/>
         <source>Open the helpviewer window</source>
         <translation>Открыть просмотрщик помощи</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show Versions</source>
         <translation>Показать версию</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show &amp;Versions</source>
         <translation>Показать &amp;версию</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1661"/>
+        <location filename="UI/UserInterface.py" line="1714"/>
         <source>Display version information</source>
         <translation>Информация о версии</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1662"/>
-        <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Показать версию&lt;/b&gt;&lt;p&gt;Информация о версии.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2382"/>
-        <source>Unittest</source>
-        <translation>Unittest</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1715"/>
+        <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Показать версию&lt;/b&gt;&lt;p&gt;Информация о версии.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2435"/>
+        <source>Unittest</source>
+        <translation>Unittest</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1768"/>
         <source>&amp;Unittest...</source>
         <translation>&amp;Unittest...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1719"/>
+        <location filename="UI/UserInterface.py" line="1772"/>
         <source>Start unittest dialog</source>
         <translation>Запустить unittest</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
+        <location filename="UI/UserInterface.py" line="1949"/>
         <source>Preferences</source>
         <translation>Предпочтения</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
+        <location filename="UI/UserInterface.py" line="1949"/>
         <source>&amp;Preferences...</source>
         <translation>&amp;Предпочтения...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1899"/>
+        <location filename="UI/UserInterface.py" line="1952"/>
         <source>Set the prefered configuration</source>
         <translation>Установите предпочтительную конфигурацию</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1900"/>
+        <location filename="UI/UserInterface.py" line="1953"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Предпочтения&lt;/b&gt;
 &lt;p&gt;Настройте Eric по своему вкусу.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2146"/>
+        <location filename="UI/UserInterface.py" line="2199"/>
         <source>Python Documentation</source>
         <translation>Документация Python</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2146"/>
+        <location filename="UI/UserInterface.py" line="2199"/>
         <source>&amp;Python Documentation</source>
         <translation>Документация &amp;Python</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2148"/>
+        <location filename="UI/UserInterface.py" line="2201"/>
         <source>Open Python Documentation</source>
         <translation>Открыть документацию Python</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2281"/>
+        <location filename="UI/UserInterface.py" line="2334"/>
         <source>&amp;Window</source>
         <translation>&amp;Окно</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2250"/>
+        <location filename="UI/UserInterface.py" line="2303"/>
         <source>&amp;Tools</source>
         <translation>&amp;Сервис</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2242"/>
+        <location filename="UI/UserInterface.py" line="2295"/>
         <source>Wi&amp;zards</source>
         <translation>&amp;Мастера</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2315"/>
+        <location filename="UI/UserInterface.py" line="2368"/>
         <source>&amp;Help</source>
         <translation>&amp;Помощь</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2381"/>
+        <location filename="UI/UserInterface.py" line="2434"/>
         <source>Tools</source>
         <translation>Сервис</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
+        <location filename="UI/UserInterface.py" line="4173"/>
         <source>Help</source>
         <translation>Помощь</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2383"/>
+        <location filename="UI/UserInterface.py" line="2436"/>
         <source>Settings</source>
         <translation>Настройка</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2288"/>
+        <location filename="UI/UserInterface.py" line="2341"/>
         <source>&amp;Toolbars</source>
         <translation>&amp;Панели инструментов</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
+        <location filename="UI/UserInterface.py" line="4281"/>
         <source>Problem</source>
         <translation>Проблема</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
+        <location filename="UI/UserInterface.py" line="4417"/>
         <source>Process Generation Error</source>
         <translation>Ошибка процесса генерации</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
+        <location filename="UI/UserInterface.py" line="2034"/>
         <source>Keyboard Shortcuts</source>
         <translation>Горячие клавиши</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
+        <location filename="UI/UserInterface.py" line="2034"/>
         <source>Keyboard &amp;Shortcuts...</source>
         <translation>Горячие &amp;клавиши...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1984"/>
+        <location filename="UI/UserInterface.py" line="2037"/>
         <source>Set the keyboard shortcuts</source>
         <translation>Задать горячие клавиши</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1985"/>
+        <location filename="UI/UserInterface.py" line="2038"/>
         <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Горячие клавиши&lt;/b&gt;&lt;p&gt;Задайте горячие клавиши на свой вкус.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2236"/>
+        <location filename="UI/UserInterface.py" line="2289"/>
         <source>E&amp;xtras</source>
         <translation>До&amp;полнительно</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
+        <location filename="UI/UserInterface.py" line="2778"/>
         <source>Report Bug</source>
         <translation>Сообщение об ошибке</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1693"/>
+        <location filename="UI/UserInterface.py" line="1746"/>
         <source>Report &amp;Bug...</source>
         <translation>Сообщить об &amp;ошибке...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1695"/>
+        <location filename="UI/UserInterface.py" line="1748"/>
         <source>Report a bug</source>
         <translation>Сообщить об ошибке</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1696"/>
+        <location filename="UI/UserInterface.py" line="1749"/>
         <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сообщить об ошибке...&lt;/b&gt;&lt;p&gt;Открывает диалог для сообщения об ошибке.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
+        <location filename="UI/UserInterface.py" line="4930"/>
         <source>Export Keyboard Shortcuts</source>
         <translation>Экспортировать горячие клавиши</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1993"/>
+        <location filename="UI/UserInterface.py" line="2046"/>
         <source>&amp;Export Keyboard Shortcuts...</source>
         <translation>&amp;Экспортировать горячие клавиши...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1997"/>
+        <location filename="UI/UserInterface.py" line="2050"/>
         <source>Export the keyboard shortcuts</source>
         <translation>Экспортировать горячие клавиши</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1998"/>
+        <location filename="UI/UserInterface.py" line="2051"/>
         <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Экспортировать горячие клавиши&lt;/b&gt;
 &lt;p&gt;Экспортировать горячие клавиши приложения.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
+        <location filename="UI/UserInterface.py" line="4939"/>
         <source>Import Keyboard Shortcuts</source>
         <translation>Импортировать горячие клавиши</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2006"/>
+        <location filename="UI/UserInterface.py" line="2059"/>
         <source>&amp;Import Keyboard Shortcuts...</source>
         <translation>&amp;Импортировать горячие клавиши...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2010"/>
+        <location filename="UI/UserInterface.py" line="2063"/>
         <source>Import the keyboard shortcuts</source>
         <translation>Импортировать горячие клавиши</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2011"/>
+        <location filename="UI/UserInterface.py" line="2064"/>
         <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Импортировать горячие клавиши&lt;/b&gt;
 &lt;p&gt;Импортировать горячие клавиши приложения.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="239"/>
+        <location filename="UI/UserInterface.py" line="240"/>
         <source>Generating Main User Interface...</source>
         <translation>Создание главного пользовательского интерфейса...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="265"/>
+        <location filename="UI/UserInterface.py" line="266"/>
         <source>Setting up connections...</source>
         <translation>Установка соединений...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="558"/>
+        <location filename="UI/UserInterface.py" line="563"/>
         <source>Initializing Actions...</source>
         <translation>Инициализация действий...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="560"/>
+        <location filename="UI/UserInterface.py" line="565"/>
         <source>Initializing Menus...</source>
         <translation>Инициализация меню...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="562"/>
+        <location filename="UI/UserInterface.py" line="567"/>
         <source>Initializing Toolbars...</source>
         <translation>Инициализация панелей инструментов...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="564"/>
+        <location filename="UI/UserInterface.py" line="569"/>
         <source>Initializing Statusbar...</source>
         <translation>Инициализация строки статуса...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="529"/>
+        <location filename="UI/UserInterface.py" line="533"/>
         <source>Initializing Tools...</source>
         <translation>Инициализация инструментов...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1720"/>
+        <location filename="UI/UserInterface.py" line="1773"/>
         <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Unittest&lt;/b&gt;
 &lt;p&gt;Провести тесты. Диалог даёт возможность выбрать и провести набор тестов с помощью Unittest.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
+        <location filename="UI/UserInterface.py" line="1781"/>
         <source>Unittest Restart</source>
         <translation>Перезапустить Uniitest</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1732"/>
+        <location filename="UI/UserInterface.py" line="1785"/>
         <source>Restart last unittest</source>
         <translation>Перезапустить последний Uniitest</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1733"/>
+        <location filename="UI/UserInterface.py" line="1786"/>
         <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Перезапустить Uniitest&lt;/b&gt;
 &lt;p&gt;Перезапустить последний проведённый тест.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
+        <location filename="UI/UserInterface.py" line="1794"/>
         <source>Unittest Script</source>
         <translation>Unittest на сценарии</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1745"/>
+        <location filename="UI/UserInterface.py" line="1798"/>
         <source>Run unittest with current script</source>
         <translation>Выполнить Uniitest с текущим сценарием</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1746"/>
+        <location filename="UI/UserInterface.py" line="1799"/>
         <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сценарий Unittest&lt;/b&gt;&lt;p&gt;Выполнить Uniitest с текущим сценарием.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
+        <location filename="UI/UserInterface.py" line="3961"/>
         <source>Unittest Project</source>
         <translation>Uniitest на проекте</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1758"/>
+        <location filename="UI/UserInterface.py" line="1811"/>
         <source>Run unittest with current project</source>
         <translation>Выполнить Uniitest с текущим проектом</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1759"/>
+        <location filename="UI/UserInterface.py" line="1812"/>
         <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сценарий Unittest&lt;/b&gt;&lt;p&gt;Выполнить Uniitest с текущим проектом.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2221"/>
+        <location filename="UI/UserInterface.py" line="2274"/>
         <source>&amp;Unittest</source>
         <translation>&amp;Unittest</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
+        <location filename="UI/UserInterface.py" line="3961"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation>Для текущего проекта не определён главный сценарий. Отмена</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
+        <location filename="UI/UserInterface.py" line="1781"/>
         <source>&amp;Restart Unittest...</source>
         <translation>&amp;Перезапустить Uniitest...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
+        <location filename="UI/UserInterface.py" line="1794"/>
         <source>Unittest &amp;Script...</source>
         <translation>Unittest на &amp;сценарии...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1754"/>
+        <location filename="UI/UserInterface.py" line="1807"/>
         <source>Unittest &amp;Project...</source>
         <translation>Uniitest на &amp;проекте...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
+        <location filename="UI/UserInterface.py" line="1877"/>
         <source>Compare Files</source>
         <translation>Сравнить файлы</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
+        <location filename="UI/UserInterface.py" line="1877"/>
         <source>&amp;Compare Files...</source>
         <translation>&amp;Сравнить файлы...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1839"/>
+        <location filename="UI/UserInterface.py" line="1892"/>
         <source>Compare two files</source>
         <translation>Сравнить два файла</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1828"/>
+        <location filename="UI/UserInterface.py" line="1881"/>
         <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сравнение файлов&lt;/b&gt;
 &lt;p&gt;Открыть диалог для сравнения двух файлов.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
+        <location filename="UI/UserInterface.py" line="1888"/>
         <source>Compare Files side by side</source>
         <translation>Сравнить файлы с параллальным отображением (side by side)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
+        <location filename="UI/UserInterface.py" line="1888"/>
         <source>Compare Files &amp;side by side...</source>
         <translation>Сравнить файлы с &amp;параллальным отображением (side by side)...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1840"/>
+        <location filename="UI/UserInterface.py" line="1893"/>
         <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сравнить файлы с параллальным отображением (side by side)&lt;/b&gt;
 &lt;p&gt;Открыть диалог, в котором показаны различия между файлами в две колонки.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
+        <location filename="UI/UserInterface.py" line="5317"/>
         <source>Drop Error</source>
         <translation>Ошибка Drag&amp;&amp;Drop</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="588"/>
+        <location filename="UI/UserInterface.py" line="593"/>
         <source>Initializing Single Application Server...</source>
         <translation>Инициализируется сервер уникального приложения...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1288"/>
+        <location filename="UI/UserInterface.py" line="1317"/>
         <source>{0} - {1} - {2} - Passive Mode</source>
         <translation>{0} - {1} - {2} - пассивный режим</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
+        <location filename="UI/UserInterface.py" line="1491"/>
         <source>File-Browser</source>
         <translation>Просмотрщик файлов</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1325"/>
+        <location filename="UI/UserInterface.py" line="1354"/>
         <source>Edit Profile</source>
         <translation>Профиль редактирования</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1330"/>
+        <location filename="UI/UserInterface.py" line="1359"/>
         <source>Activate the edit view profile</source>
         <translation>Активизировать профиль редактирования</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1331"/>
+        <location filename="UI/UserInterface.py" line="1360"/>
         <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Профиль редактирования&lt;/b&gt;&lt;p&gt;Активизировать &quot;профиль редактирования&quot;. Окна, отображаемые в этом профиле, можно настроить в диалоге &quot;Конфигурация профилей&quot;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1340"/>
+        <location filename="UI/UserInterface.py" line="1369"/>
         <source>Debug Profile</source>
         <translation>Профиль отладки</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1345"/>
+        <location filename="UI/UserInterface.py" line="1374"/>
         <source>Activate the debug view profile</source>
         <translation>Активизировать профиль отладки</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1347"/>
+        <location filename="UI/UserInterface.py" line="1376"/>
         <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Профиль отладки&lt;/b&gt;&lt;p&gt;Активизировать &quot;профиль отладки&quot;. Окна, отображаемые в этом профиле, можно настроить в диалоге &quot;Конфигурация профилей&quot;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
+        <location filename="UI/UserInterface.py" line="1491"/>
         <source>File-&amp;Browser</source>
         <translation>Просмотрщик &amp;файлов</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1464"/>
+        <location filename="UI/UserInterface.py" line="1493"/>
         <source>Toggle the File-Browser window</source>
         <translation>Показать/скрыть окно Просмотрщика файлов</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1465"/>
+        <location filename="UI/UserInterface.py" line="1494"/>
         <source>&lt;b&gt;Toggle the File-Browser window&lt;/b&gt;&lt;p&gt;If the File-Browser window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Показать/скрыть окно просмотра файлов&lt;/b&gt;
 &lt;p&gt;Если окно просмотрщика скрыто, показать его. Иначе - закрыть.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
+        <location filename="UI/UserInterface.py" line="2007"/>
         <source>View Profiles</source>
         <translation>Профили</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
+        <location filename="UI/UserInterface.py" line="2007"/>
         <source>&amp;View Profiles...</source>
         <translation>&amp;Профили...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1957"/>
+        <location filename="UI/UserInterface.py" line="2010"/>
         <source>Configure view profiles</source>
         <translation>Конфигурация профилей</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1958"/>
+        <location filename="UI/UserInterface.py" line="2011"/>
         <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Профили&lt;/b&gt;&lt;p&gt;Конфигурация профилей. С помощью этого диалога вы можете устанавливать видимость разных окон для заданных профилей.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
+        <location filename="UI/UserInterface.py" line="4281"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; либо не существует, либо нулевой длины.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3952"/>
+        <location filename="UI/UserInterface.py" line="4043"/>
         <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно запустить Qt-Designer.&lt;br&gt;Убедитесь, что он доступен в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4009"/>
+        <location filename="UI/UserInterface.py" line="4100"/>
         <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно запустить Qt-Linguist.&lt;br&gt;Убедитесь, что он доступен в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4053"/>
+        <location filename="UI/UserInterface.py" line="4144"/>
         <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно запустить Qt-Assistant.&lt;br&gt;Убедитесь, что он доступен в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
+        <location filename="UI/UserInterface.py" line="4417"/>
         <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно запустить инструмент &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Убедитесь, что он доступен в &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
+        <location filename="UI/UserInterface.py" line="4930"/>
         <source>&lt;p&gt;The keyboard shortcuts could not be written to file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно записать горячие клавиши в файл &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
+        <location filename="UI/UserInterface.py" line="5317"/>
         <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
         <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; не является файлом&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
+        <location filename="UI/UserInterface.py" line="1855"/>
         <source>UI Previewer</source>
         <translation>Педпросмотр UI</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
+        <location filename="UI/UserInterface.py" line="1855"/>
         <source>&amp;UI Previewer...</source>
         <translation>Педпросмотр &amp;UI...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1805"/>
+        <location filename="UI/UserInterface.py" line="1858"/>
         <source>Start the UI Previewer</source>
         <translation>Запустить UI Previewer</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1806"/>
+        <location filename="UI/UserInterface.py" line="1859"/>
         <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
         <translation>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Запустить the UI Previewer.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4153"/>
+        <location filename="UI/UserInterface.py" line="4244"/>
         <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно запустить UI Previewer.&lt;br&gt;Убедитесь, что он находится в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
+        <location filename="UI/UserInterface.py" line="1866"/>
         <source>Translations Previewer</source>
         <translation>Предпросмотр переводов</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
+        <location filename="UI/UserInterface.py" line="1866"/>
         <source>&amp;Translations Previewer...</source>
         <translation>&amp;Предпросмотр переводов...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1816"/>
+        <location filename="UI/UserInterface.py" line="1869"/>
         <source>Start the Translations Previewer</source>
         <translation>Запустить предпросмотр переводов</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1817"/>
+        <location filename="UI/UserInterface.py" line="1870"/>
         <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Предпросмотр переводов&lt;/b&gt;&lt;p&gt;Запустить предпросмотр переводов.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4198"/>
+        <location filename="UI/UserInterface.py" line="4289"/>
         <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно запустить предпросмотр переводов.&lt;br&gt;Убедитесь, что он находится в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
+        <location filename="UI/UserInterface.py" line="1449"/>
         <source>Shell</source>
         <translation>Оболочка</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
+        <location filename="UI/UserInterface.py" line="1449"/>
         <source>&amp;Shell</source>
         <translation>&amp;Оболочка</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1422"/>
+        <location filename="UI/UserInterface.py" line="1451"/>
         <source>Toggle the Shell window</source>
         <translation>Показать/скрыть окно Оболочки</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1423"/>
+        <location filename="UI/UserInterface.py" line="1452"/>
         <source>&lt;b&gt;Toggle the Shell window&lt;/b&gt;&lt;p&gt;If the Shell window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Показать/скрыть Оболочку&lt;/b&gt;
 &lt;p&gt;Если окно Оболочки скрыто, показать его. Иначе - закрыть.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
+        <location filename="UI/UserInterface.py" line="1984"/>
         <source>Reload APIs</source>
         <translation>Перезагрузить API</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
+        <location filename="UI/UserInterface.py" line="1984"/>
         <source>Reload &amp;APIs</source>
         <translation>Перезагрузить &amp;API</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1944"/>
+        <location filename="UI/UserInterface.py" line="1997"/>
         <source>Reload the API information</source>
         <translation>Перезагрузить информацию об API</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1934"/>
+        <location filename="UI/UserInterface.py" line="1987"/>
         <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Перезагрузить API&lt;/b&gt;&lt;p&gt;Перезагрузить информацию об API.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
+        <location filename="UI/UserInterface.py" line="1534"/>
         <source>Task-Viewer</source>
         <translation>Просмотрщик задач</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
+        <location filename="UI/UserInterface.py" line="1534"/>
         <source>T&amp;ask-Viewer</source>
         <translation>Просмотрщик з&amp;адач</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1507"/>
+        <location filename="UI/UserInterface.py" line="1536"/>
         <source>Toggle the Task-Viewer window</source>
         <translation>Показать/скрыть окно Просмотрщика задач</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1508"/>
+        <location filename="UI/UserInterface.py" line="1537"/>
         <source>&lt;b&gt;Toggle the Task-Viewer window&lt;/b&gt;&lt;p&gt;If the Task-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Показать/скрыть Задачи&lt;/b&gt;
 &lt;p&gt;Если окно Задач скрыто, показать его. Иначе - закрыть.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
+        <location filename="UI/UserInterface.py" line="5063"/>
         <source>Save tasks</source>
         <translation>Сохранить задачи</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
+        <location filename="UI/UserInterface.py" line="5063"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно сохранить файл с задачами: &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
+        <location filename="UI/UserInterface.py" line="5120"/>
         <source>Read tasks</source>
         <translation>Прочитать задачи</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5007"/>
+        <location filename="UI/UserInterface.py" line="5110"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно прочитать файл с задачами: &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
+        <location filename="UI/UserInterface.py" line="5120"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Файл задач &lt;b&gt;{0}&lt;/b&gt; в неподдерживаемом формате.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2149"/>
+        <location filename="UI/UserInterface.py" line="2202"/>
         <source>&lt;b&gt;Python Documentation&lt;/b&gt;&lt;p&gt;Display the python documentation. If no documentation directory is configured, the location of the python documentation is assumed to be the doc directory underneath the location of the python executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHONDOCDIR in your environment to override this. &lt;/p&gt;</source>
         <translation>&lt;b&gt;Документация Python&lt;/b&gt;
 &lt;p&gt;Показать документацию Python. Если каталог документации не задан, подразумевается, что она находится в подкаталоге doc directory каталога, содержащего исполняемый файл Python (для Windows) и в &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; для Unix. Чтобы изменить эти настройки, установите переменную окружения PYTHONDOCDIR в нужное значение. &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
+        <location filename="UI/UserInterface.py" line="4173"/>
         <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
         <translation>Специальный просмотрщик не выбран.
 Используйте диалог с настройками для его выбора.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4094"/>
+        <location filename="UI/UserInterface.py" line="4185"/>
         <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно запустить специальный просмотрщик.&lt;br&gt;Убедитесь, что он находится в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
+        <location filename="UI/UserInterface.py" line="4713"/>
         <source>Documentation Missing</source>
         <translation>Документация отсутствует</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
+        <location filename="UI/UserInterface.py" line="4713"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Корень документации &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; не найден.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
+        <location filename="UI/UserInterface.py" line="2778"/>
         <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
         <translation>Почтовый адрес или адрес почтового сервера пуст. Настройте электронную почту в диалоге конфигурации.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
+        <location filename="UI/UserInterface.py" line="1555"/>
         <source>Template-Viewer</source>
         <translation>Просмотрщик шаблонов</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1528"/>
+        <location filename="UI/UserInterface.py" line="1557"/>
         <source>Toggle the Template-Viewer window</source>
         <translation>Показать/скрыть окно Просмотрщика шаблонов</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1530"/>
+        <location filename="UI/UserInterface.py" line="1559"/>
         <source>&lt;b&gt;Toggle the Template-Viewer window&lt;/b&gt;&lt;p&gt;If the Template-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Показать/скрыть окно просмотра шаблонов&lt;/b&gt;
 &lt;p&gt;Если окно просмотрщика скрыто, показать его. Иначе - закрыть.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
+        <location filename="UI/UserInterface.py" line="1396"/>
         <source>Alt+Shift+P</source>
         <translation>Alt+Shift+P</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
+        <location filename="UI/UserInterface.py" line="1439"/>
         <source>Alt+Shift+D</source>
         <translation>Alt+Shift+D</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
+        <location filename="UI/UserInterface.py" line="1461"/>
         <source>Activate Shell</source>
         <translation>Активизировать Оболочку</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
+        <location filename="UI/UserInterface.py" line="1461"/>
         <source>Alt+Shift+S</source>
         <translation>Alt+Shift+S</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
+        <location filename="UI/UserInterface.py" line="1503"/>
         <source>Activate File-Browser</source>
         <translation>Активизировать Просмотрщик файлов</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
+        <location filename="UI/UserInterface.py" line="1503"/>
         <source>Alt+Shift+F</source>
         <translation>Alt+Shift+F</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
+        <location filename="UI/UserInterface.py" line="1524"/>
         <source>Activate Log-Viewer</source>
         <translation>Активизировать Просмотрщик журнала</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1516"/>
+        <location filename="UI/UserInterface.py" line="1545"/>
         <source>Activate Task-Viewer</source>
         <translation>Активизировать Просмотрщик задач</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1516"/>
+        <location filename="UI/UserInterface.py" line="1545"/>
         <source>Alt+Shift+T</source>
         <translation>Alt+Shift+T</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
+        <location filename="UI/UserInterface.py" line="1568"/>
         <source>Activate Template-Viewer</source>
         <translation>Активизировать Просмотрщик шаблонов</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
+        <location filename="UI/UserInterface.py" line="1418"/>
         <source>Alt+Shift+M</source>
         <translation>Alt+Shift+M</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
+        <location filename="UI/UserInterface.py" line="2072"/>
         <source>Activate current editor</source>
         <translation>Активизировать текущий редактор</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
+        <location filename="UI/UserInterface.py" line="2072"/>
         <source>Alt+Shift+E</source>
         <translation>Alt+Shift+E</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
+        <location filename="UI/UserInterface.py" line="2082"/>
         <source>Ctrl+Alt+Tab</source>
         <translation>Ctrl+Alt+Tab</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2037"/>
+        <location filename="UI/UserInterface.py" line="2090"/>
         <source>Shift+Ctrl+Alt+Tab</source>
         <translation>Shift+Ctrl+Alt+Tab</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
+        <location filename="UI/UserInterface.py" line="1524"/>
         <source>Alt+Shift+G</source>
         <translation>Alt+Shift+G</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1772"/>
+        <location filename="UI/UserInterface.py" line="1825"/>
         <source>Qt-Designer 4</source>
         <translation>Qt-Дизайнер 4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1775"/>
+        <location filename="UI/UserInterface.py" line="1828"/>
         <source>Start Qt-Designer 4</source>
         <translation>Запустить Qt-Дизайнер 4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1776"/>
+        <location filename="UI/UserInterface.py" line="1829"/>
         <source>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Start Qt-Designer 4.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt-Дизайнер 4&lt;/b&gt;&lt;p&gt;Запустить Qt-Дизайнер 4.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
+        <location filename="UI/UserInterface.py" line="1842"/>
         <source>Qt-Linguist 4</source>
         <translation>Qt-Лингвист 4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1792"/>
+        <location filename="UI/UserInterface.py" line="1845"/>
         <source>Start Qt-Linguist 4</source>
         <translation>Запустить Qt-Лингвист 4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1793"/>
+        <location filename="UI/UserInterface.py" line="1846"/>
         <source>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Start Qt-Linguist 4.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt-Лингвист 4&lt;/b&gt;&lt;p&gt;Запустить Qt-Лингвист 4.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2118"/>
+        <location filename="UI/UserInterface.py" line="2171"/>
         <source>Qt4 Documentation</source>
         <translation>Документация Qt4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2118"/>
+        <location filename="UI/UserInterface.py" line="2171"/>
         <source>Qt&amp;4 Documentation</source>
         <translation>Документация Qt&amp;4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2120"/>
+        <location filename="UI/UserInterface.py" line="2173"/>
         <source>Open Qt4 Documentation</source>
         <translation>Открыть документацию Qt4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
+        <location filename="UI/UserInterface.py" line="2218"/>
         <source>Eric API Documentation</source>
         <translation>Документация API Eric</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
+        <location filename="UI/UserInterface.py" line="2218"/>
         <source>&amp;Eric API Documentation</source>
         <translation>Документация API &amp;Eric</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2167"/>
+        <location filename="UI/UserInterface.py" line="2220"/>
         <source>Open Eric API Documentation</source>
         <translation>Открыть документацию API Eric</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4113"/>
+        <location filename="UI/UserInterface.py" line="4204"/>
         <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно запустить просмотрщик помощи.&lt;br&gt;Убедитесь, что он доступен под именем &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="538"/>
+        <location filename="UI/UserInterface.py" line="542"/>
         <source>Registering Objects...</source>
         <translation>Регистрация объектов...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
+        <location filename="UI/UserInterface.py" line="1385"/>
         <source>Project-Viewer</source>
         <translation>Просмотрщик проекта</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
+        <location filename="UI/UserInterface.py" line="1428"/>
         <source>Debug-Viewer</source>
         <translation>Просмотрщик отладки</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation>Ctrl+Q</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
+        <location filename="UI/UserInterface.py" line="1385"/>
         <source>&amp;Project-Viewer</source>
         <translation>&amp;Просмотрщик проекта</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1358"/>
+        <location filename="UI/UserInterface.py" line="1387"/>
         <source>Toggle the Project-Viewer window</source>
         <translation>Показать/скрыть окно Просмотрщика проекта</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1359"/>
+        <location filename="UI/UserInterface.py" line="1388"/>
         <source>&lt;b&gt;Toggle the Project-Viewer window&lt;/b&gt;&lt;p&gt;If the Project-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Показать/скрыть окно просмотра проекта&lt;/b&gt;
 &lt;p&gt;Если окно просмотрщика скрыто, показать его. Иначе - закрыть.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
+        <location filename="UI/UserInterface.py" line="1396"/>
         <source>Activate Project-Viewer</source>
         <translation>Активизировать Просмотрщик проекта</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>Shift+F1</source>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>F1</source>
         <translation>F1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1671"/>
+        <location filename="UI/UserInterface.py" line="1724"/>
         <source>Check for Updates</source>
         <translation>Проверить наличие обновлений</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1669"/>
+        <location filename="UI/UserInterface.py" line="1722"/>
         <source>Check for &amp;Updates...</source>
         <translation>Проверить наличие &amp;обновлений...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2121"/>
+        <location filename="UI/UserInterface.py" line="2174"/>
         <source>&lt;b&gt;Qt4 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation>&lt;b&gt;Документация Qt4&lt;/b&gt;
 &lt;p&gt;Отобразить документацию Qt4. В зависимости от настроек, она отобразится либо во встроенном просмотрщике помощи Eric, либо вызовет интернет-браузер, либо Qt Assistant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
+        <location filename="UI/UserInterface.py" line="2183"/>
         <source>PyQt4 Documentation</source>
         <translation>Документация PyQt4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
+        <location filename="UI/UserInterface.py" line="2183"/>
         <source>P&amp;yQt4 Documentation</source>
         <translation>Документация P&amp;yQt4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2132"/>
+        <location filename="UI/UserInterface.py" line="2185"/>
         <source>Open PyQt4 Documentation</source>
         <translation>Открыть документацию Qt4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2133"/>
+        <location filename="UI/UserInterface.py" line="2186"/>
         <source>&lt;b&gt;PyQt4 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation>&lt;b&gt;Документация PyQt4&lt;/b&gt;
 &lt;p&gt;Отобразить документацию PyQt4. В зависимости от настроек, она отобразится либо во встроенном просмотрщике помощи Eric, либо вызовет интернет-браузер, либо Qt Assistant.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2255"/>
+        <location filename="UI/UserInterface.py" line="2308"/>
         <source>Select Tool Group</source>
         <translation>Выберите группу инструментов</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2263"/>
+        <location filename="UI/UserInterface.py" line="2316"/>
         <source>Se&amp;ttings</source>
         <translation>&amp;Настройка</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2385"/>
+        <location filename="UI/UserInterface.py" line="2438"/>
         <source>Profiles</source>
         <translation>Профили</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3068"/>
+        <location filename="UI/UserInterface.py" line="3121"/>
         <source>&amp;Builtin Tools</source>
         <translation>&amp;Встроенные инструменты</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4307"/>
+        <location filename="UI/UserInterface.py" line="4398"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation>Запускается процесс &apos;{0} {1}&apos;.
 </translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4403"/>
+        <location filename="UI/UserInterface.py" line="4494"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation>Процесс &apos;{0}&apos; завершился.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
+        <location filename="UI/UserInterface.py" line="4698"/>
         <source>Documentation</source>
         <translation>Документация</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4510"/>
+        <location filename="UI/UserInterface.py" line="4607"/>
         <source>&lt;p&gt;The PyQt4 documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Корень документации PyQt4 не найден.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
+        <location filename="UI/UserInterface.py" line="5589"/>
         <source>Error during updates check</source>
         <translation>Ошибка при проверке обновлений</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
+        <location filename="UI/UserInterface.py" line="5573"/>
         <source>Update available</source>
         <translation>Обновления доступны</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2680"/>
+        <location filename="UI/UserInterface.py" line="2733"/>
         <source>&lt;h3&gt;Version Numbers&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;Номера версий&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5520"/>
+        <location filename="UI/UserInterface.py" line="5623"/>
         <source>&lt;/table&gt;</source>
         <translation>&lt;/table&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="662"/>
+        <location filename="UI/UserInterface.py" line="667"/>
         <source>Loading Style Sheet</source>
         <translation>Загружется таблица стилей</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="662"/>
+        <location filename="UI/UserInterface.py" line="667"/>
         <source>&lt;p&gt;The Qt Style Sheet file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно прочитать файл таблиц стилей Qt &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3017"/>
+        <location filename="UI/UserInterface.py" line="3070"/>
         <source>Configure Tool Groups ...</source>
         <translation>Настроить группы Инструментов...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3020"/>
+        <location filename="UI/UserInterface.py" line="3073"/>
         <source>Configure current Tool Group ...</source>
         <translation>Настроить текущую группу Инструментов...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1941"/>
+        <location filename="UI/UserInterface.py" line="1994"/>
         <source>Show external tools</source>
         <translation>Показать внешние инструменты</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1941"/>
+        <location filename="UI/UserInterface.py" line="1994"/>
         <source>Show external &amp;tools</source>
         <translation>Показать &amp;внешние инструменты</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
+        <location filename="UI/UserInterface.py" line="5589"/>
         <source>Could not perform updates check.</source>
         <translation>Невозможно запустить проверку обновлений.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5358"/>
+        <location filename="UI/UserInterface.py" line="5461"/>
         <source>&amp;Cancel</source>
         <translation>От&amp;мена</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5363"/>
+        <location filename="UI/UserInterface.py" line="5466"/>
         <source>Trying host {0}</source>
         <translation>Пробую узел {0}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
+        <location filename="UI/UserInterface.py" line="5664"/>
         <source>First time usage</source>
         <translation>Первое использование</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="234"/>
+        <location filename="UI/UserInterface.py" line="235"/>
         <source>Initializing Plugin Manager...</source>
         <translation>Инициализируется менеджер расширений...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2301"/>
+        <location filename="UI/UserInterface.py" line="2354"/>
         <source>P&amp;lugins</source>
         <translation>&amp;Расширения</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2386"/>
+        <location filename="UI/UserInterface.py" line="2439"/>
         <source>Plugins</source>
         <translation>Расширения</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
+        <location filename="UI/UserInterface.py" line="2106"/>
         <source>Plugin Infos</source>
         <translation>Информация о расширениях</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2056"/>
+        <location filename="UI/UserInterface.py" line="2109"/>
         <source>Show Plugin Infos</source>
         <translation>Показать информацию о расширениях</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2057"/>
+        <location filename="UI/UserInterface.py" line="2110"/>
         <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Информация о расширениях...&lt;/b&gt;
 &lt;p&gt;Открывает диалог, отображающий информацию о загруженных расширениях.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
+        <location filename="UI/UserInterface.py" line="2106"/>
         <source>&amp;Plugin Infos...</source>
         <translation>Ин&amp;формация о подключаемых модулях...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2079"/>
+        <location filename="UI/UserInterface.py" line="2132"/>
         <source>Uninstall Plugin</source>
         <translation>Убрать подключаемый модуль</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2076"/>
+        <location filename="UI/UserInterface.py" line="2129"/>
         <source>&amp;Uninstall Plugin...</source>
         <translation>У&amp;брать подключаемый модуль...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2080"/>
+        <location filename="UI/UserInterface.py" line="2133"/>
         <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Убрать подключаемый модуль...&lt;/b&gt;&lt;p&gt;Открывает диалог деинсталляции нового подключаемого модуля.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3076"/>
+        <location filename="UI/UserInterface.py" line="3129"/>
         <source>&amp;Plugin Tools</source>
         <translation>Инструменты для &amp;плагинов</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3223"/>
+        <location filename="UI/UserInterface.py" line="3282"/>
         <source>&amp;Show all</source>
         <translation>Показать &amp;всё</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3225"/>
+        <location filename="UI/UserInterface.py" line="3284"/>
         <source>&amp;Hide all</source>
         <translation>Ск&amp;рыть всё</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="596"/>
+        <location filename="UI/UserInterface.py" line="601"/>
         <source>Activating Plugins...</source>
         <translation>Активация подключаемых модулей...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
+        <location filename="UI/UserInterface.py" line="1732"/>
         <source>Show downloadable versions</source>
         <translation>Показать версии, доступные для загрузки</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
+        <location filename="UI/UserInterface.py" line="1732"/>
         <source>Show &amp;downloadable versions...</source>
         <translation>Показать версии, доступные для &amp;загрузки...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1682"/>
+        <location filename="UI/UserInterface.py" line="1735"/>
         <source>Show the versions available for download</source>
         <translation>Показать версии, доступные для загрузки</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
+        <location filename="UI/UserInterface.py" line="5495"/>
         <source>Error downloading versions file</source>
         <translation>Ошибка скачивания файла версий</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
+        <location filename="UI/UserInterface.py" line="5495"/>
         <source>Could not download the versions file.</source>
         <translation>Невозможно скачать файл версий.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5507"/>
+        <location filename="UI/UserInterface.py" line="5610"/>
         <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;Доступные версии&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
+        <location filename="UI/UserInterface.py" line="2141"/>
         <source>Plugin Repository</source>
         <translation>Репозиторий плагинов</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
+        <location filename="UI/UserInterface.py" line="2141"/>
         <source>Plugin &amp;Repository...</source>
         <translation>&amp;Репозиторий плагинов...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2091"/>
+        <location filename="UI/UserInterface.py" line="2144"/>
         <source>Show Plugins available for download</source>
         <translation>Показать плагины, доступные для загрузки</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2093"/>
+        <location filename="UI/UserInterface.py" line="2146"/>
         <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Репозиторий плагинов...&lt;/b&gt;&lt;p&gt;Открывает диалог, который показывает список плагинов, доступных для скачивания с интернета.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2068"/>
+        <location filename="UI/UserInterface.py" line="2121"/>
         <source>Install Plugins</source>
         <translation>Установить плагины</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2065"/>
+        <location filename="UI/UserInterface.py" line="2118"/>
         <source>&amp;Install Plugins...</source>
         <translation>&amp;Установить плагины...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2069"/>
+        <location filename="UI/UserInterface.py" line="2122"/>
         <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Установить плагины...&lt;/b&gt;&lt;p&gt;Открывает диалог для установки или обновления плагинов.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1864"/>
+        <location filename="UI/UserInterface.py" line="1917"/>
         <source>Mini Editor</source>
         <translation>Мини-редактор</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1860"/>
+        <location filename="UI/UserInterface.py" line="1913"/>
         <source>Mini &amp;Editor...</source>
         <translation>Мини-&amp;редактор...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1865"/>
+        <location filename="UI/UserInterface.py" line="1918"/>
         <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Мини-редактор&lt;/b&gt;&lt;p&gt;Открывает диалог с упрощённым редактором.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1772"/>
+        <location filename="UI/UserInterface.py" line="1825"/>
         <source>&amp;Designer 4...</source>
         <translation>&amp;Дизайнер 4...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
+        <location filename="UI/UserInterface.py" line="1842"/>
         <source>&amp;Linguist 4...</source>
         <translation>&amp;Лингвист 4...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
+        <location filename="UI/UserInterface.py" line="2021"/>
         <source>Toolbars</source>
         <translation>Панели инструментов</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
+        <location filename="UI/UserInterface.py" line="2021"/>
         <source>Tool&amp;bars...</source>
         <translation>Панели &amp;инструментов...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1971"/>
+        <location filename="UI/UserInterface.py" line="2024"/>
         <source>Configure toolbars</source>
         <translation>Настроить панели инструментов</translation>
     </message>
     <message>
+        <location filename="UI/UserInterface.py" line="2025"/>
+        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Панели инструментов&lt;/b&gt;&lt;p&gt;Настроить панели инструментов. В этом диалоге Вы можете изменить имеющиеся панели инструментов, а так же создать новые.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="608"/>
+        <source>Restoring Toolbarmanager...</source>
+        <translation>Восстановление менеджера панелей инструментов...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2647"/>
+        <source>External Tools/{0}</source>
+        <translation>Внешние инструменты/{0}</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4362"/>
+        <source>External Tools</source>
+        <translation>Внешние инструменты</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4356"/>
+        <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
+        <translation>Запись для внешней программы &apos;{0}&apos; не найдена в группе &apos;{1}&apos;.</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4362"/>
+        <source>No toolgroup entry &apos;{0}&apos; found.</source>
+        <translation>Запись для группы &apos;{0}&apos; не найдена.</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1406"/>
+        <source>Multiproject-Viewer</source>
+        <translation>Просмотрщик мултипроекта</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1406"/>
+        <source>&amp;Multiproject-Viewer</source>
+        <translation>Просмотрщик &amp;мултипроекта</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1409"/>
+        <source>Toggle the Multiproject-Viewer window</source>
+        <translation>Показать/скрыть окно просмотрщика мултипроектов</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1410"/>
+        <source>&lt;b&gt;Toggle the Multiproject-Viewer window&lt;/b&gt;&lt;p&gt;If the Multiproject-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Показать/скрыть окно просмотрщика мултипроектов&lt;/b&gt;&lt;p&gt;Если окно показано, то скрыть, если скрыто, то показать.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1418"/>
+        <source>Activate Multiproject-Viewer</source>
+        <translation>Активизировать просмотрщик мултипроектов</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1555"/>
+        <source>Temp&amp;late-Viewer</source>
+        <translation>Просмотрщик &amp;шаблонов</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5138"/>
+        <source>Save session</source>
+        <translation>Сохранить сессию</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5138"/>
+        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Не могу записать файл сессии &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5199"/>
+        <source>Read session</source>
+        <translation>Загрузить сессию</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5189"/>
+        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Не могу прочитать файл сессии &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5199"/>
+        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Формат файла сессии &lt;b&gt;{0}&lt;/b&gt; не поддерживается.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2553"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Эта часть строки статуса показывает текущую кодировку редактора.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2567"/>
+        <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Эта часть строки статуса указывает на возможность записи открытого в редакторе файла.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5638"/>
+        <source>SSL Errors</source>
+        <translation>Ошибки SSL</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="5638"/>
+        <source>&lt;p&gt;SSL Errors:&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Do you want to ignore these errors?&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Ошибки SSL: &lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Игнорировать?&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1756"/>
+        <source>Request Feature</source>
+        <translation>Послать запрос</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1756"/>
+        <source>Request &amp;Feature...</source>
+        <translation>Послать &amp;запрос...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1758"/>
+        <source>Send a feature request</source>
+        <translation>Послать запрос</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1759"/>
+        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Послать запрос...&lt;/b&gt;&lt;p&gt;Показать диалог создания запроса.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2546"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Эта часть строки статуса показывает язык текущего окна редактора.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2576"/>
+        <source>&lt;p&gt;This part of the status bar displays the name of the file of the current editor.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Эта часть строки статуса показывает имя файла открытого в текущем редакторе.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2583"/>
+        <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Эта часть строки статуса показывает номер текущей строки в редакторе.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2590"/>
+        <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Эта часть строки статуса показывает текущую позицию курсора в редакторе.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1578"/>
+        <source>Vertical Toolbox</source>
+        <translation>Вертикальная панель инструментов</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1589"/>
+        <source>Horizontal Toolbox</source>
+        <translation>Горизонтальная панель инструментов</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1578"/>
+        <source>&amp;Vertical Toolbox</source>
+        <translation>&amp;Вертикальная панель инструментов</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1580"/>
+        <source>Toggle the Vertical Toolbox window</source>
+        <translation>Переключить вертикальную панель инструментов</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1581"/>
+        <source>&lt;b&gt;Toggle the Vertical Toolbox window&lt;/b&gt;&lt;p&gt;If the Vertical Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Переключить вертикальную панель инструментов&lt;/b&gt;&lt;p&gt;Показать/скрыть вертикальную панель инструментов&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1589"/>
+        <source>&amp;Horizontal Toolbox</source>
+        <translation>&amp;Горизонтальная панель инструментов</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1592"/>
+        <source>Toggle the Horizontal Toolbox window</source>
+        <translation>Переключить горизонтальную панель инструментов</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1593"/>
+        <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Переключить горизонтальную панель инструментов&lt;/b&gt;&lt;p&gt;Показать/скрыть горизонтальную панель инструментов&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3046"/>
+        <source>Restart application</source>
+        <translation>Перезапустить приложение</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3046"/>
+        <source>The application needs to be restarted. Do it now?</source>
+        <translation>Необходимо перезапустить приложение. Сделать это сейчас?</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1470"/>
+        <source>Terminal</source>
+        <translation>Терминал</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1470"/>
+        <source>Te&amp;rminal</source>
+        <translation>Те&amp;рминал</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1472"/>
+        <source>Toggle the Terminal window</source>
+        <translation>Показать/скрыть окно Оболочки</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1473"/>
+        <source>&lt;b&gt;Toggle the Terminal window&lt;/b&gt;&lt;p&gt;If the Terminal window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Показать/скрыть Оболочку&lt;/b&gt;
+&lt;p&gt;Если окно Оболочки скрыто, показать его. Иначе - закрыть.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1481"/>
+        <source>Activate Terminal</source>
+        <translation>Активизировать Оболочку</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1481"/>
+        <source>Alt+Shift+R</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1568"/>
+        <source>Alt+Shift+A</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2363"/>
+        <source>Configure...</source>
+        <translation>Настроить...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2560"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Эта часть строки статуса показывает режим конца строки в текущем редакторе.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2098"/>
+        <source>Switch between tabs</source>
+        <translation>Переключиться между закладками</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2098"/>
+        <source>Ctrl+1</source>
+        <translation>Ctrl+1</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1961"/>
+        <source>Export Preferences</source>
+        <translation>Экспорт предпочтений</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1961"/>
+        <source>E&amp;xport Preferences...</source>
+        <translation>&amp;Экспорт предпочтений...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1964"/>
+        <source>Export the current configuration</source>
+        <translation>Экспорт текущих настроек</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1965"/>
+        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Экспорт предпочтений&lt;/b&gt;&lt;p&gt;Экспорт текущих предпочтений в файл.&lt;/p&gt;</translation>
+    </message>
+    <message>
         <location filename="UI/UserInterface.py" line="1972"/>
-        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Панели инструментов&lt;/b&gt;&lt;p&gt;Настроить панели инструментов. В этом диалоге Вы можете изменить имеющиеся панели инструментов, а так же создать новые.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="603"/>
-        <source>Restoring Toolbarmanager...</source>
-        <translation>Восстановление менеджера панелей инструментов...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2594"/>
-        <source>External Tools/{0}</source>
-        <translation>Внешние инструменты/{0}</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
-        <source>External Tools</source>
-        <translation>Внешние инструменты</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4265"/>
-        <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
-        <translation>Запись для внешней программы &apos;{0}&apos; не найдена в группе &apos;{1}&apos;.</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
-        <source>No toolgroup entry &apos;{0}&apos; found.</source>
-        <translation>Запись для группы &apos;{0}&apos; не найдена.</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
-        <source>Multiproject-Viewer</source>
-        <translation>Просмотрщик мултипроекта</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
-        <source>&amp;Multiproject-Viewer</source>
-        <translation>Просмотрщик &amp;мултипроекта</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1380"/>
-        <source>Toggle the Multiproject-Viewer window</source>
-        <translation>Показать/скрыть окно просмотрщика мултипроектов</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1381"/>
-        <source>&lt;b&gt;Toggle the Multiproject-Viewer window&lt;/b&gt;&lt;p&gt;If the Multiproject-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Показать/скрыть окно просмотрщика мултипроектов&lt;/b&gt;&lt;p&gt;Если окно показано, то скрыть, если скрыто, то показать.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
-        <source>Activate Multiproject-Viewer</source>
-        <translation>Активизировать просмотрщик мултипроектов</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
-        <source>Temp&amp;late-Viewer</source>
-        <translation>Просмотрщик &amp;шаблонов</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
-        <source>Save session</source>
-        <translation>Сохранить сессию</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
-        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Не могу записать файл сессии &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
-        <source>Read session</source>
-        <translation>Загрузить сессию</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5086"/>
-        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Не могу прочитать файл сессии &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
-        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Формат файла сессии &lt;b&gt;{0}&lt;/b&gt; не поддерживается.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2500"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Эта часть строки статуса показывает текущую кодировку редактора.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2514"/>
-        <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Эта часть строки статуса указывает на возможность записи открытого в редакторе файла.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
-        <source>SSL Errors</source>
-        <translation>Ошибки SSL</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
-        <source>&lt;p&gt;SSL Errors:&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Do you want to ignore these errors?&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Ошибки SSL: &lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Игнорировать?&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
-        <source>Request Feature</source>
-        <translation>Послать запрос</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
-        <source>Request &amp;Feature...</source>
-        <translation>Послать &amp;запрос...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1705"/>
-        <source>Send a feature request</source>
-        <translation>Послать запрос</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1706"/>
-        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Послать запрос...&lt;/b&gt;&lt;p&gt;Показать диалог создания запроса.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2493"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Эта часть строки статуса показывает язык текущего окна редактора.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2523"/>
-        <source>&lt;p&gt;This part of the status bar displays the name of the file of the current editor.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Эта часть строки статуса показывает имя файла открытого в текущем редакторе.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2530"/>
-        <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Эта часть строки статуса показывает номер текущей строки в редакторе.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2537"/>
-        <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Эта часть строки статуса показывает текущую позицию курсора в редакторе.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
-        <source>Vertical Toolbox</source>
-        <translation>Вертикальная панель инструментов</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
-        <source>Horizontal Toolbox</source>
-        <translation>Горизонтальная панель инструментов</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
-        <source>&amp;Vertical Toolbox</source>
-        <translation>&amp;Вертикальная панель инструментов</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1551"/>
-        <source>Toggle the Vertical Toolbox window</source>
-        <translation>Переключить вертикальную панель инструментов</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1552"/>
-        <source>&lt;b&gt;Toggle the Vertical Toolbox window&lt;/b&gt;&lt;p&gt;If the Vertical Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Переключить вертикальную панель инструментов&lt;/b&gt;&lt;p&gt;Показать/скрыть вертикальную панель инструментов&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
-        <source>&amp;Horizontal Toolbox</source>
-        <translation>&amp;Горизонтальная панель инструментов</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1563"/>
-        <source>Toggle the Horizontal Toolbox window</source>
-        <translation>Переключить горизонтальную панель инструментов</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1564"/>
-        <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Переключить горизонтальную панель инструментов&lt;/b&gt;&lt;p&gt;Показать/скрыть горизонтальную панель инструментов&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
-        <source>Restart application</source>
-        <translation>Перезапустить приложение</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
-        <source>The application needs to be restarted. Do it now?</source>
-        <translation>Необходимо перезапустить приложение. Сделать это сейчас?</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
-        <source>Terminal</source>
-        <translation>Терминал</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
-        <source>Te&amp;rminal</source>
-        <translation>Те&amp;рминал</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1443"/>
-        <source>Toggle the Terminal window</source>
-        <translation>Показать/скрыть окно Оболочки</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1444"/>
-        <source>&lt;b&gt;Toggle the Terminal window&lt;/b&gt;&lt;p&gt;If the Terminal window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Показать/скрыть Оболочку&lt;/b&gt;
-&lt;p&gt;Если окно Оболочки скрыто, показать его. Иначе - закрыть.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1452"/>
-        <source>Activate Terminal</source>
-        <translation>Активизировать Оболочку</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1452"/>
-        <source>Alt+Shift+R</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
-        <source>Alt+Shift+A</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2310"/>
-        <source>Configure...</source>
-        <translation>Настроить...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2507"/>
-        <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Эта часть строки статуса показывает режим конца строки в текущем редакторе.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
-        <source>Switch between tabs</source>
-        <translation>Переключиться между закладками</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
-        <source>Ctrl+1</source>
-        <translation>Ctrl+1</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
-        <source>Export Preferences</source>
-        <translation>Экспорт предпочтений</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
-        <source>E&amp;xport Preferences...</source>
-        <translation>&amp;Экспорт предпочтений...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1911"/>
-        <source>Export the current configuration</source>
-        <translation>Экспорт текущих настроек</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1912"/>
-        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Экспорт предпочтений&lt;/b&gt;&lt;p&gt;Экспорт текущих предпочтений в файл.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
         <source>Import Preferences</source>
         <translation>Импорт предпочтений</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
+        <location filename="UI/UserInterface.py" line="1972"/>
         <source>I&amp;mport Preferences...</source>
         <translation>&amp;Импорт предпочтений...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1922"/>
+        <location filename="UI/UserInterface.py" line="1975"/>
         <source>Import a previously exported configuration</source>
         <translation>Импорт сохранённых ранее настроек</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1924"/>
+        <location filename="UI/UserInterface.py" line="1977"/>
         <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Импорт настроек&lt;/b&gt;&lt;p&gt;Импорт сохранённых ранее настроек.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
+        <location filename="UI/UserInterface.py" line="2082"/>
         <source>Show next</source>
         <translation>Показать следующую закладку</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2037"/>
+        <location filename="UI/UserInterface.py" line="2090"/>
         <source>Show previous</source>
         <translation>Показать предыдущую закладку</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
+        <location filename="UI/UserInterface.py" line="1601"/>
         <source>Left Sidebar</source>
         <translation>Левая док-панель</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
+        <location filename="UI/UserInterface.py" line="1601"/>
         <source>&amp;Left Sidebar</source>
         <translation>&amp;Левая док-панель</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1574"/>
+        <location filename="UI/UserInterface.py" line="1603"/>
         <source>Toggle the left sidebar window</source>
         <translation>Показать/скрыть левую док-панель</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1575"/>
+        <location filename="UI/UserInterface.py" line="1604"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Показать/скрыть левую док-панель&lt;/b&gt;
 &lt;p&gt;Если левая док-панель скрыта, показать её. Иначе - закрыть.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
+        <location filename="UI/UserInterface.py" line="1612"/>
         <source>Bottom Sidebar</source>
         <translation>Нижняя док-панель</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
+        <location filename="UI/UserInterface.py" line="1612"/>
         <source>&amp;Bottom Sidebar</source>
         <translation>&amp;Нижняя док-панель</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1586"/>
+        <location filename="UI/UserInterface.py" line="1615"/>
         <source>Toggle the bottom sidebar window</source>
         <translation>Показать/скрыть нижнюю док-панель</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1587"/>
+        <location filename="UI/UserInterface.py" line="1616"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Показать/скрыть нижнюю док-панель&lt;/b&gt;
 &lt;p&gt;Если нижняя док-панель скрыта, показать её. Иначе - закрыть.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
+        <location filename="UI/UserInterface.py" line="1428"/>
         <source>&amp;Debug-Viewer</source>
         <translation>&amp;Просмотрщик отладки</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1401"/>
+        <location filename="UI/UserInterface.py" line="1430"/>
         <source>Toggle the Debug-Viewer window</source>
         <translation>Показать/скрыть окно Просмотрщика отладки</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1402"/>
+        <location filename="UI/UserInterface.py" line="1431"/>
         <source>&lt;b&gt;Toggle the Debug-Viewer window&lt;/b&gt;&lt;p&gt;If the Debug-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Показать/скрыть окно просмотра отладки&lt;/b&gt;
 &lt;p&gt;Если окно просмотрщика скрыто, показать его. Иначе - закрыть.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
+        <location filename="UI/UserInterface.py" line="1439"/>
         <source>Activate Debug-Viewer</source>
         <translation>Активизировать Просмотрщик отладки</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
+        <location filename="UI/UserInterface.py" line="1901"/>
         <source>SQL Browser</source>
         <translation>Просмотрщик SQL</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
+        <location filename="UI/UserInterface.py" line="1901"/>
         <source>SQL &amp;Browser...</source>
         <translation>&amp;Просмотрщик SQL...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1852"/>
+        <location filename="UI/UserInterface.py" line="1905"/>
         <source>Browse a SQL database</source>
         <translation>Просмотреть SQL вазу данных</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1853"/>
+        <location filename="UI/UserInterface.py" line="1906"/>
         <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Просмотрщик SQL&lt;/b&gt;&lt;p&gt;Просмотреть SQL вазу данных.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4217"/>
+        <location filename="UI/UserInterface.py" line="4308"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно запустить просмотрщик SQL.&lt;br&gt;Убедитесь, что он доступен как &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
+        <location filename="UI/UserInterface.py" line="2831"/>
         <source>Error log found</source>
         <translation>Найден журнал ошибок</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
+        <location filename="UI/UserInterface.py" line="2831"/>
         <source>An error log file was found. What should be done with it?</source>
         <translation>Найден файл журнала ошибок. Что с ним делать?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2789"/>
+        <location filename="UI/UserInterface.py" line="2842"/>
         <source>Send Bug Email</source>
         <translation>Отправить сообщение об ошибке через Email</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2792"/>
+        <location filename="UI/UserInterface.py" line="2845"/>
         <source>Ignore and Delete</source>
         <translation>Игнорировать и удалить</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2795"/>
+        <location filename="UI/UserInterface.py" line="2848"/>
         <source>Ignore but Keep</source>
         <translation>Игнорировать но сохранить</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
+        <location filename="UI/UserInterface.py" line="1925"/>
         <source>Web Browser</source>
         <translation>Просмотрщик Web</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
+        <location filename="UI/UserInterface.py" line="1925"/>
         <source>&amp;Web Browser...</source>
         <translation>Просмотрщик &amp;Web...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
+        <location filename="UI/UserInterface.py" line="1937"/>
         <source>Icon Editor</source>
         <translation>Редактор иконок</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
+        <location filename="UI/UserInterface.py" line="1937"/>
         <source>&amp;Icon Editor...</source>
         <translation>Редактор &amp;иконок...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
+        <location filename="UI/UserInterface.py" line="4123"/>
         <source>Qt 3 support</source>
         <translation>Поддержка Qt3</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2186"/>
+        <location filename="UI/UserInterface.py" line="2239"/>
         <source>&lt;b&gt;PySide Documentation&lt;/b&gt;&lt;p&gt;Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation>&lt;b&gt;Документация PySide&lt;/b&gt;&lt;p&gt;Показать документацию PySide. В зависимости от настроек документация будет показана или во внутреннем просмотрщике помощи, в WEB просмотрщике или в Qt Assistant. &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
+        <location filename="UI/UserInterface.py" line="4698"/>
         <source>&lt;p&gt;The PySide documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Корень документации PySide не найден.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
+        <location filename="UI/UserInterface.py" line="2236"/>
         <source>PySide Documentation</source>
         <translation>Документация PySide</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
+        <location filename="UI/UserInterface.py" line="2236"/>
         <source>Py&amp;Side Documentation</source>
         <translation>Документация Py&amp;Side</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2185"/>
+        <location filename="UI/UserInterface.py" line="2238"/>
         <source>Open PySide Documentation</source>
         <translation>Открыть документацию PySide</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1642"/>
+        <location filename="UI/UserInterface.py" line="1695"/>
         <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric5 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Просмотрщик помощи&lt;/b&gt;&lt;p&gt;Открыть eric5 просмотрщик Web. Это окно будет показывать HTML файлы помощи. Оно поддерживает навигацию по ссылкам, закладки, печать и некоторые другие функции. Его можно использовать для просмотра интернета.&lt;/p&gt;&lt;p&gt;Если перед открытием просмотрщика помощи был подсвечен какой-либо текст, то будет произведён поиск этого текста в коллекции помощи Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1672"/>
+        <location filename="UI/UserInterface.py" line="1725"/>
         <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric5.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Проверить наличие обновлений...&lt;/b&gt;&lt;p&gt;Проверить наличие обновлений eric5 в интернет.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1684"/>
+        <location filename="UI/UserInterface.py" line="1737"/>
         <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric5 versions available for download from the internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Показать версии, доступные для загрузки...&lt;/b&gt;&lt;p&gt;Показывает версии eric5, которые можно скачать с интернета.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1876"/>
+        <location filename="UI/UserInterface.py" line="1929"/>
         <source>Start the eric5 Web Browser</source>
         <translation>Запустить WEB просмотрщик встроенный в Eric5</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1877"/>
+        <location filename="UI/UserInterface.py" line="1930"/>
         <source>&lt;b&gt;Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric5 Web Browser.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Просмотрщик Web&lt;/b&gt;&lt;p&gt;Запустить WEB просмотрщик встроенный в Eric5.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1888"/>
+        <location filename="UI/UserInterface.py" line="1941"/>
         <source>Start the eric5 Icon Editor</source>
         <translation>Запустить редактор иконок</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1889"/>
+        <location filename="UI/UserInterface.py" line="1942"/>
         <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric5 Icon Editor for editing simple icons.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Редактор иконок&lt;/b&gt;&lt;p&gt;Запустить редактор иконок.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1945"/>
+        <location filename="UI/UserInterface.py" line="1998"/>
         <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric5.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Показать внешние инструменты&lt;/b&gt;&lt;p&gt;Открывает диалог для отображения пути и версий внешних инструментов, используемых eric5.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2168"/>
+        <location filename="UI/UserInterface.py" line="2221"/>
         <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Документация Eric API&lt;/b&gt;&lt;p&gt;Показать документацию Eric API. Местонахождение документации - каталог Documentation/Source, расположенный в каталоге инсталляции eric5.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
+        <location filename="UI/UserInterface.py" line="4123"/>
         <source>Qt v.3 is not supported by eric5.</source>
         <translation>Qt3 не поддерживается в eric5.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4807"/>
+        <location filename="UI/UserInterface.py" line="4910"/>
         <source>Keyboard shortcut file (*.e4k);;Compressed keyboard shortcut file (*.e4kz)</source>
         <translation>Файл горячих клавиш (*.e4k);;Сжатый файл горячих клавиш (*.e4kz)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
+        <location filename="UI/UserInterface.py" line="4939"/>
         <source>Keyboard shortcut file (*.e4k *.e4kz)</source>
         <translation>Файл горячих клавиш (*.e4k *.e4kz)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
+        <location filename="UI/UserInterface.py" line="5573"/>
         <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric5 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
         <translation>На сайте &lt;b&gt;{1}&lt;/b&gt; доступно обновление eric5 до версии &lt;b&gt;{0}&lt;/b&gt;. Скачать?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>Eric5 is up to date</source>
         <translation>Eric5 не требует обновлений</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>You are using the latest version of eric5</source>
         <translation>Вы используете самую последнюю версию eric5</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
+        <location filename="UI/UserInterface.py" line="5664"/>
         <source>eric5 has not been configured yet. The configuration dialog will be started.</source>
         <translation>eric5 ещё не сконфигурирован. Будет запущен диалог конфигурации.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>Cooperation</source>
         <translation>Кооперация</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>&amp;Cooperation</source>
         <translation>&amp;Кооперация</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1597"/>
+        <location filename="UI/UserInterface.py" line="1626"/>
         <source>Toggle the Cooperation window</source>
         <translation>Показать/скрыть окно Коопераци</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1599"/>
+        <location filename="UI/UserInterface.py" line="1628"/>
         <source>&lt;b&gt;Toggle the Cooperation window&lt;/b&gt;&lt;p&gt;If the Cooperation window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Показать/скрыть окно Коопераци&lt;/b&gt;&lt;p&gt;Если окно Коопераци скрыто, показать его. Иначе - закрыть.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Activate Cooperation-Viewer</source>
         <translation>Активизировать Просмотрщик Коопераци</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Alt+Shift+O</source>
         <translation>Alt+Shift+O</translation>
     </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>&amp;Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1650"/>
+        <source>Toggle the Symbols window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1652"/>
+        <source>&lt;b&gt;Toggle the Symbols window&lt;/b&gt;&lt;p&gt;If the Symbols window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Activate Symbols-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Alt+Shift+Y</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>UserPropertiesDialog</name>
@@ -38887,484 +38968,484 @@
 <context>
     <name>ViewManager</name>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>New</source>
         <translation>Новый</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>&amp;New</source>
         <translation>&amp;Новый</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="464"/>
-        <source>Open an empty editor window</source>
-        <translation>Открыть пустое окно редактора</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="466"/>
+        <source>Open an empty editor window</source>
+        <translation>Открыть пустое окно редактора</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="468"/>
         <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Новый документ&lt;/b&gt;
 &lt;p&gt;Будет создано пустое окно редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Open</source>
         <translation>Открыть</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>&amp;Open...</source>
         <translation>&amp;Открыть...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Close</source>
         <translation>Закрыть</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>&amp;Close</source>
         <translation>&amp;Закрыть</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="496"/>
-        <source>Close the current window</source>
-        <translation>Закрыть текущее окно</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="498"/>
+        <source>Close the current window</source>
+        <translation>Закрыть текущее окно</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="500"/>
         <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Закрыть окно&lt;/b&gt;
 &lt;p&gt;Закрыть текущее окно.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Close All</source>
         <translation>Закрыть всё</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Clos&amp;e All</source>
         <translation>Закрыть &amp;всё</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="508"/>
-        <source>Close all editor windows</source>
-        <translation>Закрыть все окна редакторов</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="510"/>
+        <source>Close all editor windows</source>
+        <translation>Закрыть все окна редакторов</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="512"/>
         <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Закрыть все окна&lt;/b&gt;
 &lt;p&gt;Закрыть все окна редакторов.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Save</source>
         <translation>Сохранить</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>&amp;Save</source>
         <translation>&amp;Сохранить</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="527"/>
-        <source>Save the current file</source>
-        <translation>Сохранить текущий файл</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="529"/>
+        <source>Save the current file</source>
+        <translation>Сохранить текущий файл</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="531"/>
         <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сохранить файл&lt;/b&gt;
 &lt;p&gt;Сохранить содержимое текущего окна редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save as</source>
         <translation>Сохранить как</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save &amp;as...</source>
         <translation>Сохранить &amp;как...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="542"/>
-        <source>Save the current file to a new one</source>
-        <translation>Сохранить текущий файл в новый</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="544"/>
+        <source>Save the current file to a new one</source>
+        <translation>Сохранить текущий файл в новый</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="546"/>
         <source>&lt;b&gt;Save File as&lt;/b&gt;&lt;p&gt;Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сохранить как&lt;/b&gt;
 &lt;p&gt;Сохранить содержимое текущего редактора в новый файл.
 Имя файла я спрошу с помощью файлового диалога.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save all</source>
         <translation>Сохранить всё</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save a&amp;ll...</source>
         <translation>Сох&amp;ранить всё...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="556"/>
-        <source>Save all files</source>
-        <translation>Сохранить все файлы</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="558"/>
+        <source>Save all files</source>
+        <translation>Сохранить все файлы</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="560"/>
         <source>&lt;b&gt;Save All Files&lt;/b&gt;&lt;p&gt;Save the contents of all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сохранить все файлы&lt;/b&gt;
 &lt;p&gt;Сохранить содержимое всех редакторов.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Project</source>
         <translation>Сохранить в проект</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Pro&amp;ject</source>
         <translation>Сохранить в &amp;проект</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="572"/>
-        <source>Save the current file to the current project</source>
-        <translation>Сохранить текущий файл в текущий проект</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="574"/>
+        <source>Save the current file to the current project</source>
+        <translation>Сохранить текущий файл в текущий проект</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="576"/>
         <source>&lt;b&gt;Save to Project&lt;/b&gt;&lt;p&gt;Save the contents of the current editor window to the current project. After the file has been saved, it is automatically added to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сохранить в проект&lt;/b&gt;
 &lt;p&gt;Сохранить содержимое редактора в текущий проект. После того, как изменения будут записаны, файл будет автоматически добавлен в текущий проект.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Print</source>
         <translation>Печать</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>&amp;Print</source>
         <translation>&amp;Печать</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="591"/>
-        <source>Print the current file</source>
-        <translation>Распечатать текущий файл</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="593"/>
+        <source>Print the current file</source>
+        <translation>Распечатать текущий файл</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="595"/>
         <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Печать&lt;/b&gt;
 &lt;p&gt;Распечатать содержимое текущего окна редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="639"/>
+        <location filename="ViewManager/ViewManager.py" line="641"/>
         <source>Open &amp;Recent Files</source>
         <translation>Открыть &amp;недавние файлы</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Undo</source>
         <translation>Отмена</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>&amp;Undo</source>
         <translation>&amp;Отмена</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="741"/>
-        <source>Undo the last change</source>
-        <translation>Отменить последнее изменение</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="743"/>
+        <source>Undo the last change</source>
+        <translation>Отменить последнее изменение</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="745"/>
         <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Отмена&lt;/b&gt;
 &lt;p&gt;Отменить последнее изменение в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Redo</source>
         <translation>Повтор</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>&amp;Redo</source>
         <translation>&amp;Повтор</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="756"/>
-        <source>Redo the last change</source>
-        <translation>Восстановить последнее отменённое изменение</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="758"/>
+        <source>Redo the last change</source>
+        <translation>Восстановить последнее отменённое изменение</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="760"/>
         <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Повтор&lt;/b&gt;
 &lt;p&gt;Восстановить последнее отменённое изменение.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cut</source>
         <translation>Вырезать</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cu&amp;t</source>
         <translation>В&amp;ырезать</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="791"/>
-        <source>Cut the selection</source>
-        <translation>Вырезать выделение</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="793"/>
+        <source>Cut the selection</source>
+        <translation>Вырезать выделение</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="795"/>
         <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Вырезать&lt;/b&gt;
 &lt;p&gt;Вырезать выделение и поместить его в буфер обмена.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Copy</source>
         <translation>Копировать</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>&amp;Copy</source>
         <translation>&amp;Копировать</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="808"/>
-        <source>Copy the selection</source>
-        <translation>Копировать выделение</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="810"/>
+        <source>Copy the selection</source>
+        <translation>Копировать выделение</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="812"/>
         <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Копировать&lt;/b&gt;
 &lt;p&gt;Копировать выделение и поместить его в буфер обмена.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Paste</source>
         <translation>Вставить</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>&amp;Paste</source>
         <translation>Вс&amp;тавить</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="825"/>
-        <source>Paste the last cut/copied text</source>
-        <translation>Вставить вырезанный/скопированный текст</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="827"/>
+        <source>Paste the last cut/copied text</source>
+        <translation>Вставить вырезанный/скопированный текст</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="829"/>
         <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard to the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Вставить&lt;/b&gt;
 &lt;p&gt;Вставить текст из буфера обмена в текущую позицию редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Clear</source>
         <translation>Очистить</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Cl&amp;ear</source>
         <translation>О&amp;чистить</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="842"/>
-        <source>Clear all text</source>
-        <translation>Убрать весь текст</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="844"/>
+        <source>Clear all text</source>
+        <translation>Убрать весь текст</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="846"/>
         <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Очистить&lt;/b&gt;
 &lt;p&gt;Удалить весь текст из текущего редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Indent</source>
         <translation>Увеличить отступ</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>&amp;Indent</source>
         <translation>У&amp;величить отступ</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="858"/>
+        <location filename="ViewManager/ViewManager.py" line="860"/>
         <source>Indent line</source>
         <translation>Увеличить отступ строки</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="859"/>
+        <location filename="ViewManager/ViewManager.py" line="861"/>
         <source>&lt;b&gt;Indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Увеличить отступ&lt;/b&gt;
 &lt;p&gt;Увеличить отступ текущей строки на один уровень.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Unindent</source>
         <translation>Уменьшить отступ</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>U&amp;nindent</source>
         <translation>У&amp;меньшить отступ</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="874"/>
-        <source>Unindent line</source>
-        <translation>Уменьшить отступ строки</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="876"/>
+        <source>Unindent line</source>
+        <translation>Уменьшить отступ строки</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="878"/>
         <source>&lt;b&gt;Unindent&lt;/b&gt;&lt;p&gt;Unindents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Уменьшить отступ&lt;/b&gt;
 &lt;p&gt;Уменьшить отступ текущей строки на один уровень.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Comment</source>
         <translation>Закомментировать</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>C&amp;omment</source>
         <translation>&amp;Закомментировать</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="909"/>
-        <source>Comment Line or Selection</source>
-        <translation>Закомментировать строку или выделение</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="911"/>
+        <source>Comment Line or Selection</source>
+        <translation>Закомментировать строку или выделение</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="913"/>
         <source>&lt;b&gt;Comment&lt;/b&gt;&lt;p&gt;Comments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Закомментировать&lt;/b&gt;&lt;p&gt;Закомментировать строку или выделение.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Uncomment</source>
         <translation>Раскомментировать</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Unco&amp;mment</source>
         <translation>&amp;Раскомментировать</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="926"/>
-        <source>Uncomment Line or Selection</source>
-        <translation>Раскомментировать строку или выделение</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="928"/>
+        <source>Uncomment Line or Selection</source>
+        <translation>Раскомментировать строку или выделение</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="930"/>
         <source>&lt;b&gt;Uncomment&lt;/b&gt;&lt;p&gt;Uncomments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Раскомментировать&lt;/b&gt;&lt;p&gt;Раскомментировать строку или выделение.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="936"/>
+        <location filename="ViewManager/ViewManager.py" line="938"/>
         <source>Stream Comment</source>
         <translation>Поточный комментарий</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="940"/>
-        <source>Stream Comment Line or Selection</source>
-        <translation>Закомментировать строку или выделение</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="942"/>
+        <source>Stream Comment Line or Selection</source>
+        <translation>Закомментировать строку или выделение</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="944"/>
         <source>&lt;b&gt;Stream Comment&lt;/b&gt;&lt;p&gt;Stream comments the current line or the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Закомментировать&lt;/b&gt;&lt;p&gt;Закомментировать строку или выделение поточным комментарием.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="950"/>
+        <location filename="ViewManager/ViewManager.py" line="952"/>
         <source>Box Comment</source>
         <translation>Прямоугольный комментарий</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="954"/>
-        <source>Box Comment Line or Selection</source>
-        <translation>Закомментировать строку или выделение прямоугольным комментарием</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="956"/>
+        <source>Box Comment Line or Selection</source>
+        <translation>Закомментировать строку или выделение прямоугольным комментарием</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="958"/>
         <source>&lt;b&gt;Box Comment&lt;/b&gt;&lt;p&gt;Box comments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Закомментировать&lt;/b&gt;&lt;p&gt;Закомментировать строку или выделение прямоугольным комментарием.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to brace</source>
         <translation>Выбрать до скобки</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to &amp;brace</source>
         <translation>В&amp;ыбрать до скобки</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="971"/>
+        <location filename="ViewManager/ViewManager.py" line="973"/>
         <source>Select text to the matching brace</source>
         <translation>Выбрать до соответствующей скобки</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Select all</source>
         <translation>Выбрать всё</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>&amp;Select all</source>
         <translation>В&amp;ыбрать всё</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="986"/>
+        <location filename="ViewManager/ViewManager.py" line="988"/>
         <source>Select all text</source>
         <translation>Выбрать весь текст</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Deselect all</source>
         <translation>Снять выделение</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>&amp;Deselect all</source>
         <translation>&amp;Снять выделение</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1002"/>
+        <location filename="ViewManager/ViewManager.py" line="1004"/>
         <source>Deselect all text</source>
         <translation>Снять выделение со всего текста</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1015"/>
-        <source>Convert Line End Characters</source>
-        <translation>Сконвертировать окончания строк</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="1011"/>
-        <source>Convert &amp;Line End Characters</source>
-        <translation>С&amp;конвертировать окончания строк</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1017"/>
+        <source>Convert Line End Characters</source>
+        <translation>Сконвертировать окончания строк</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1013"/>
+        <source>Convert &amp;Line End Characters</source>
+        <translation>С&amp;конвертировать окончания строк</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1019"/>
         <source>&lt;b&gt;Convert Line End Characters&lt;/b&gt;&lt;p&gt;Convert the line end characters to the currently set type.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сконвертировать окончания строк&lt;/b&gt;
 &lt;p&gt;Сконвертировать окончания строк к выбранному способу&lt;/p&gt;</translation>
@@ -39412,173 +39493,173 @@
 &lt;p&gt;Искать в текущем редакторе текст и заменить его. Будет показан диалог с такстом для поиска, заменой и опциями&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2069"/>
+        <location filename="ViewManager/ViewManager.py" line="2071"/>
         <source>Goto Line</source>
         <translation>Перейти на строку</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>&amp;Goto Line...</source>
         <translation>&amp;Перейти на строку...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2070"/>
+        <location filename="ViewManager/ViewManager.py" line="2072"/>
         <source>&lt;b&gt;Goto Line&lt;/b&gt;&lt;p&gt;Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Перейти на строку&lt;/b&gt;
 &lt;p&gt;Перейти на указанную строку в текущем редакторе. Будет показан диалог для ввода строки.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2085"/>
+        <location filename="ViewManager/ViewManager.py" line="2087"/>
         <source>Goto Brace</source>
         <translation>Перейти к скобке</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
         <source>Goto &amp;Brace</source>
         <translation>Перейти к &amp;скобке</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2087"/>
+        <location filename="ViewManager/ViewManager.py" line="2089"/>
         <source>&lt;b&gt;Goto Brace&lt;/b&gt;&lt;p&gt;Go to the matching brace in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Перейти к скобке&lt;/b&gt;
 &lt;p&gt;Перейти к соответствующей скобке.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in Files</source>
         <translation>Поиск в файлах</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in &amp;Files...</source>
         <translation>Поиск в &amp;файлах...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2104"/>
-        <source>Search for a text in files</source>
-        <translation>Искать текст в файлах</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2106"/>
+        <source>Search for a text in files</source>
+        <translation>Искать текст в файлах</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2108"/>
         <source>&lt;b&gt;Search in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project. A dialog is shown to enter the searchtext and options for the search and to display the result.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Поиск в файлах&lt;/b&gt;
 &lt;p&gt;Искать текст в файлах каталога проекта. Будет показан диалог для ввода строки поиска и опций и отображения результатов.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom in</source>
         <translation>Увеличить масштаб</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom &amp;in</source>
         <translation>У&amp;величить масштаб</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2238"/>
-        <source>Zoom in on the text</source>
-        <translation>Увеличить масштаб текста</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2240"/>
+        <source>Zoom in on the text</source>
+        <translation>Увеличить масштаб текста</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2242"/>
         <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the text. This makes the text bigger.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Увеличить масштаб&lt;/b&gt;&lt;p&gt;Увеличить масштаб. Размер букв увеличится.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom out</source>
         <translation>Уменьшить масштаб</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom &amp;out</source>
         <translation>У&amp;меньшить масштаб</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2254"/>
-        <source>Zoom out on the text</source>
-        <translation>Уменьшить масштаб текста</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2256"/>
+        <source>Zoom out on the text</source>
+        <translation>Уменьшить масштаб текста</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2258"/>
         <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the text. This makes the text smaller.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Уменьшить масштаб&lt;/b&gt;&lt;p&gt;Уменьшить масштаб. Размер букв уменьшится.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Zoom</source>
         <translation>Масштаб</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>&amp;Zoom</source>
         <translation>Мас&amp;штаб</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2270"/>
-        <source>Zoom the text</source>
-        <translation>Масштаб текста</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2272"/>
+        <source>Zoom the text</source>
+        <translation>Масштаб текста</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2274"/>
         <source>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom the text. This opens a dialog where the desired size can be entered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Масштаб&lt;/b&gt;
 &lt;p&gt;Масштаб текста. Открыть диалог для выбора желаемого масштаба текста.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2284"/>
+        <location filename="ViewManager/ViewManager.py" line="2286"/>
         <source>Toggle all folds</source>
         <translation>Свернуть/развернуть все ветви</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2280"/>
+        <location filename="ViewManager/ViewManager.py" line="2282"/>
         <source>Toggle &amp;all folds</source>
         <translation>&amp;Свернуть/развернуть все ветви</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2286"/>
+        <location filename="ViewManager/ViewManager.py" line="2288"/>
         <source>&lt;b&gt;Toggle all folds&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ветви&lt;/b&gt;
 &lt;p&gt;Изменить скрытые ветви на развёрнутые и наоборот.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2314"/>
-        <source>Toggle current fold</source>
-        <translation>Свернуть/развернуть текущую ветвь</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2310"/>
-        <source>Toggle &amp;current fold</source>
-        <translation>Свернуть/развернуть &amp;текущую ветвь</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2316"/>
+        <source>Toggle current fold</source>
+        <translation>Свернуть/развернуть текущую ветвь</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2312"/>
+        <source>Toggle &amp;current fold</source>
+        <translation>Свернуть/развернуть &amp;текущую ветвь</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2318"/>
         <source>&lt;b&gt;Toggle current fold&lt;/b&gt;&lt;p&gt;Toggle the folds of the current line of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Свернуть/развернуть текущую ветвь&lt;/b&gt;
 &lt;p&gt;Свернуть/развернуть текущую ветвь текущего редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>File Modified</source>
         <translation>Файл изменён</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3289"/>
+        <location filename="ViewManager/ViewManager.py" line="3291"/>
         <source>File: {0}</source>
         <translation>Файл: {0}</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="772"/>
-        <source>Revert to last saved state</source>
-        <translation>Вернуть к последнему записанному состоянию</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
-        <source>Re&amp;vert to last saved state</source>
-        <translation>&amp;Вернуть к последнему записанному состоянию</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="774"/>
+        <source>Revert to last saved state</source>
+        <translation>Вернуть к последнему записанному состоянию</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
+        <source>Re&amp;vert to last saved state</source>
+        <translation>&amp;Вернуть к последнему записанному состоянию</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="776"/>
         <source>&lt;b&gt;Revert to last saved state&lt;/b&gt;&lt;p&gt;Undo all changes up to the last saved state of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Вернуть к последнему записанному состоянию&lt;/b&gt;
 &lt;p&gt;Отменить все изменения текущего редактора, сделанные с момента последнего сохранения.&lt;/p&gt;</translation>
@@ -40114,275 +40195,275 @@
         <translation>Ctrl+Shift+U</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>Split view</source>
         <translation>Разделить вид</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>&amp;Split view</source>
         <translation>&amp;Разделить вид</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2342"/>
-        <source>Add a split to the view</source>
-        <translation>Добавить разделитель к виду</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2344"/>
+        <source>Add a split to the view</source>
+        <translation>Добавить разделитель к виду</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2346"/>
         <source>&lt;b&gt;Split view&lt;/b&gt;&lt;p&gt;Add a split to the view.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Разделить вид&lt;/b&gt;&lt;p&gt;Добавить разделитель к виду.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange horizontally</source>
         <translation>Расположить горизонтально</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange &amp;horizontally</source>
         <translation>Расположить &amp;горизонтально</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2356"/>
-        <source>Arrange the splitted views horizontally</source>
-        <translation>Расположить разделённые виды горизонтально</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2358"/>
+        <source>Arrange the splitted views horizontally</source>
+        <translation>Расположить разделённые виды горизонтально</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2360"/>
         <source>&lt;b&gt;Arrange horizontally&lt;/b&gt;&lt;p&gt;Arrange the splitted views horizontally.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Расположить горизонтально&lt;/b&gt;
 &lt;p&gt;Расположить разделённые виды горизонтально.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>Remove split</source>
         <translation>Удалить разделитель</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>&amp;Remove split</source>
         <translation>&amp;Удалить разделитель</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2372"/>
-        <source>Remove the current split</source>
-        <translation>Удалить текущий разделитель</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2374"/>
+        <source>Remove the current split</source>
+        <translation>Удалить текущий разделитель</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2376"/>
         <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Удалить разделитель&lt;/b&gt;&lt;p&gt;Удалить текущий разделитель.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2479"/>
-        <source>Start Macro Recording</source>
-        <translation>Начать запись макроса</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2474"/>
-        <source>S&amp;tart Macro Recording</source>
-        <translation>&amp;Начать запись макроса</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2481"/>
+        <source>Start Macro Recording</source>
+        <translation>Начать запись макроса</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2476"/>
+        <source>S&amp;tart Macro Recording</source>
+        <translation>&amp;Начать запись макроса</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2483"/>
         <source>&lt;b&gt;Start Macro Recording&lt;/b&gt;&lt;p&gt;Start recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Начать запись макроса&lt;/b&gt;
 &lt;p&gt;Начать запись комнд редактора в новый макрос.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2494"/>
+        <location filename="ViewManager/ViewManager.py" line="2496"/>
         <source>Stop Macro Recording</source>
         <translation>Закончить запись макроса</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2489"/>
+        <location filename="ViewManager/ViewManager.py" line="2491"/>
         <source>Sto&amp;p Macro Recording</source>
         <translation>&amp;Закончить запись макроса</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2496"/>
+        <location filename="ViewManager/ViewManager.py" line="2498"/>
         <source>&lt;b&gt;Stop Macro Recording&lt;/b&gt;&lt;p&gt;Stop recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Закончить запись макроса&lt;/b&gt;
 &lt;p&gt;Закончить запись комнд редактора в новый макрос.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2507"/>
+        <location filename="ViewManager/ViewManager.py" line="2509"/>
         <source>Run Macro</source>
         <translation>Выполнить макрос</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2504"/>
+        <location filename="ViewManager/ViewManager.py" line="2506"/>
         <source>&amp;Run Macro</source>
         <translation>&amp;Выполнить макрос</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2508"/>
+        <location filename="ViewManager/ViewManager.py" line="2510"/>
         <source>&lt;b&gt;Run Macro&lt;/b&gt;&lt;p&gt;Run a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Выполнить макрос&lt;/b&gt;
 &lt;p&gt;Запустить записанный макрос.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2519"/>
+        <location filename="ViewManager/ViewManager.py" line="2521"/>
         <source>Delete Macro</source>
         <translation>Удалить макрос</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2515"/>
+        <location filename="ViewManager/ViewManager.py" line="2517"/>
         <source>&amp;Delete Macro</source>
         <translation>&amp;Удалить макрос</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2521"/>
+        <location filename="ViewManager/ViewManager.py" line="2523"/>
         <source>&lt;b&gt;Delete Macro&lt;/b&gt;&lt;p&gt;Delete a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Удалить макрос&lt;/b&gt;&lt;p&gt;Удалить записанный макрос.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2531"/>
-        <source>Load Macro</source>
-        <translation>Загрузить макрос</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2528"/>
-        <source>&amp;Load Macro</source>
-        <translation>&amp;Загрузить макрос</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2533"/>
+        <source>Load Macro</source>
+        <translation>Загрузить макрос</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2530"/>
+        <source>&amp;Load Macro</source>
+        <translation>&amp;Загрузить макрос</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2535"/>
         <source>&lt;b&gt;Load Macro&lt;/b&gt;&lt;p&gt;Load an editor macro from a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Загрузить макрос&lt;/b&gt;
 &lt;p&gt;Загрузить из файла макрос для редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2543"/>
+        <location filename="ViewManager/ViewManager.py" line="2545"/>
         <source>Save Macro</source>
         <translation>Сохранить макрос</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2540"/>
+        <location filename="ViewManager/ViewManager.py" line="2542"/>
         <source>&amp;Save Macro</source>
         <translation>&amp;Сохранить макрос</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2545"/>
+        <location filename="ViewManager/ViewManager.py" line="2547"/>
         <source>&lt;b&gt;Save Macro&lt;/b&gt;&lt;p&gt;Save a previously recorded editor macro to a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сохранить макрос&lt;/b&gt;&lt;p&gt;Сохранить записанный макрос в файл.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2583"/>
-        <source>Toggle Bookmark</source>
-        <translation>Поставить/убрать закладку</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
-        <source>&amp;Toggle Bookmark</source>
-        <translation>&amp;Поставить/убрать закладку</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2585"/>
+        <source>Toggle Bookmark</source>
+        <translation>Поставить/убрать закладку</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
+        <source>&amp;Toggle Bookmark</source>
+        <translation>&amp;Поставить/убрать закладку</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2587"/>
         <source>&lt;b&gt;Toggle Bookmark&lt;/b&gt;&lt;p&gt;Toggle a bookmark at the current line of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Поставить/убрать закладку&lt;/b&gt;
 &lt;p&gt;Поставить/убрать закладку на текущей строчке текущего редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2599"/>
-        <source>Next Bookmark</source>
-        <translation>Следующая закладка</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
-        <source>&amp;Next Bookmark</source>
-        <translation>&amp;Следующая закладка</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2601"/>
+        <source>Next Bookmark</source>
+        <translation>Следующая закладка</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
+        <source>&amp;Next Bookmark</source>
+        <translation>&amp;Следующая закладка</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2603"/>
         <source>&lt;b&gt;Next Bookmark&lt;/b&gt;&lt;p&gt;Go to next bookmark of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Следующая закладка&lt;/b&gt;
 &lt;p&gt;Перейти к следующей закладке в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2615"/>
+        <location filename="ViewManager/ViewManager.py" line="2617"/>
         <source>Previous Bookmark</source>
         <translation>Предыдущая закладка</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
         <source>&amp;Previous Bookmark</source>
         <translation>&amp;Предыдущая закладка</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2617"/>
+        <location filename="ViewManager/ViewManager.py" line="2619"/>
         <source>&lt;b&gt;Previous Bookmark&lt;/b&gt;&lt;p&gt;Go to previous bookmark of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Предыдущая закладка&lt;/b&gt;
 &lt;p&gt;Перейти к предыдущей закладке в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2632"/>
+        <location filename="ViewManager/ViewManager.py" line="2634"/>
         <source>Clear Bookmarks</source>
         <translation>Стереть закладки</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
         <source>&amp;Clear Bookmarks</source>
         <translation>&amp;Стереть закладки</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2634"/>
+        <location filename="ViewManager/ViewManager.py" line="2636"/>
         <source>&lt;b&gt;Clear Bookmarks&lt;/b&gt;&lt;p&gt;Clear bookmarks of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Стереть закладки&lt;/b&gt;&lt;p&gt;Убрать закладки из всех редакторов.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2797"/>
+        <location filename="ViewManager/ViewManager.py" line="2799"/>
         <source>&amp;Bookmarks</source>
         <translation>&amp;Закладки</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2329"/>
-        <source>Remove all highlights</source>
-        <translation>Снять все выделения</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2331"/>
+        <source>Remove all highlights</source>
+        <translation>Снять все выделения</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2333"/>
         <source>&lt;b&gt;Remove all highlights&lt;/b&gt;&lt;p&gt;Remove the highlights of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Снять все выделения&lt;/b&gt;&lt;p&gt;Снять выделения во всех редакторах.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Autocomplete</source>
         <translation>Автозавершение</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1816"/>
+        <location filename="ViewManager/ViewManager.py" line="1818"/>
         <source>&amp;Autocomplete</source>
         <translation>&amp;Автозавершение</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1045"/>
-        <source>Autocomplete current word</source>
-        <translation>Автозавершение текущего слова</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1047"/>
+        <source>Autocomplete current word</source>
+        <translation>Автозавершение текущего слова</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1049"/>
         <source>&lt;b&gt;Autocomplete&lt;/b&gt;&lt;p&gt;Performs an autocompletion of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Автозавершение&lt;/b&gt;&lt;p&gt;Автоматически завершает слово, на котором находится слово.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="641"/>
+        <location filename="ViewManager/ViewManager.py" line="643"/>
         <source>Open &amp;Bookmarked Files</source>
         <translation>Открыть &amp;закладки на файлы</translation>
     </message>
     <message>
+        <location filename="ViewManager/ViewManager.py" line="3660"/>
+        <source>&amp;Clear</source>
+        <translation>&amp;Очистить</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="3656"/>
+        <source>&amp;Add</source>
+        <translation>&amp;Добавить</translation>
+    </message>
+    <message>
         <location filename="ViewManager/ViewManager.py" line="3658"/>
-        <source>&amp;Clear</source>
-        <translation>&amp;Очистить</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="3654"/>
-        <source>&amp;Add</source>
-        <translation>&amp;Добавить</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="3656"/>
         <source>&amp;Edit...</source>
         <translation>&amp;Правка...</translation>
     </message>
@@ -40492,12 +40573,12 @@
         <translation>Formfeed</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1028"/>
+        <location filename="ViewManager/ViewManager.py" line="1030"/>
         <source>Shorten empty lines</source>
         <translation>Укоротить пустые строки</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1030"/>
+        <location filename="ViewManager/ViewManager.py" line="1032"/>
         <source>&lt;b&gt;Shorten empty lines&lt;/b&gt;&lt;p&gt;Shorten lines consisting solely of whitespace characters.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Укоротить пустые строки&lt;/b&gt;
 &lt;p&gt;Сделать пустыми строки, состоящие только из пробелльных символов.&lt;/p&gt;</translation>
@@ -40513,130 +40594,130 @@
         <translation>Esc</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Autocomplete from Document</source>
         <translation>Автозавершение из документа</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1060"/>
-        <source>Autocomplete current word from Document</source>
-        <translation>Автозавершение слова из документа</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1062"/>
+        <source>Autocomplete current word from Document</source>
+        <translation>Автозавершение слова из документа</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1064"/>
         <source>&lt;b&gt;Autocomplete from Document&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Автозавершение из документа&lt;/b&gt;&lt;p&gt;Автоматически дополнить слово, содержащее курсор, из документа.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Autocomplete from APIs</source>
         <translation>Автозавершение из API</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1077"/>
-        <source>Autocomplete current word from APIs</source>
-        <translation>Автозавершение слова из API</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1079"/>
+        <source>Autocomplete current word from APIs</source>
+        <translation>Автозавершение слова из API</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1081"/>
         <source>&lt;b&gt;Autocomplete from APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Автозавершение из API&lt;/b&gt;&lt;p&gt;Автоматически дополнить слово, содержащее курсор, из API.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2648"/>
-        <source>Goto Syntax Error</source>
-        <translation>Перейти к синтаксической ошибке</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2642"/>
-        <source>&amp;Goto Syntax Error</source>
-        <translation>&amp;Перейти к синтаксической ошибке</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2650"/>
+        <source>Goto Syntax Error</source>
+        <translation>Перейти к синтаксической ошибке</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2644"/>
+        <source>&amp;Goto Syntax Error</source>
+        <translation>&amp;Перейти к синтаксической ошибке</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2652"/>
         <source>&lt;b&gt;Goto Syntax Error&lt;/b&gt;&lt;p&gt;Go to next syntax error of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Перейти к синтаксической ошибке&lt;/b&gt;
 &lt;p&gt;Перейти к следующей синтаксической ошибке в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2663"/>
-        <source>Clear Syntax Errors</source>
-        <translation>Очистить синтаксические ошибки</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2658"/>
-        <source>Clear &amp;Syntax Errors</source>
-        <translation>Очистить синтаксические &amp;ошибки</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2665"/>
+        <source>Clear Syntax Errors</source>
+        <translation>Очистить синтаксические ошибки</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2660"/>
+        <source>Clear &amp;Syntax Errors</source>
+        <translation>Очистить синтаксические &amp;ошибки</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2667"/>
         <source>&lt;b&gt;Clear Syntax Errors&lt;/b&gt;&lt;p&gt;Clear syntax errors of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Очистить синтаксические ошибки&lt;/b&gt;&lt;p&gt;Убрать сообщения об синтаксических ошибках во всех редакторах.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search File</source>
         <translation>Искать файл</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search &amp;File...</source>
         <translation>Искать &amp;файл...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="623"/>
-        <source>Search for a file</source>
-        <translation>Искать файл</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="625"/>
+        <source>Search for a file</source>
+        <translation>Искать файл</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="627"/>
         <source>&lt;b&gt;Search File&lt;/b&gt;&lt;p&gt;Search for a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Искать файл&lt;/b&gt;&lt;p&gt;Искать файл по имени.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2730"/>
-        <source>Next uncovered line</source>
-        <translation>Следующая неохваченная строка</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2724"/>
-        <source>&amp;Next uncovered line</source>
-        <translation>&amp;Следующая неохваченная строка</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2732"/>
+        <source>Next uncovered line</source>
+        <translation>Следующая неохваченная строка</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2726"/>
+        <source>&amp;Next uncovered line</source>
+        <translation>&amp;Следующая неохваченная строка</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2734"/>
         <source>&lt;b&gt;Next uncovered line&lt;/b&gt;&lt;p&gt;Go to next line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Следующая неохваченная строка&lt;/b&gt;&lt;p&gt;Перейти к строке в текущем редакторе, помеченной как неохваченная.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2746"/>
-        <source>Previous uncovered line</source>
-        <translation>Предыдущая неохваченная строка</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2739"/>
-        <source>&amp;Previous uncovered line</source>
-        <translation>&amp;Предыдущая неохваченная строка</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2748"/>
+        <source>Previous uncovered line</source>
+        <translation>Предыдущая неохваченная строка</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2741"/>
+        <source>&amp;Previous uncovered line</source>
+        <translation>&amp;Предыдущая неохваченная строка</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2750"/>
         <source>&lt;b&gt;Previous uncovered line&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Следующая неохваченная строка&lt;/b&gt;&lt;p&gt;Перейти предыдущей к строке в текущем редакторе, помеченной как неохваченная.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Alt+Backspace</source>
         <comment>Edit|Undo</comment>
         <translation>Alt+Backspace</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Shift+Del</source>
         <comment>Edit|Cut</comment>
         <translation>Shift+Del</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Shift+Ins</source>
         <comment>Edit|Paste</comment>
         <translation>Shift+Ins</translation>
@@ -40647,142 +40728,142 @@
         <translation>Shift+Backspace</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
         <translation>&lt;p&gt;В файле &lt;b&gt;{0}&lt;/b&gt; есть несохранённые изменения.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="479"/>
+        <location filename="ViewManager/ViewManager.py" line="481"/>
         <source>Open a file</source>
         <translation>Открыть файл</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="480"/>
+        <location filename="ViewManager/ViewManager.py" line="482"/>
         <source>&lt;b&gt;Open a file&lt;/b&gt;&lt;p&gt;You will be asked for the name of a file to be opened in an editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Открыть файл&lt;/b&gt;
 &lt;p&gt;eric3 запросит у Вас имя файла, чтобы открыть его в окне редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2144"/>
+        <location filename="ViewManager/ViewManager.py" line="2146"/>
         <source>Quicksearch</source>
         <translation>Быстрый поиск</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>Ctrl+Shift+K</source>
         <comment>Search|Quicksearch</comment>
         <translation>Ctrl+Shift+K</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2014"/>
+        <location filename="ViewManager/ViewManager.py" line="2016"/>
         <source>Perform a quicksearch</source>
         <translation>Выполнить быстрый поиск</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch backwards</source>
         <translation>Быстрый поиск назад</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Ctrl+Shift+J</source>
         <comment>Search|Quicksearch backwards</comment>
         <translation>Ctrl+Shift+J</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2033"/>
+        <location filename="ViewManager/ViewManager.py" line="2035"/>
         <source>Perform a quicksearch backwards</source>
         <translation>Выполнить быстрый поиск назад</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>&amp;Quicksearch</source>
         <translation>&amp;Быстрый поиск</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch &amp;backwards</source>
         <translation>Быстрый поиск &amp;назад</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch extend</source>
         <translation>Расширить быстрый поиск</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch e&amp;xtend</source>
         <translation>Рас&amp;ширить быстрый поиск</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Ctrl+Shift+H</source>
         <comment>Search|Quicksearch extend</comment>
         <translation>Ctrl+Shift+H</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2051"/>
+        <location filename="ViewManager/ViewManager.py" line="2053"/>
         <source>Extend the quicksearch to the end of the current word</source>
         <translation>Расширить быстрый поиск до конца текущего слова</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2053"/>
+        <location filename="ViewManager/ViewManager.py" line="2055"/>
         <source>&lt;b&gt;Quicksearch extend&lt;/b&gt;&lt;p&gt;This extends the quicksearch text to the end of the word currently found.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Расширить быстрый поиск&lt;/b&gt;
 &lt;p&gt;Расширить быстрый поиск до конца найденного слова.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Smart indent</source>
         <translation>Умные отступы</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="892"/>
-        <source>Smart indent Line or Selection</source>
-        <translation>Форматировать строку или выделение умными отступами</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="894"/>
+        <source>Smart indent Line or Selection</source>
+        <translation>Форматировать строку или выделение умными отступами</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="896"/>
         <source>&lt;b&gt;Smart indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the current selection smartly.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Умные отступы&lt;/b&gt;&lt;p&gt;Расставить отступы для выбранной строки (строк) с помощью умного алгоритма.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Next split</source>
         <translation>Следующий разделитель</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>&amp;Next split</source>
         <translation>&amp;Следующий разделитель</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2387"/>
-        <source>Move to the next split</source>
-        <translation>Переместиться на следующий разделитель</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2389"/>
+        <source>Move to the next split</source>
+        <translation>Переместиться на следующий разделитель</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2391"/>
         <source>&lt;b&gt;Next split&lt;/b&gt;&lt;p&gt;Move to the next split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Следующий разделитель&lt;/b&gt;&lt;p&gt;Переместиться на следующий разделитель.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Previous split</source>
         <translation>Предыдущий разделитель</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>&amp;Previous split</source>
         <translation>&amp;Предыдущий разделитель</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2402"/>
-        <source>Move to the previous split</source>
-        <translation>Переместиться на предыдущий разделитель</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2404"/>
+        <source>Move to the previous split</source>
+        <translation>Переместиться на предыдущий разделитель</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2406"/>
         <source>&lt;b&gt;Previous split&lt;/b&gt;&lt;p&gt;Move to the previous split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Предыдущий разделитель&lt;/b&gt;&lt;p&gt;Переместиться на предыдущий разделитель.&lt;/p&gt;</translation>
     </message>
@@ -40797,38 +40878,38 @@
         <translation>Ввод</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1096"/>
+        <location filename="ViewManager/ViewManager.py" line="1098"/>
         <source>Autocomplete current word from Document and APIs</source>
         <translation>Автозавершение слова из документа и API</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Autocomplete from Document and APIs</source>
         <translation>Автозавершение из документа и файлов API</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Alt+Shift+Space</source>
         <comment>Edit|Autocomplete from Document and APIs</comment>
         <translation>Alt+Shift+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1098"/>
+        <location filename="ViewManager/ViewManager.py" line="1100"/>
         <source>&lt;b&gt;Autocomplete from Document and APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document and APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Автозавершение из документа и файлов API&lt;/b&gt;&lt;p&gt;Автоматически дополнить слово, содержащее курсор, из документа и файлов API.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2299"/>
-        <source>Toggle all folds (including children)</source>
-        <translation>Переключить все свёртки кода (включая дочерние)</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2294"/>
-        <source>Toggle all &amp;folds (including children)</source>
-        <translation>Переключить все &amp;свёртки кода (включая дочерние)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2301"/>
+        <source>Toggle all folds (including children)</source>
+        <translation>Переключить все свёртки кода (включая дочерние)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2296"/>
+        <source>Toggle all &amp;folds (including children)</source>
+        <translation>Переключить все &amp;свёртки кода (включая дочерние)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2303"/>
         <source>&lt;b&gt;Toggle all folds (including children)&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor including all children.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Переключить все свёртки кода (включая дочерние)&lt;/b&gt;&lt;p&gt;Переключить все свёртки кода в текущем редакторе, включая все дочерние.&lt;/p&gt;</translation>
     </message>
@@ -40843,178 +40924,178 @@
         <translation>Ctrl+Shift+D</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>Ctrl+N</source>
         <comment>File|New</comment>
         <translation>Ctrl+N</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Ctrl+O</source>
         <comment>File|Open</comment>
         <translation>Ctrl+O</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Ctrl+W</source>
         <comment>File|Close</comment>
         <translation>Ctrl+W</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Ctrl+S</source>
         <comment>File|Save</comment>
         <translation>Ctrl+S</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Shift+Ctrl+S</source>
         <comment>File|Save As</comment>
         <translation>Shift+Ctrl+S</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Ctrl+P</source>
         <comment>File|Print</comment>
         <translation>Ctrl+P</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Alt+Ctrl+F</source>
         <comment>File|Search File</comment>
         <translation>Alt+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="638"/>
+        <location filename="ViewManager/ViewManager.py" line="640"/>
         <source>&amp;File</source>
         <translation>&amp;Файл</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="689"/>
+        <location filename="ViewManager/ViewManager.py" line="691"/>
         <source>File</source>
         <translation>Файл</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Ctrl+Z</source>
         <comment>Edit|Undo</comment>
         <translation>Ctrl+Z</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Ctrl+Shift+Z</source>
         <comment>Edit|Redo</comment>
         <translation>Ctrl+Shift+Z</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
         <source>Ctrl+Y</source>
         <comment>Edit|Revert</comment>
         <translation>Ctrl+Y</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Ctrl+X</source>
         <comment>Edit|Cut</comment>
         <translation>Ctrl+X</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+C</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+Ins</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+Ins</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Ctrl+V</source>
         <comment>Edit|Paste</comment>
         <translation>Ctrl+V</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Alt+Shift+C</source>
         <comment>Edit|Clear</comment>
         <translation>Alt+Shift+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Ctrl+I</source>
         <comment>Edit|Indent</comment>
         <translation>Ctrl+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Ctrl+Shift+I</source>
         <comment>Edit|Unindent</comment>
         <translation>Ctrl+Shift+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Ctrl+Alt+I</source>
         <comment>Edit|Smart indent</comment>
         <translation>Ctrl+Alt+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Ctrl+M</source>
         <comment>Edit|Comment</comment>
         <translation>Ctrl+M</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Alt+Ctrl+M</source>
         <comment>Edit|Uncomment</comment>
         <translation>Alt+Ctrl+M</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Ctrl+E</source>
         <comment>Edit|Select to brace</comment>
         <translation>Ctrl+E</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Ctrl+A</source>
         <comment>Edit|Select all</comment>
         <translation>Ctrl+A</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Alt+Ctrl+A</source>
         <comment>Edit|Deselect all</comment>
         <translation>Alt+Ctrl+A</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Ctrl+Space</source>
         <comment>Edit|Autocomplete</comment>
         <translation>Ctrl+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Ctrl+Shift+Space</source>
         <comment>Edit|Autocomplete from Document</comment>
         <translation>Ctrl+Shift+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Ctrl+Alt+Space</source>
         <comment>Edit|Autocomplete from APIs</comment>
         <translation>Ctrl+Alt+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1840"/>
+        <location filename="ViewManager/ViewManager.py" line="1842"/>
         <source>&amp;Edit</source>
         <translation>&amp;Правка</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1886"/>
+        <location filename="ViewManager/ViewManager.py" line="1888"/>
         <source>Edit</source>
         <translation>Редактировать</translation>
     </message>
@@ -41031,135 +41112,135 @@
         <translation>Ctrl+R</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>Ctrl+G</source>
         <comment>Search|Goto Line</comment>
         <translation>Ctrl+G</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
         <source>Ctrl+L</source>
         <comment>Search|Goto Brace</comment>
         <translation>Ctrl+L</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Shift+Ctrl+F</source>
         <comment>Search|Search Files</comment>
         <translation>Shift+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Ctrl++</source>
         <comment>View|Zoom in</comment>
         <translation>Ctrl++</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Ctrl+-</source>
         <comment>View|Zoom out</comment>
         <translation>Ctrl+-</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Ctrl+#</source>
         <comment>View|Zoom</comment>
         <translation>Ctrl+#</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Ctrl+Alt+N</source>
         <comment>View|Next split</comment>
         <translation>Ctrl+Alt+N</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Ctrl+Alt+P</source>
         <comment>View|Previous split</comment>
         <translation>Ctrl+Alt+P</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2426"/>
+        <location filename="ViewManager/ViewManager.py" line="2428"/>
         <source>&amp;View</source>
         <translation>&amp;Вид</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2453"/>
+        <location filename="ViewManager/ViewManager.py" line="2455"/>
         <source>View</source>
         <translation>Вид</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2560"/>
+        <location filename="ViewManager/ViewManager.py" line="2562"/>
         <source>&amp;Macros</source>
         <translation>&amp;Макросы</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
         <source>Alt+Ctrl+T</source>
         <comment>Bookmark|Toggle</comment>
         <translation>Alt+Ctrl+T</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
         <source>Ctrl+PgDown</source>
         <comment>Bookmark|Next</comment>
         <translation>Ctrl+PgDown</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
         <source>Ctrl+PgUp</source>
         <comment>Bookmark|Previous</comment>
         <translation>Ctrl+PgUp</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
         <source>Alt+Ctrl+C</source>
         <comment>Bookmark|Clear</comment>
         <translation>Alt+Ctrl+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2839"/>
+        <location filename="ViewManager/ViewManager.py" line="2841"/>
         <source>Bookmarks</source>
         <translation>Закладки</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2963"/>
+        <location filename="ViewManager/ViewManager.py" line="2965"/>
         <source>Open files</source>
         <translation>Открыть файлы</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2763"/>
-        <source>Next Task</source>
-        <translation>Следующая задача</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2757"/>
-        <source>&amp;Next Task</source>
-        <translation>&amp;Следующая задача</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2765"/>
+        <source>Next Task</source>
+        <translation>Следующая задача</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2759"/>
+        <source>&amp;Next Task</source>
+        <translation>&amp;Следующая задача</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2767"/>
         <source>&lt;b&gt;Next Task&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a task.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Следующая задача&lt;/b&gt;
 &lt;p&gt;Перейти к следующей строчке редактора, где определена задача.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2779"/>
+        <location filename="ViewManager/ViewManager.py" line="2781"/>
         <source>Previous Task</source>
         <translation>Предыдущая задача</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2772"/>
+        <location filename="ViewManager/ViewManager.py" line="2774"/>
         <source>&amp;Previous Task</source>
         <translation>&amp;Предыдущая задача</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2781"/>
+        <location filename="ViewManager/ViewManager.py" line="2783"/>
         <source>&lt;b&gt;Previous Task&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a task.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Предыдущая задача&lt;/b&gt;&lt;p&gt;Перейти к предыдущей строчке редактора, где определена задача.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1826"/>
+        <location filename="ViewManager/ViewManager.py" line="1828"/>
         <source>&amp;Search</source>
         <translation>&amp;Поиск</translation>
     </message>
@@ -41196,27 +41277,27 @@
         <translation>Shift+F3</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="973"/>
+        <location filename="ViewManager/ViewManager.py" line="975"/>
         <source>&lt;b&gt;Select to brace&lt;/b&gt;&lt;p&gt;Select text of the current editor to the matching brace.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Выбрать до скобки&lt;/b&gt;&lt;p&gt;Выбрать текст в текущем редакторе до соответствующей скобки.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="988"/>
+        <location filename="ViewManager/ViewManager.py" line="990"/>
         <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Выбрать всё&lt;/b&gt;&lt;p&gt;Выбрать весь текст в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1004"/>
+        <location filename="ViewManager/ViewManager.py" line="1006"/>
         <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Снять выделение&lt;/b&gt;&lt;p&gt;Снять выделение со всего текста в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="711"/>
+        <location filename="ViewManager/ViewManager.py" line="713"/>
         <source>Export as</source>
         <translation>Экспортировать как</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2191"/>
+        <location filename="ViewManager/ViewManager.py" line="2193"/>
         <source>Quicksearch Textedit</source>
         <translation>Быстрый поиск</translation>
     </message>
@@ -41262,43 +41343,43 @@
         <translation>&lt;b&gt;Искать назад&lt;/b&gt;&lt;p&gt;Искать назад в текущем редакторе.Использовать предыдущий шаблон поиска и настройки.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2016"/>
+        <location filename="ViewManager/ViewManager.py" line="2018"/>
         <source>&lt;b&gt;Quicksearch&lt;/b&gt;&lt;p&gt;This activates the quicksearch function of the IDE by giving focus to the quicksearch entry field. If this field is already active and contains text, it searches for the next occurrence of this text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Быстрый поиск&lt;/b&gt;&lt;p&gt;Активизировать быстрый поиск переместив фокус на входное поле быстрого поиска. Если это поле уже активно и содержит какой-нибудь текст, то произвести поиск этого текста.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2035"/>
+        <location filename="ViewManager/ViewManager.py" line="2037"/>
         <source>&lt;b&gt;Quicksearch backwards&lt;/b&gt;&lt;p&gt;This searches the previous occurrence of the quicksearch text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Быстрый поиск назад&lt;/b&gt;&lt;p&gt;Искать назад текст из входного поля быстрого поиска.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2165"/>
+        <location filename="ViewManager/ViewManager.py" line="2167"/>
         <source>&lt;p&gt;Enter the searchtext directly into this field. The search will be performed case insensitive. The quicksearch function is activated upon activation of the quicksearch next action (default key Ctrl+Shift+K), if this entry field does not have the input focus. Otherwise it searches for the next occurrence of the text entered. The quicksearch backwards action (default key Ctrl+Shift+J) searches backward. Activating the &apos;quicksearch extend&apos; action (default key Ctrl+Shift+H) extends the current searchtext to the end of the currently found word. The quicksearch can be ended by pressing the Return key while the quicksearch entry has the the input focus.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Введите текст для поиска. Поиск будет проводиться без учёта регистра. Если входное поле быстрого поиска не активно, то начать поиск можно используя клавиши Ctrl+Shift+K. Если активно, то производится поиск текста вводимого в это поле. Поиск назад можно активировать с помощью клавиш Ctrl+Shift+J. Если нажать Ctrl+Shift+H (расширить быстрый поиск), то текущий шаблон поиска расширяется до конца найденного слова. Если входное поле быстрого поиска активно, то выйти из режима поиска можно просто нажав клавишу &quot;Ввод&quot;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Calltip</source>
         <translation>Подсказка</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>&amp;Calltip</source>
         <translation>&amp;Подсказка</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Alt+Space</source>
         <comment>Edit|Calltip</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1114"/>
+        <location filename="ViewManager/ViewManager.py" line="1116"/>
         <source>Show Calltips</source>
         <translation>Показать подсказки</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1116"/>
+        <location filename="ViewManager/ViewManager.py" line="1118"/>
         <source>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Show calltips based on the characters immediately to the left of the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Подсказки&lt;/b&gt;&lt;p&gt;Показать подсказки соответствующие символам слева от курсора.&lt;/p&gt;</translation>
     </message>
@@ -41308,12 +41389,12 @@
         <translation>Предварительный просмотр печати</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="606"/>
+        <location filename="ViewManager/ViewManager.py" line="608"/>
         <source>Print preview of the current file</source>
         <translation>Предварительный просмотр печати текущего файла</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="608"/>
+        <location filename="ViewManager/ViewManager.py" line="610"/>
         <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Предварительный просмотр печати&lt;/b&gt;&lt;p&gt;Предварительный просмотр печати текущего файла.&lt;/p&gt;</translation>
     </message>
@@ -41333,134 +41414,134 @@
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in Files</source>
         <translation>Заменить в файлах</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in F&amp;iles...</source>
         <translation>Заменить в ф&amp;айлах...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Shift+Ctrl+R</source>
         <comment>Search|Replace in Files</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2122"/>
-        <source>Search for a text in files and replace it</source>
-        <translation>Искать текст в файлах и заменить его</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2124"/>
+        <source>Search for a text in files and replace it</source>
+        <translation>Искать текст в файлах и заменить его</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2126"/>
         <source>&lt;b&gt;Replace in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Заменить в файлах&lt;/b&gt;&lt;p&gt;Искать текст в файлах проекта и заменить его. Окно диалога позволит ввести текст для поиска и текст замены, а так же покажет результат.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Spell check</source>
         <translation>Проверка орфографии</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>&amp;Spell Check...</source>
         <translation>Проверка &amp;орфографии...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Shift+F7</source>
         <comment>Spelling|Spell Check</comment>
         <translation>Shift+F7</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2878"/>
-        <source>Perform spell check of current editor</source>
-        <translation>Проверить орфографию в текущем редакторе</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2880"/>
+        <source>Perform spell check of current editor</source>
+        <translation>Проверить орфографию в текущем редакторе</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2882"/>
         <source>&lt;b&gt;Spell check&lt;/b&gt;&lt;p&gt;Perform a spell check of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Проверка орфографии&lt;/b&gt;&lt;p&gt;Проверить орфографию в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>Automatic spell checking</source>
         <translation>Автоматическая проверка орфографии</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>&amp;Automatic spell checking</source>
         <translation>&amp;Автоматическая проверка орфографии</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2894"/>
-        <source>(De-)Activate automatic spell checking</source>
-        <translation>Запретить автоматическую проверку орфографии</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2896"/>
+        <source>(De-)Activate automatic spell checking</source>
+        <translation>Запретить автоматическую проверку орфографии</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2898"/>
         <source>&lt;b&gt;Automatic spell checking&lt;/b&gt;&lt;p&gt;Activate or deactivate the automatic spell checking function of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Автоматическая проверка орфографии&lt;/b&gt;&lt;p&gt;Запретить или разрешить автоматическую проверку орфографии.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2937"/>
+        <location filename="ViewManager/ViewManager.py" line="2939"/>
         <source>Spelling</source>
         <translation>Проверка орфографии</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3293"/>
+        <location filename="ViewManager/ViewManager.py" line="3295"/>
         <source>Line: {0:5}</source>
         <translation>Строка: {0:5}</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3298"/>
+        <location filename="ViewManager/ViewManager.py" line="3300"/>
         <source>Pos: {0:5}</source>
         <translation>Позиция: {0:5}</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2680"/>
-        <source>Next warning message</source>
-        <translation>Следующее предупреждение</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2673"/>
-        <source>&amp;Next warning message</source>
-        <translation>&amp;Следующее предупреждение</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2682"/>
+        <source>Next warning message</source>
+        <translation>Следующее предупреждение</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2675"/>
+        <source>&amp;Next warning message</source>
+        <translation>&amp;Следующее предупреждение</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2684"/>
         <source>&lt;b&gt;Next warning message&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Следующее предупреждение&lt;/b&gt;&lt;p&gt;Перейти к следующему предупреждению&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2697"/>
-        <source>Previous warning message</source>
-        <translation>Предыдущее предупреждение</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2690"/>
-        <source>&amp;Previous warning message</source>
-        <translation>&amp;Предыдущее предупреждение</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2699"/>
+        <source>Previous warning message</source>
+        <translation>Предыдущее предупреждение</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2692"/>
+        <source>&amp;Previous warning message</source>
+        <translation>&amp;Предыдущее предупреждение</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2701"/>
         <source>&lt;b&gt;Previous warning message&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Предыдущее предупреждение&lt;/b&gt;&lt;p&gt;Перейти к предыдущему предупреждению&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2714"/>
-        <source>Clear Warning Messages</source>
-        <translation>Очистить предупреждения</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2708"/>
-        <source>Clear &amp;Warning Messages</source>
-        <translation>&amp;Очистить предупреждения</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2716"/>
+        <source>Clear Warning Messages</source>
+        <translation>Очистить предупреждения</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2710"/>
+        <source>Clear &amp;Warning Messages</source>
+        <translation>&amp;Очистить предупреждения</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2718"/>
         <source>&lt;b&gt;Clear Warning Messages&lt;/b&gt;&lt;p&gt;Clear py3flakes warning messages of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Очистить предупреждения&lt;/b&gt;&lt;p&gt;Очистить предупреждения во всех окнах редактора.&lt;/p&gt;</translation>
     </message>
@@ -41473,32 +41554,32 @@
         <translation>Конфигурация профилей</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="136"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="146"/>
         <source>&amp;Debug Profile</source>
         <translation>Профиль &amp;отладки</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="159"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="169"/>
         <source>File-Browser</source>
         <translation>Просмотрщик файлов</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
-        <source>Shell</source>
-        <translation>Оболочка</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="166"/>
-        <source>Log-Viewer</source>
-        <translation>Просмотрщик журнала</translation>
-    </message>
-    <message>
         <location filename="Preferences/ViewProfileDialog.ui" line="203"/>
+        <source>Shell</source>
+        <translation>Оболочка</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <source>Log-Viewer</source>
+        <translation>Просмотрщик журнала</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="220"/>
         <source>Task-Viewer</source>
         <translation>Просмотрщик задач</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="213"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="230"/>
         <source>Templates-Viewer</source>
         <translation>Просмотрщик шаблонов</translation>
     </message>
@@ -41513,30 +41594,35 @@
         <translation>Задайте окна, который должны быть видимы, когда активны данный профили.</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="186"/>
         <source>Multiproject-Viewer</source>
         <translation>Просмотрщик мултипроекта</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="183"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
         <source>Project-Viewer</source>
         <translation>Просмотрщик проекта</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="149"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="159"/>
         <source>Debug-Viewer</source>
         <translation>Просмотрщик отладки</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="220"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="237"/>
         <source>Terminal</source>
         <translation>Терминал</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="142"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="152"/>
         <source>Cooperation</source>
         <translation>Кооперация</translation>
     </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="213"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>ViewProfileSidebarsDialog</name>
--- a/i18n/eric5_tr.ts	Fri Jun 25 18:24:29 2010 +0200
+++ b/i18n/eric5_tr.ts	Sat Jun 26 13:34:06 2010 +0200
@@ -24149,12 +24149,12 @@
 <context>
     <name>Preferences</name>
     <message>
-        <location filename="Preferences/__init__.py" line="855"/>
+        <location filename="Preferences/__init__.py" line="857"/>
         <source>Export Preferences</source>
         <translation>Tercihleri Dışarı Aktar</translation>
     </message>
     <message>
-        <location filename="Preferences/__init__.py" line="874"/>
+        <location filename="Preferences/__init__.py" line="876"/>
         <source>Import Preferences</source>
         <translation>Tercihleri İçe Aktar</translation>
     </message>
@@ -35766,6 +35766,57 @@
     </message>
 </context>
 <context>
+    <name>SymbolsModel</name>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="31"/>
+        <source>Code</source>
+        <translation type="unfinished">Kod</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="32"/>
+        <source>Char</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="33"/>
+        <source>Hex</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="34"/>
+        <source>HTML</source>
+        <translation type="unfinished">HTML</translation>
+    </message>
+</context>
+<context>
+    <name>SymbolsWidget</name>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="14"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="48"/>
+        <source>Press to switch to unicode mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="51"/>
+        <source>Unicode</source>
+        <translation type="unfinished">Evrensel kod</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="64"/>
+        <source>Symbol code:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="71"/>
+        <source>Enter the symbol code</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyntaxCheckerDialog</name>
     <message>
         <location filename="Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="14"/>
@@ -39058,67 +39109,67 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="UI/UserInterface.py" line="234"/>
+        <location filename="UI/UserInterface.py" line="235"/>
         <source>Initializing Plugin Manager...</source>
         <translation>Eklenti Yöneticisi Ayarlanıyor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="239"/>
+        <location filename="UI/UserInterface.py" line="240"/>
         <source>Generating Main User Interface...</source>
         <translation>Ana Kullanıcı Arayüzü Üretiliyor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="265"/>
+        <location filename="UI/UserInterface.py" line="266"/>
         <source>Setting up connections...</source>
         <translation>Bağlantılar ayarlanıyor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="529"/>
+        <location filename="UI/UserInterface.py" line="533"/>
         <source>Initializing Tools...</source>
         <translation>Araçlar Ayarlanıyor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="538"/>
+        <location filename="UI/UserInterface.py" line="542"/>
         <source>Registering Objects...</source>
         <translation>Nesneler Kaydediliyor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="558"/>
+        <location filename="UI/UserInterface.py" line="563"/>
         <source>Initializing Actions...</source>
         <translation>İşlemler Ayarlanıyor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="560"/>
+        <location filename="UI/UserInterface.py" line="565"/>
         <source>Initializing Menus...</source>
         <translation>Menüler Ayarlanıyor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="562"/>
+        <location filename="UI/UserInterface.py" line="567"/>
         <source>Initializing Toolbars...</source>
         <translation>Araççubuğu Ayarlanıyor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="564"/>
+        <location filename="UI/UserInterface.py" line="569"/>
         <source>Initializing Statusbar...</source>
         <translation>Durumçubuğu Ayarlanıyor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="588"/>
+        <location filename="UI/UserInterface.py" line="593"/>
         <source>Initializing Single Application Server...</source>
         <translation>Tekli Uygulama Senveri Ayarlanıyor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="596"/>
+        <location filename="UI/UserInterface.py" line="601"/>
         <source>Activating Plugins...</source>
         <translation>Eklentiler Aktif oluyor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="603"/>
+        <location filename="UI/UserInterface.py" line="608"/>
         <source>Restoring Toolbarmanager...</source>
         <translation>Araççubuğu Yöneticisi Yeniden yapılandırılıyor...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="662"/>
+        <location filename="UI/UserInterface.py" line="667"/>
         <source>Loading Style Sheet</source>
         <translation>Stil Görünümleri Yükleniyor</translation>
     </message>
@@ -39128,57 +39179,57 @@
         <translation type="obsolete">&lt;p&gt;Qt stil dosyası&lt;b&gt;%1&lt;/b&gt; okunamadı.&lt;br&gt;Sebep: %2&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
+        <location filename="UI/UserInterface.py" line="1385"/>
         <source>Project-Viewer</source>
         <translation>Proje-Görüntüleyici</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
+        <location filename="UI/UserInterface.py" line="1406"/>
         <source>Multiproject-Viewer</source>
         <translation>Çokluproje-Görüntüleyici</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
+        <location filename="UI/UserInterface.py" line="1428"/>
         <source>Debug-Viewer</source>
         <translation>Hata Ayıklama Göstericisi</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>Log-Viewer</source>
         <translation>Günlük-Gösterici</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
+        <location filename="UI/UserInterface.py" line="1534"/>
         <source>Task-Viewer</source>
         <translation>Görev-Gösterici</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
+        <location filename="UI/UserInterface.py" line="1555"/>
         <source>Template-Viewer</source>
         <translation>Şablon-Gösterici</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
+        <location filename="UI/UserInterface.py" line="1470"/>
         <source>Terminal</source>
         <translation>Terminal</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
+        <location filename="UI/UserInterface.py" line="1491"/>
         <source>File-Browser</source>
         <translation>Dosya-Gözatıcısı</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
+        <location filename="UI/UserInterface.py" line="1449"/>
         <source>Shell</source>
         <translation>Kabuk</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
+        <location filename="UI/UserInterface.py" line="1578"/>
         <source>Vertical Toolbox</source>
         <translation>Dikey Alet Kutusu</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
+        <location filename="UI/UserInterface.py" line="1589"/>
         <source>Horizontal Toolbox</source>
         <translation>Yatay Alet Kutusu</translation>
     </message>
@@ -39198,108 +39249,108 @@
         <translation type="obsolete">%1 - %2 - %3 - Pasif Mod</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>Quit</source>
         <translation>Çık</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>&amp;Quit</source>
         <translation>&amp;Çıkış</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation>Ctrl+Q</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1313"/>
+        <location filename="UI/UserInterface.py" line="1342"/>
         <source>Quit the IDE</source>
         <translation>IDE den Çık</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1314"/>
+        <location filename="UI/UserInterface.py" line="1343"/>
         <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1325"/>
+        <location filename="UI/UserInterface.py" line="1354"/>
         <source>Edit Profile</source>
         <translation>Düzenleme Kesiti</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1330"/>
-        <source>Activate the edit view profile</source>
-        <translation>Düzenleyici görüntü kesitini aktif yap</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1331"/>
-        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1340"/>
-        <source>Debug Profile</source>
-        <translation>Hata Ayıklama Kesiti</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1345"/>
-        <source>Activate the debug view profile</source>
-        <translation>Debug görüntü kesitini aktif et</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1347"/>
-        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
-        <source>&amp;Project-Viewer</source>
-        <translation>&amp;proje-Görüntüleyici</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1358"/>
-        <source>Toggle the Project-Viewer window</source>
-        <translation>Açkapa Proje-Gözatıcı penceresi</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1359"/>
+        <source>Activate the edit view profile</source>
+        <translation>Düzenleyici görüntü kesitini aktif yap</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1360"/>
+        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1369"/>
+        <source>Debug Profile</source>
+        <translation>Hata Ayıklama Kesiti</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1374"/>
+        <source>Activate the debug view profile</source>
+        <translation>Debug görüntü kesitini aktif et</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1376"/>
+        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1385"/>
+        <source>&amp;Project-Viewer</source>
+        <translation>&amp;proje-Görüntüleyici</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1387"/>
+        <source>Toggle the Project-Viewer window</source>
+        <translation>Açkapa Proje-Gözatıcı penceresi</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1388"/>
         <source>&lt;b&gt;Toggle the Project-Viewer window&lt;/b&gt;&lt;p&gt;If the Project-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
+        <location filename="UI/UserInterface.py" line="1396"/>
         <source>Activate Project-Viewer</source>
         <translation>Proje görüntüleyiciyi aktif yap</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
+        <location filename="UI/UserInterface.py" line="1396"/>
         <source>Alt+Shift+P</source>
         <translation>Alt+Shift+P</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
+        <location filename="UI/UserInterface.py" line="1406"/>
         <source>&amp;Multiproject-Viewer</source>
         <translation>Çokluproje-Görü&amp;ntüleyici</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1380"/>
+        <location filename="UI/UserInterface.py" line="1409"/>
         <source>Toggle the Multiproject-Viewer window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1381"/>
+        <location filename="UI/UserInterface.py" line="1410"/>
         <source>&lt;b&gt;Toggle the Multiproject-Viewer window&lt;/b&gt;&lt;p&gt;If the Multiproject-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
+        <location filename="UI/UserInterface.py" line="1418"/>
         <source>Activate Multiproject-Viewer</source>
         <translation>Çokluproje-Görüntüleyiciyi Etkinleştir</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
+        <location filename="UI/UserInterface.py" line="1418"/>
         <source>Alt+Shift+M</source>
         <translation>Alt+Shift+M</translation>
     </message>
@@ -39324,302 +39375,302 @@
         <translation type="obsolete">Hata Ayıklayıcı-Göstericisini aktif yap</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
+        <location filename="UI/UserInterface.py" line="1439"/>
         <source>Alt+Shift+D</source>
         <translation>Alt+Shift+D</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
+        <location filename="UI/UserInterface.py" line="1449"/>
         <source>&amp;Shell</source>
         <translation>&amp;Kabuk</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1422"/>
+        <location filename="UI/UserInterface.py" line="1451"/>
         <source>Toggle the Shell window</source>
         <translation>Açkapa Kabuk penceresi</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1423"/>
-        <source>&lt;b&gt;Toggle the Shell window&lt;/b&gt;&lt;p&gt;If the Shell window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
-        <source>Activate Shell</source>
-        <translation>Aktif Kabuk</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
-        <source>Alt+Shift+S</source>
-        <translation>Alt+Shift+S</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
-        <source>Te&amp;rminal</source>
-        <translation>Te&amp;rminal</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1443"/>
-        <source>Toggle the Terminal window</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1444"/>
-        <source>&lt;b&gt;Toggle the Terminal window&lt;/b&gt;&lt;p&gt;If the Terminal window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1452"/>
-        <source>Activate Terminal</source>
-        <translation>Etkin Terminal</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1452"/>
+        <source>&lt;b&gt;Toggle the Shell window&lt;/b&gt;&lt;p&gt;If the Shell window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1461"/>
+        <source>Activate Shell</source>
+        <translation>Aktif Kabuk</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1461"/>
+        <source>Alt+Shift+S</source>
+        <translation>Alt+Shift+S</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1470"/>
+        <source>Te&amp;rminal</source>
+        <translation>Te&amp;rminal</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1472"/>
+        <source>Toggle the Terminal window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1473"/>
+        <source>&lt;b&gt;Toggle the Terminal window&lt;/b&gt;&lt;p&gt;If the Terminal window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1481"/>
+        <source>Activate Terminal</source>
+        <translation>Etkin Terminal</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1481"/>
         <source>Alt+Shift+R</source>
         <translation>Alt+Shift+R</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
+        <location filename="UI/UserInterface.py" line="1491"/>
         <source>File-&amp;Browser</source>
         <translation>Dosya-&amp;Gözatıcısı</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1464"/>
+        <location filename="UI/UserInterface.py" line="1493"/>
         <source>Toggle the File-Browser window</source>
         <translation>Açkapa Dosya-Gözatıcı penceresi</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1465"/>
+        <location filename="UI/UserInterface.py" line="1494"/>
         <source>&lt;b&gt;Toggle the File-Browser window&lt;/b&gt;&lt;p&gt;If the File-Browser window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
+        <location filename="UI/UserInterface.py" line="1503"/>
         <source>Activate File-Browser</source>
         <translation>Dosya seçiciyi aktif yap</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
+        <location filename="UI/UserInterface.py" line="1503"/>
         <source>Alt+Shift+F</source>
         <translation>Alt+Shift+F</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>&amp;Log-Viewer</source>
         <translation>Gün&amp;lük-Gösterici</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1486"/>
+        <location filename="UI/UserInterface.py" line="1515"/>
         <source>Toggle the Log-Viewer window</source>
         <translation>Açkapa Günlük-Gözatıcı penceresi</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1487"/>
-        <source>&lt;b&gt;Toggle the Log-Viewer window&lt;/b&gt;&lt;p&gt;If the Log-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
-        <source>Activate Log-Viewer</source>
-        <translation>Kayıt-Göstericiyi Aktif Yap</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
-        <source>Alt+Shift+G</source>
-        <translation>Alt+Shift+G</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
-        <source>T&amp;ask-Viewer</source>
-        <translation>Göre&amp;v-Gösterici</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1507"/>
-        <source>Toggle the Task-Viewer window</source>
-        <translation>Açkapa Görev-Gözatıcı penceresi</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1508"/>
-        <source>&lt;b&gt;Toggle the Task-Viewer window&lt;/b&gt;&lt;p&gt;If the Task-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1516"/>
-        <source>Activate Task-Viewer</source>
-        <translation>Görevgöstereciyi aktif yap</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1516"/>
+        <source>&lt;b&gt;Toggle the Log-Viewer window&lt;/b&gt;&lt;p&gt;If the Log-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1524"/>
+        <source>Activate Log-Viewer</source>
+        <translation>Kayıt-Göstericiyi Aktif Yap</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1524"/>
+        <source>Alt+Shift+G</source>
+        <translation>Alt+Shift+G</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1534"/>
+        <source>T&amp;ask-Viewer</source>
+        <translation>Göre&amp;v-Gösterici</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1536"/>
+        <source>Toggle the Task-Viewer window</source>
+        <translation>Açkapa Görev-Gözatıcı penceresi</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1537"/>
+        <source>&lt;b&gt;Toggle the Task-Viewer window&lt;/b&gt;&lt;p&gt;If the Task-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1545"/>
+        <source>Activate Task-Viewer</source>
+        <translation>Görevgöstereciyi aktif yap</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1545"/>
         <source>Alt+Shift+T</source>
         <translation>Alt+Shift+T</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
+        <location filename="UI/UserInterface.py" line="1555"/>
         <source>Temp&amp;late-Viewer</source>
         <translation>Şablo&amp;n-Gösterici</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1528"/>
+        <location filename="UI/UserInterface.py" line="1557"/>
         <source>Toggle the Template-Viewer window</source>
         <translation>Açkapa geçici-göster penceresi</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1530"/>
+        <location filename="UI/UserInterface.py" line="1559"/>
         <source>&lt;b&gt;Toggle the Template-Viewer window&lt;/b&gt;&lt;p&gt;If the Template-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
+        <location filename="UI/UserInterface.py" line="1568"/>
         <source>Activate Template-Viewer</source>
         <translation>Şablon göstericisini aktif yap</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
+        <location filename="UI/UserInterface.py" line="1568"/>
         <source>Alt+Shift+A</source>
         <translation>Alt+Shift+A</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
+        <location filename="UI/UserInterface.py" line="1578"/>
         <source>&amp;Vertical Toolbox</source>
         <translation>Dike&amp;y Alet Kutusu</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1551"/>
+        <location filename="UI/UserInterface.py" line="1580"/>
         <source>Toggle the Vertical Toolbox window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1552"/>
+        <location filename="UI/UserInterface.py" line="1581"/>
         <source>&lt;b&gt;Toggle the Vertical Toolbox window&lt;/b&gt;&lt;p&gt;If the Vertical Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
+        <location filename="UI/UserInterface.py" line="1589"/>
         <source>&amp;Horizontal Toolbox</source>
         <translation>Yatay Ale&amp;t Kutusu</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1563"/>
+        <location filename="UI/UserInterface.py" line="1592"/>
         <source>Toggle the Horizontal Toolbox window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1564"/>
+        <location filename="UI/UserInterface.py" line="1593"/>
         <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
+        <location filename="UI/UserInterface.py" line="1601"/>
         <source>Left Sidebar</source>
         <translation>Sol Yançubuk</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
+        <location filename="UI/UserInterface.py" line="1601"/>
         <source>&amp;Left Sidebar</source>
         <translation>So&amp;l Yançubuk</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1574"/>
+        <location filename="UI/UserInterface.py" line="1603"/>
         <source>Toggle the left sidebar window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1575"/>
+        <location filename="UI/UserInterface.py" line="1604"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
+        <location filename="UI/UserInterface.py" line="1612"/>
         <source>Bottom Sidebar</source>
         <translation>Alt Yançubuk</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
+        <location filename="UI/UserInterface.py" line="1612"/>
         <source>&amp;Bottom Sidebar</source>
         <translation>&amp;Alt Yançubuk</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1586"/>
+        <location filename="UI/UserInterface.py" line="1615"/>
         <source>Toggle the bottom sidebar window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1587"/>
+        <location filename="UI/UserInterface.py" line="1616"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>What&apos;s This?</source>
         <translation>Bu nedir?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>&amp;What&apos;s This?</source>
         <translation>Bu &amp;Nedir?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>Shift+F1</source>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1624"/>
+        <location filename="UI/UserInterface.py" line="1677"/>
         <source>Context sensitive help</source>
         <translation>İçeriğe duyarlı yardım</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1625"/>
+        <location filename="UI/UserInterface.py" line="1678"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Duyarlı yardım içeriğini görüntüle&lt;/b&gt;&lt;p&gt;Bu Nedir? modunda, Fare imleci soru işeretiyle beraber bir ok şeklindedir ve bir arayüz elemanı üzerinde tıklarsanız bu elemanın nasıl kullanılacağı ve hakkında kısa bilgi verir. bu özellik diyaloglarda başlık çubuğu üzerindeyken çıkarılan açılır menülerde de bulunmaktadır.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>Helpviewer</source>
         <translation>Yardımgösterici</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>&amp;Helpviewer...</source>
         <translation>&amp;Yardım Gösterici...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>F1</source>
         <translation>F1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1641"/>
+        <location filename="UI/UserInterface.py" line="1694"/>
         <source>Open the helpviewer window</source>
         <translation>Yardımgösterici penceresini aç</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show Versions</source>
         <translation>Sürümü Göster</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show &amp;Versions</source>
         <translation>Sürümü G&amp;öster</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1661"/>
+        <location filename="UI/UserInterface.py" line="1714"/>
         <source>Display version information</source>
         <translation>Sürüm bilgisini görüntüle</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1662"/>
+        <location filename="UI/UserInterface.py" line="1715"/>
         <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1671"/>
+        <location filename="UI/UserInterface.py" line="1724"/>
         <source>Check for Updates</source>
         <translation>Güncellemeleri kontrol et</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1669"/>
+        <location filename="UI/UserInterface.py" line="1722"/>
         <source>Check for &amp;Updates...</source>
         <translation>G&amp;üncellemeleri kontrol et...</translation>
     </message>
@@ -39629,137 +39680,137 @@
         <translation type="obsolete">&lt;b&gt;Güncellemeleri kontrol et...&lt;/b&gt;&lt;p&gt;Eric4 ün güncellemelerini internetten kontrol et.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
+        <location filename="UI/UserInterface.py" line="1732"/>
         <source>Show downloadable versions</source>
         <translation>Yüklenebilir sürümleri göster</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
-        <source>Show &amp;downloadable versions...</source>
-        <translation>Yüklenebilir sürümler&amp;i göster...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1682"/>
-        <source>Show the versions available for download</source>
-        <translation>İndirmek için mümkün olan sürümü göster</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
-        <source>Report Bug</source>
-        <translation>Hata Raporu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1693"/>
-        <source>Report &amp;Bug...</source>
-        <translation>Hata &amp;Raporu...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1695"/>
-        <source>Report a bug</source>
-        <translation>Bir hata rapor et</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1696"/>
-        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Hata Raporu...&lt;/b&gt;&lt;p&gt;Bir Hatayı rapor etmek için bir diyalog açar.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
-        <source>Request Feature</source>
-        <translation>İhtiyaç Duyulan Özellikler</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
-        <source>Request &amp;Feature...</source>
-        <translation>İhtiyaç Duyulan Özellikler &amp;F...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1705"/>
-        <source>Send a feature request</source>
-        <translation>ihtiyaç duyuulan bir özelliği gönder</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1706"/>
-        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2382"/>
-        <source>Unittest</source>
-        <translation>Birimtest</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1715"/>
-        <source>&amp;Unittest...</source>
-        <translation>B&amp;irimtest...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1719"/>
-        <source>Start unittest dialog</source>
-        <translation>Birimtest diyaloğunu başlat</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1720"/>
-        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
-        <source>Unittest Restart</source>
-        <translation>Birimtestini yeniden başlat</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
-        <source>&amp;Restart Unittest...</source>
-        <translation>Bi&amp;rimtestini Yeniden Başlat...</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1732"/>
-        <source>Restart last unittest</source>
-        <translation>En son birimtesti yeniden başlat</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1733"/>
-        <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Birimtesti yeniden çalıştır&lt;/b&gt;&lt;p&gt;Son gerçekleştirilen birimtesti yeniden çalıştır.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
-        <source>Unittest Script</source>
-        <translation>Betik Birimtesti</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
-        <source>Unittest &amp;Script...</source>
-        <translation>Betik Birimte&amp;sti...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1745"/>
-        <source>Run unittest with current script</source>
-        <translation>Geçerli betikle test arabirimini çalıştır</translation>
+        <source>Show &amp;downloadable versions...</source>
+        <translation>Yüklenebilir sürümler&amp;i göster...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1735"/>
+        <source>Show the versions available for download</source>
+        <translation>İndirmek için mümkün olan sürümü göster</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2778"/>
+        <source>Report Bug</source>
+        <translation>Hata Raporu</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1746"/>
-        <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Birimtest Betiği&lt;/b&gt;&lt;p&gt;Geçerli betikte birimtesti çalıştır.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
-        <source>Unittest Project</source>
-        <translation>Proje Birimtesti</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1754"/>
-        <source>Unittest &amp;Project...</source>
-        <translation>Birimtest &amp;Proje...</translation>
+        <source>Report &amp;Bug...</source>
+        <translation>Hata &amp;Raporu...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1748"/>
+        <source>Report a bug</source>
+        <translation>Bir hata rapor et</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1749"/>
+        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Hata Raporu...&lt;/b&gt;&lt;p&gt;Bir Hatayı rapor etmek için bir diyalog açar.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1756"/>
+        <source>Request Feature</source>
+        <translation>İhtiyaç Duyulan Özellikler</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1756"/>
+        <source>Request &amp;Feature...</source>
+        <translation>İhtiyaç Duyulan Özellikler &amp;F...</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1758"/>
-        <source>Run unittest with current project</source>
-        <translation>Geçerli proje ile test arabirimini çalıştır</translation>
+        <source>Send a feature request</source>
+        <translation>ihtiyaç duyuulan bir özelliği gönder</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1759"/>
+        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2435"/>
+        <source>Unittest</source>
+        <translation>Birimtest</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1768"/>
+        <source>&amp;Unittest...</source>
+        <translation>B&amp;irimtest...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1772"/>
+        <source>Start unittest dialog</source>
+        <translation>Birimtest diyaloğunu başlat</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1773"/>
+        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1781"/>
+        <source>Unittest Restart</source>
+        <translation>Birimtestini yeniden başlat</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1781"/>
+        <source>&amp;Restart Unittest...</source>
+        <translation>Bi&amp;rimtestini Yeniden Başlat...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1785"/>
+        <source>Restart last unittest</source>
+        <translation>En son birimtesti yeniden başlat</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1786"/>
+        <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Birimtesti yeniden çalıştır&lt;/b&gt;&lt;p&gt;Son gerçekleştirilen birimtesti yeniden çalıştır.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1794"/>
+        <source>Unittest Script</source>
+        <translation>Betik Birimtesti</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1794"/>
+        <source>Unittest &amp;Script...</source>
+        <translation>Betik Birimte&amp;sti...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1798"/>
+        <source>Run unittest with current script</source>
+        <translation>Geçerli betikle test arabirimini çalıştır</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1799"/>
+        <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Birimtest Betiği&lt;/b&gt;&lt;p&gt;Geçerli betikte birimtesti çalıştır.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3961"/>
+        <source>Unittest Project</source>
+        <translation>Proje Birimtesti</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1807"/>
+        <source>Unittest &amp;Project...</source>
+        <translation>Birimtest &amp;Proje...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1811"/>
+        <source>Run unittest with current project</source>
+        <translation>Geçerli proje ile test arabirimini çalıştır</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1812"/>
         <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -39804,432 +39855,432 @@
         <translation type="obsolete">&lt;b&gt;Qt-Linguist 3&lt;/b&gt;&lt;p&gt;Başlat Qt-Linguist 3.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1772"/>
+        <location filename="UI/UserInterface.py" line="1825"/>
         <source>Qt-Designer 4</source>
         <translation>Qt-Designer 4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1772"/>
+        <location filename="UI/UserInterface.py" line="1825"/>
         <source>&amp;Designer 4...</source>
         <translation>&amp;Designer 4...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1775"/>
-        <source>Start Qt-Designer 4</source>
-        <translation>Qt-Designer 4&apos;ı Başlat</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1776"/>
-        <source>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Start Qt-Designer 4.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Başlat Qt-Designer 4.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
-        <source>Qt-Linguist 4</source>
-        <translation>Qt-Linguist 4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
-        <source>&amp;Linguist 4...</source>
-        <translation>&amp;Linguist 4...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1792"/>
-        <source>Start Qt-Linguist 4</source>
-        <translation>Qt-Linguist 4&apos;ı Başlat</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1793"/>
-        <source>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Start Qt-Linguist 4.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Başlat Qt-Linguist 4.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
-        <source>UI Previewer</source>
-        <translation>UI Öngörünümü</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
-        <source>&amp;UI Previewer...</source>
-        <translation>&amp;UI Öngörünümü...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1805"/>
-        <source>Start the UI Previewer</source>
-        <translation>UI Öngörünümünü Başlat</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1806"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;UI Öngörünümü&lt;/b&gt;&lt;p&gt;UI Öngörünümünü Başlat.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
-        <source>Translations Previewer</source>
-        <translation>Çevirilerin Öngörünümleri</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation>Çevirilerin &amp;Öngörünümleri...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1816"/>
-        <source>Start the Translations Previewer</source>
-        <translation>Çevirilerin Öngörünümlerini Başlat</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1817"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Çeviri Öngörünümü&lt;/b&gt;&lt;p&gt;Çeviri Öngörünümünü Başlat.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
-        <source>Compare Files</source>
-        <translation>Dosyaları Karşılaştır</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
-        <source>&amp;Compare Files...</source>
-        <translation>D&amp;osyaları Karşılaştır...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1839"/>
-        <source>Compare two files</source>
-        <translation>İki dosyayı karşılaştır</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1828"/>
+        <source>Start Qt-Designer 4</source>
+        <translation>Qt-Designer 4&apos;ı Başlat</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1829"/>
+        <source>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Start Qt-Designer 4.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Başlat Qt-Designer 4.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1842"/>
+        <source>Qt-Linguist 4</source>
+        <translation>Qt-Linguist 4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1842"/>
+        <source>&amp;Linguist 4...</source>
+        <translation>&amp;Linguist 4...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1845"/>
+        <source>Start Qt-Linguist 4</source>
+        <translation>Qt-Linguist 4&apos;ı Başlat</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1846"/>
+        <source>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Start Qt-Linguist 4.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Başlat Qt-Linguist 4.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1855"/>
+        <source>UI Previewer</source>
+        <translation>UI Öngörünümü</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1855"/>
+        <source>&amp;UI Previewer...</source>
+        <translation>&amp;UI Öngörünümü...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1858"/>
+        <source>Start the UI Previewer</source>
+        <translation>UI Öngörünümünü Başlat</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1859"/>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;UI Öngörünümü&lt;/b&gt;&lt;p&gt;UI Öngörünümünü Başlat.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1866"/>
+        <source>Translations Previewer</source>
+        <translation>Çevirilerin Öngörünümleri</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1866"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation>Çevirilerin &amp;Öngörünümleri...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1869"/>
+        <source>Start the Translations Previewer</source>
+        <translation>Çevirilerin Öngörünümlerini Başlat</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1870"/>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Çeviri Öngörünümü&lt;/b&gt;&lt;p&gt;Çeviri Öngörünümünü Başlat.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1877"/>
+        <source>Compare Files</source>
+        <translation>Dosyaları Karşılaştır</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1877"/>
+        <source>&amp;Compare Files...</source>
+        <translation>D&amp;osyaları Karşılaştır...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1892"/>
+        <source>Compare two files</source>
+        <translation>İki dosyayı karşılaştır</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1881"/>
         <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Dosyaları Karşılaştır&lt;/b&gt;&lt;p&gt;İki dosyayı karşılaştırmak için diyalog aç.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
+        <location filename="UI/UserInterface.py" line="1888"/>
         <source>Compare Files side by side</source>
         <translation>Dosyaları yan yana karşılaştır</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
+        <location filename="UI/UserInterface.py" line="1888"/>
         <source>Compare Files &amp;side by side...</source>
         <translation>Do&amp;syaları yan yana karşılaştır...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1840"/>
+        <location filename="UI/UserInterface.py" line="1893"/>
         <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Dosyaları biribir karşılaştır&lt;/b&gt;&lt;p&gt;İki dosyayı karşılaştırmak için bir diyalog aç ve sonuçları yan yana göster.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1864"/>
+        <location filename="UI/UserInterface.py" line="1917"/>
         <source>Mini Editor</source>
         <translation>Mini Düzenleyici</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1860"/>
+        <location filename="UI/UserInterface.py" line="1913"/>
         <source>Mini &amp;Editor...</source>
         <translation>Mini &amp;Düzenleyici...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1865"/>
+        <location filename="UI/UserInterface.py" line="1918"/>
         <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
+        <location filename="UI/UserInterface.py" line="1949"/>
         <source>Preferences</source>
         <translation>Tercihler</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
+        <location filename="UI/UserInterface.py" line="1949"/>
         <source>&amp;Preferences...</source>
         <translation>&amp;Tercihler...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1899"/>
+        <location filename="UI/UserInterface.py" line="1952"/>
         <source>Set the prefered configuration</source>
         <translation>tercih edilen ayarları yapınız</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1900"/>
+        <location filename="UI/UserInterface.py" line="1953"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Tercihler&lt;/b&gt;&lt;p&gt;Uygulamanın ayarlama maddelerini tercih ettiğiniz değerlerle ayarlayınız.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
+        <location filename="UI/UserInterface.py" line="1961"/>
         <source>Export Preferences</source>
         <translation>Tercihleri Dışarı Aktar</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
+        <location filename="UI/UserInterface.py" line="1961"/>
         <source>E&amp;xport Preferences...</source>
         <translation>Tercihleri Dı&amp;şarı Aktar...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1911"/>
+        <location filename="UI/UserInterface.py" line="1964"/>
         <source>Export the current configuration</source>
         <translation>Geçerli ayarlamaları dışa aktar</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1912"/>
+        <location filename="UI/UserInterface.py" line="1965"/>
         <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
+        <location filename="UI/UserInterface.py" line="1972"/>
         <source>Import Preferences</source>
         <translation>Tercihleri İçe Aktar</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
-        <source>I&amp;mport Preferences...</source>
-        <translation>Tercihleri İ&amp;çe Aktar...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1922"/>
-        <source>Import a previously exported configuration</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1924"/>
-        <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
-        <source>Reload APIs</source>
-        <translation>API&apos;leri yeniden yükle</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
-        <source>Reload &amp;APIs</source>
-        <translation>&amp;API&apos;leri yeniden yükle</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1944"/>
-        <source>Reload the API information</source>
-        <translation>API bilgisini yeniden yükle</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1934"/>
-        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1941"/>
-        <source>Show external tools</source>
-        <translation>Harici araçları göster</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1941"/>
-        <source>Show external &amp;tools</source>
-        <translation>Karak&amp;ter tablosunu göster</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
-        <source>View Profiles</source>
-        <translation>Görünüm Kesiti</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
-        <source>&amp;View Profiles...</source>
-        <translation>&amp;Görünüm Kesiti...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1957"/>
-        <source>Configure view profiles</source>
-        <translation>Görünüm kesitlerini yapılandır</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1958"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
-        <source>Toolbars</source>
-        <translation>Araç Çubuğu</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
-        <source>Tool&amp;bars...</source>
-        <translation>Araç Çu&amp;buğu...</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1971"/>
-        <source>Configure toolbars</source>
-        <translation>Araççubukları yapılandırması</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1972"/>
-        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Araç Çubukları&lt;/b&gt;&lt;p&gt;Araç Çubuklarını ayarlayınız.Bu diyalog ile çeşitli araç çubuklarının gösterilmesini sağlayabilirsiniz ve kendi araççubuklarınızı tanımlayabilirsiniz.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
-        <source>Keyboard Shortcuts</source>
-        <translation>Klavye Kısayolları</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
-        <source>Keyboard &amp;Shortcuts...</source>
-        <translation>Klavye Kı&amp;sayolları...</translation>
+        <source>I&amp;mport Preferences...</source>
+        <translation>Tercihleri İ&amp;çe Aktar...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1975"/>
+        <source>Import a previously exported configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1977"/>
+        <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1984"/>
-        <source>Set the keyboard shortcuts</source>
-        <translation>Klavye kısayollarını ayarla</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1985"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Kılavye Kısayolları&lt;/b&gt;&lt;p&gt;Uygulamanın Kılavye kısayolların tercih ettiğiniz şekilde ayarlayınız.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation>Kılavye Kısa Yollarını Dışa Aktar</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1993"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation>Kılavye Kısa Yo&amp;llarını Dışa Aktar...</translation>
+        <source>Reload APIs</source>
+        <translation>API&apos;leri yeniden yükle</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1984"/>
+        <source>Reload &amp;APIs</source>
+        <translation>&amp;API&apos;leri yeniden yükle</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1997"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation>Kılavye kısa yollarını dışa aktar</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1998"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Klavye Kısayollarını Dışa Aktar&lt;/b&gt;&lt;p&gt;Uygulamanın kılavye kısayollarını dışa aktar.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation>Klavye kısayollarını İçe Aktar</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2006"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
-        <translation>Klavye K&amp;ısayollarını İçe Aktar...</translation>
+        <source>Reload the API information</source>
+        <translation>API bilgisini yeniden yükle</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1987"/>
+        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1994"/>
+        <source>Show external tools</source>
+        <translation>Harici araçları göster</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1994"/>
+        <source>Show external &amp;tools</source>
+        <translation>Karak&amp;ter tablosunu göster</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2007"/>
+        <source>View Profiles</source>
+        <translation>Görünüm Kesiti</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2007"/>
+        <source>&amp;View Profiles...</source>
+        <translation>&amp;Görünüm Kesiti...</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2010"/>
-        <source>Import the keyboard shortcuts</source>
-        <translation>Klavye kısayolları içeri aktarılıyor</translation>
+        <source>Configure view profiles</source>
+        <translation>Görünüm kesitlerini yapılandır</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2011"/>
-        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Klavye Kısayollarını İçe Aktar&lt;/b&gt;&lt;p&gt;Uygulamanın kalvye kısayollarını içe aktar.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
-        <source>Activate current editor</source>
-        <translation>Geçerli düzenleyiciyi aktif yap</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
-        <source>Alt+Shift+E</source>
-        <translation>Alt+Shift+E</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
-        <source>Show next</source>
-        <translation>Sonrakini göster</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
-        <source>Ctrl+Alt+Tab</source>
-        <translation>Ctrl+Alt+Tab</translation>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2021"/>
+        <source>Toolbars</source>
+        <translation>Araç Çubuğu</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2021"/>
+        <source>Tool&amp;bars...</source>
+        <translation>Araç Çu&amp;buğu...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2024"/>
+        <source>Configure toolbars</source>
+        <translation>Araççubukları yapılandırması</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2025"/>
+        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Araç Çubukları&lt;/b&gt;&lt;p&gt;Araç Çubuklarını ayarlayınız.Bu diyalog ile çeşitli araç çubuklarının gösterilmesini sağlayabilirsiniz ve kendi araççubuklarınızı tanımlayabilirsiniz.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2034"/>
+        <source>Keyboard Shortcuts</source>
+        <translation>Klavye Kısayolları</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2034"/>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation>Klavye Kı&amp;sayolları...</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2037"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation>Klavye kısayollarını ayarla</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2038"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Kılavye Kısayolları&lt;/b&gt;&lt;p&gt;Uygulamanın Kılavye kısayolların tercih ettiğiniz şekilde ayarlayınız.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4930"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation>Kılavye Kısa Yollarını Dışa Aktar</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2046"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation>Kılavye Kısa Yo&amp;llarını Dışa Aktar...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2050"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation>Kılavye kısa yollarını dışa aktar</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2051"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Klavye Kısayollarını Dışa Aktar&lt;/b&gt;&lt;p&gt;Uygulamanın kılavye kısayollarını dışa aktar.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4939"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation>Klavye kısayollarını İçe Aktar</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2059"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation>Klavye K&amp;ısayollarını İçe Aktar...</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2063"/>
+        <source>Import the keyboard shortcuts</source>
+        <translation>Klavye kısayolları içeri aktarılıyor</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2064"/>
+        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Klavye Kısayollarını İçe Aktar&lt;/b&gt;&lt;p&gt;Uygulamanın kalvye kısayollarını içe aktar.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2072"/>
+        <source>Activate current editor</source>
+        <translation>Geçerli düzenleyiciyi aktif yap</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2072"/>
+        <source>Alt+Shift+E</source>
+        <translation>Alt+Shift+E</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2082"/>
+        <source>Show next</source>
+        <translation>Sonrakini göster</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2082"/>
+        <source>Ctrl+Alt+Tab</source>
+        <translation>Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2090"/>
         <source>Show previous</source>
         <translation>Öncekini göster</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2037"/>
+        <location filename="UI/UserInterface.py" line="2090"/>
         <source>Shift+Ctrl+Alt+Tab</source>
         <translation>Shift+Ctrl+Alt+Tab</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
+        <location filename="UI/UserInterface.py" line="2098"/>
         <source>Switch between tabs</source>
         <translation>Sekme arasına tıkla</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
+        <location filename="UI/UserInterface.py" line="2098"/>
         <source>Ctrl+1</source>
         <translation>Ctrl+1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
+        <location filename="UI/UserInterface.py" line="2106"/>
         <source>Plugin Infos</source>
         <translation>Eklenti Bilgisi</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
+        <location filename="UI/UserInterface.py" line="2106"/>
         <source>&amp;Plugin Infos...</source>
         <translation>Eklenti Bil&amp;gisi...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2056"/>
+        <location filename="UI/UserInterface.py" line="2109"/>
         <source>Show Plugin Infos</source>
         <translation>Eklenti Bilgisini Göster</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2057"/>
+        <location filename="UI/UserInterface.py" line="2110"/>
         <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Eklenti Bilgileri...&lt;/b&gt;&lt;p&gt;Bu yüklenen eklentiler hakkında bazı bilgileri gösteren bir diyalog açar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2068"/>
+        <location filename="UI/UserInterface.py" line="2121"/>
         <source>Install Plugins</source>
         <translation>Eklentileri Kur</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2065"/>
+        <location filename="UI/UserInterface.py" line="2118"/>
         <source>&amp;Install Plugins...</source>
         <translation>Ekle&amp;nti Kur...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2069"/>
+        <location filename="UI/UserInterface.py" line="2122"/>
         <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Eklenti Kur...&lt;/b&gt;&lt;p&gt;Bu eklenti kurmak yada güncellemek için bir diyalog açar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2079"/>
+        <location filename="UI/UserInterface.py" line="2132"/>
         <source>Uninstall Plugin</source>
         <translation>Eklenti Kaldır</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2076"/>
+        <location filename="UI/UserInterface.py" line="2129"/>
         <source>&amp;Uninstall Plugin...</source>
         <translation>Ekle&amp;nti Kaldır...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2080"/>
+        <location filename="UI/UserInterface.py" line="2133"/>
         <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Eklenti Kaldır...&lt;/b&gt;&lt;p&gt;Bu bir eklentiyi kaldırmak için bir diyalog açar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
+        <location filename="UI/UserInterface.py" line="2141"/>
         <source>Plugin Repository</source>
         <translation>Eklenti Havuzu</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
+        <location filename="UI/UserInterface.py" line="2141"/>
         <source>Plugin &amp;Repository...</source>
         <translation>Eklenti Hav&amp;uzu...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2091"/>
+        <location filename="UI/UserInterface.py" line="2144"/>
         <source>Show Plugins available for download</source>
         <translation>İndirme için uygun olan eklentileri göster</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2093"/>
+        <location filename="UI/UserInterface.py" line="2146"/>
         <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Eklenti Kaynak Havuzu...&lt;/b&gt;&lt;p&gt;Bu internette hazır olan eklentilerin listelendiği bir diyalog açar.&lt;/p&gt;</translation>
     </message>
@@ -40249,42 +40300,42 @@
         <translation type="obsolete">Qt Belgelerini Aç</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2118"/>
+        <location filename="UI/UserInterface.py" line="2171"/>
         <source>Qt4 Documentation</source>
         <translation>Qt4 Belgeleri</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2118"/>
+        <location filename="UI/UserInterface.py" line="2171"/>
         <source>Qt&amp;4 Documentation</source>
         <translation>Qt&amp;4 Belgeleri</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2120"/>
+        <location filename="UI/UserInterface.py" line="2173"/>
         <source>Open Qt4 Documentation</source>
         <translation>QT4 Belgelerini Aç</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2121"/>
+        <location filename="UI/UserInterface.py" line="2174"/>
         <source>&lt;b&gt;Qt4 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
+        <location filename="UI/UserInterface.py" line="2183"/>
         <source>PyQt4 Documentation</source>
         <translation>PyQt4 Belgeleri</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
+        <location filename="UI/UserInterface.py" line="2183"/>
         <source>P&amp;yQt4 Documentation</source>
         <translation>P&amp;yQt4 Belgeleri</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2132"/>
+        <location filename="UI/UserInterface.py" line="2185"/>
         <source>Open PyQt4 Documentation</source>
         <translation>PyQt4 Begelerini aç</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2133"/>
+        <location filename="UI/UserInterface.py" line="2186"/>
         <source>&lt;b&gt;PyQt4 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -40299,37 +40350,37 @@
         <translation type="obsolete">Py&amp;KDEt4 Belgeleri</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2146"/>
+        <location filename="UI/UserInterface.py" line="2199"/>
         <source>Python Documentation</source>
         <translation>Python Belgeleri</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2146"/>
+        <location filename="UI/UserInterface.py" line="2199"/>
         <source>&amp;Python Documentation</source>
         <translation>&amp;Python Belgeleri</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2148"/>
+        <location filename="UI/UserInterface.py" line="2201"/>
         <source>Open Python Documentation</source>
         <translation>Python belgelerini açın</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2149"/>
+        <location filename="UI/UserInterface.py" line="2202"/>
         <source>&lt;b&gt;Python Documentation&lt;/b&gt;&lt;p&gt;Display the python documentation. If no documentation directory is configured, the location of the python documentation is assumed to be the doc directory underneath the location of the python executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHONDOCDIR in your environment to override this. &lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
+        <location filename="UI/UserInterface.py" line="2218"/>
         <source>Eric API Documentation</source>
         <translation>Eric API Belgeleri</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
+        <location filename="UI/UserInterface.py" line="2218"/>
         <source>&amp;Eric API Documentation</source>
         <translation>&amp;Eric API Dökümanı</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2167"/>
+        <location filename="UI/UserInterface.py" line="2220"/>
         <source>Open Eric API Documentation</source>
         <translation>Eric API Belgelerini Aç</translation>
     </message>
@@ -40339,117 +40390,117 @@
         <translation type="obsolete">&lt;b&gt;Eric API Belgeleri&lt;/b&gt;&lt;p&gt;Eric API Belgelerini göster. Belgelerin bulunduğu yer Eric4&apos;ün kurulduğu dizinde belge/kaynak altdizinidir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2221"/>
+        <location filename="UI/UserInterface.py" line="2274"/>
         <source>&amp;Unittest</source>
         <translation>Bir&amp;imtest</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2236"/>
+        <location filename="UI/UserInterface.py" line="2289"/>
         <source>E&amp;xtras</source>
         <translation>İla&amp;veler</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2242"/>
+        <location filename="UI/UserInterface.py" line="2295"/>
         <source>Wi&amp;zards</source>
         <translation>Sihirba&amp;z</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2250"/>
+        <location filename="UI/UserInterface.py" line="2303"/>
         <source>&amp;Tools</source>
         <translation>&amp;Araçlar</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2255"/>
+        <location filename="UI/UserInterface.py" line="2308"/>
         <source>Select Tool Group</source>
         <translation>Araç Grubunu Seç</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2263"/>
+        <location filename="UI/UserInterface.py" line="2316"/>
         <source>Se&amp;ttings</source>
         <translation>Ayar&amp;lar</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2281"/>
+        <location filename="UI/UserInterface.py" line="2334"/>
         <source>&amp;Window</source>
         <translation>&amp;Pencere</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2288"/>
+        <location filename="UI/UserInterface.py" line="2341"/>
         <source>&amp;Toolbars</source>
         <translation>&amp;Araç Çubukları</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2301"/>
+        <location filename="UI/UserInterface.py" line="2354"/>
         <source>P&amp;lugins</source>
         <translation>Ek&amp;lentiler</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2310"/>
+        <location filename="UI/UserInterface.py" line="2363"/>
         <source>Configure...</source>
         <translation>Yapılandır...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2315"/>
+        <location filename="UI/UserInterface.py" line="2368"/>
         <source>&amp;Help</source>
         <translation>&amp;Yardım</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2381"/>
+        <location filename="UI/UserInterface.py" line="2434"/>
         <source>Tools</source>
         <translation>Araçlar</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2383"/>
+        <location filename="UI/UserInterface.py" line="2436"/>
         <source>Settings</source>
         <translation>Ayarlar</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
+        <location filename="UI/UserInterface.py" line="4173"/>
         <source>Help</source>
         <translation>Yardım</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2385"/>
+        <location filename="UI/UserInterface.py" line="2438"/>
         <source>Profiles</source>
         <translation>Kesitler</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2386"/>
+        <location filename="UI/UserInterface.py" line="2439"/>
         <source>Plugins</source>
         <translation>Eklentiler</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2493"/>
+        <location filename="UI/UserInterface.py" line="2546"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Durum çubuğunun bu parçası geçerli düzenleyicinin dilini gösterir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2500"/>
+        <location filename="UI/UserInterface.py" line="2553"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Durum çubuğunun bu parçası geçerli düzenleyicinin kodlandığını gösterir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2507"/>
+        <location filename="UI/UserInterface.py" line="2560"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Durum çubuğunun bu parçası geçerli düzenleyicinin eol ayarlarını gösterir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2514"/>
+        <location filename="UI/UserInterface.py" line="2567"/>
         <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Durum çubuğunun bu parçası geçerli düzenleyicinin  yazılabilirlik göstergesini gösterir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2523"/>
+        <location filename="UI/UserInterface.py" line="2576"/>
         <source>&lt;p&gt;This part of the status bar displays the name of the file of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Durum çubuğunun bu purçası geçerli düzenleyicideki dosyanın adını gösterir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2530"/>
+        <location filename="UI/UserInterface.py" line="2583"/>
         <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Durum çubuğunun bu parçası geçerli düzenleyicinin satır numarasını gösterir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2537"/>
+        <location filename="UI/UserInterface.py" line="2590"/>
         <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Durum çubuğunun bu parçasıgeçerli düzenleyicinin  imleç pozisyonunu gösterir.&lt;/p&gt;</translation>
     </message>
@@ -40459,7 +40510,7 @@
         <translation type="obsolete">Harici Araçlar/%1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2680"/>
+        <location filename="UI/UserInterface.py" line="2733"/>
         <source>&lt;h3&gt;Version Numbers&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;Sürüm Numaraları&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
@@ -40504,62 +40555,62 @@
         <translation type="obsolete">&lt;tr&gt;&lt;td&gt;&lt;b&gt;%1&lt;/b&gt;&lt;/td&gt;&lt;td&gt;%2&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5520"/>
+        <location filename="UI/UserInterface.py" line="5623"/>
         <source>&lt;/table&gt;</source>
         <translation>&lt;/table&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
+        <location filename="UI/UserInterface.py" line="2778"/>
         <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
         <translation>E-posta adresi veya posta  sunucu adresi  boş. Lütfen e-posta ayarlarını özellikler diyaloğundan giriniz.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
+        <location filename="UI/UserInterface.py" line="3046"/>
         <source>Restart application</source>
         <translation>Uygulamayaı yeniden çalıştır</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
+        <location filename="UI/UserInterface.py" line="3046"/>
         <source>The application needs to be restarted. Do it now?</source>
         <translation>Uygulamanın yeniden çalıştırılması gerekiyor. Yapayım mı?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3017"/>
+        <location filename="UI/UserInterface.py" line="3070"/>
         <source>Configure Tool Groups ...</source>
         <translation>Alet Gruplarını ayarla...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3020"/>
+        <location filename="UI/UserInterface.py" line="3073"/>
         <source>Configure current Tool Group ...</source>
         <translation>Geçerli alet grubunu ayarla...</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3068"/>
+        <location filename="UI/UserInterface.py" line="3121"/>
         <source>&amp;Builtin Tools</source>
         <translation>&amp;Yerleşik Araçlar</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3076"/>
+        <location filename="UI/UserInterface.py" line="3129"/>
         <source>&amp;Plugin Tools</source>
         <translation>Eklen&amp;ti Araçları</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3223"/>
+        <location filename="UI/UserInterface.py" line="3282"/>
         <source>&amp;Show all</source>
         <translation>Hepisin Gö&amp;ster</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3225"/>
+        <location filename="UI/UserInterface.py" line="3284"/>
         <source>&amp;Hide all</source>
         <translation>&amp;Hepsini gizle</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
+        <location filename="UI/UserInterface.py" line="3961"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation>Bugeçerli projede tanımlanan ana betik değil. Durduruluyor</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
+        <location filename="UI/UserInterface.py" line="4281"/>
         <source>Problem</source>
         <translation>Problem</translation>
     </message>
@@ -40569,7 +40620,7 @@
         <translation type="obsolete">&lt;p&gt; &lt;b&gt;%1&lt;/b&gt; dosyası olmalı ve sıfır uzunlukta olmamalıdır.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
+        <location filename="UI/UserInterface.py" line="4417"/>
         <source>Process Generation Error</source>
         <translation>İşlem Üretecinde Hata</translation>
     </message>
@@ -40594,7 +40645,7 @@
         <translation type="obsolete">İnternet tarayıcısını başlatamıyorum</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
+        <location filename="UI/UserInterface.py" line="4173"/>
         <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
         <translation>Hali hazırda kullanıcı göstericisi seçilmedi. Lütfen .birini belirlemek için özellikler diyaloğunu kullanının.</translation>
     </message>
@@ -40604,12 +40655,12 @@
         <translation type="obsolete">&lt;p&gt;Özel görüntüleyici başlayamıyor.&lt;br&gt;Bunun sebebi &lt;b&gt;%1&lt;/b&gt;burda olabilir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4113"/>
+        <location filename="UI/UserInterface.py" line="4204"/>
         <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
+        <location filename="UI/UserInterface.py" line="4362"/>
         <source>External Tools</source>
         <translation>Harici Araçlar</translation>
     </message>
@@ -40627,17 +40678,17 @@
         <translation type="obsolete">İşlemin &apos;%1&apos; i bitti.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
+        <location filename="UI/UserInterface.py" line="4713"/>
         <source>Documentation Missing</source>
         <translation>Eksik Belgeleme</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
+        <location filename="UI/UserInterface.py" line="4698"/>
         <source>Documentation</source>
         <translation>Belgeleme</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4510"/>
+        <location filename="UI/UserInterface.py" line="4607"/>
         <source>&lt;p&gt;The PyQt4 documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation>&lt;p&gt;PyQt4 Belgelerinin başlama noktası ayarlanmamış.&lt;/p&gt;</translation>
     </message>
@@ -40657,12 +40708,12 @@
         <translation type="obsolete">eric4 kılavye kısayolları dosyası (*.e4k *.e4kz);;eric3 klavye kısayolları dosyası (*.e3k *.e3kz)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
+        <location filename="UI/UserInterface.py" line="5063"/>
         <source>Save tasks</source>
         <translation>Görevleri kaydet</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
+        <location filename="UI/UserInterface.py" line="5120"/>
         <source>Read tasks</source>
         <translation>Görevler Okunuyor</translation>
     </message>
@@ -40677,7 +40728,7 @@
         <translation type="obsolete">&lt;p&gt;Görev dosyası &lt;b&gt;%1&lt;/b&gt; desteklenmeyen bir formata sahip.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
+        <location filename="UI/UserInterface.py" line="5138"/>
         <source>Save session</source>
         <translation>Oturumu kaydet</translation>
     </message>
@@ -40687,7 +40738,7 @@
         <translation type="obsolete">&lt;p&gt;Oturum dosyası &lt;b&gt;%1&lt;/b&gt; yazılamıyor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
+        <location filename="UI/UserInterface.py" line="5199"/>
         <source>Read session</source>
         <translation>Oturumu oku</translation>
     </message>
@@ -40697,7 +40748,7 @@
         <translation type="obsolete">&lt;p&gt;Oturum dosyası &lt;b&gt;%1&lt;/b&gt; okunamıyor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
+        <location filename="UI/UserInterface.py" line="5317"/>
         <source>Drop Error</source>
         <translation>Düşme hatası</translation>
     </message>
@@ -40707,7 +40758,7 @@
         <translation type="obsolete">&lt;p&gt;&lt;b&gt;%1&lt;/b&gt;dosya değil.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
+        <location filename="UI/UserInterface.py" line="5589"/>
         <source>Error during updates check</source>
         <translation>Güncellemeleri kontrol esnasında hata</translation>
     </message>
@@ -40717,7 +40768,7 @@
         <translation type="obsolete">Proxy kullanımı aktif edildi ancak ana bilgisayar proxy ayarlanmadı.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5358"/>
+        <location filename="UI/UserInterface.py" line="5461"/>
         <source>&amp;Cancel</source>
         <translation>&amp;Vazgeç</translation>
     </message>
@@ -40727,17 +40778,17 @@
         <translation type="obsolete">Host %1 deneniyor</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
+        <location filename="UI/UserInterface.py" line="5495"/>
         <source>Error downloading versions file</source>
         <translation>Sürüm dosyaları indirirken hata</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
+        <location filename="UI/UserInterface.py" line="5495"/>
         <source>Could not download the versions file.</source>
         <translation>Sürüm dosyası indirilemiyor.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
+        <location filename="UI/UserInterface.py" line="5573"/>
         <source>Update available</source>
         <translation>Güncelleme mümkün değil</translation>
     </message>
@@ -40757,12 +40808,12 @@
         <translation type="obsolete">Siz eric4&apos;ün son sürümünü kullanıyorsunuz</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
+        <location filename="UI/UserInterface.py" line="5589"/>
         <source>Could not perform updates check.</source>
         <translation>Güncellemelere ulaşamıyorum.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5507"/>
+        <location filename="UI/UserInterface.py" line="5610"/>
         <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;Mümkün sürümler&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
@@ -40777,12 +40828,12 @@
         <translation type="obsolete">&lt;b&gt;  &apos;%1&apos; proxy&apos;sini kullanarak bağlan:&lt;/b&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
+        <location filename="UI/UserInterface.py" line="5638"/>
         <source>SSL Errors</source>
         <translation>SSL Hataları</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
+        <location filename="UI/UserInterface.py" line="5664"/>
         <source>First time usage</source>
         <translation>İlk kullanım</translation>
     </message>
@@ -40792,377 +40843,407 @@
         <translation type="obsolete">Eric4 henüz ayarlanmadı. Ayarlar Diyaloğu başlatılıyor.</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
+        <location filename="UI/UserInterface.py" line="1428"/>
         <source>&amp;Debug-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1401"/>
+        <location filename="UI/UserInterface.py" line="1430"/>
         <source>Toggle the Debug-Viewer window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1402"/>
+        <location filename="UI/UserInterface.py" line="1431"/>
         <source>&lt;b&gt;Toggle the Debug-Viewer window&lt;/b&gt;&lt;p&gt;If the Debug-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
+        <location filename="UI/UserInterface.py" line="1439"/>
         <source>Activate Debug-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
+        <location filename="UI/UserInterface.py" line="1901"/>
         <source>SQL Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
+        <location filename="UI/UserInterface.py" line="1901"/>
         <source>SQL &amp;Browser...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1852"/>
+        <location filename="UI/UserInterface.py" line="1905"/>
         <source>Browse a SQL database</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1853"/>
+        <location filename="UI/UserInterface.py" line="1906"/>
         <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
+        <location filename="UI/UserInterface.py" line="2831"/>
         <source>Error log found</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
+        <location filename="UI/UserInterface.py" line="2831"/>
         <source>An error log file was found. What should be done with it?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2789"/>
+        <location filename="UI/UserInterface.py" line="2842"/>
         <source>Send Bug Email</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2792"/>
+        <location filename="UI/UserInterface.py" line="2845"/>
         <source>Ignore and Delete</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2795"/>
+        <location filename="UI/UserInterface.py" line="2848"/>
         <source>Ignore but Keep</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
+        <location filename="UI/UserInterface.py" line="1925"/>
         <source>Web Browser</source>
         <translation type="unfinished">Web Gözatıcısı</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
+        <location filename="UI/UserInterface.py" line="1925"/>
         <source>&amp;Web Browser...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
+        <location filename="UI/UserInterface.py" line="1937"/>
         <source>Icon Editor</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
+        <location filename="UI/UserInterface.py" line="1937"/>
         <source>&amp;Icon Editor...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
+        <location filename="UI/UserInterface.py" line="4123"/>
         <source>Qt 3 support</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2186"/>
+        <location filename="UI/UserInterface.py" line="2239"/>
         <source>&lt;b&gt;PySide Documentation&lt;/b&gt;&lt;p&gt;Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
+        <location filename="UI/UserInterface.py" line="4698"/>
         <source>&lt;p&gt;The PySide documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
+        <location filename="UI/UserInterface.py" line="2236"/>
         <source>PySide Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
+        <location filename="UI/UserInterface.py" line="2236"/>
         <source>Py&amp;Side Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2185"/>
+        <location filename="UI/UserInterface.py" line="2238"/>
         <source>Open PySide Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="662"/>
+        <location filename="UI/UserInterface.py" line="667"/>
         <source>&lt;p&gt;The Qt Style Sheet file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1280"/>
+        <location filename="UI/UserInterface.py" line="1309"/>
         <source>{0} - Passive Mode</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1285"/>
+        <location filename="UI/UserInterface.py" line="1314"/>
         <source>{0} - {1} - Passive Mode</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1288"/>
+        <location filename="UI/UserInterface.py" line="1317"/>
         <source>{0} - {1} - {2} - Passive Mode</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1642"/>
+        <location filename="UI/UserInterface.py" line="1695"/>
         <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric5 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1672"/>
+        <location filename="UI/UserInterface.py" line="1725"/>
         <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric5.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Güncellemeleri kontrol et...&lt;/b&gt;&lt;p&gt;Eric4 ün güncellemelerini internetten kontrol et.&lt;/p&gt; {5.?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1684"/>
+        <location filename="UI/UserInterface.py" line="1737"/>
         <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric5 versions available for download from the internet.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1876"/>
+        <location filename="UI/UserInterface.py" line="1929"/>
         <source>Start the eric5 Web Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1877"/>
+        <location filename="UI/UserInterface.py" line="1930"/>
         <source>&lt;b&gt;Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric5 Web Browser.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1888"/>
+        <location filename="UI/UserInterface.py" line="1941"/>
         <source>Start the eric5 Icon Editor</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1889"/>
+        <location filename="UI/UserInterface.py" line="1942"/>
         <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric5 Icon Editor for editing simple icons.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1945"/>
+        <location filename="UI/UserInterface.py" line="1998"/>
         <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric5.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2168"/>
+        <location filename="UI/UserInterface.py" line="2221"/>
         <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Eric API Belgeleri&lt;/b&gt;&lt;p&gt;Eric API Belgelerini göster. Belgelerin bulunduğu yer Eric4&apos;ün kurulduğu dizinde belge/kaynak altdizinidir.&lt;/p&gt; {5 ?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2594"/>
+        <location filename="UI/UserInterface.py" line="2647"/>
         <source>External Tools/{0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
+        <location filename="UI/UserInterface.py" line="4123"/>
         <source>Qt v.3 is not supported by eric5.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
+        <location filename="UI/UserInterface.py" line="4281"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3952"/>
+        <location filename="UI/UserInterface.py" line="4043"/>
         <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4009"/>
+        <location filename="UI/UserInterface.py" line="4100"/>
         <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4053"/>
+        <location filename="UI/UserInterface.py" line="4144"/>
         <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4094"/>
+        <location filename="UI/UserInterface.py" line="4185"/>
         <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4153"/>
+        <location filename="UI/UserInterface.py" line="4244"/>
         <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4198"/>
+        <location filename="UI/UserInterface.py" line="4289"/>
         <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4217"/>
+        <location filename="UI/UserInterface.py" line="4308"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4265"/>
+        <location filename="UI/UserInterface.py" line="4356"/>
         <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
+        <location filename="UI/UserInterface.py" line="4362"/>
         <source>No toolgroup entry &apos;{0}&apos; found.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4307"/>
+        <location filename="UI/UserInterface.py" line="4398"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
+        <location filename="UI/UserInterface.py" line="4417"/>
         <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4403"/>
+        <location filename="UI/UserInterface.py" line="4494"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
+        <location filename="UI/UserInterface.py" line="4713"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4807"/>
+        <location filename="UI/UserInterface.py" line="4910"/>
         <source>Keyboard shortcut file (*.e4k);;Compressed keyboard shortcut file (*.e4kz)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
+        <location filename="UI/UserInterface.py" line="4930"/>
         <source>&lt;p&gt;The keyboard shortcuts could not be written to file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
+        <location filename="UI/UserInterface.py" line="4939"/>
         <source>Keyboard shortcut file (*.e4k *.e4kz)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
+        <location filename="UI/UserInterface.py" line="5063"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5007"/>
+        <location filename="UI/UserInterface.py" line="5110"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
+        <location filename="UI/UserInterface.py" line="5120"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
+        <location filename="UI/UserInterface.py" line="5138"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5086"/>
+        <location filename="UI/UserInterface.py" line="5189"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
+        <location filename="UI/UserInterface.py" line="5199"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
+        <location filename="UI/UserInterface.py" line="5317"/>
         <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5363"/>
+        <location filename="UI/UserInterface.py" line="5466"/>
         <source>Trying host {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
+        <location filename="UI/UserInterface.py" line="5573"/>
         <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric5 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>Eric5 is up to date</source>
         <translation type="unfinished">Eric4 güncelleniyor {5 ?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>You are using the latest version of eric5</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
+        <location filename="UI/UserInterface.py" line="5638"/>
         <source>&lt;p&gt;SSL Errors:&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Do you want to ignore these errors?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
+        <location filename="UI/UserInterface.py" line="5664"/>
         <source>eric5 has not been configured yet. The configuration dialog will be started.</source>
         <translation type="unfinished">Eric4 henüz ayarlanmadı. Ayarlar Diyaloğu başlatılıyor. {5 ?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>Cooperation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>&amp;Cooperation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1597"/>
+        <location filename="UI/UserInterface.py" line="1626"/>
         <source>Toggle the Cooperation window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1599"/>
+        <location filename="UI/UserInterface.py" line="1628"/>
         <source>&lt;b&gt;Toggle the Cooperation window&lt;/b&gt;&lt;p&gt;If the Cooperation window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Activate Cooperation-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Alt+Shift+O</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>&amp;Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1650"/>
+        <source>Toggle the Symbols window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1652"/>
+        <source>&lt;b&gt;Toggle the Symbols window&lt;/b&gt;&lt;p&gt;If the Symbols window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Activate Symbols-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Alt+Shift+Y</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>UserPropertiesDialog</name>
@@ -41936,218 +42017,218 @@
 <context>
     <name>ViewManager</name>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>New</source>
         <translation>Yeni</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>&amp;New</source>
         <translation>Ye&amp;ni</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>Ctrl+N</source>
         <comment>File|New</comment>
         <translation>Ctrl+N</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="464"/>
+        <location filename="ViewManager/ViewManager.py" line="466"/>
         <source>Open an empty editor window</source>
         <translation>Boş bir düzenleyici penceresi aç</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="466"/>
+        <location filename="ViewManager/ViewManager.py" line="468"/>
         <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Yeni&lt;/b&gt;&lt;p&gt;Boş bir düzenleme penceresi oluşturulacak.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Open</source>
         <translation>Aç</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>&amp;Open...</source>
         <translation>&amp;Aç...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Ctrl+O</source>
         <comment>File|Open</comment>
         <translation>Ctrl+O</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="479"/>
+        <location filename="ViewManager/ViewManager.py" line="481"/>
         <source>Open a file</source>
         <translation>Bir dosya aç</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="480"/>
+        <location filename="ViewManager/ViewManager.py" line="482"/>
         <source>&lt;b&gt;Open a file&lt;/b&gt;&lt;p&gt;You will be asked for the name of a file to be opened in an editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Bir dosya aç&lt;/b&gt;&lt;p&gt;Düzenleyici penceresinde açmak istediğiniz dosyanın adı sorulmaktadır.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Close</source>
         <translation>Kapat</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>&amp;Close</source>
         <translation>&amp;Kapat</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Ctrl+W</source>
         <comment>File|Close</comment>
         <translation>Ctrl+W</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="496"/>
+        <location filename="ViewManager/ViewManager.py" line="498"/>
         <source>Close the current window</source>
         <translation>Geçerli pencereyi kapat</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="498"/>
+        <location filename="ViewManager/ViewManager.py" line="500"/>
         <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Pencereyi kapat&lt;/b&gt;&lt;p&gt;Geçerli pencereyi kapat.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Close All</source>
         <translation>Hepsini Kapat</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Clos&amp;e All</source>
         <translation>H&amp;epsini Kapat</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="508"/>
-        <source>Close all editor windows</source>
-        <translation>Tüm düzenleme pencerelerini kapat</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="510"/>
+        <source>Close all editor windows</source>
+        <translation>Tüm düzenleme pencerelerini kapat</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="512"/>
         <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Tüm Pencereleri Kapat&lt;/b&gt;&lt;p&gt;Tüm düzenleme pencerelerini kapat.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Save</source>
         <translation>Kaydet</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>&amp;Save</source>
         <translation>&amp;Kaydet</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Ctrl+S</source>
         <comment>File|Save</comment>
         <translation>Ctrl+S</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="527"/>
+        <location filename="ViewManager/ViewManager.py" line="529"/>
         <source>Save the current file</source>
         <translation>Geçerli dosyayı kaydet</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="529"/>
+        <location filename="ViewManager/ViewManager.py" line="531"/>
         <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Dosya Kaydet&lt;/b&gt;&lt;p&gt;Geçerli düzenleyici penceresinin içeriğini kaydet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save as</source>
         <translation>Farklı kaydet</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save &amp;as...</source>
         <translation>Farklı k&amp;aydet...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Shift+Ctrl+S</source>
         <comment>File|Save As</comment>
         <translation>Shift+Ctrl+S</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="542"/>
-        <source>Save the current file to a new one</source>
-        <translation>Geçerli dosyayı yeni bir tane olarak kaydet</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="544"/>
+        <source>Save the current file to a new one</source>
+        <translation>Geçerli dosyayı yeni bir tane olarak kaydet</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="546"/>
         <source>&lt;b&gt;Save File as&lt;/b&gt;&lt;p&gt;Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Dosyayı Farklı Kaydet&lt;/b&gt;&lt;p&gt;Geçerli düzenleyici penceresindeki içeriği yeni bir dosyaya kaydeder. Dosya seçme diyaloğu ile bu dosyaya girilebilir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save all</source>
         <translation>Hepsini kaydet</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save a&amp;ll...</source>
         <translation>Hepsini ka&amp;ydet...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="556"/>
-        <source>Save all files</source>
-        <translation>Tüm dosyaları kaydet</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="558"/>
+        <source>Save all files</source>
+        <translation>Tüm dosyaları kaydet</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="560"/>
         <source>&lt;b&gt;Save All Files&lt;/b&gt;&lt;p&gt;Save the contents of all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Tüm Dosyaları Kaydet&lt;/b&gt;&lt;p&gt;Tüm düzenleyici pencerelerindeki içerikleri kaydet.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Project</source>
         <translation>Projeye Kaydet</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Pro&amp;ject</source>
         <translation>Pro&amp;jeye Kaydet</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="572"/>
-        <source>Save the current file to the current project</source>
-        <translation>Geçerli dosyayı geçerli projeye kaydet</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="574"/>
+        <source>Save the current file to the current project</source>
+        <translation>Geçerli dosyayı geçerli projeye kaydet</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="576"/>
         <source>&lt;b&gt;Save to Project&lt;/b&gt;&lt;p&gt;Save the contents of the current editor window to the current project. After the file has been saved, it is automatically added to the current project.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Print</source>
         <translation>Yazdır</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>&amp;Print</source>
         <translation>&amp;Yazdır</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Ctrl+P</source>
         <comment>File|Print</comment>
         <translation>Ctrl+P</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="591"/>
+        <location filename="ViewManager/ViewManager.py" line="593"/>
         <source>Print the current file</source>
         <translation>Geçerli dosyayı yazdır</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="593"/>
+        <location filename="ViewManager/ViewManager.py" line="595"/>
         <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Dosyayı Yazdır&lt;/b&gt;&lt;p&gt;Geçerli düzenleyici penceresindeki içeriği yazdır.&lt;/p&gt;</translation>
     </message>
@@ -42157,637 +42238,637 @@
         <translation>Yazdırma Öngörünümü</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="606"/>
+        <location filename="ViewManager/ViewManager.py" line="608"/>
         <source>Print preview of the current file</source>
         <translation>Geçerli dosyanın yazıcı öngörünümü</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="608"/>
+        <location filename="ViewManager/ViewManager.py" line="610"/>
         <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Yazıcı Öngörünümü&lt;/b&gt;&lt;p&gt;Geçerli düzenleyici penceresinin yazıcı öngörünümü.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search File</source>
         <translation>Dosya Ara</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search &amp;File...</source>
         <translation>Dosya A&amp;ra...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Alt+Ctrl+F</source>
         <comment>File|Search File</comment>
         <translation>Alt+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="623"/>
+        <location filename="ViewManager/ViewManager.py" line="625"/>
         <source>Search for a file</source>
         <translation>Bir dosya için ara</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="625"/>
+        <location filename="ViewManager/ViewManager.py" line="627"/>
         <source>&lt;b&gt;Search File&lt;/b&gt;&lt;p&gt;Search for a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Dosya Arama&lt;/b&gt;&lt;p&gt;Bir dosya için arama.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="638"/>
+        <location filename="ViewManager/ViewManager.py" line="640"/>
         <source>&amp;File</source>
         <translation>&amp;Dosya</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="639"/>
-        <source>Open &amp;Recent Files</source>
-        <translation>Geçmiş Dosyala&amp;rı Aç</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="641"/>
+        <source>Open &amp;Recent Files</source>
+        <translation>Geçmiş Dosyala&amp;rı Aç</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="643"/>
         <source>Open &amp;Bookmarked Files</source>
         <translation>Yerimi D&amp;osyalarını Aç</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="689"/>
+        <location filename="ViewManager/ViewManager.py" line="691"/>
         <source>File</source>
         <translation>Dosya</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="711"/>
+        <location filename="ViewManager/ViewManager.py" line="713"/>
         <source>Export as</source>
         <translation>Farklı Dışaktar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Undo</source>
         <translation>Geri Al</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>&amp;Undo</source>
         <translation>&amp;Geri al</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Ctrl+Z</source>
         <comment>Edit|Undo</comment>
         <translation>Ctrl+Z</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Alt+Backspace</source>
         <comment>Edit|Undo</comment>
         <translation>Alt+Backspace</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="741"/>
-        <source>Undo the last change</source>
-        <translation>Enson değişikliği geri al</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="743"/>
+        <source>Undo the last change</source>
+        <translation>Enson değişikliği geri al</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="745"/>
         <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Geri Al&lt;/b&gt;&lt;p&gt;Geçerli düzenleyicide yapılan son değişikliği geri al.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Redo</source>
         <translation>İlerial</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>&amp;Redo</source>
         <translation>&amp;İlerial</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Ctrl+Shift+Z</source>
         <comment>Edit|Redo</comment>
         <translation>Ctrl+Shift+Z</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="756"/>
-        <source>Redo the last change</source>
-        <translation>Son değişikliği ileri al</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="758"/>
+        <source>Redo the last change</source>
+        <translation>Son değişikliği ileri al</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="760"/>
         <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;İleri Al&lt;/b&gt;&lt;p&gt;Geçerli düzenleyicide yapılan son değişikliği ileri alır.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="772"/>
-        <source>Revert to last saved state</source>
-        <translation>En son kaydedileni eski haline getir</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
-        <source>Re&amp;vert to last saved state</source>
-        <translation>En son kaydedileni e&amp;ski haline getir</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
-        <source>Ctrl+Y</source>
-        <comment>Edit|Revert</comment>
-        <translation>Ctrl+Y</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="774"/>
+        <source>Revert to last saved state</source>
+        <translation>En son kaydedileni eski haline getir</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
+        <source>Re&amp;vert to last saved state</source>
+        <translation>En son kaydedileni e&amp;ski haline getir</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
+        <source>Ctrl+Y</source>
+        <comment>Edit|Revert</comment>
+        <translation>Ctrl+Y</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="776"/>
         <source>&lt;b&gt;Revert to last saved state&lt;/b&gt;&lt;p&gt;Undo all changes up to the last saved state of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cut</source>
         <translation>Kes</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cu&amp;t</source>
         <translation>Ke&amp;s</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Ctrl+X</source>
         <comment>Edit|Cut</comment>
         <translation>Ctrl+X</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Shift+Del</source>
         <comment>Edit|Cut</comment>
         <translation>Shift+Del</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="791"/>
-        <source>Cut the selection</source>
-        <translation>Seçimi kes</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="793"/>
+        <source>Cut the selection</source>
+        <translation>Seçimi kes</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="795"/>
         <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Kes&lt;/b&gt;&lt;p&gt;Geçerli düzenleyicide seçilen metni panoya keser.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Copy</source>
         <translation>Kopyala</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>&amp;Copy</source>
         <translation>&amp;Kopyala</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+C</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+Ins</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+Ins</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="808"/>
-        <source>Copy the selection</source>
-        <translation>Seçimi kopyala</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="810"/>
+        <source>Copy the selection</source>
+        <translation>Seçimi kopyala</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="812"/>
         <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Kopya&lt;/b&gt;&lt;p&gt;Geçerli düzenleyicideki seçilen metni clipboarda kopyala.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Paste</source>
         <translation>Yapıştır</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>&amp;Paste</source>
         <translation>Ya&amp;pıştır</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Ctrl+V</source>
         <comment>Edit|Paste</comment>
         <translation>Ctrl+V</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Shift+Ins</source>
         <comment>Edit|Paste</comment>
         <translation>Shift+Ins</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="825"/>
+        <location filename="ViewManager/ViewManager.py" line="827"/>
         <source>Paste the last cut/copied text</source>
         <translation>En son kesilen/kopyalanan metni yapıştır</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="827"/>
+        <location filename="ViewManager/ViewManager.py" line="829"/>
         <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard to the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Yapıştır&lt;/b&gt;&lt;p&gt;En son kesilen/kopyalanan metni panodan geçerli düzenleyiciye yapıştırır.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Clear</source>
         <translation>Temizle</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Cl&amp;ear</source>
         <translation>T&amp;emizle</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Alt+Shift+C</source>
         <comment>Edit|Clear</comment>
         <translation>Alt+Shift+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="842"/>
+        <location filename="ViewManager/ViewManager.py" line="844"/>
         <source>Clear all text</source>
         <translation>Tüm metni temizle</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="844"/>
+        <location filename="ViewManager/ViewManager.py" line="846"/>
         <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Temizle&lt;/b&gt;&lt;p&gt;Geçerli düzenleyicideki tüm metinleri sil.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Indent</source>
         <translation>Girintili</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>&amp;Indent</source>
         <translation>G&amp;irintili</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Ctrl+I</source>
         <comment>Edit|Indent</comment>
         <translation>Ctrl+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="858"/>
+        <location filename="ViewManager/ViewManager.py" line="860"/>
         <source>Indent line</source>
         <translation>Girinti satırı</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="859"/>
+        <location filename="ViewManager/ViewManager.py" line="861"/>
         <source>&lt;b&gt;Indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Girinti&lt;/b&gt;&lt;p&gt;Geçerli satır yada satırların girintissini seçilen bir önceki seviyeye ayarlar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Unindent</source>
         <translation>Girintisiz</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>U&amp;nindent</source>
         <translation>Giri&amp;ntisiz</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Ctrl+Shift+I</source>
         <comment>Edit|Unindent</comment>
         <translation>Ctrl+Shift+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="874"/>
-        <source>Unindent line</source>
-        <translation>Girintisiz satır (hat)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="876"/>
+        <source>Unindent line</source>
+        <translation>Girintisiz satır (hat)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="878"/>
         <source>&lt;b&gt;Unindent&lt;/b&gt;&lt;p&gt;Unindents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Smart indent</source>
         <translation>Akıllı Girinti</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Ctrl+Alt+I</source>
         <comment>Edit|Smart indent</comment>
         <translation>Ctrl+Alt+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="892"/>
-        <source>Smart indent Line or Selection</source>
-        <translation>Akıllı Satır Girintisi yada Seçim</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="894"/>
+        <source>Smart indent Line or Selection</source>
+        <translation>Akıllı Satır Girintisi yada Seçim</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="896"/>
         <source>&lt;b&gt;Smart indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the current selection smartly.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Comment</source>
         <translation>Yorumlayıcı</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>C&amp;omment</source>
         <translation>Y&amp;orumlayıcı</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Ctrl+M</source>
         <comment>Edit|Comment</comment>
         <translation>Ctrl+M</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="909"/>
+        <location filename="ViewManager/ViewManager.py" line="911"/>
         <source>Comment Line or Selection</source>
         <translation>Satır Yorumlayıcı yada Seçim</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="911"/>
+        <location filename="ViewManager/ViewManager.py" line="913"/>
         <source>&lt;b&gt;Comment&lt;/b&gt;&lt;p&gt;Comments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Yorumlayıcı&lt;/b&gt;&lt;p&gt;Geçerli satırın yada geçerli seçimdeki satırların yorumlanması.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Uncomment</source>
         <translation>Yorumlanamaz</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Unco&amp;mment</source>
         <translation>Yoru&amp;mlanamaz</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Alt+Ctrl+M</source>
         <comment>Edit|Uncomment</comment>
         <translation>Alt+Ctrl+M</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="926"/>
+        <location filename="ViewManager/ViewManager.py" line="928"/>
         <source>Uncomment Line or Selection</source>
         <translation>Yorumlanamaz Satır yada Seçim</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="928"/>
+        <location filename="ViewManager/ViewManager.py" line="930"/>
         <source>&lt;b&gt;Uncomment&lt;/b&gt;&lt;p&gt;Uncomments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="936"/>
+        <location filename="ViewManager/ViewManager.py" line="938"/>
         <source>Stream Comment</source>
         <translation>Yorumlayıcı</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="940"/>
-        <source>Stream Comment Line or Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="942"/>
+        <source>Stream Comment Line or Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="944"/>
         <source>&lt;b&gt;Stream Comment&lt;/b&gt;&lt;p&gt;Stream comments the current line or the current selection.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="950"/>
+        <location filename="ViewManager/ViewManager.py" line="952"/>
         <source>Box Comment</source>
         <translation>Kutu Yorumlayıcı</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="954"/>
-        <source>Box Comment Line or Selection</source>
-        <translation>Kutu yorumlayıcı Satırı yada Seçimi</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="956"/>
+        <source>Box Comment Line or Selection</source>
+        <translation>Kutu yorumlayıcı Satırı yada Seçimi</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="958"/>
         <source>&lt;b&gt;Box Comment&lt;/b&gt;&lt;p&gt;Box comments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to brace</source>
         <translation>Köşeli ayracı seç</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to &amp;brace</source>
         <translation>Köşeli ayracı &amp;seç</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Ctrl+E</source>
         <comment>Edit|Select to brace</comment>
         <translation>Ctrl+E</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="971"/>
-        <source>Select text to the matching brace</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="973"/>
+        <source>Select text to the matching brace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="975"/>
         <source>&lt;b&gt;Select to brace&lt;/b&gt;&lt;p&gt;Select text of the current editor to the matching brace.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Select all</source>
         <translation>Hepsini seç</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>&amp;Select all</source>
         <translation>Hep&amp;sini seç</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Ctrl+A</source>
         <comment>Edit|Select all</comment>
         <translation>Ctrl+A</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="986"/>
-        <source>Select all text</source>
-        <translation>Tüm metni seç</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="988"/>
+        <source>Select all text</source>
+        <translation>Tüm metni seç</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="990"/>
         <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Deselect all</source>
         <translation>Tüm seçimi iptal et</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>&amp;Deselect all</source>
         <translation>&amp;Tüm seçimi iptal et</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Alt+Ctrl+A</source>
         <comment>Edit|Deselect all</comment>
         <translation>Alt+Ctrl+A</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1002"/>
+        <location filename="ViewManager/ViewManager.py" line="1004"/>
         <source>Deselect all text</source>
         <translation>Seçilen tüm metni iptal et</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1004"/>
+        <location filename="ViewManager/ViewManager.py" line="1006"/>
         <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all text of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1015"/>
-        <source>Convert Line End Characters</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="1011"/>
-        <source>Convert &amp;Line End Characters</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1017"/>
+        <source>Convert Line End Characters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1013"/>
+        <source>Convert &amp;Line End Characters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1019"/>
         <source>&lt;b&gt;Convert Line End Characters&lt;/b&gt;&lt;p&gt;Convert the line end characters to the currently set type.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1028"/>
-        <source>Shorten empty lines</source>
-        <translation>Boş satırları kısalt</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1030"/>
+        <source>Shorten empty lines</source>
+        <translation>Boş satırları kısalt</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1032"/>
         <source>&lt;b&gt;Shorten empty lines&lt;/b&gt;&lt;p&gt;Shorten lines consisting solely of whitespace characters.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Autocomplete</source>
         <translation>Otomatik tamamlama</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1816"/>
+        <location filename="ViewManager/ViewManager.py" line="1818"/>
         <source>&amp;Autocomplete</source>
         <translation>Otom&amp;atik tamamlama</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Ctrl+Space</source>
         <comment>Edit|Autocomplete</comment>
         <translation>Ctrl+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1045"/>
+        <location filename="ViewManager/ViewManager.py" line="1047"/>
         <source>Autocomplete current word</source>
         <translation>Geçerli kelimeyi otomatik tamamlama</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1047"/>
+        <location filename="ViewManager/ViewManager.py" line="1049"/>
         <source>&lt;b&gt;Autocomplete&lt;/b&gt;&lt;p&gt;Performs an autocompletion of the word containing the cursor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Autocomplete from Document</source>
         <translation>Belgeden otomatik tamamlama</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Ctrl+Shift+Space</source>
         <comment>Edit|Autocomplete from Document</comment>
         <translation>Ctrl+Shift+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1060"/>
-        <source>Autocomplete current word from Document</source>
-        <translation>Geçerli kelimeyi belgeden otomatik tamamlama</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1062"/>
+        <source>Autocomplete current word from Document</source>
+        <translation>Geçerli kelimeyi belgeden otomatik tamamlama</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1064"/>
         <source>&lt;b&gt;Autocomplete from Document&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document of the word containing the cursor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Autocomplete from APIs</source>
         <translation>API den otomatik tamamlama</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Ctrl+Alt+Space</source>
         <comment>Edit|Autocomplete from APIs</comment>
         <translation>Ctrl+Alt+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1077"/>
+        <location filename="ViewManager/ViewManager.py" line="1079"/>
         <source>Autocomplete current word from APIs</source>
         <translation>Geçerli kelimeyi APIden otomatik tamamlama</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1079"/>
+        <location filename="ViewManager/ViewManager.py" line="1081"/>
         <source>&lt;b&gt;Autocomplete from APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Autocomplete from Document and APIs</source>
         <translation>Belge ve API den otomatik tamamlama</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Alt+Shift+Space</source>
         <comment>Edit|Autocomplete from Document and APIs</comment>
         <translation>Alt+Shift+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1096"/>
+        <location filename="ViewManager/ViewManager.py" line="1098"/>
         <source>Autocomplete current word from Document and APIs</source>
         <translation>Geçerli kelimeyi belgeden ve APIden otomatik tamamlama</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1098"/>
+        <location filename="ViewManager/ViewManager.py" line="1100"/>
         <source>&lt;b&gt;Autocomplete from Document and APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document and APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Calltip</source>
         <translation>İpucu</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>&amp;Calltip</source>
         <translation>İpu&amp;cu</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Alt+Space</source>
         <comment>Edit|Calltip</comment>
         <translation>Alt+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1114"/>
+        <location filename="ViewManager/ViewManager.py" line="1116"/>
         <source>Show Calltips</source>
         <translation>İpuçlarını Göster</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1116"/>
+        <location filename="ViewManager/ViewManager.py" line="1118"/>
         <source>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Show calltips based on the characters immediately to the left of the cursor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -43477,17 +43558,17 @@
         <translation>Ctrl+Shift+D</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1826"/>
+        <location filename="ViewManager/ViewManager.py" line="1828"/>
         <source>&amp;Search</source>
         <translation>A&amp;ra</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1840"/>
+        <location filename="ViewManager/ViewManager.py" line="1842"/>
         <source>&amp;Edit</source>
         <translation>Düz&amp;en</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1886"/>
+        <location filename="ViewManager/ViewManager.py" line="1888"/>
         <source>Edit</source>
         <translation>Düzen</translation>
     </message>
@@ -43617,779 +43698,779 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2144"/>
+        <location filename="ViewManager/ViewManager.py" line="2146"/>
         <source>Quicksearch</source>
         <translation>Hızlı arama</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>&amp;Quicksearch</source>
         <translation>&amp;Hızlı arama</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>Ctrl+Shift+K</source>
         <comment>Search|Quicksearch</comment>
         <translation>Ctrl+Shift+K</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2014"/>
-        <source>Perform a quicksearch</source>
-        <translation>Hızlı arama gerçekleştir</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2016"/>
+        <source>Perform a quicksearch</source>
+        <translation>Hızlı arama gerçekleştir</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2018"/>
         <source>&lt;b&gt;Quicksearch&lt;/b&gt;&lt;p&gt;This activates the quicksearch function of the IDE by giving focus to the quicksearch entry field. If this field is already active and contains text, it searches for the next occurrence of this text.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch backwards</source>
         <translation>Geriye doğru hızlı arama</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch &amp;backwards</source>
         <translation>Geriye &amp;doğru hızlı arama</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Ctrl+Shift+J</source>
         <comment>Search|Quicksearch backwards</comment>
         <translation>Ctrl+Shift+J</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2033"/>
+        <location filename="ViewManager/ViewManager.py" line="2035"/>
         <source>Perform a quicksearch backwards</source>
         <translation>Geriye doğru hızlı arama gerçekleştir</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2035"/>
+        <location filename="ViewManager/ViewManager.py" line="2037"/>
         <source>&lt;b&gt;Quicksearch backwards&lt;/b&gt;&lt;p&gt;This searches the previous occurrence of the quicksearch text.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch extend</source>
         <translation>Gelişmiş hızlıarama</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch e&amp;xtend</source>
         <translation>Gelişmi&amp;ş hızlıarama</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Ctrl+Shift+H</source>
         <comment>Search|Quicksearch extend</comment>
         <translation>Ctrl+Shift+H</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2051"/>
+        <location filename="ViewManager/ViewManager.py" line="2053"/>
         <source>Extend the quicksearch to the end of the current word</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2053"/>
+        <location filename="ViewManager/ViewManager.py" line="2055"/>
         <source>&lt;b&gt;Quicksearch extend&lt;/b&gt;&lt;p&gt;This extends the quicksearch text to the end of the word currently found.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2069"/>
+        <location filename="ViewManager/ViewManager.py" line="2071"/>
         <source>Goto Line</source>
         <translation>Satıra Git</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>&amp;Goto Line...</source>
         <translation>Satıra &amp;Git...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>Ctrl+G</source>
         <comment>Search|Goto Line</comment>
         <translation>Ctrl+G</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2070"/>
+        <location filename="ViewManager/ViewManager.py" line="2072"/>
         <source>&lt;b&gt;Goto Line&lt;/b&gt;&lt;p&gt;Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Satıra Git&lt;/b&gt;&lt;p&gt;Geçerli düzenleyicide metnin seçilen bir satırına gitr. Bir diyalog seçilebilecek satır numaralarını gösterir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2085"/>
+        <location filename="ViewManager/ViewManager.py" line="2087"/>
         <source>Goto Brace</source>
         <translation>Köşeli Ayraça Git</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
         <source>Goto &amp;Brace</source>
         <translation>Köşeli &amp;Ayraça Git</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
         <source>Ctrl+L</source>
         <comment>Search|Goto Brace</comment>
         <translation>Ctrl+L</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2087"/>
+        <location filename="ViewManager/ViewManager.py" line="2089"/>
         <source>&lt;b&gt;Goto Brace&lt;/b&gt;&lt;p&gt;Go to the matching brace in the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in Files</source>
         <translation>Dosyalarda Ara</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in &amp;Files...</source>
         <translation>Dosyalar&amp;da Ara...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Shift+Ctrl+F</source>
         <comment>Search|Search Files</comment>
         <translation>Shift+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2104"/>
+        <location filename="ViewManager/ViewManager.py" line="2106"/>
         <source>Search for a text in files</source>
         <translation>Metni dosyada ara</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2106"/>
+        <location filename="ViewManager/ViewManager.py" line="2108"/>
         <source>&lt;b&gt;Search in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project. A dialog is shown to enter the searchtext and options for the search and to display the result.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in Files</source>
         <translation>Dosya içinde değiştir</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in F&amp;iles...</source>
         <translation>Dosya İ&amp;çinde Değiştir...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Shift+Ctrl+R</source>
         <comment>Search|Replace in Files</comment>
         <translation>Shift+Ctrl+R</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2122"/>
-        <source>Search for a text in files and replace it</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2124"/>
+        <source>Search for a text in files and replace it</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2126"/>
         <source>&lt;b&gt;Replace in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2165"/>
+        <location filename="ViewManager/ViewManager.py" line="2167"/>
         <source>&lt;p&gt;Enter the searchtext directly into this field. The search will be performed case insensitive. The quicksearch function is activated upon activation of the quicksearch next action (default key Ctrl+Shift+K), if this entry field does not have the input focus. Otherwise it searches for the next occurrence of the text entered. The quicksearch backwards action (default key Ctrl+Shift+J) searches backward. Activating the &apos;quicksearch extend&apos; action (default key Ctrl+Shift+H) extends the current searchtext to the end of the currently found word. The quicksearch can be ended by pressing the Return key while the quicksearch entry has the the input focus.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2191"/>
+        <location filename="ViewManager/ViewManager.py" line="2193"/>
         <source>Quicksearch Textedit</source>
         <translation>Metindüzenleyicide Hızlı Arama</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom in</source>
         <translation>Büyüt</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom &amp;in</source>
         <translation>Bü&amp;yült</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Ctrl++</source>
         <comment>View|Zoom in</comment>
         <translation>Ctrl++</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2238"/>
-        <source>Zoom in on the text</source>
-        <translation>MEtni Büyüt</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2240"/>
+        <source>Zoom in on the text</source>
+        <translation>MEtni Büyüt</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2242"/>
         <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the text. This makes the text bigger.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Büyült&lt;/b&gt;&lt;p&gt;Metin üzerinde büyüt. Bu metni daha büyük yapar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom out</source>
         <translation>Küçült</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom &amp;out</source>
         <translation>Küçü&amp;lt</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Ctrl+-</source>
         <comment>View|Zoom out</comment>
         <translation>Ctrl+-</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2254"/>
-        <source>Zoom out on the text</source>
-        <translation>Metin üzerinde küçült</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2256"/>
+        <source>Zoom out on the text</source>
+        <translation>Metin üzerinde küçült</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2258"/>
         <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the text. This makes the text smaller.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Küçült&lt;/b&gt;&lt;p&gt;Metni küçült. Bu metni daha küçük yapar.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Zoom</source>
         <translation>Büyüt</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>&amp;Zoom</source>
         <translation>Büyü&amp;t</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Ctrl+#</source>
         <comment>View|Zoom</comment>
         <translation>Ctrl+#</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2270"/>
-        <source>Zoom the text</source>
-        <translation>Metni büyüt</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2272"/>
+        <source>Zoom the text</source>
+        <translation>Metni büyüt</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2274"/>
         <source>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom the text. This opens a dialog where the desired size can be entered.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2284"/>
-        <source>Toggle all folds</source>
-        <translation>Tüm Açkapa Klasörleri Kapat</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2280"/>
-        <source>Toggle &amp;all folds</source>
-        <translation>Tüm açk&amp;apa klasörlerini kapat</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2286"/>
+        <source>Toggle all folds</source>
+        <translation>Tüm Açkapa Klasörleri Kapat</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2282"/>
+        <source>Toggle &amp;all folds</source>
+        <translation>Tüm açk&amp;apa klasörlerini kapat</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2288"/>
         <source>&lt;b&gt;Toggle all folds&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2299"/>
-        <source>Toggle all folds (including children)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2294"/>
-        <source>Toggle all &amp;folds (including children)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2301"/>
+        <source>Toggle all folds (including children)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2296"/>
+        <source>Toggle all &amp;folds (including children)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2303"/>
         <source>&lt;b&gt;Toggle all folds (including children)&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor including all children.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2314"/>
-        <source>Toggle current fold</source>
-        <translation>Geçerli açkapaklasörünü kapat</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2310"/>
-        <source>Toggle &amp;current fold</source>
-        <translation>Geçerli a&amp;çkapa klasörünü</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2316"/>
+        <source>Toggle current fold</source>
+        <translation>Geçerli açkapaklasörünü kapat</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2312"/>
+        <source>Toggle &amp;current fold</source>
+        <translation>Geçerli a&amp;çkapa klasörünü</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2318"/>
         <source>&lt;b&gt;Toggle current fold&lt;/b&gt;&lt;p&gt;Toggle the folds of the current line of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2329"/>
-        <source>Remove all highlights</source>
-        <translation>Bütün parlatılmış alanları kaldır</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2331"/>
+        <source>Remove all highlights</source>
+        <translation>Bütün parlatılmış alanları kaldır</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2333"/>
         <source>&lt;b&gt;Remove all highlights&lt;/b&gt;&lt;p&gt;Remove the highlights of all editors.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>Split view</source>
         <translation>Bölünmüş görünüm</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>&amp;Split view</source>
         <translation>Bölünmü&amp;ş görünüm</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2342"/>
-        <source>Add a split to the view</source>
-        <translation>Görünüme yeni bir ayrım ekle</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2344"/>
+        <source>Add a split to the view</source>
+        <translation>Görünüme yeni bir ayrım ekle</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2346"/>
         <source>&lt;b&gt;Split view&lt;/b&gt;&lt;p&gt;Add a split to the view.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange horizontally</source>
         <translation>Yatay düzenleme</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange &amp;horizontally</source>
         <translation>Yatay &amp;düzenleme</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2356"/>
-        <source>Arrange the splitted views horizontally</source>
-        <translation>Bölünmüş görünümleri yatay olarak düzenle</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2358"/>
+        <source>Arrange the splitted views horizontally</source>
+        <translation>Bölünmüş görünümleri yatay olarak düzenle</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2360"/>
         <source>&lt;b&gt;Arrange horizontally&lt;/b&gt;&lt;p&gt;Arrange the splitted views horizontally.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Yatay ayarlama&lt;/b&gt;&lt;p&gt;Bölünmüş görünümler yatay olarak düzenlenir.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>Remove split</source>
         <translation>Ayrımı kaldır</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>&amp;Remove split</source>
         <translation>Ayrımı kaldı&amp;r</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2372"/>
-        <source>Remove the current split</source>
-        <translation>Geçerli ayrımı kaldır</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2374"/>
+        <source>Remove the current split</source>
+        <translation>Geçerli ayrımı kaldır</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2376"/>
         <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Next split</source>
         <translation>Sonraki ayrım</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>&amp;Next split</source>
         <translation>So&amp;nraki ayrım</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Ctrl+Alt+N</source>
         <comment>View|Next split</comment>
         <translation>Ctrl+Alt+N</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2387"/>
-        <source>Move to the next split</source>
-        <translation>Sonraki ayrıma taşı</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2389"/>
+        <source>Move to the next split</source>
+        <translation>Sonraki ayrıma taşı</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2391"/>
         <source>&lt;b&gt;Next split&lt;/b&gt;&lt;p&gt;Move to the next split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Sonraki ayrım&lt;/b&gt;&lt;p&gt;Sonraki ayrıma götürür.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Previous split</source>
         <translation>Önceki ayrım</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>&amp;Previous split</source>
         <translation>Önceki a&amp;yrım</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Ctrl+Alt+P</source>
         <comment>View|Previous split</comment>
         <translation>Ctrl+Alt+P</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2402"/>
+        <location filename="ViewManager/ViewManager.py" line="2404"/>
         <source>Move to the previous split</source>
         <translation>Önceki ayrıma taşı</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2404"/>
+        <location filename="ViewManager/ViewManager.py" line="2406"/>
         <source>&lt;b&gt;Previous split&lt;/b&gt;&lt;p&gt;Move to the previous split.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2426"/>
+        <location filename="ViewManager/ViewManager.py" line="2428"/>
         <source>&amp;View</source>
         <translation>&amp;Görünüm</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2453"/>
+        <location filename="ViewManager/ViewManager.py" line="2455"/>
         <source>View</source>
         <translation>Görünüm</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2479"/>
-        <source>Start Macro Recording</source>
-        <translation>Makro Kaydı Başladı</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2474"/>
-        <source>S&amp;tart Macro Recording</source>
-        <translation>Makro Kaydını Başla&amp;t</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2481"/>
+        <source>Start Macro Recording</source>
+        <translation>Makro Kaydı Başladı</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2476"/>
+        <source>S&amp;tart Macro Recording</source>
+        <translation>Makro Kaydını Başla&amp;t</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2483"/>
         <source>&lt;b&gt;Start Macro Recording&lt;/b&gt;&lt;p&gt;Start recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2494"/>
-        <source>Stop Macro Recording</source>
-        <translation>Makro Kaydetmeyi Durdur</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2489"/>
-        <source>Sto&amp;p Macro Recording</source>
-        <translation>Makro Kaydetmeyi D&amp;urdur</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2496"/>
+        <source>Stop Macro Recording</source>
+        <translation>Makro Kaydetmeyi Durdur</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2491"/>
+        <source>Sto&amp;p Macro Recording</source>
+        <translation>Makro Kaydetmeyi D&amp;urdur</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2498"/>
         <source>&lt;b&gt;Stop Macro Recording&lt;/b&gt;&lt;p&gt;Stop recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2507"/>
+        <location filename="ViewManager/ViewManager.py" line="2509"/>
         <source>Run Macro</source>
         <translation>Makroyu çalıştır</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2504"/>
+        <location filename="ViewManager/ViewManager.py" line="2506"/>
         <source>&amp;Run Macro</source>
         <translation>Mak&amp;royu çalıştır</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2508"/>
+        <location filename="ViewManager/ViewManager.py" line="2510"/>
         <source>&lt;b&gt;Run Macro&lt;/b&gt;&lt;p&gt;Run a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Makroyu Çalıştır&lt;/b&gt;&lt;p&gt;Daha önceden kaydedilmiş düzenleyici makrosu.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2519"/>
-        <source>Delete Macro</source>
-        <translation>Makroyu Sil</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2515"/>
-        <source>&amp;Delete Macro</source>
-        <translation>Makroy&amp;u Sil</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2521"/>
+        <source>Delete Macro</source>
+        <translation>Makroyu Sil</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2517"/>
+        <source>&amp;Delete Macro</source>
+        <translation>Makroy&amp;u Sil</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2523"/>
         <source>&lt;b&gt;Delete Macro&lt;/b&gt;&lt;p&gt;Delete a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Makroyu Sil&lt;/b&gt;&lt;p&gt;Birönce kaydedilen düzenleyici makrosunu sil.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2531"/>
-        <source>Load Macro</source>
-        <translation>Makroyu Yükle</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2528"/>
-        <source>&amp;Load Macro</source>
-        <translation>Makroyu Yük&amp;le</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2533"/>
+        <source>Load Macro</source>
+        <translation>Makroyu Yükle</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2530"/>
+        <source>&amp;Load Macro</source>
+        <translation>Makroyu Yük&amp;le</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2535"/>
         <source>&lt;b&gt;Load Macro&lt;/b&gt;&lt;p&gt;Load an editor macro from a file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2543"/>
-        <source>Save Macro</source>
-        <translation>Makroyu Kaydet</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2540"/>
-        <source>&amp;Save Macro</source>
-        <translation>Ma&amp;kroyu Kaydet</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2545"/>
+        <source>Save Macro</source>
+        <translation>Makroyu Kaydet</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2542"/>
+        <source>&amp;Save Macro</source>
+        <translation>Ma&amp;kroyu Kaydet</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2547"/>
         <source>&lt;b&gt;Save Macro&lt;/b&gt;&lt;p&gt;Save a previously recorded editor macro to a file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2560"/>
+        <location filename="ViewManager/ViewManager.py" line="2562"/>
         <source>&amp;Macros</source>
         <translation>&amp;Makrolar</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2583"/>
+        <location filename="ViewManager/ViewManager.py" line="2585"/>
         <source>Toggle Bookmark</source>
         <translation>Yerimi Açkapa</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
         <source>&amp;Toggle Bookmark</source>
         <translation>Yerimi A&amp;çkapa</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
         <source>Alt+Ctrl+T</source>
         <comment>Bookmark|Toggle</comment>
         <translation>Alt+Ctrl+T</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2585"/>
+        <location filename="ViewManager/ViewManager.py" line="2587"/>
         <source>&lt;b&gt;Toggle Bookmark&lt;/b&gt;&lt;p&gt;Toggle a bookmark at the current line of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2599"/>
-        <source>Next Bookmark</source>
-        <translation>Sonraki Yerimi</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
-        <source>&amp;Next Bookmark</source>
-        <translation>So&amp;nraki Yerimi</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
-        <source>Ctrl+PgDown</source>
-        <comment>Bookmark|Next</comment>
-        <translation>Ctrl+PgDown</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2601"/>
+        <source>Next Bookmark</source>
+        <translation>Sonraki Yerimi</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
+        <source>&amp;Next Bookmark</source>
+        <translation>So&amp;nraki Yerimi</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
+        <source>Ctrl+PgDown</source>
+        <comment>Bookmark|Next</comment>
+        <translation>Ctrl+PgDown</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2603"/>
         <source>&lt;b&gt;Next Bookmark&lt;/b&gt;&lt;p&gt;Go to next bookmark of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2615"/>
-        <source>Previous Bookmark</source>
-        <translation>Önceki Yerimi</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
-        <source>&amp;Previous Bookmark</source>
-        <translation>Önceki Yeri&amp;mi</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
-        <source>Ctrl+PgUp</source>
-        <comment>Bookmark|Previous</comment>
-        <translation>Ctrl+PgUp</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2617"/>
+        <source>Previous Bookmark</source>
+        <translation>Önceki Yerimi</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
+        <source>&amp;Previous Bookmark</source>
+        <translation>Önceki Yeri&amp;mi</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
+        <source>Ctrl+PgUp</source>
+        <comment>Bookmark|Previous</comment>
+        <translation>Ctrl+PgUp</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2619"/>
         <source>&lt;b&gt;Previous Bookmark&lt;/b&gt;&lt;p&gt;Go to previous bookmark of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2632"/>
-        <source>Clear Bookmarks</source>
-        <translation>Yerimlerini Temizle</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
-        <source>&amp;Clear Bookmarks</source>
-        <translation>Yerimlerini &amp;Temizle</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
-        <source>Alt+Ctrl+C</source>
-        <comment>Bookmark|Clear</comment>
-        <translation>Alt+Ctrl+C</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2634"/>
+        <source>Clear Bookmarks</source>
+        <translation>Yerimlerini Temizle</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
+        <source>&amp;Clear Bookmarks</source>
+        <translation>Yerimlerini &amp;Temizle</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
+        <source>Alt+Ctrl+C</source>
+        <comment>Bookmark|Clear</comment>
+        <translation>Alt+Ctrl+C</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2636"/>
         <source>&lt;b&gt;Clear Bookmarks&lt;/b&gt;&lt;p&gt;Clear bookmarks of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Yerimlerini Temizle&lt;/b&gt;&lt;p&gt;Tüm düzenleyicilerin yerimlerini temizle&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2648"/>
-        <source>Goto Syntax Error</source>
-        <translation>Sözdizimi Hatasına Git</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2642"/>
-        <source>&amp;Goto Syntax Error</source>
-        <translation>Sözdizimi Hatasına &amp;Git</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2650"/>
+        <source>Goto Syntax Error</source>
+        <translation>Sözdizimi Hatasına Git</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2644"/>
+        <source>&amp;Goto Syntax Error</source>
+        <translation>Sözdizimi Hatasına &amp;Git</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2652"/>
         <source>&lt;b&gt;Goto Syntax Error&lt;/b&gt;&lt;p&gt;Go to next syntax error of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2663"/>
-        <source>Clear Syntax Errors</source>
-        <translation>Sözdizimi Hatalarını Temizle</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2658"/>
-        <source>Clear &amp;Syntax Errors</source>
-        <translation>&amp;Sözdizimi Hatalarını Temizle</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2665"/>
+        <source>Clear Syntax Errors</source>
+        <translation>Sözdizimi Hatalarını Temizle</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2660"/>
+        <source>Clear &amp;Syntax Errors</source>
+        <translation>&amp;Sözdizimi Hatalarını Temizle</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2667"/>
         <source>&lt;b&gt;Clear Syntax Errors&lt;/b&gt;&lt;p&gt;Clear syntax errors of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Sözdizimi Hatalarını Temizle&lt;/b&gt;&lt;p&gt;Tüm düsenleyicilerdeki sözdizimi hatalarını temizle.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2730"/>
-        <source>Next uncovered line</source>
-        <translation>Sonraki kapanmamış satır</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2724"/>
-        <source>&amp;Next uncovered line</source>
-        <translation>So&amp;nraki kapanmamış satır</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2732"/>
+        <source>Next uncovered line</source>
+        <translation>Sonraki kapanmamış satır</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2726"/>
+        <source>&amp;Next uncovered line</source>
+        <translation>So&amp;nraki kapanmamış satır</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2734"/>
         <source>&lt;b&gt;Next uncovered line&lt;/b&gt;&lt;p&gt;Go to next line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2746"/>
-        <source>Previous uncovered line</source>
-        <translation>Önceki kaplanmamış satır</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2739"/>
-        <source>&amp;Previous uncovered line</source>
-        <translation>&amp;Önceki kaplanmamış satır</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2748"/>
+        <source>Previous uncovered line</source>
+        <translation>Önceki kaplanmamış satır</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2741"/>
+        <source>&amp;Previous uncovered line</source>
+        <translation>&amp;Önceki kaplanmamış satır</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2750"/>
         <source>&lt;b&gt;Previous uncovered line&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2763"/>
-        <source>Next Task</source>
-        <translation>Sonraki Görev</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2757"/>
-        <source>&amp;Next Task</source>
-        <translation>So&amp;nraki Görev</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2765"/>
+        <source>Next Task</source>
+        <translation>Sonraki Görev</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2759"/>
+        <source>&amp;Next Task</source>
+        <translation>So&amp;nraki Görev</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2767"/>
         <source>&lt;b&gt;Next Task&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a task.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Sonraki Görev &lt;/b&gt;&lt;p&gt;Geçerli düzenleyicideki bir sonraki satıra görev almak için git.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2779"/>
-        <source>Previous Task</source>
-        <translation>Önceki Görev</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2772"/>
-        <source>&amp;Previous Task</source>
-        <translation>Ön&amp;ceki Görev</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2781"/>
+        <source>Previous Task</source>
+        <translation>Önceki Görev</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2774"/>
+        <source>&amp;Previous Task</source>
+        <translation>Ön&amp;ceki Görev</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2783"/>
         <source>&lt;b&gt;Previous Task&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a task.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2797"/>
+        <location filename="ViewManager/ViewManager.py" line="2799"/>
         <source>&amp;Bookmarks</source>
         <translation>&amp;Yerimleri</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2839"/>
+        <location filename="ViewManager/ViewManager.py" line="2841"/>
         <source>Bookmarks</source>
         <translation>Yerimleri</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Spell check</source>
         <translation>Yazım Denetimi</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>&amp;Spell Check...</source>
         <translation>&amp;Yazım Denetimi...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Shift+F7</source>
         <comment>Spelling|Spell Check</comment>
         <translation>Shift+F7</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2878"/>
-        <source>Perform spell check of current editor</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2880"/>
+        <source>Perform spell check of current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2882"/>
         <source>&lt;b&gt;Spell check&lt;/b&gt;&lt;p&gt;Perform a spell check of the current editor.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>Automatic spell checking</source>
         <translation>Otomatik yazım denetimi</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>&amp;Automatic spell checking</source>
         <translation>Otom&amp;atik yazım denetimi</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2894"/>
-        <source>(De-)Activate automatic spell checking</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2896"/>
+        <source>(De-)Activate automatic spell checking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2898"/>
         <source>&lt;b&gt;Automatic spell checking&lt;/b&gt;&lt;p&gt;Activate or deactivate the automatic spell checking function of all editors.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2937"/>
+        <location filename="ViewManager/ViewManager.py" line="2939"/>
         <source>Spelling</source>
         <translation>İmla denetimi</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2963"/>
+        <location filename="ViewManager/ViewManager.py" line="2965"/>
         <source>Open files</source>
         <translation>Dosyaları aç</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>File Modified</source>
         <translation>Dosya Değiştirildi</translation>
     </message>
@@ -44414,82 +44495,82 @@
         <translation type="obsolete">Sütun: %1</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3658"/>
+        <location filename="ViewManager/ViewManager.py" line="3660"/>
         <source>&amp;Clear</source>
         <translation>T&amp;emizle</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3654"/>
-        <source>&amp;Add</source>
-        <translation>&amp;Ekle</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="3656"/>
+        <source>&amp;Add</source>
+        <translation>&amp;Ekle</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="3658"/>
         <source>&amp;Edit...</source>
         <translation>Düz&amp;en...</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3289"/>
+        <location filename="ViewManager/ViewManager.py" line="3291"/>
         <source>File: {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3293"/>
+        <location filename="ViewManager/ViewManager.py" line="3295"/>
         <source>Line: {0:5}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3298"/>
+        <location filename="ViewManager/ViewManager.py" line="3300"/>
         <source>Pos: {0:5}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2680"/>
-        <source>Next warning message</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2673"/>
-        <source>&amp;Next warning message</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2682"/>
+        <source>Next warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2675"/>
+        <source>&amp;Next warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2684"/>
         <source>&lt;b&gt;Next warning message&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2697"/>
-        <source>Previous warning message</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2690"/>
-        <source>&amp;Previous warning message</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2699"/>
+        <source>Previous warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2692"/>
+        <source>&amp;Previous warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2701"/>
         <source>&lt;b&gt;Previous warning message&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2714"/>
-        <source>Clear Warning Messages</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2708"/>
-        <source>Clear &amp;Warning Messages</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2716"/>
+        <source>Clear Warning Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2710"/>
+        <source>Clear &amp;Warning Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2718"/>
         <source>&lt;b&gt;Clear Warning Messages&lt;/b&gt;&lt;p&gt;Clear py3flakes warning messages of all editors.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -44512,58 +44593,63 @@
         <translation>Düz&amp;enleme Kesiti</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="186"/>
         <source>Multiproject-Viewer</source>
         <translation>Çokluproje-Görüntüleyici</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="183"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
         <source>Project-Viewer</source>
         <translation>Proje-Görüntüleyici</translation>
     </message>
     <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="169"/>
+        <source>File-Browser</source>
+        <translation>Dosya-Gözatıcısı</translation>
+    </message>
+    <message>
         <location filename="Preferences/ViewProfileDialog.ui" line="159"/>
-        <source>File-Browser</source>
-        <translation>Dosya-Gözatıcısı</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="149"/>
         <source>Debug-Viewer</source>
         <translation>Hata Ayıklama Göstericisi</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="203"/>
         <source>Shell</source>
         <translation>Kabuk</translation>
     </message>
     <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="237"/>
+        <source>Terminal</source>
+        <translation>Terminal</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <source>Log-Viewer</source>
+        <translation>Günlük-Gösterici</translation>
+    </message>
+    <message>
         <location filename="Preferences/ViewProfileDialog.ui" line="220"/>
-        <source>Terminal</source>
-        <translation>Terminal</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="166"/>
-        <source>Log-Viewer</source>
-        <translation>Günlük-Gösterici</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="203"/>
         <source>Task-Viewer</source>
         <translation>Görev-Gösterici</translation>
     </message>
     <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="230"/>
+        <source>Templates-Viewer</source>
+        <translation>Şablon-Gösterici</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="146"/>
+        <source>&amp;Debug Profile</source>
+        <translation>Hata Ayıklama Kesi&amp;ti</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="152"/>
+        <source>Cooperation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="Preferences/ViewProfileDialog.ui" line="213"/>
-        <source>Templates-Viewer</source>
-        <translation>Şablon-Gösterici</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="136"/>
-        <source>&amp;Debug Profile</source>
-        <translation>Hata Ayıklama Kesi&amp;ti</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="142"/>
-        <source>Cooperation</source>
+        <source>Symbols</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
--- a/i18n/eric5_zh_CN.GB2312.ts	Fri Jun 25 18:24:29 2010 +0200
+++ b/i18n/eric5_zh_CN.GB2312.ts	Sat Jun 26 13:34:06 2010 +0200
@@ -24286,12 +24286,12 @@
 <context>
     <name>Preferences</name>
     <message>
-        <location filename="Preferences/__init__.py" line="855"/>
+        <location filename="Preferences/__init__.py" line="857"/>
         <source>Export Preferences</source>
         <translation>导出首选项</translation>
     </message>
     <message>
-        <location filename="Preferences/__init__.py" line="874"/>
+        <location filename="Preferences/__init__.py" line="876"/>
         <source>Import Preferences</source>
         <translation>导入首选项</translation>
     </message>
@@ -36473,6 +36473,57 @@
     </message>
 </context>
 <context>
+    <name>SymbolsModel</name>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="31"/>
+        <source>Code</source>
+        <translation type="unfinished">代码</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="32"/>
+        <source>Char</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="33"/>
+        <source>Hex</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.py" line="34"/>
+        <source>HTML</source>
+        <translation type="unfinished">HTML</translation>
+    </message>
+</context>
+<context>
+    <name>SymbolsWidget</name>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="14"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="48"/>
+        <source>Press to switch to unicode mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="51"/>
+        <source>Unicode</source>
+        <translation type="unfinished">Unicode</translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="64"/>
+        <source>Symbol code:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/SymbolsWidget.ui" line="71"/>
+        <source>Enter the symbol code</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyntaxCheckerDialog</name>
     <message>
         <location filename="Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="14"/>
@@ -39829,67 +39880,67 @@
 <context>
     <name>UserInterface</name>
     <message>
-        <location filename="UI/UserInterface.py" line="234"/>
+        <location filename="UI/UserInterface.py" line="235"/>
         <source>Initializing Plugin Manager...</source>
         <translation>初始化插件管理器……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="239"/>
+        <location filename="UI/UserInterface.py" line="240"/>
         <source>Generating Main User Interface...</source>
         <translation>生成主用户界面……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="265"/>
+        <location filename="UI/UserInterface.py" line="266"/>
         <source>Setting up connections...</source>
         <translation>建立连接……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="529"/>
+        <location filename="UI/UserInterface.py" line="533"/>
         <source>Initializing Tools...</source>
         <translation>初始化工具……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="538"/>
+        <location filename="UI/UserInterface.py" line="542"/>
         <source>Registering Objects...</source>
         <translation>注册对象……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="558"/>
+        <location filename="UI/UserInterface.py" line="563"/>
         <source>Initializing Actions...</source>
         <translation>初始化动作……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="560"/>
+        <location filename="UI/UserInterface.py" line="565"/>
         <source>Initializing Menus...</source>
         <translation>初始化菜单……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="562"/>
+        <location filename="UI/UserInterface.py" line="567"/>
         <source>Initializing Toolbars...</source>
         <translation>初始化工具栏……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="564"/>
+        <location filename="UI/UserInterface.py" line="569"/>
         <source>Initializing Statusbar...</source>
         <translation>初始化状态栏……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="588"/>
+        <location filename="UI/UserInterface.py" line="593"/>
         <source>Initializing Single Application Server...</source>
         <translation>初始化单应用程序服务器……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="596"/>
+        <location filename="UI/UserInterface.py" line="601"/>
         <source>Activating Plugins...</source>
         <translation>激活插件……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="603"/>
+        <location filename="UI/UserInterface.py" line="608"/>
         <source>Restoring Toolbarmanager...</source>
         <translation>恢复工具拦管理器……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="662"/>
+        <location filename="UI/UserInterface.py" line="667"/>
         <source>Loading Style Sheet</source>
         <translation>样式表载入中</translation>
     </message>
@@ -39899,57 +39950,57 @@
         <translation type="obsolete">&lt;p&gt;无法读取 Qt 样式表文件 &lt;b&gt;%1&lt;/b&gt; 。&lt;br&gt;原因: %2&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
+        <location filename="UI/UserInterface.py" line="1385"/>
         <source>Project-Viewer</source>
         <translation>项目浏览器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
+        <location filename="UI/UserInterface.py" line="1406"/>
         <source>Multiproject-Viewer</source>
         <translation>多重项目浏览器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
+        <location filename="UI/UserInterface.py" line="1428"/>
         <source>Debug-Viewer</source>
         <translation>调试浏览器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>Log-Viewer</source>
         <translation>日志浏览器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
+        <location filename="UI/UserInterface.py" line="1534"/>
         <source>Task-Viewer</source>
         <translation>任务浏览器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
+        <location filename="UI/UserInterface.py" line="1555"/>
         <source>Template-Viewer</source>
         <translation>模板浏览器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
+        <location filename="UI/UserInterface.py" line="1470"/>
         <source>Terminal</source>
         <translation>终端</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
+        <location filename="UI/UserInterface.py" line="1491"/>
         <source>File-Browser</source>
         <translation>文件浏览器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
+        <location filename="UI/UserInterface.py" line="1449"/>
         <source>Shell</source>
         <translation>命令行</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
+        <location filename="UI/UserInterface.py" line="1578"/>
         <source>Vertical Toolbox</source>
         <translation>纵向工具箱</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
+        <location filename="UI/UserInterface.py" line="1589"/>
         <source>Horizontal Toolbox</source>
         <translation>横向工具箱</translation>
     </message>
@@ -39969,108 +40020,108 @@
         <translation type="obsolete">%1 - %2 - %3 - 被动模式</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>Quit</source>
         <translation>退出</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>&amp;Quit</source>
         <translation>退出(&amp;Q)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1308"/>
+        <location filename="UI/UserInterface.py" line="1337"/>
         <source>Ctrl+Q</source>
         <comment>File|Quit</comment>
         <translation>Ctrl+Q</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1313"/>
+        <location filename="UI/UserInterface.py" line="1342"/>
         <source>Quit the IDE</source>
         <translation>退出程序</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1314"/>
+        <location filename="UI/UserInterface.py" line="1343"/>
         <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
         <translation>&lt;b&gt;退出程序&lt;/b&gt;&lt;p&gt;退出本程序。 先保存任何未保存的更改。任何被调试的 Python 程序都将停止,并将选项写入磁盘。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1325"/>
+        <location filename="UI/UserInterface.py" line="1354"/>
         <source>Edit Profile</source>
         <translation>编辑模式</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1330"/>
-        <source>Activate the edit view profile</source>
-        <translation>激活编辑视图模式</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1331"/>
-        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;编辑模式&lt;/b&gt;&lt;p&gt;激活“编辑视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1340"/>
-        <source>Debug Profile</source>
-        <translation>调试模式</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1345"/>
-        <source>Activate the debug view profile</source>
-        <translation>激活调试模式</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1347"/>
-        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;调试模式&lt;/b&gt;&lt;p&gt;激活“调试视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1356"/>
-        <source>&amp;Project-Viewer</source>
-        <translation>项目浏览器(&amp;P)</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1358"/>
-        <source>Toggle the Project-Viewer window</source>
-        <translation>切换项目浏览器窗口</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1359"/>
+        <source>Activate the edit view profile</source>
+        <translation>激活编辑视图模式</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1360"/>
+        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;编辑模式&lt;/b&gt;&lt;p&gt;激活“编辑视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1369"/>
+        <source>Debug Profile</source>
+        <translation>调试模式</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1374"/>
+        <source>Activate the debug view profile</source>
+        <translation>激活调试模式</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1376"/>
+        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;调试模式&lt;/b&gt;&lt;p&gt;激活“调试视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1385"/>
+        <source>&amp;Project-Viewer</source>
+        <translation>项目浏览器(&amp;P)</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1387"/>
+        <source>Toggle the Project-Viewer window</source>
+        <translation>切换项目浏览器窗口</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1388"/>
         <source>&lt;b&gt;Toggle the Project-Viewer window&lt;/b&gt;&lt;p&gt;If the Project-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;切换项目浏览器窗口&lt;/b&gt;&lt;p&gt;在项目浏览器窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
+        <location filename="UI/UserInterface.py" line="1396"/>
         <source>Activate Project-Viewer</source>
         <translation>激活项目浏览器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1367"/>
+        <location filename="UI/UserInterface.py" line="1396"/>
         <source>Alt+Shift+P</source>
         <translation>Alt+Shift+P</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1377"/>
+        <location filename="UI/UserInterface.py" line="1406"/>
         <source>&amp;Multiproject-Viewer</source>
         <translation>多重项目浏览器(&amp;M)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1380"/>
+        <location filename="UI/UserInterface.py" line="1409"/>
         <source>Toggle the Multiproject-Viewer window</source>
         <translation>切换多重项目浏览器窗口</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1381"/>
+        <location filename="UI/UserInterface.py" line="1410"/>
         <source>&lt;b&gt;Toggle the Multiproject-Viewer window&lt;/b&gt;&lt;p&gt;If the Multiproject-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;切换多重项目浏览器窗口&lt;/b&gt;&lt;p&gt;在多重项目浏览器窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
+        <location filename="UI/UserInterface.py" line="1418"/>
         <source>Activate Multiproject-Viewer</source>
         <translation>激活多重项目浏览器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1389"/>
+        <location filename="UI/UserInterface.py" line="1418"/>
         <source>Alt+Shift+M</source>
         <translation>Alt+Shift+M</translation>
     </message>
@@ -40100,232 +40151,232 @@
         <translation type="obsolete">激活调试浏览器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
+        <location filename="UI/UserInterface.py" line="1439"/>
         <source>Alt+Shift+D</source>
         <translation>Alt+Shift+D</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1420"/>
+        <location filename="UI/UserInterface.py" line="1449"/>
         <source>&amp;Shell</source>
         <translation>命令行(&amp;S)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1422"/>
+        <location filename="UI/UserInterface.py" line="1451"/>
         <source>Toggle the Shell window</source>
         <translation>切换命令行窗口</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1423"/>
-        <source>&lt;b&gt;Toggle the Shell window&lt;/b&gt;&lt;p&gt;If the Shell window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;切换命令行窗口&lt;/b&gt;&lt;p&gt;在命令行窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
-        <source>Activate Shell</source>
-        <translation>激活命令行</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1432"/>
-        <source>Alt+Shift+S</source>
-        <translation>Alt+Shift+S</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1441"/>
-        <source>Te&amp;rminal</source>
-        <translation>终端(&amp;r)</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1443"/>
-        <source>Toggle the Terminal window</source>
-        <translation>切换终端窗口</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1444"/>
-        <source>&lt;b&gt;Toggle the Terminal window&lt;/b&gt;&lt;p&gt;If the Terminal window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;切换终端窗口&lt;/b&gt;&lt;p&gt;在终端窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1452"/>
-        <source>Activate Terminal</source>
-        <translation>激活终端</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1452"/>
+        <source>&lt;b&gt;Toggle the Shell window&lt;/b&gt;&lt;p&gt;If the Shell window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;切换命令行窗口&lt;/b&gt;&lt;p&gt;在命令行窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1461"/>
+        <source>Activate Shell</source>
+        <translation>激活命令行</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1461"/>
+        <source>Alt+Shift+S</source>
+        <translation>Alt+Shift+S</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1470"/>
+        <source>Te&amp;rminal</source>
+        <translation>终端(&amp;r)</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1472"/>
+        <source>Toggle the Terminal window</source>
+        <translation>切换终端窗口</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1473"/>
+        <source>&lt;b&gt;Toggle the Terminal window&lt;/b&gt;&lt;p&gt;If the Terminal window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;切换终端窗口&lt;/b&gt;&lt;p&gt;在终端窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1481"/>
+        <source>Activate Terminal</source>
+        <translation>激活终端</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1481"/>
         <source>Alt+Shift+R</source>
         <translation>Alt+Shift+R</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1462"/>
+        <location filename="UI/UserInterface.py" line="1491"/>
         <source>File-&amp;Browser</source>
         <translation>文件浏览器(&amp;B)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1464"/>
+        <location filename="UI/UserInterface.py" line="1493"/>
         <source>Toggle the File-Browser window</source>
         <translation>切换文件浏览器窗口</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1465"/>
+        <location filename="UI/UserInterface.py" line="1494"/>
         <source>&lt;b&gt;Toggle the File-Browser window&lt;/b&gt;&lt;p&gt;If the File-Browser window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;切换文件浏览器窗口&lt;/b&gt;&lt;p&gt;在文件浏览器窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
+        <location filename="UI/UserInterface.py" line="1503"/>
         <source>Activate File-Browser</source>
         <translation>激活文件浏览器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1474"/>
+        <location filename="UI/UserInterface.py" line="1503"/>
         <source>Alt+Shift+F</source>
         <translation>Alt+Shift+F</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1484"/>
+        <location filename="UI/UserInterface.py" line="1513"/>
         <source>&amp;Log-Viewer</source>
         <translation>日志浏览器(&amp;L)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1486"/>
+        <location filename="UI/UserInterface.py" line="1515"/>
         <source>Toggle the Log-Viewer window</source>
         <translation>切换日志浏览器窗口</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1487"/>
-        <source>&lt;b&gt;Toggle the Log-Viewer window&lt;/b&gt;&lt;p&gt;If the Log-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;切换日志浏览器窗口&lt;/b&gt;&lt;p&gt;在日志浏览器窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
-        <source>Activate Log-Viewer</source>
-        <translation>激活日志浏览器</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1495"/>
-        <source>Alt+Shift+G</source>
-        <translation>Alt+Shift+G</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1505"/>
-        <source>T&amp;ask-Viewer</source>
-        <translation>任务浏览器(&amp;a)</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1507"/>
-        <source>Toggle the Task-Viewer window</source>
-        <translation>切换任务浏览器窗口</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1508"/>
-        <source>&lt;b&gt;Toggle the Task-Viewer window&lt;/b&gt;&lt;p&gt;If the Task-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;切换任务浏览器窗口&lt;/b&gt;&lt;p&gt;在任务浏览器窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1516"/>
-        <source>Activate Task-Viewer</source>
-        <translation>激活任务浏览器</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1516"/>
+        <source>&lt;b&gt;Toggle the Log-Viewer window&lt;/b&gt;&lt;p&gt;If the Log-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;切换日志浏览器窗口&lt;/b&gt;&lt;p&gt;在日志浏览器窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1524"/>
+        <source>Activate Log-Viewer</source>
+        <translation>激活日志浏览器</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1524"/>
+        <source>Alt+Shift+G</source>
+        <translation>Alt+Shift+G</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1534"/>
+        <source>T&amp;ask-Viewer</source>
+        <translation>任务浏览器(&amp;a)</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1536"/>
+        <source>Toggle the Task-Viewer window</source>
+        <translation>切换任务浏览器窗口</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1537"/>
+        <source>&lt;b&gt;Toggle the Task-Viewer window&lt;/b&gt;&lt;p&gt;If the Task-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;切换任务浏览器窗口&lt;/b&gt;&lt;p&gt;在任务浏览器窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1545"/>
+        <source>Activate Task-Viewer</source>
+        <translation>激活任务浏览器</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1545"/>
         <source>Alt+Shift+T</source>
         <translation>Alt+Shift+T</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1526"/>
+        <location filename="UI/UserInterface.py" line="1555"/>
         <source>Temp&amp;late-Viewer</source>
         <translation>模板浏览器(&amp;l)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1528"/>
+        <location filename="UI/UserInterface.py" line="1557"/>
         <source>Toggle the Template-Viewer window</source>
         <translation>切换模板浏览器窗口</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1530"/>
+        <location filename="UI/UserInterface.py" line="1559"/>
         <source>&lt;b&gt;Toggle the Template-Viewer window&lt;/b&gt;&lt;p&gt;If the Template-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;切换模板浏览器窗口&lt;/b&gt;&lt;p&gt;在模板浏览器窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
+        <location filename="UI/UserInterface.py" line="1568"/>
         <source>Activate Template-Viewer</source>
         <translation>激活模板浏览器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1539"/>
+        <location filename="UI/UserInterface.py" line="1568"/>
         <source>Alt+Shift+A</source>
         <translation>Alt+Shift+A</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1549"/>
+        <location filename="UI/UserInterface.py" line="1578"/>
         <source>&amp;Vertical Toolbox</source>
         <translation>纵向工具箱(&amp;V)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1551"/>
+        <location filename="UI/UserInterface.py" line="1580"/>
         <source>Toggle the Vertical Toolbox window</source>
         <translation>切换纵向工具箱窗口</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1552"/>
+        <location filename="UI/UserInterface.py" line="1581"/>
         <source>&lt;b&gt;Toggle the Vertical Toolbox window&lt;/b&gt;&lt;p&gt;If the Vertical Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;切换纵向工具箱窗口&lt;/b&gt;&lt;p&gt;在纵向工具箱窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1560"/>
+        <location filename="UI/UserInterface.py" line="1589"/>
         <source>&amp;Horizontal Toolbox</source>
         <translation>横向工具箱(&amp;H)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1563"/>
+        <location filename="UI/UserInterface.py" line="1592"/>
         <source>Toggle the Horizontal Toolbox window</source>
         <translation>切换横向工具箱窗口</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1564"/>
+        <location filename="UI/UserInterface.py" line="1593"/>
         <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation>&lt;b&gt;切换横向工具箱窗口&lt;/b&gt;&lt;p&gt;在横向工具箱窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>What&apos;s This?</source>
         <translation>这是什么?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>&amp;What&apos;s This?</source>
         <translation>这是什么(&amp;W)?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1619"/>
+        <location filename="UI/UserInterface.py" line="1672"/>
         <source>Shift+F1</source>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1624"/>
+        <location filename="UI/UserInterface.py" line="1677"/>
         <source>Context sensitive help</source>
         <translation>背景帮助</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1625"/>
+        <location filename="UI/UserInterface.py" line="1678"/>
         <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
         <translation>&lt;b&gt;显示背景帮助&lt;/b&gt;&lt;p&gt;在“这是什么?”模式中,鼠标光标显示为带问号的箭头,通过点击界面元素你可以获得“在做什么”和“怎样使用”的简短描述。使用标题栏中的上下文帮助按钮可以获得此功能。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>Helpviewer</source>
         <translation>帮助浏览器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>&amp;Helpviewer...</source>
         <translation>帮助浏览器(&amp;H)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1636"/>
+        <location filename="UI/UserInterface.py" line="1689"/>
         <source>F1</source>
         <translation>F1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1641"/>
+        <location filename="UI/UserInterface.py" line="1694"/>
         <source>Open the helpviewer window</source>
         <translation>打开帮助浏览器窗口</translation>
     </message>
@@ -40335,32 +40386,32 @@
         <translation type="obsolete">&lt;b&gt;帮助浏览器&lt;/b&gt;&lt;p&gt;显示帮助浏览器窗口。该窗口将显示 HTML 帮助文件。具有链接导航、设置书签、打印显示的帮助和其它更多的功能。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show Versions</source>
         <translation>显示版本</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1659"/>
+        <location filename="UI/UserInterface.py" line="1712"/>
         <source>Show &amp;Versions</source>
         <translation>显示版本(&amp;V)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1661"/>
+        <location filename="UI/UserInterface.py" line="1714"/>
         <source>Display version information</source>
         <translation>显示版本信息</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1662"/>
+        <location filename="UI/UserInterface.py" line="1715"/>
         <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
         <translation>&lt;b&gt;显示版本&lt;/b&gt;&lt;p&gt;显示版本信息。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1671"/>
+        <location filename="UI/UserInterface.py" line="1724"/>
         <source>Check for Updates</source>
         <translation>检查更新</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1669"/>
+        <location filename="UI/UserInterface.py" line="1722"/>
         <source>Check for &amp;Updates...</source>
         <translation>检查更新(&amp;U)……</translation>
     </message>
@@ -40370,17 +40421,17 @@
         <translation type="obsolete">&lt;b&gt;检查更新……&lt;/b&gt;&lt;p&gt;从互联网检查 Eric4 的更新。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
+        <location filename="UI/UserInterface.py" line="1732"/>
         <source>Show downloadable versions</source>
         <translation>显示可下载的版本</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1679"/>
+        <location filename="UI/UserInterface.py" line="1732"/>
         <source>Show &amp;downloadable versions...</source>
         <translation>显示可下载的版本(&amp;d)……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1682"/>
+        <location filename="UI/UserInterface.py" line="1735"/>
         <source>Show the versions available for download</source>
         <translation>显示可以下载的版本</translation>
     </message>
@@ -40390,122 +40441,122 @@
         <translation type="obsolete">&lt;b&gt;显示可下载版本……&lt;/b&gt;&lt;p&gt;显示可以从互联网下载的 Eric4 版本。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
+        <location filename="UI/UserInterface.py" line="2778"/>
         <source>Report Bug</source>
         <translation>报告错误</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1693"/>
-        <source>Report &amp;Bug...</source>
-        <translation>报告错误(&amp;B)……</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1695"/>
-        <source>Report a bug</source>
-        <translation>报告一个错误</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1696"/>
-        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;报告错误……&lt;/b&gt;&lt;p&gt;打开一个对话框并报告一个错误。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
-        <source>Request Feature</source>
-        <translation>请求功能</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1703"/>
-        <source>Request &amp;Feature...</source>
-        <translation>请求功能(&amp;F)……</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1705"/>
-        <source>Send a feature request</source>
-        <translation>发送一个功能请求</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1706"/>
-        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;请求功能……&lt;/b&gt;&lt;p&gt;打开一个对话框并发送一个功能请求。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2382"/>
-        <source>Unittest</source>
-        <translation>单元测试</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1715"/>
-        <source>&amp;Unittest...</source>
-        <translation>单元测试(&amp;U)……</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1719"/>
-        <source>Start unittest dialog</source>
-        <translation>打开单元测试对话框</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1720"/>
-        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;单元测试&lt;/b&gt;&lt;p&gt;执行单元测试。通过对话框可以选择和运行一个单元测试组件。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
-        <source>Unittest Restart</source>
-        <translation>单元测试重启</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1728"/>
-        <source>&amp;Restart Unittest...</source>
-        <translation>重启单元测试(&amp;R)……</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1732"/>
-        <source>Restart last unittest</source>
-        <translation>重启最后的单元测试</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1733"/>
-        <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;重启单元测试&lt;/b&gt;&lt;p&gt;重新启动最后执行的单元测试。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
-        <source>Unittest Script</source>
-        <translation>脚本单元测试</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1741"/>
-        <source>Unittest &amp;Script...</source>
-        <translation>脚本单元测试(&amp;S)……</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1745"/>
-        <source>Run unittest with current script</source>
-        <translation>对当前脚本运行单元测试</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1746"/>
-        <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;脚本单元测试&lt;/b&gt;&lt;p&gt;对当前脚本运动单元测试。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
-        <source>Unittest Project</source>
-        <translation>项目单元测试</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1754"/>
-        <source>Unittest &amp;Project...</source>
-        <translation>项目单元测试(&amp;P)……</translation>
+        <source>Report &amp;Bug...</source>
+        <translation>报告错误(&amp;B)……</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1748"/>
+        <source>Report a bug</source>
+        <translation>报告一个错误</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1749"/>
+        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;报告错误……&lt;/b&gt;&lt;p&gt;打开一个对话框并报告一个错误。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1756"/>
+        <source>Request Feature</source>
+        <translation>请求功能</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1756"/>
+        <source>Request &amp;Feature...</source>
+        <translation>请求功能(&amp;F)……</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1758"/>
-        <source>Run unittest with current project</source>
-        <translation>对当前项目运行单元测试</translation>
+        <source>Send a feature request</source>
+        <translation>发送一个功能请求</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="1759"/>
+        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;请求功能……&lt;/b&gt;&lt;p&gt;打开一个对话框并发送一个功能请求。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2435"/>
+        <source>Unittest</source>
+        <translation>单元测试</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1768"/>
+        <source>&amp;Unittest...</source>
+        <translation>单元测试(&amp;U)……</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1772"/>
+        <source>Start unittest dialog</source>
+        <translation>打开单元测试对话框</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1773"/>
+        <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;单元测试&lt;/b&gt;&lt;p&gt;执行单元测试。通过对话框可以选择和运行一个单元测试组件。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1781"/>
+        <source>Unittest Restart</source>
+        <translation>单元测试重启</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1781"/>
+        <source>&amp;Restart Unittest...</source>
+        <translation>重启单元测试(&amp;R)……</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1785"/>
+        <source>Restart last unittest</source>
+        <translation>重启最后的单元测试</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1786"/>
+        <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;重启单元测试&lt;/b&gt;&lt;p&gt;重新启动最后执行的单元测试。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1794"/>
+        <source>Unittest Script</source>
+        <translation>脚本单元测试</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1794"/>
+        <source>Unittest &amp;Script...</source>
+        <translation>脚本单元测试(&amp;S)……</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1798"/>
+        <source>Run unittest with current script</source>
+        <translation>对当前脚本运行单元测试</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1799"/>
+        <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;脚本单元测试&lt;/b&gt;&lt;p&gt;对当前脚本运动单元测试。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="3961"/>
+        <source>Unittest Project</source>
+        <translation>项目单元测试</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1807"/>
+        <source>Unittest &amp;Project...</source>
+        <translation>项目单元测试(&amp;P)……</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1811"/>
+        <source>Run unittest with current project</source>
+        <translation>对当前项目运行单元测试</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1812"/>
         <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;项目单元测试&lt;/b&gt;&lt;p&gt;对当前项目运行单元测试。&lt;/p&gt;</translation>
     </message>
@@ -40550,222 +40601,222 @@
         <translation type="obsolete">&lt;b&gt;Qt 语言家 3&lt;/b&gt;&lt;p&gt;开启 Qt 语言家 3。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1772"/>
+        <location filename="UI/UserInterface.py" line="1825"/>
         <source>Qt-Designer 4</source>
         <translation>Qt 设计师 4</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1772"/>
+        <location filename="UI/UserInterface.py" line="1825"/>
         <source>&amp;Designer 4...</source>
         <translation>设计师(&amp;D) 4……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1775"/>
-        <source>Start Qt-Designer 4</source>
-        <translation>开启 Qt 设计师 4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1776"/>
-        <source>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Start Qt-Designer 4.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Qt 设计师 4&lt;/b&gt;&lt;p&gt;开启 Qt 设计师 4。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
-        <source>Qt-Linguist 4</source>
-        <translation>Qt 语言家 4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1789"/>
-        <source>&amp;Linguist 4...</source>
-        <translation>语言家(&amp;L) 4……</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1792"/>
-        <source>Start Qt-Linguist 4</source>
-        <translation>开启 Qt 语言家 4</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1793"/>
-        <source>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Start Qt-Linguist 4.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Qt 语言家 4&lt;/b&gt;&lt;p&gt;开启 Qt 语言家 4。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
-        <source>UI Previewer</source>
-        <translation>用户界面预览器</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1802"/>
-        <source>&amp;UI Previewer...</source>
-        <translation>用户界面(&amp;U)预览器……</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1805"/>
-        <source>Start the UI Previewer</source>
-        <translation>开启用户界面预览器</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1806"/>
-        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;助词界面预览器&lt;/b&gt;&lt;p&gt;开启用户界面预览器。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
-        <source>Translations Previewer</source>
-        <translation>翻译预览器</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1813"/>
-        <source>&amp;Translations Previewer...</source>
-        <translation>翻译预览器(&amp;T)</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1816"/>
-        <source>Start the Translations Previewer</source>
-        <translation>开启翻译预览器</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1817"/>
-        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;翻译预览器&lt;/b&gt;&lt;p&gt;开启翻译预览器。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
-        <source>Compare Files</source>
-        <translation>比较文件</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1824"/>
-        <source>&amp;Compare Files...</source>
-        <translation>比较文件(&amp;C)……</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1839"/>
-        <source>Compare two files</source>
-        <translation>比较两个文件</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="1828"/>
+        <source>Start Qt-Designer 4</source>
+        <translation>开启 Qt 设计师 4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1829"/>
+        <source>&lt;b&gt;Qt-Designer 4&lt;/b&gt;&lt;p&gt;Start Qt-Designer 4.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Qt 设计师 4&lt;/b&gt;&lt;p&gt;开启 Qt 设计师 4。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1842"/>
+        <source>Qt-Linguist 4</source>
+        <translation>Qt 语言家 4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1842"/>
+        <source>&amp;Linguist 4...</source>
+        <translation>语言家(&amp;L) 4……</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1845"/>
+        <source>Start Qt-Linguist 4</source>
+        <translation>开启 Qt 语言家 4</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1846"/>
+        <source>&lt;b&gt;Qt-Linguist 4&lt;/b&gt;&lt;p&gt;Start Qt-Linguist 4.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Qt 语言家 4&lt;/b&gt;&lt;p&gt;开启 Qt 语言家 4。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1855"/>
+        <source>UI Previewer</source>
+        <translation>用户界面预览器</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1855"/>
+        <source>&amp;UI Previewer...</source>
+        <translation>用户界面(&amp;U)预览器……</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1858"/>
+        <source>Start the UI Previewer</source>
+        <translation>开启用户界面预览器</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1859"/>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;助词界面预览器&lt;/b&gt;&lt;p&gt;开启用户界面预览器。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1866"/>
+        <source>Translations Previewer</source>
+        <translation>翻译预览器</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1866"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation>翻译预览器(&amp;T)</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1869"/>
+        <source>Start the Translations Previewer</source>
+        <translation>开启翻译预览器</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1870"/>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;翻译预览器&lt;/b&gt;&lt;p&gt;开启翻译预览器。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1877"/>
+        <source>Compare Files</source>
+        <translation>比较文件</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1877"/>
+        <source>&amp;Compare Files...</source>
+        <translation>比较文件(&amp;C)……</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1892"/>
+        <source>Compare two files</source>
+        <translation>比较两个文件</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1881"/>
         <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
         <translation>&lt;b&gt;比较文件&lt;/b&gt;&lt;p&gt;打开对话框比较两个文件。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
+        <location filename="UI/UserInterface.py" line="1888"/>
         <source>Compare Files side by side</source>
         <translation>并排比较文件</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1835"/>
+        <location filename="UI/UserInterface.py" line="1888"/>
         <source>Compare Files &amp;side by side...</source>
         <translation>并排比较文件(&amp;s)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1840"/>
+        <location filename="UI/UserInterface.py" line="1893"/>
         <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
         <translation>&lt;b&gt;并排比较文件&lt;/b&gt;&lt;p&gt;打开对话框比较两个文件,并排显示结果。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1864"/>
+        <location filename="UI/UserInterface.py" line="1917"/>
         <source>Mini Editor</source>
         <translation>小型编辑器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1860"/>
+        <location filename="UI/UserInterface.py" line="1913"/>
         <source>Mini &amp;Editor...</source>
         <translation>小型编辑器(&amp;E)……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1865"/>
+        <location filename="UI/UserInterface.py" line="1918"/>
         <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;小型编辑器&lt;/b&gt;&lt;p&gt;打开一个具有简化功能编辑器的对话框。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
+        <location filename="UI/UserInterface.py" line="1949"/>
         <source>Preferences</source>
         <translation>参数选择</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1896"/>
+        <location filename="UI/UserInterface.py" line="1949"/>
         <source>&amp;Preferences...</source>
         <translation>参数选择(&amp;P)……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1899"/>
+        <location filename="UI/UserInterface.py" line="1952"/>
         <source>Set the prefered configuration</source>
         <translation>设定偏好配置</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1900"/>
+        <location filename="UI/UserInterface.py" line="1953"/>
         <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
         <translation>&lt;b&gt;参数选择&lt;/b&gt;&lt;p&gt;将应用程序的配置项设定为你喜欢的值。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
+        <location filename="UI/UserInterface.py" line="1961"/>
         <source>Export Preferences</source>
         <translation>导出首选项</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1908"/>
+        <location filename="UI/UserInterface.py" line="1961"/>
         <source>E&amp;xport Preferences...</source>
         <translation>导出首选项(&amp;x)……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1911"/>
+        <location filename="UI/UserInterface.py" line="1964"/>
         <source>Export the current configuration</source>
         <translation>导出当前配置</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1912"/>
+        <location filename="UI/UserInterface.py" line="1965"/>
         <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;导出首选项&lt;/b&gt;&lt;p&gt;将当前配置导出到一个文件中。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
+        <location filename="UI/UserInterface.py" line="1972"/>
         <source>Import Preferences</source>
         <translation>导入首选项</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1919"/>
+        <location filename="UI/UserInterface.py" line="1972"/>
         <source>I&amp;mport Preferences...</source>
         <translation>导入首选项(&amp;m)……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1922"/>
+        <location filename="UI/UserInterface.py" line="1975"/>
         <source>Import a previously exported configuration</source>
         <translation>导入以前导出的配置</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1924"/>
+        <location filename="UI/UserInterface.py" line="1977"/>
         <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
         <translation>&lt;b&gt;导入首选项&lt;/b&gt;&lt;p&gt;导入以前导出的配置。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
+        <location filename="UI/UserInterface.py" line="1984"/>
         <source>Reload APIs</source>
         <translation>重新载入 API</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1931"/>
+        <location filename="UI/UserInterface.py" line="1984"/>
         <source>Reload &amp;APIs</source>
         <translation>重新载入 &amp;API</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1944"/>
+        <location filename="UI/UserInterface.py" line="1997"/>
         <source>Reload the API information</source>
         <translation>重新载入 API 信息</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1934"/>
+        <location filename="UI/UserInterface.py" line="1987"/>
         <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
         <translation>&lt;b&gt;重新载入 API&lt;/b&gt;&lt;p&gt;重新载入 API 信息。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1941"/>
+        <location filename="UI/UserInterface.py" line="1994"/>
         <source>Show external tools</source>
         <translation>显示外部工具</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1941"/>
+        <location filename="UI/UserInterface.py" line="1994"/>
         <source>Show external &amp;tools</source>
         <translation>显示外部工具(&amp;t)</translation>
     </message>
@@ -40775,212 +40826,212 @@
         <translation type="obsolete">&lt;b&gt;显示外部工具&lt;/b&gt;&lt;p&gt;打开一个对话框显示 Eric4 使用的所有外部工具的路径和版本。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
+        <location filename="UI/UserInterface.py" line="2007"/>
         <source>View Profiles</source>
         <translation>视图模式</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1954"/>
+        <location filename="UI/UserInterface.py" line="2007"/>
         <source>&amp;View Profiles...</source>
         <translation>视图模式(&amp;V)……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1957"/>
-        <source>Configure view profiles</source>
-        <translation>配置视图模式</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1958"/>
-        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;视图模式&lt;/b&gt;&lt;p&gt;配置视图模式。通过该对话框可以为预先确定的视图设置多个窗口的可见性。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
-        <source>Toolbars</source>
-        <translation>工具栏</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1968"/>
-        <source>Tool&amp;bars...</source>
-        <translation>工具栏(&amp;b)……</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1971"/>
-        <source>Configure toolbars</source>
-        <translation>配置工具栏</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1972"/>
-        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;工具栏&lt;/b&gt;&lt;p&gt;配置工具栏通过该对话框可以改变显示于多个工具栏的动作,还可以自定义工具栏。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
-        <source>Keyboard Shortcuts</source>
-        <translation>键盘快捷键</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1981"/>
-        <source>Keyboard &amp;Shortcuts...</source>
-        <translation>键盘快捷键(&amp;S)……</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1984"/>
-        <source>Set the keyboard shortcuts</source>
-        <translation>设置键盘快捷键</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1985"/>
-        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;键盘快捷键&lt;/b&gt;&lt;p&gt;将程序的键盘快捷键设置成你喜欢的按键。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
-        <source>Export Keyboard Shortcuts</source>
-        <translation>导出键盘快捷键</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1993"/>
-        <source>&amp;Export Keyboard Shortcuts...</source>
-        <translation>导出键盘快捷键(&amp;E)……</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1997"/>
-        <source>Export the keyboard shortcuts</source>
-        <translation>导出键盘快捷键</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="1998"/>
-        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;导出键盘快捷键&lt;/b&gt;&lt;p&gt;导出程序的键盘快捷键。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
-        <source>Import Keyboard Shortcuts</source>
-        <translation>导入键盘快捷键</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2006"/>
-        <source>&amp;Import Keyboard Shortcuts...</source>
-        <translation>导入键盘快捷键(&amp;I)……</translation>
-    </message>
-    <message>
         <location filename="UI/UserInterface.py" line="2010"/>
-        <source>Import the keyboard shortcuts</source>
-        <translation>导入键盘快捷键</translation>
+        <source>Configure view profiles</source>
+        <translation>配置视图模式</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2011"/>
-        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;导入键盘快捷键&lt;/b&gt;&lt;p&gt;导入程序的键盘快捷键。&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
-        <source>Activate current editor</source>
-        <translation>激活当前编辑器</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2019"/>
-        <source>Alt+Shift+E</source>
-        <translation>Alt+Shift+E</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
-        <source>Show next</source>
-        <translation>显示下一个</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2029"/>
-        <source>Ctrl+Alt+Tab</source>
-        <translation>Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-        <location filename="UI/UserInterface.py" line="2037"/>
-        <source>Show previous</source>
-        <translation>显示上一个</translation>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;视图模式&lt;/b&gt;&lt;p&gt;配置视图模式。通过该对话框可以为预先确定的视图设置多个窗口的可见性。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2021"/>
+        <source>Toolbars</source>
+        <translation>工具栏</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2021"/>
+        <source>Tool&amp;bars...</source>
+        <translation>工具栏(&amp;b)……</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2024"/>
+        <source>Configure toolbars</source>
+        <translation>配置工具栏</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2025"/>
+        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;工具栏&lt;/b&gt;&lt;p&gt;配置工具栏通过该对话框可以改变显示于多个工具栏的动作,还可以自定义工具栏。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2034"/>
+        <source>Keyboard Shortcuts</source>
+        <translation>键盘快捷键</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2034"/>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation>键盘快捷键(&amp;S)……</translation>
     </message>
     <message>
         <location filename="UI/UserInterface.py" line="2037"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation>设置键盘快捷键</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2038"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;键盘快捷键&lt;/b&gt;&lt;p&gt;将程序的键盘快捷键设置成你喜欢的按键。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4930"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation>导出键盘快捷键</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2046"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation>导出键盘快捷键(&amp;E)……</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2050"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation>导出键盘快捷键</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2051"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;导出键盘快捷键&lt;/b&gt;&lt;p&gt;导出程序的键盘快捷键。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="4939"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation>导入键盘快捷键</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2059"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation>导入键盘快捷键(&amp;I)……</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2063"/>
+        <source>Import the keyboard shortcuts</source>
+        <translation>导入键盘快捷键</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2064"/>
+        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;导入键盘快捷键&lt;/b&gt;&lt;p&gt;导入程序的键盘快捷键。&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2072"/>
+        <source>Activate current editor</source>
+        <translation>激活当前编辑器</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2072"/>
+        <source>Alt+Shift+E</source>
+        <translation>Alt+Shift+E</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2082"/>
+        <source>Show next</source>
+        <translation>显示下一个</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2082"/>
+        <source>Ctrl+Alt+Tab</source>
+        <translation>Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2090"/>
+        <source>Show previous</source>
+        <translation>显示上一个</translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="2090"/>
         <source>Shift+Ctrl+Alt+Tab</source>
         <translation>Shift+Ctrl+Alt+Tab</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
+        <location filename="UI/UserInterface.py" line="2098"/>
         <source>Switch between tabs</source>
         <translation>在选项卡间切换</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2045"/>
+        <location filename="UI/UserInterface.py" line="2098"/>
         <source>Ctrl+1</source>
         <translation>Ctrl+1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
+        <location filename="UI/UserInterface.py" line="2106"/>
         <source>Plugin Infos</source>
         <translation>插件信息</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2053"/>
+        <location filename="UI/UserInterface.py" line="2106"/>
         <source>&amp;Plugin Infos...</source>
         <translation>插件信息(&amp;P)……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2056"/>
+        <location filename="UI/UserInterface.py" line="2109"/>
         <source>Show Plugin Infos</source>
         <translation>显示插件信息</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2057"/>
+        <location filename="UI/UserInterface.py" line="2110"/>
         <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
         <translation>&lt;b&gt;插件信息……&lt;/b&gt;&lt;p&gt;打开一个对话框,显示与已载入插件有关的一些信息。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2068"/>
+        <location filename="UI/UserInterface.py" line="2121"/>
         <source>Install Plugins</source>
         <translation>安装插件</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2065"/>
+        <location filename="UI/UserInterface.py" line="2118"/>
         <source>&amp;Install Plugins...</source>
         <translation>安装插件(&amp;I)……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2069"/>
+        <location filename="UI/UserInterface.py" line="2122"/>
         <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
         <translation>&lt;b&gt;安装插件……&lt;/b&gt;&lt;p&gt;打开一个对话框安装或更新插件。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2079"/>
+        <location filename="UI/UserInterface.py" line="2132"/>
         <source>Uninstall Plugin</source>
         <translation>卸载插件</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2076"/>
+        <location filename="UI/UserInterface.py" line="2129"/>
         <source>&amp;Uninstall Plugin...</source>
         <translation>卸载插件(&amp;U)……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2080"/>
+        <location filename="UI/UserInterface.py" line="2133"/>
         <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
         <translation>&lt;b&gt;卸载插件……&lt;/b&gt;&lt;p&gt;打开一个对话框卸载插件。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
+        <location filename="UI/UserInterface.py" line="2141"/>
         <source>Plugin Repository</source>
         <translation>插件储存库</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2088"/>
+        <location filename="UI/UserInterface.py" line="2141"/>
         <source>Plugin &amp;Repository...</source>
         <translation>插件储存库(&amp;R)……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2091"/>
+        <location filename="UI/UserInterface.py" line="2144"/>
         <source>Show Plugins available for download</source>
         <translation>显示可以下载的插件</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2093"/>
+        <location filename="UI/UserInterface.py" line="2146"/>
         <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
         <translation>&lt;b&gt;插件储存库……&lt;/b&gt;&lt;p&gt;打开一个对话框,显示互联网上可用的插件列表。&lt;/p&gt;</translation>
     </message>
@@ -41005,42 +41056,42 @@
         <translation type="obsolete">&lt;b&gt;Qt 文档&lt;/b&gt;&lt;p&gt;显示 Qt 文档。根据你的设置,显示 Eric 的联机帮助浏览器中的帮助,或者执行网络浏览器或 Qt 助手。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2118"/>
+        <location filename="UI/UserInterface.py" line="2171"/>
         <source>Qt4 Documentation</source>
         <translation>Qt4 文档</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2118"/>
+        <location filename="UI/UserInterface.py" line="2171"/>
         <source>Qt&amp;4 Documentation</source>
         <translation>Qt&amp;4 文档</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2120"/>
+        <location filename="UI/UserInterface.py" line="2173"/>
         <source>Open Qt4 Documentation</source>
         <translation>打开 Qt4 文档</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2121"/>
+        <location filename="UI/UserInterface.py" line="2174"/>
         <source>&lt;b&gt;Qt4 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation>&lt;b&gt;Qt4 文档&lt;/b&gt;&lt;p&gt;显示 Qt4 文档。根据你的设置,显示 Eric 的联机帮助浏览器中的帮助,或者执行网络浏览器或 Qt 助手。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
+        <location filename="UI/UserInterface.py" line="2183"/>
         <source>PyQt4 Documentation</source>
         <translation>PyQt4 文档</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2130"/>
+        <location filename="UI/UserInterface.py" line="2183"/>
         <source>P&amp;yQt4 Documentation</source>
         <translation>P&amp;yQt4 文档</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2132"/>
+        <location filename="UI/UserInterface.py" line="2185"/>
         <source>Open PyQt4 Documentation</source>
         <translation>打开 PyQt4 文档</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2133"/>
+        <location filename="UI/UserInterface.py" line="2186"/>
         <source>&lt;b&gt;PyQt4 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation>&lt;b&gt;PyQt4 文档&lt;/b&gt;&lt;p&gt;显示 PyQt4 文档。根据你的设置,显示 Eric 的联机帮助浏览器中的帮助,或者执行网络浏览器或 Qt 助手。&lt;/p&gt;</translation>
     </message>
@@ -41060,37 +41111,37 @@
         <translation type="obsolete">&lt;b&gt;PyKDE4 文档&lt;/b&gt;&lt;p&gt;显示 PyKDE4 文档。根据你的设置,显示 Eric 的联机帮助浏览器中的帮助,或者执行网络浏览器或 Qt 助手。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2146"/>
+        <location filename="UI/UserInterface.py" line="2199"/>
         <source>Python Documentation</source>
         <translation>Python 文档</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2146"/>
+        <location filename="UI/UserInterface.py" line="2199"/>
         <source>&amp;Python Documentation</source>
         <translation>&amp;Python 文档</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2148"/>
+        <location filename="UI/UserInterface.py" line="2201"/>
         <source>Open Python Documentation</source>
         <translation>打开 Python 文档</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2149"/>
+        <location filename="UI/UserInterface.py" line="2202"/>
         <source>&lt;b&gt;Python Documentation&lt;/b&gt;&lt;p&gt;Display the python documentation. If no documentation directory is configured, the location of the python documentation is assumed to be the doc directory underneath the location of the python executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHONDOCDIR in your environment to override this. &lt;/p&gt;</source>
         <translation>&lt;b&gt;Python 文档&lt;/b&gt;&lt;p&gt;显示 Python 文档。如果没有配置文档文件夹,则在 Windows 下将 Python 文档位置指定为可执行 Python 下的 doc 文件夹,在 Unix 下为 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; 。在你的环境中设置 PYTHONDOCDIR 可以进行控制。 &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
+        <location filename="UI/UserInterface.py" line="2218"/>
         <source>Eric API Documentation</source>
         <translation>Eric API 文档</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2165"/>
+        <location filename="UI/UserInterface.py" line="2218"/>
         <source>&amp;Eric API Documentation</source>
         <translation>&amp;Eric API 文档</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2167"/>
+        <location filename="UI/UserInterface.py" line="2220"/>
         <source>Open Eric API Documentation</source>
         <translation>打开 Eric API 文档</translation>
     </message>
@@ -41100,117 +41151,117 @@
         <translation type="obsolete">&lt;b&gt;Eric API 文档&lt;/b&gt;&lt;p&gt;显示 Eric API 文档。文档位置为 Eric4 安装文件夹下的文档或源代码子文件夹。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2221"/>
+        <location filename="UI/UserInterface.py" line="2274"/>
         <source>&amp;Unittest</source>
         <translation>单元测试(&amp;U)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2236"/>
+        <location filename="UI/UserInterface.py" line="2289"/>
         <source>E&amp;xtras</source>
         <translation>附加程序(&amp;x)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2242"/>
+        <location filename="UI/UserInterface.py" line="2295"/>
         <source>Wi&amp;zards</source>
         <translation>向导(&amp;z)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2250"/>
+        <location filename="UI/UserInterface.py" line="2303"/>
         <source>&amp;Tools</source>
         <translation>工具(&amp;T)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2255"/>
+        <location filename="UI/UserInterface.py" line="2308"/>
         <source>Select Tool Group</source>
         <translation>选择工具组</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2263"/>
+        <location filename="UI/UserInterface.py" line="2316"/>
         <source>Se&amp;ttings</source>
         <translation>设置(&amp;t)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2281"/>
+        <location filename="UI/UserInterface.py" line="2334"/>
         <source>&amp;Window</source>
         <translation>窗口(&amp;W)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2288"/>
+        <location filename="UI/UserInterface.py" line="2341"/>
         <source>&amp;Toolbars</source>
         <translation>工具栏(&amp;T)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2301"/>
+        <location filename="UI/UserInterface.py" line="2354"/>
         <source>P&amp;lugins</source>
         <translation>插件(&amp;l)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2310"/>
+        <location filename="UI/UserInterface.py" line="2363"/>
         <source>Configure...</source>
         <translation>配置……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2315"/>
+        <location filename="UI/UserInterface.py" line="2368"/>
         <source>&amp;Help</source>
         <translation>帮助(&amp;H)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2381"/>
+        <location filename="UI/UserInterface.py" line="2434"/>
         <source>Tools</source>
         <translation>工具</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2383"/>
+        <location filename="UI/UserInterface.py" line="2436"/>
         <source>Settings</source>
         <translation>设置</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
+        <location filename="UI/UserInterface.py" line="4173"/>
         <source>Help</source>
         <translation>帮助</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2385"/>
+        <location filename="UI/UserInterface.py" line="2438"/>
         <source>Profiles</source>
         <translation>模式</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2386"/>
+        <location filename="UI/UserInterface.py" line="2439"/>
         <source>Plugins</source>
         <translation>插件</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2493"/>
+        <location filename="UI/UserInterface.py" line="2546"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
         <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器语言。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2500"/>
+        <location filename="UI/UserInterface.py" line="2553"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
         <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器编码。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2507"/>
+        <location filename="UI/UserInterface.py" line="2560"/>
         <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
         <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器行尾设置。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2514"/>
+        <location filename="UI/UserInterface.py" line="2567"/>
         <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
         <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器文件是否可写。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2523"/>
+        <location filename="UI/UserInterface.py" line="2576"/>
         <source>&lt;p&gt;This part of the status bar displays the name of the file of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;状态栏的这一部分显示当前编辑的文件名称。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2530"/>
+        <location filename="UI/UserInterface.py" line="2583"/>
         <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;状态栏的这一部分显示当前编辑的行号。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2537"/>
+        <location filename="UI/UserInterface.py" line="2590"/>
         <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器的光标位置。&lt;/p&gt;</translation>
     </message>
@@ -41220,7 +41271,7 @@
         <translation type="obsolete">外部工具 / %1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2680"/>
+        <location filename="UI/UserInterface.py" line="2733"/>
         <source>&lt;h3&gt;Version Numbers&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;版本号&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
@@ -41265,62 +41316,62 @@
         <translation type="obsolete">&lt;tr&gt;&lt;td&gt;&lt;b&gt;%1&lt;/b&gt;&lt;/td&gt;&lt;td&gt;%2&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5520"/>
+        <location filename="UI/UserInterface.py" line="5623"/>
         <source>&lt;/table&gt;</source>
         <translation>&lt;/table&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2725"/>
+        <location filename="UI/UserInterface.py" line="2778"/>
         <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
         <translation>电子邮件地址或邮件服务器地址为空。请在参数选择对话框中配置你的电子邮件设置。</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
+        <location filename="UI/UserInterface.py" line="3046"/>
         <source>Restart application</source>
         <translation>重启程序</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2993"/>
+        <location filename="UI/UserInterface.py" line="3046"/>
         <source>The application needs to be restarted. Do it now?</source>
         <translation>程序需要重启。现在重启?</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3017"/>
+        <location filename="UI/UserInterface.py" line="3070"/>
         <source>Configure Tool Groups ...</source>
         <translation>配置工具组……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3020"/>
+        <location filename="UI/UserInterface.py" line="3073"/>
         <source>Configure current Tool Group ...</source>
         <translation>配置当前工具组……</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3068"/>
+        <location filename="UI/UserInterface.py" line="3121"/>
         <source>&amp;Builtin Tools</source>
         <translation>内建工具(&amp;B)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3076"/>
+        <location filename="UI/UserInterface.py" line="3129"/>
         <source>&amp;Plugin Tools</source>
         <translation>插件工具(&amp;P)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3223"/>
+        <location filename="UI/UserInterface.py" line="3282"/>
         <source>&amp;Show all</source>
         <translation>全部显示(&amp;S)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3225"/>
+        <location filename="UI/UserInterface.py" line="3284"/>
         <source>&amp;Hide all</source>
         <translation>全部隐藏(&amp;H)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3870"/>
+        <location filename="UI/UserInterface.py" line="3961"/>
         <source>There is no main script defined for the current project. Aborting</source>
         <translation>当前项目未定义主脚本。终止</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
+        <location filename="UI/UserInterface.py" line="4281"/>
         <source>Problem</source>
         <translation>问题</translation>
     </message>
@@ -41330,7 +41381,7 @@
         <translation type="obsolete">&lt;p&gt;文件 &lt;b&gt;%1&lt;/b&gt; 不存在或长度为零。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
+        <location filename="UI/UserInterface.py" line="4417"/>
         <source>Process Generation Error</source>
         <translation>进程生成错误</translation>
     </message>
@@ -41360,7 +41411,7 @@
         <translation type="obsolete">无法启动网络浏览器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4082"/>
+        <location filename="UI/UserInterface.py" line="4173"/>
         <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
         <translation>目前没有选择自定义浏览器。请使用参数选择对话框指定一个。</translation>
     </message>
@@ -41370,7 +41421,7 @@
         <translation type="obsolete">&lt;p&gt;无法开启自定义浏览器。&lt;br&gt;确保其有效如 &lt;b&gt;%1&lt;/b&gt;。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4113"/>
+        <location filename="UI/UserInterface.py" line="4204"/>
         <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;无法开启帮助浏览器。&lt;br&gt;确保其有效如 &lt;b&gt;%1&lt;/b&gt;。&lt;/p&gt;</translation>
     </message>
@@ -41385,7 +41436,7 @@
         <translation type="obsolete">&lt;p&gt;无法开启翻译预览器。&lt;br&gt;确保其有效如 &lt;b&gt;%1&lt;/b&gt;。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
+        <location filename="UI/UserInterface.py" line="4362"/>
         <source>External Tools</source>
         <translation>外部工具</translation>
     </message>
@@ -41419,7 +41470,7 @@
 </translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
+        <location filename="UI/UserInterface.py" line="4713"/>
         <source>Documentation Missing</source>
         <translation>文档丢失</translation>
     </message>
@@ -41429,12 +41480,12 @@
         <translation type="obsolete">&lt;p&gt;未找到文档起点“&lt;b&gt;%1&lt;/b&gt;”。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
+        <location filename="UI/UserInterface.py" line="4698"/>
         <source>Documentation</source>
         <translation>文档</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4510"/>
+        <location filename="UI/UserInterface.py" line="4607"/>
         <source>&lt;p&gt;The PyQt4 documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation>&lt;p&gt;未配置 PyQt4 文档起点。&lt;/p&gt;</translation>
     </message>
@@ -41459,7 +41510,7 @@
         <translation type="obsolete">Eric4 键盘快捷键文件 (*.e4k *.e4kz);;Eric3 键盘快捷键文件 (*.e3k *.e3kz)</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
+        <location filename="UI/UserInterface.py" line="5063"/>
         <source>Save tasks</source>
         <translation>保存任务</translation>
     </message>
@@ -41469,7 +41520,7 @@
         <translation type="obsolete">&lt;p&gt;无法写入任务文件 &lt;b&gt;%1&lt;/b&gt; 。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
+        <location filename="UI/UserInterface.py" line="5120"/>
         <source>Read tasks</source>
         <translation>读取任务</translation>
     </message>
@@ -41484,7 +41535,7 @@
         <translation type="obsolete">&lt;p&gt;不支持任务文件 &lt;b&gt;%1&lt;/b&gt; 的格式。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
+        <location filename="UI/UserInterface.py" line="5138"/>
         <source>Save session</source>
         <translation>保存会话</translation>
     </message>
@@ -41494,7 +41545,7 @@
         <translation type="obsolete">&lt;p&gt;会话文件 &lt;b&gt;%1&lt;/b&gt; 无法写入。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
+        <location filename="UI/UserInterface.py" line="5199"/>
         <source>Read session</source>
         <translation>读取会话</translation>
     </message>
@@ -41509,7 +41560,7 @@
         <translation type="obsolete">&lt;p&gt;不支持会话文件 &lt;b&gt;%1&lt;/b&gt; 的格式。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
+        <location filename="UI/UserInterface.py" line="5317"/>
         <source>Drop Error</source>
         <translation>降落误差</translation>
     </message>
@@ -41519,7 +41570,7 @@
         <translation type="obsolete">&lt;p&gt;&lt;b&gt;%1&lt;/b&gt; 不是一个文件。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
+        <location filename="UI/UserInterface.py" line="5589"/>
         <source>Error during updates check</source>
         <translation>检查更新时出错</translation>
     </message>
@@ -41529,7 +41580,7 @@
         <translation type="obsolete">代理使用被激活但是没有配置代理主机。</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5358"/>
+        <location filename="UI/UserInterface.py" line="5461"/>
         <source>&amp;Cancel</source>
         <translation>取消(&amp;C)</translation>
     </message>
@@ -41539,17 +41590,17 @@
         <translation type="obsolete">试验主机 %1</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
+        <location filename="UI/UserInterface.py" line="5495"/>
         <source>Error downloading versions file</source>
         <translation>版本文件下载出错</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5392"/>
+        <location filename="UI/UserInterface.py" line="5495"/>
         <source>Could not download the versions file.</source>
         <translation>无法下载版本文件。</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
+        <location filename="UI/UserInterface.py" line="5573"/>
         <source>Update available</source>
         <translation>可用更新</translation>
     </message>
@@ -41569,12 +41620,12 @@
         <translation type="obsolete">当前使用的是 Eric4 最新的版本</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5486"/>
+        <location filename="UI/UserInterface.py" line="5589"/>
         <source>Could not perform updates check.</source>
         <translation>无法完成更新检查。</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5507"/>
+        <location filename="UI/UserInterface.py" line="5610"/>
         <source>&lt;h3&gt;Available versions&lt;/h3&gt;&lt;table&gt;</source>
         <translation>&lt;h3&gt;可用版本&lt;/h3&gt;&lt;table&gt;</translation>
     </message>
@@ -41589,7 +41640,7 @@
         <translation type="obsolete">&lt;b&gt;连接到代理 &apos;%1&apos; ,使用:&lt;/b&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
+        <location filename="UI/UserInterface.py" line="5638"/>
         <source>SSL Errors</source>
         <translation>SSL 错误</translation>
     </message>
@@ -41599,7 +41650,7 @@
         <translation type="obsolete">&lt;p&gt;SSL 错误:&lt;/p&gt;&lt;p&gt;%1&lt;/p&gt;&lt;p&gt;要忽略这些错误吗?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
+        <location filename="UI/UserInterface.py" line="5664"/>
         <source>First time usage</source>
         <translation>第一次使用</translation>
     </message>
@@ -41609,417 +41660,447 @@
         <translation type="obsolete">尚未配置 Eric4。将打开配置对话框。</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
+        <location filename="UI/UserInterface.py" line="1601"/>
         <source>Left Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1572"/>
+        <location filename="UI/UserInterface.py" line="1601"/>
         <source>&amp;Left Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1574"/>
+        <location filename="UI/UserInterface.py" line="1603"/>
         <source>Toggle the left sidebar window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1575"/>
+        <location filename="UI/UserInterface.py" line="1604"/>
         <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
+        <location filename="UI/UserInterface.py" line="1612"/>
         <source>Bottom Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1583"/>
+        <location filename="UI/UserInterface.py" line="1612"/>
         <source>&amp;Bottom Sidebar</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1586"/>
+        <location filename="UI/UserInterface.py" line="1615"/>
         <source>Toggle the bottom sidebar window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1587"/>
+        <location filename="UI/UserInterface.py" line="1616"/>
         <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1399"/>
+        <location filename="UI/UserInterface.py" line="1428"/>
         <source>&amp;Debug-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1401"/>
+        <location filename="UI/UserInterface.py" line="1430"/>
         <source>Toggle the Debug-Viewer window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1402"/>
+        <location filename="UI/UserInterface.py" line="1431"/>
         <source>&lt;b&gt;Toggle the Debug-Viewer window&lt;/b&gt;&lt;p&gt;If the Debug-Viewer window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1410"/>
+        <location filename="UI/UserInterface.py" line="1439"/>
         <source>Activate Debug-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
+        <location filename="UI/UserInterface.py" line="1901"/>
         <source>SQL Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1848"/>
+        <location filename="UI/UserInterface.py" line="1901"/>
         <source>SQL &amp;Browser...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1852"/>
+        <location filename="UI/UserInterface.py" line="1905"/>
         <source>Browse a SQL database</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1853"/>
+        <location filename="UI/UserInterface.py" line="1906"/>
         <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
+        <location filename="UI/UserInterface.py" line="2831"/>
         <source>Error log found</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2778"/>
+        <location filename="UI/UserInterface.py" line="2831"/>
         <source>An error log file was found. What should be done with it?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2789"/>
+        <location filename="UI/UserInterface.py" line="2842"/>
         <source>Send Bug Email</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2792"/>
+        <location filename="UI/UserInterface.py" line="2845"/>
         <source>Ignore and Delete</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2795"/>
+        <location filename="UI/UserInterface.py" line="2848"/>
         <source>Ignore but Keep</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
+        <location filename="UI/UserInterface.py" line="1925"/>
         <source>Web Browser</source>
         <translation type="unfinished">网络浏览器</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1872"/>
+        <location filename="UI/UserInterface.py" line="1925"/>
         <source>&amp;Web Browser...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
+        <location filename="UI/UserInterface.py" line="1937"/>
         <source>Icon Editor</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1884"/>
+        <location filename="UI/UserInterface.py" line="1937"/>
         <source>&amp;Icon Editor...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
+        <location filename="UI/UserInterface.py" line="4123"/>
         <source>Qt 3 support</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2186"/>
+        <location filename="UI/UserInterface.py" line="2239"/>
         <source>&lt;b&gt;PySide Documentation&lt;/b&gt;&lt;p&gt;Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric&apos;s internal help viewer, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4598"/>
+        <location filename="UI/UserInterface.py" line="4698"/>
         <source>&lt;p&gt;The PySide documentation starting point has not been configured.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
+        <location filename="UI/UserInterface.py" line="2236"/>
         <source>PySide Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2183"/>
+        <location filename="UI/UserInterface.py" line="2236"/>
         <source>Py&amp;Side Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2185"/>
+        <location filename="UI/UserInterface.py" line="2238"/>
         <source>Open PySide Documentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="662"/>
+        <location filename="UI/UserInterface.py" line="667"/>
         <source>&lt;p&gt;The Qt Style Sheet file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1280"/>
+        <location filename="UI/UserInterface.py" line="1309"/>
         <source>{0} - Passive Mode</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1285"/>
+        <location filename="UI/UserInterface.py" line="1314"/>
         <source>{0} - {1} - Passive Mode</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1288"/>
+        <location filename="UI/UserInterface.py" line="1317"/>
         <source>{0} - {1} - {2} - Passive Mode</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1642"/>
+        <location filename="UI/UserInterface.py" line="1695"/>
         <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric5 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is search in the Qt help collection.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1672"/>
+        <location filename="UI/UserInterface.py" line="1725"/>
         <source>&lt;b&gt;Check for Updates...&lt;/b&gt;&lt;p&gt;Checks the internet for updates of eric5.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;检查更新……&lt;/b&gt;&lt;p&gt;从互联网检查 Eric4 的更新。&lt;/p&gt; {5.?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1684"/>
+        <location filename="UI/UserInterface.py" line="1737"/>
         <source>&lt;b&gt;Show downloadable versions...&lt;/b&gt;&lt;p&gt;Shows the eric5 versions available for download from the internet.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;显示可下载版本……&lt;/b&gt;&lt;p&gt;显示可以从互联网下载的 Eric4 版本。&lt;/p&gt; {5 ?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1876"/>
+        <location filename="UI/UserInterface.py" line="1929"/>
         <source>Start the eric5 Web Browser</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1877"/>
+        <location filename="UI/UserInterface.py" line="1930"/>
         <source>&lt;b&gt;Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric5 Web Browser.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1888"/>
+        <location filename="UI/UserInterface.py" line="1941"/>
         <source>Start the eric5 Icon Editor</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1889"/>
+        <location filename="UI/UserInterface.py" line="1942"/>
         <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric5 Icon Editor for editing simple icons.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1945"/>
+        <location filename="UI/UserInterface.py" line="1998"/>
         <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric5.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;显示外部工具&lt;/b&gt;&lt;p&gt;打开一个对话框显示 Eric4 使用的所有外部工具的路径和版本。&lt;/p&gt; {5.?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2168"/>
+        <location filename="UI/UserInterface.py" line="2221"/>
         <source>&lt;b&gt;Eric API Documentation&lt;/b&gt;&lt;p&gt;Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.&lt;/p&gt;</source>
         <translation type="unfinished">&lt;b&gt;Eric API 文档&lt;/b&gt;&lt;p&gt;显示 Eric API 文档。文档位置为 Eric4 安装文件夹下的文档或源代码子文件夹。&lt;/p&gt; {5 ?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="2594"/>
+        <location filename="UI/UserInterface.py" line="2647"/>
         <source>External Tools/{0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4032"/>
+        <location filename="UI/UserInterface.py" line="4123"/>
         <source>Qt v.3 is not supported by eric5.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4190"/>
+        <location filename="UI/UserInterface.py" line="4281"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="3952"/>
+        <location filename="UI/UserInterface.py" line="4043"/>
         <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4009"/>
+        <location filename="UI/UserInterface.py" line="4100"/>
         <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4053"/>
+        <location filename="UI/UserInterface.py" line="4144"/>
         <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4094"/>
+        <location filename="UI/UserInterface.py" line="4185"/>
         <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4153"/>
+        <location filename="UI/UserInterface.py" line="4244"/>
         <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4198"/>
+        <location filename="UI/UserInterface.py" line="4289"/>
         <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4217"/>
+        <location filename="UI/UserInterface.py" line="4308"/>
         <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4265"/>
+        <location filename="UI/UserInterface.py" line="4356"/>
         <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4271"/>
+        <location filename="UI/UserInterface.py" line="4362"/>
         <source>No toolgroup entry &apos;{0}&apos; found.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4307"/>
+        <location filename="UI/UserInterface.py" line="4398"/>
         <source>Starting process &apos;{0} {1}&apos;.
 </source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4326"/>
+        <location filename="UI/UserInterface.py" line="4417"/>
         <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4403"/>
+        <location filename="UI/UserInterface.py" line="4494"/>
         <source>Process &apos;{0}&apos; has exited.
 </source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4613"/>
+        <location filename="UI/UserInterface.py" line="4713"/>
         <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4807"/>
+        <location filename="UI/UserInterface.py" line="4910"/>
         <source>Keyboard shortcut file (*.e4k);;Compressed keyboard shortcut file (*.e4kz)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4827"/>
+        <location filename="UI/UserInterface.py" line="4930"/>
         <source>&lt;p&gt;The keyboard shortcuts could not be written to file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4836"/>
+        <location filename="UI/UserInterface.py" line="4939"/>
         <source>Keyboard shortcut file (*.e4k *.e4kz)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="4960"/>
+        <location filename="UI/UserInterface.py" line="5063"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5007"/>
+        <location filename="UI/UserInterface.py" line="5110"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5017"/>
+        <location filename="UI/UserInterface.py" line="5120"/>
         <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5035"/>
+        <location filename="UI/UserInterface.py" line="5138"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5086"/>
+        <location filename="UI/UserInterface.py" line="5189"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5096"/>
+        <location filename="UI/UserInterface.py" line="5199"/>
         <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5214"/>
+        <location filename="UI/UserInterface.py" line="5317"/>
         <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5363"/>
+        <location filename="UI/UserInterface.py" line="5466"/>
         <source>Trying host {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5470"/>
+        <location filename="UI/UserInterface.py" line="5573"/>
         <source>The update to &lt;b&gt;{0}&lt;/b&gt; of eric5 is available at &lt;b&gt;{1}&lt;/b&gt;. Would you like to get it?</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>Eric5 is up to date</source>
         <translation type="unfinished">Eric4 已是最新版本 {5 ?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5482"/>
+        <location filename="UI/UserInterface.py" line="5585"/>
         <source>You are using the latest version of eric5</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5535"/>
+        <location filename="UI/UserInterface.py" line="5638"/>
         <source>&lt;p&gt;SSL Errors:&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;Do you want to ignore these errors?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="5561"/>
+        <location filename="UI/UserInterface.py" line="5664"/>
         <source>eric5 has not been configured yet. The configuration dialog will be started.</source>
         <translation type="unfinished">尚未配置 Eric4。将打开配置对话框。 {5 ?}</translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>Cooperation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1595"/>
+        <location filename="UI/UserInterface.py" line="1624"/>
         <source>&amp;Cooperation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1597"/>
+        <location filename="UI/UserInterface.py" line="1626"/>
         <source>Toggle the Cooperation window</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1599"/>
+        <location filename="UI/UserInterface.py" line="1628"/>
         <source>&lt;b&gt;Toggle the Cooperation window&lt;/b&gt;&lt;p&gt;If the Cooperation window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Activate Cooperation-Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/UserInterface.py" line="1608"/>
+        <location filename="UI/UserInterface.py" line="1637"/>
         <source>Alt+Shift+O</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1648"/>
+        <source>&amp;Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1650"/>
+        <source>Toggle the Symbols window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1652"/>
+        <source>&lt;b&gt;Toggle the Symbols window&lt;/b&gt;&lt;p&gt;If the Symbols window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Activate Symbols-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="UI/UserInterface.py" line="1661"/>
+        <source>Alt+Shift+Y</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>UserPropertiesDialog</name>
@@ -42800,218 +42881,218 @@
 <context>
     <name>ViewManager</name>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>New</source>
         <translation>新建</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>&amp;New</source>
         <translation>新建(&amp;N)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="459"/>
+        <location filename="ViewManager/ViewManager.py" line="461"/>
         <source>Ctrl+N</source>
         <comment>File|New</comment>
         <translation>Ctrl+N</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="464"/>
+        <location filename="ViewManager/ViewManager.py" line="466"/>
         <source>Open an empty editor window</source>
         <translation>打开一个空白编辑器窗口</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="466"/>
+        <location filename="ViewManager/ViewManager.py" line="468"/>
         <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source>
         <translation>&lt;b&gt;新建&lt;/b&gt;&lt;p&gt;创建一个空白编辑器窗口。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Open</source>
         <translation>打开</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>&amp;Open...</source>
         <translation>打开(&amp;O)……</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="473"/>
+        <location filename="ViewManager/ViewManager.py" line="475"/>
         <source>Ctrl+O</source>
         <comment>File|Open</comment>
         <translation>Ctrl+O</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="479"/>
+        <location filename="ViewManager/ViewManager.py" line="481"/>
         <source>Open a file</source>
         <translation>打开一个文件</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="480"/>
+        <location filename="ViewManager/ViewManager.py" line="482"/>
         <source>&lt;b&gt;Open a file&lt;/b&gt;&lt;p&gt;You will be asked for the name of a file to be opened in an editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;打开一个文件&lt;/b&gt;&lt;p&gt;在编辑器窗口中打开一个文件时将询问文件名称。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Close</source>
         <translation>关闭</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>&amp;Close</source>
         <translation>关闭(&amp;C)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="490"/>
+        <location filename="ViewManager/ViewManager.py" line="492"/>
         <source>Ctrl+W</source>
         <comment>File|Close</comment>
         <translation>Ctrl+W</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="496"/>
+        <location filename="ViewManager/ViewManager.py" line="498"/>
         <source>Close the current window</source>
         <translation>关闭当前窗口</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="498"/>
+        <location filename="ViewManager/ViewManager.py" line="500"/>
         <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;关闭窗口&lt;/b&gt;&lt;p&gt;关闭当前窗口。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Close All</source>
         <translation>全部关闭</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="505"/>
+        <location filename="ViewManager/ViewManager.py" line="507"/>
         <source>Clos&amp;e All</source>
         <translation>全部关闭(&amp;e)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="508"/>
-        <source>Close all editor windows</source>
-        <translation>关闭所有编辑器窗口</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="510"/>
+        <source>Close all editor windows</source>
+        <translation>关闭所有编辑器窗口</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="512"/>
         <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;关闭所有窗口&lt;/b&gt;&lt;p&gt;关闭所有编辑器窗口。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Save</source>
         <translation>保存</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>&amp;Save</source>
         <translation>保存(&amp;S)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="521"/>
+        <location filename="ViewManager/ViewManager.py" line="523"/>
         <source>Ctrl+S</source>
         <comment>File|Save</comment>
         <translation>Ctrl+S</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="527"/>
+        <location filename="ViewManager/ViewManager.py" line="529"/>
         <source>Save the current file</source>
         <translation>保存当前文件</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="529"/>
+        <location filename="ViewManager/ViewManager.py" line="531"/>
         <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;保存文件&lt;/b&gt;&lt;p&gt;保存当前编辑器窗口的内容。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save as</source>
         <translation>另存为</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Save &amp;as...</source>
         <translation>另存为(&amp;a)……</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="536"/>
+        <location filename="ViewManager/ViewManager.py" line="538"/>
         <source>Shift+Ctrl+S</source>
         <comment>File|Save As</comment>
         <translation>Shift+Ctrl+S</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="542"/>
-        <source>Save the current file to a new one</source>
-        <translation>将当前文件保存到一个新文件中</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="544"/>
+        <source>Save the current file to a new one</source>
+        <translation>将当前文件保存到一个新文件中</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="546"/>
         <source>&lt;b&gt;Save File as&lt;/b&gt;&lt;p&gt;Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;文件另存为&lt;/b&gt;&lt;p&gt;将当前编辑器窗口的内容保存到一个新文件中。可以在文件选择对话框中输入该文件。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save all</source>
         <translation>全部保存</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="552"/>
+        <location filename="ViewManager/ViewManager.py" line="554"/>
         <source>Save a&amp;ll...</source>
         <translation>全部保存(&amp;a)……</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="556"/>
-        <source>Save all files</source>
-        <translation>保存所有文件</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="558"/>
+        <source>Save all files</source>
+        <translation>保存所有文件</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="560"/>
         <source>&lt;b&gt;Save All Files&lt;/b&gt;&lt;p&gt;Save the contents of all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;保存所有文件&lt;/b&gt;&lt;p&gt;保存所有编辑器窗口的内容。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Project</source>
         <translation>保存到项目</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="567"/>
+        <location filename="ViewManager/ViewManager.py" line="569"/>
         <source>Save to Pro&amp;ject</source>
         <translation>保存到项目(&amp;j)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="572"/>
-        <source>Save the current file to the current project</source>
-        <translation>将当前文件保存到当前项目</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="574"/>
+        <source>Save the current file to the current project</source>
+        <translation>将当前文件保存到当前项目</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="576"/>
         <source>&lt;b&gt;Save to Project&lt;/b&gt;&lt;p&gt;Save the contents of the current editor window to the current project. After the file has been saved, it is automatically added to the current project.&lt;/p&gt;</source>
         <translation>&lt;b&gt;保存到项目&lt;/b&gt;&lt;p&gt;将当前编辑器窗口的内容保存到当前项目。保存文件之后,自动将其添加到当前项目中。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Print</source>
         <translation>打印</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>&amp;Print</source>
         <translation>打印(&amp;P)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="585"/>
+        <location filename="ViewManager/ViewManager.py" line="587"/>
         <source>Ctrl+P</source>
         <comment>File|Print</comment>
         <translation>Ctrl+P</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="591"/>
+        <location filename="ViewManager/ViewManager.py" line="593"/>
         <source>Print the current file</source>
         <translation>打印当前文件</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="593"/>
+        <location filename="ViewManager/ViewManager.py" line="595"/>
         <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;打印文件&lt;/b&gt;&lt;p&gt;打印当前编辑器窗口中的内容。&lt;/p&gt;</translation>
     </message>
@@ -43021,637 +43102,637 @@
         <translation>打印预览</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="606"/>
+        <location filename="ViewManager/ViewManager.py" line="608"/>
         <source>Print preview of the current file</source>
         <translation>当前文件的打印预览</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="608"/>
+        <location filename="ViewManager/ViewManager.py" line="610"/>
         <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;打印预览&lt;/b&gt;&lt;p&gt;当前编辑器窗口的打印预览。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search File</source>
         <translation>搜索文件</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Search &amp;File...</source>
         <translation>搜索文件(&amp;F)……</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="617"/>
+        <location filename="ViewManager/ViewManager.py" line="619"/>
         <source>Alt+Ctrl+F</source>
         <comment>File|Search File</comment>
         <translation>Alt+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="623"/>
-        <source>Search for a file</source>
-        <translation>搜索一个文件</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="625"/>
+        <source>Search for a file</source>
+        <translation>搜索一个文件</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="627"/>
         <source>&lt;b&gt;Search File&lt;/b&gt;&lt;p&gt;Search for a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;搜索文件&lt;/b&gt;&lt;p&gt;搜索一个文件。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="638"/>
+        <location filename="ViewManager/ViewManager.py" line="640"/>
         <source>&amp;File</source>
         <translation>文件(&amp;F)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="639"/>
-        <source>Open &amp;Recent Files</source>
-        <translation>打开最近的文件(&amp;R)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="641"/>
+        <source>Open &amp;Recent Files</source>
+        <translation>打开最近的文件(&amp;R)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="643"/>
         <source>Open &amp;Bookmarked Files</source>
         <translation>打开已设置书签的文件(&amp;B)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="689"/>
+        <location filename="ViewManager/ViewManager.py" line="691"/>
         <source>File</source>
         <translation>文件</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="711"/>
+        <location filename="ViewManager/ViewManager.py" line="713"/>
         <source>Export as</source>
         <translation>导出为</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Undo</source>
         <translation>撤消</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>&amp;Undo</source>
         <translation>撤消(&amp;U)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Ctrl+Z</source>
         <comment>Edit|Undo</comment>
         <translation>Ctrl+Z</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="733"/>
+        <location filename="ViewManager/ViewManager.py" line="735"/>
         <source>Alt+Backspace</source>
         <comment>Edit|Undo</comment>
         <translation>Alt+Backspace</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="741"/>
-        <source>Undo the last change</source>
-        <translation>撤消最后一次更改</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="743"/>
+        <source>Undo the last change</source>
+        <translation>撤消最后一次更改</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="745"/>
         <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;撤消&lt;/b&gt;&lt;p&gt;在当前编辑器中撤消最后一次更改。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Redo</source>
         <translation>重做</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>&amp;Redo</source>
         <translation>重做(&amp;R)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="750"/>
+        <location filename="ViewManager/ViewManager.py" line="752"/>
         <source>Ctrl+Shift+Z</source>
         <comment>Edit|Redo</comment>
         <translation>Ctrl+Shift+Z</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="756"/>
+        <location filename="ViewManager/ViewManager.py" line="758"/>
         <source>Redo the last change</source>
         <translation>重做最后一次更改</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="758"/>
+        <location filename="ViewManager/ViewManager.py" line="760"/>
         <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;重做&lt;/b&gt;&lt;p&gt;在当前编辑器中重做最后一次更改。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="772"/>
+        <location filename="ViewManager/ViewManager.py" line="774"/>
         <source>Revert to last saved state</source>
         <translation>还原到最后保存的状态</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
         <source>Re&amp;vert to last saved state</source>
         <translation>还原到最后保存的状态(&amp;v)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="765"/>
+        <location filename="ViewManager/ViewManager.py" line="767"/>
         <source>Ctrl+Y</source>
         <comment>Edit|Revert</comment>
         <translation>Ctrl+Y</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="774"/>
+        <location filename="ViewManager/ViewManager.py" line="776"/>
         <source>&lt;b&gt;Revert to last saved state&lt;/b&gt;&lt;p&gt;Undo all changes up to the last saved state of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;还原到最后保存的状态&lt;/b&gt;&lt;p&gt;撤消所有更改到当前编辑器的最后保存状态。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cut</source>
         <translation>剪切</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Cu&amp;t</source>
         <translation>剪切(&amp;t)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Ctrl+X</source>
         <comment>Edit|Cut</comment>
         <translation>Ctrl+X</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="784"/>
+        <location filename="ViewManager/ViewManager.py" line="786"/>
         <source>Shift+Del</source>
         <comment>Edit|Cut</comment>
         <translation>Shift+Del</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="791"/>
-        <source>Cut the selection</source>
-        <translation>剪切所选内容</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="793"/>
+        <source>Cut the selection</source>
+        <translation>剪切所选内容</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="795"/>
         <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;剪切&lt;/b&gt;&lt;p&gt;将当前编辑器所选内容剪切到剪贴板中。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Copy</source>
         <translation>复制</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>&amp;Copy</source>
         <translation>复制(&amp;C)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+C</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="800"/>
+        <location filename="ViewManager/ViewManager.py" line="802"/>
         <source>Ctrl+Ins</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+Ins</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="808"/>
+        <location filename="ViewManager/ViewManager.py" line="810"/>
         <source>Copy the selection</source>
         <translation>复制所选内容</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="810"/>
+        <location filename="ViewManager/ViewManager.py" line="812"/>
         <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;复制&lt;/b&gt;&lt;p&gt;将当前编辑器所选内容复制到剪贴板中。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Paste</source>
         <translation>粘贴</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>&amp;Paste</source>
         <translation>粘贴(&amp;P)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Ctrl+V</source>
         <comment>Edit|Paste</comment>
         <translation>Ctrl+V</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="817"/>
+        <location filename="ViewManager/ViewManager.py" line="819"/>
         <source>Shift+Ins</source>
         <comment>Edit|Paste</comment>
         <translation>Shift+Ins</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="825"/>
-        <source>Paste the last cut/copied text</source>
-        <translation>粘贴最近剪切或复制的文本</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="827"/>
+        <source>Paste the last cut/copied text</source>
+        <translation>粘贴最近剪切或复制的文本</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="829"/>
         <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard to the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;粘贴&lt;/b&gt;&lt;p&gt;将最近剪切或复制的文本从剪贴板粘贴到当前编辑器中。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Clear</source>
         <translation>清除</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Cl&amp;ear</source>
         <translation>清除(&amp;e)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="835"/>
+        <location filename="ViewManager/ViewManager.py" line="837"/>
         <source>Alt+Shift+C</source>
         <comment>Edit|Clear</comment>
         <translation>Alt+Shift+C</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="842"/>
-        <source>Clear all text</source>
-        <translation>清除所有文本</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="844"/>
+        <source>Clear all text</source>
+        <translation>清除所有文本</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="846"/>
         <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;清除&lt;/b&gt;&lt;p&gt;删除当前编辑器中的所有文本。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Indent</source>
         <translation>缩进</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>&amp;Indent</source>
         <translation>缩进(&amp;I)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="851"/>
+        <location filename="ViewManager/ViewManager.py" line="853"/>
         <source>Ctrl+I</source>
         <comment>Edit|Indent</comment>
         <translation>Ctrl+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="858"/>
+        <location filename="ViewManager/ViewManager.py" line="860"/>
         <source>Indent line</source>
         <translation>缩进行</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="859"/>
+        <location filename="ViewManager/ViewManager.py" line="861"/>
         <source>&lt;b&gt;Indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation>&lt;b&gt;缩进&lt;/b&gt;&lt;p&gt;将当前行或所选择的行缩进一级。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Unindent</source>
         <translation>取消缩进</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>U&amp;nindent</source>
         <translation>取消缩进(&amp;U)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="867"/>
+        <location filename="ViewManager/ViewManager.py" line="869"/>
         <source>Ctrl+Shift+I</source>
         <comment>Edit|Unindent</comment>
         <translation>Ctrl+Shift+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="874"/>
-        <source>Unindent line</source>
-        <translation>取消缩进行</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="876"/>
+        <source>Unindent line</source>
+        <translation>取消缩进行</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="878"/>
         <source>&lt;b&gt;Unindent&lt;/b&gt;&lt;p&gt;Unindents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
         <translation>&lt;b&gt;取消缩进&lt;/b&gt;&lt;p&gt;将当前行或所选择的行取消缩进一级。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Smart indent</source>
         <translation>智能缩进</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="884"/>
+        <location filename="ViewManager/ViewManager.py" line="886"/>
         <source>Ctrl+Alt+I</source>
         <comment>Edit|Smart indent</comment>
         <translation>Ctrl+Alt+I</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="892"/>
-        <source>Smart indent Line or Selection</source>
-        <translation>智能缩进行或所选内容</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="894"/>
+        <source>Smart indent Line or Selection</source>
+        <translation>智能缩进行或所选内容</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="896"/>
         <source>&lt;b&gt;Smart indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the current selection smartly.&lt;/p&gt;</source>
         <translation>&lt;b&gt;智能缩进&lt;/b&gt;&lt;p&gt;对当前行或当前选择的行进行智能缩进。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Comment</source>
         <translation>注释</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>C&amp;omment</source>
         <translation>注释(&amp;o)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="902"/>
+        <location filename="ViewManager/ViewManager.py" line="904"/>
         <source>Ctrl+M</source>
         <comment>Edit|Comment</comment>
         <translation>Ctrl+M</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="909"/>
+        <location filename="ViewManager/ViewManager.py" line="911"/>
         <source>Comment Line or Selection</source>
         <translation>注释行或所选内容</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="911"/>
+        <location filename="ViewManager/ViewManager.py" line="913"/>
         <source>&lt;b&gt;Comment&lt;/b&gt;&lt;p&gt;Comments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;注释&lt;/b&gt;&lt;p&gt;注释当前行或当前选择的多行。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Uncomment</source>
         <translation>取消注释</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Unco&amp;mment</source>
         <translation>取消注释(&amp;m)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="919"/>
+        <location filename="ViewManager/ViewManager.py" line="921"/>
         <source>Alt+Ctrl+M</source>
         <comment>Edit|Uncomment</comment>
         <translation>Alt+Ctrl+M</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="926"/>
-        <source>Uncomment Line or Selection</source>
-        <translation>取消注释行或所选内容</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="928"/>
+        <source>Uncomment Line or Selection</source>
+        <translation>取消注释行或所选内容</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="930"/>
         <source>&lt;b&gt;Uncomment&lt;/b&gt;&lt;p&gt;Uncomments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;取消注释&lt;/b&gt;&lt;p&gt;取消注释当前行或当前选择的多行。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="936"/>
+        <location filename="ViewManager/ViewManager.py" line="938"/>
         <source>Stream Comment</source>
         <translation>流注释</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="940"/>
-        <source>Stream Comment Line or Selection</source>
-        <translation>流注释行或所选内容</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="942"/>
+        <source>Stream Comment Line or Selection</source>
+        <translation>流注释行或所选内容</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="944"/>
         <source>&lt;b&gt;Stream Comment&lt;/b&gt;&lt;p&gt;Stream comments the current line or the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;流注释&lt;/b&gt;&lt;p&gt;对当前行或当前所选内容进行流注释。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="950"/>
+        <location filename="ViewManager/ViewManager.py" line="952"/>
         <source>Box Comment</source>
         <translation>块注释</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="954"/>
-        <source>Box Comment Line or Selection</source>
-        <translation>块注释行或所选内容</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="956"/>
+        <source>Box Comment Line or Selection</source>
+        <translation>块注释行或所选内容</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="958"/>
         <source>&lt;b&gt;Box Comment&lt;/b&gt;&lt;p&gt;Box comments the current line or the lines of the current selection.&lt;/p&gt;</source>
         <translation>&lt;b&gt;块注释&lt;/b&gt;&lt;p&gt;对当前行或当前所选内容进行块注释。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to brace</source>
         <translation>选择括号内容</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Select to &amp;brace</source>
         <translation>选择括号内容(&amp;b)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="964"/>
+        <location filename="ViewManager/ViewManager.py" line="966"/>
         <source>Ctrl+E</source>
         <comment>Edit|Select to brace</comment>
         <translation>Ctrl+E</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="971"/>
+        <location filename="ViewManager/ViewManager.py" line="973"/>
         <source>Select text to the matching brace</source>
         <translation>选择成对括号中的文本</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="973"/>
+        <location filename="ViewManager/ViewManager.py" line="975"/>
         <source>&lt;b&gt;Select to brace&lt;/b&gt;&lt;p&gt;Select text of the current editor to the matching brace.&lt;/p&gt;</source>
         <translation>&lt;b&gt;选择括号内容&lt;/b&gt;&lt;p&gt;选择当前编辑器中成对括号中的文本。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Select all</source>
         <translation>全选</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>&amp;Select all</source>
         <translation>全选(&amp;S)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="980"/>
+        <location filename="ViewManager/ViewManager.py" line="982"/>
         <source>Ctrl+A</source>
         <comment>Edit|Select all</comment>
         <translation>Ctrl+A</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="986"/>
-        <source>Select all text</source>
-        <translation>选择所有文本</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="988"/>
+        <source>Select all text</source>
+        <translation>选择所有文本</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="990"/>
         <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;全选&lt;/b&gt;&lt;p&gt;选择当前编辑器中的所有文本。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Deselect all</source>
         <translation>全部取消选择</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>&amp;Deselect all</source>
         <translation>全部取消选择(&amp;D)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="995"/>
+        <location filename="ViewManager/ViewManager.py" line="997"/>
         <source>Alt+Ctrl+A</source>
         <comment>Edit|Deselect all</comment>
         <translation>Alt+Ctrl+A</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1002"/>
-        <source>Deselect all text</source>
-        <translation>所有文本都不选择</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1004"/>
+        <source>Deselect all text</source>
+        <translation>所有文本都不选择</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1006"/>
         <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;取消全选&lt;/b&gt;&lt;p&gt;取消选择当前编辑器中的所有文本。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1015"/>
-        <source>Convert Line End Characters</source>
-        <translation>转换行尾符</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="1011"/>
-        <source>Convert &amp;Line End Characters</source>
-        <translation>转换行尾符(&amp;L)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1017"/>
+        <source>Convert Line End Characters</source>
+        <translation>转换行尾符</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1013"/>
+        <source>Convert &amp;Line End Characters</source>
+        <translation>转换行尾符(&amp;L)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1019"/>
         <source>&lt;b&gt;Convert Line End Characters&lt;/b&gt;&lt;p&gt;Convert the line end characters to the currently set type.&lt;/p&gt;</source>
         <translation>&lt;b&gt;转换行尾符&lt;/b&gt;&lt;p&gt;将行尾符转换成当前设置的类型。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1028"/>
-        <source>Shorten empty lines</source>
-        <translation>缩减空行</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1030"/>
+        <source>Shorten empty lines</source>
+        <translation>缩减空行</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1032"/>
         <source>&lt;b&gt;Shorten empty lines&lt;/b&gt;&lt;p&gt;Shorten lines consisting solely of whitespace characters.&lt;/p&gt;</source>
         <translation>&lt;b&gt;缩减空行&lt;/b&gt;&lt;p&gt;缩减只包含空白符号的多行。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Autocomplete</source>
         <translation>自动完成</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1816"/>
+        <location filename="ViewManager/ViewManager.py" line="1818"/>
         <source>&amp;Autocomplete</source>
         <translation>自动完成(&amp;A)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1038"/>
+        <location filename="ViewManager/ViewManager.py" line="1040"/>
         <source>Ctrl+Space</source>
         <comment>Edit|Autocomplete</comment>
         <translation>Ctrl+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1045"/>
-        <source>Autocomplete current word</source>
-        <translation>自动完成当前单词</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1047"/>
+        <source>Autocomplete current word</source>
+        <translation>自动完成当前单词</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1049"/>
         <source>&lt;b&gt;Autocomplete&lt;/b&gt;&lt;p&gt;Performs an autocompletion of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;自动完成&lt;/b&gt;&lt;p&gt;对包含当前光标的单词应用自动完成功能。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Autocomplete from Document</source>
         <translation>根据文档自动完成</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1054"/>
+        <location filename="ViewManager/ViewManager.py" line="1056"/>
         <source>Ctrl+Shift+Space</source>
         <comment>Edit|Autocomplete from Document</comment>
         <translation>Ctrl+Shift+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1060"/>
+        <location filename="ViewManager/ViewManager.py" line="1062"/>
         <source>Autocomplete current word from Document</source>
         <translation>根据文档自动完成当前单词</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1062"/>
+        <location filename="ViewManager/ViewManager.py" line="1064"/>
         <source>&lt;b&gt;Autocomplete from Document&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;根据文档自动完成&lt;/b&gt;&lt;p&gt;根据文档对包含光标的单词应用自动完成功能。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Autocomplete from APIs</source>
         <translation>根据 API 自动完成</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1071"/>
+        <location filename="ViewManager/ViewManager.py" line="1073"/>
         <source>Ctrl+Alt+Space</source>
         <comment>Edit|Autocomplete from APIs</comment>
         <translation>Ctrl+Alt+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1077"/>
-        <source>Autocomplete current word from APIs</source>
-        <translation>根据 API 自动完成当前单词</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1079"/>
+        <source>Autocomplete current word from APIs</source>
+        <translation>根据 API 自动完成当前单词</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1081"/>
         <source>&lt;b&gt;Autocomplete from APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;根据 API 自动完成&lt;/b&gt;&lt;p&gt;根据 API 对包含光标的单词应用自动完成功能。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Autocomplete from Document and APIs</source>
         <translation>根据文档和 API 自动完成</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1088"/>
+        <location filename="ViewManager/ViewManager.py" line="1090"/>
         <source>Alt+Shift+Space</source>
         <comment>Edit|Autocomplete from Document and APIs</comment>
         <translation>Alt+Shift+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1096"/>
-        <source>Autocomplete current word from Document and APIs</source>
-        <translation>根据文档和 API 自动完成当前单词</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="1098"/>
+        <source>Autocomplete current word from Document and APIs</source>
+        <translation>根据文档和 API 自动完成当前单词</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="1100"/>
         <source>&lt;b&gt;Autocomplete from Document and APIs&lt;/b&gt;&lt;p&gt;Performs an autocompletion from document and APIs of the word containing the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;根据文档和 API 自动完成&lt;/b&gt;&lt;p&gt;根据文档和 API 对包含光标的单词应用自动完成功能。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Calltip</source>
         <translation>调用提示</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>&amp;Calltip</source>
         <translation>调用提示(&amp;C)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1107"/>
+        <location filename="ViewManager/ViewManager.py" line="1109"/>
         <source>Alt+Space</source>
         <comment>Edit|Calltip</comment>
         <translation>Alt+Space</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1114"/>
+        <location filename="ViewManager/ViewManager.py" line="1116"/>
         <source>Show Calltips</source>
         <translation>显示调用提示</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1116"/>
+        <location filename="ViewManager/ViewManager.py" line="1118"/>
         <source>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Show calltips based on the characters immediately to the left of the cursor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;调用提示&lt;/b&gt;&lt;p&gt;根据光标左边的字符即时显示调用提示。&lt;/p&gt;</translation>
     </message>
@@ -44341,17 +44422,17 @@
         <translation>Ctrl+Shift+D</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1826"/>
+        <location filename="ViewManager/ViewManager.py" line="1828"/>
         <source>&amp;Search</source>
         <translation>搜索(&amp;S)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1840"/>
+        <location filename="ViewManager/ViewManager.py" line="1842"/>
         <source>&amp;Edit</source>
         <translation>编辑(&amp;E)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="1886"/>
+        <location filename="ViewManager/ViewManager.py" line="1888"/>
         <source>Edit</source>
         <translation>编辑</translation>
     </message>
@@ -44481,779 +44562,779 @@
         <translation>&lt;b&gt;替换&lt;/b&gt;&lt;p&gt;在当前编辑器搜索某文本并替换之。显示一个对话框可输入搜索文本、替换文本以及搜索替换的选项。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2144"/>
+        <location filename="ViewManager/ViewManager.py" line="2146"/>
         <source>Quicksearch</source>
         <translation>快速搜索</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>&amp;Quicksearch</source>
         <translation>快速搜索(&amp;Q)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2006"/>
+        <location filename="ViewManager/ViewManager.py" line="2008"/>
         <source>Ctrl+Shift+K</source>
         <comment>Search|Quicksearch</comment>
         <translation>Ctrl+Shift+K</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2014"/>
-        <source>Perform a quicksearch</source>
-        <translation>执行快速搜索</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2016"/>
+        <source>Perform a quicksearch</source>
+        <translation>执行快速搜索</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2018"/>
         <source>&lt;b&gt;Quicksearch&lt;/b&gt;&lt;p&gt;This activates the quicksearch function of the IDE by giving focus to the quicksearch entry field. If this field is already active and contains text, it searches for the next occurrence of this text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;快速搜索&lt;/b&gt;&lt;p&gt;通过给定快速搜索的条目区域激活 IDE 的快速搜索功能。如果该区域已激活并包含文本,则搜索该文本下一次出现的位置。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch backwards</source>
         <translation>向后快速搜索</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Quicksearch &amp;backwards</source>
         <translation>向后快速搜索(&amp;b)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2026"/>
+        <location filename="ViewManager/ViewManager.py" line="2028"/>
         <source>Ctrl+Shift+J</source>
         <comment>Search|Quicksearch backwards</comment>
         <translation>Ctrl+Shift+J</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2033"/>
+        <location filename="ViewManager/ViewManager.py" line="2035"/>
         <source>Perform a quicksearch backwards</source>
         <translation>执行快速向后搜索</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2035"/>
+        <location filename="ViewManager/ViewManager.py" line="2037"/>
         <source>&lt;b&gt;Quicksearch backwards&lt;/b&gt;&lt;p&gt;This searches the previous occurrence of the quicksearch text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;向后快速搜索&lt;/b&gt;&lt;p&gt;搜索上一次出现快速搜索文本的位置。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch extend</source>
         <translation>扩展快速搜索</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Quicksearch e&amp;xtend</source>
         <translation>扩展快速搜索(&amp;x)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2043"/>
+        <location filename="ViewManager/ViewManager.py" line="2045"/>
         <source>Ctrl+Shift+H</source>
         <comment>Search|Quicksearch extend</comment>
         <translation>Ctrl+Shift+H</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2051"/>
-        <source>Extend the quicksearch to the end of the current word</source>
-        <translation>将快速搜索文本扩展到当前文字的末尾</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2053"/>
+        <source>Extend the quicksearch to the end of the current word</source>
+        <translation>将快速搜索文本扩展到当前文字的末尾</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2055"/>
         <source>&lt;b&gt;Quicksearch extend&lt;/b&gt;&lt;p&gt;This extends the quicksearch text to the end of the word currently found.&lt;/p&gt;</source>
         <translation>&lt;b&gt;扩展快速搜索&lt;/b&gt;&lt;p&gt;将快速搜索文本扩展到当前找到文字的末尾。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2069"/>
+        <location filename="ViewManager/ViewManager.py" line="2071"/>
         <source>Goto Line</source>
         <translation>跳转行</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>&amp;Goto Line...</source>
         <translation>跳转行(&amp;G)……</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2062"/>
+        <location filename="ViewManager/ViewManager.py" line="2064"/>
         <source>Ctrl+G</source>
         <comment>Search|Goto Line</comment>
         <translation>Ctrl+G</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2070"/>
+        <location filename="ViewManager/ViewManager.py" line="2072"/>
         <source>&lt;b&gt;Goto Line&lt;/b&gt;&lt;p&gt;Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.&lt;/p&gt;</source>
         <translation>&lt;b&gt;跳转行&lt;/b&gt;&lt;p&gt;跳转到当前编辑器中文本的指定行。显示的对话框可输入行号。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2085"/>
-        <source>Goto Brace</source>
-        <translation>跳转括号</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
-        <source>Goto &amp;Brace</source>
-        <translation>跳转括号(&amp;B)</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2078"/>
-        <source>Ctrl+L</source>
-        <comment>Search|Goto Brace</comment>
-        <translation>Ctrl+L</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2087"/>
+        <source>Goto Brace</source>
+        <translation>跳转括号</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
+        <source>Goto &amp;Brace</source>
+        <translation>跳转括号(&amp;B)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2080"/>
+        <source>Ctrl+L</source>
+        <comment>Search|Goto Brace</comment>
+        <translation>Ctrl+L</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2089"/>
         <source>&lt;b&gt;Goto Brace&lt;/b&gt;&lt;p&gt;Go to the matching brace in the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;跳转括号&lt;/b&gt;&lt;p&gt;跳转到当前编辑器中匹配的括号处。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in Files</source>
         <translation>在文件中搜索</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Search in &amp;Files...</source>
         <translation>在文件中搜索(&amp;F)……</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2096"/>
+        <location filename="ViewManager/ViewManager.py" line="2098"/>
         <source>Shift+Ctrl+F</source>
         <comment>Search|Search Files</comment>
         <translation>Shift+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2104"/>
+        <location filename="ViewManager/ViewManager.py" line="2106"/>
         <source>Search for a text in files</source>
         <translation>在文件中搜索文本</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2106"/>
+        <location filename="ViewManager/ViewManager.py" line="2108"/>
         <source>&lt;b&gt;Search in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project. A dialog is shown to enter the searchtext and options for the search and to display the result.&lt;/p&gt;</source>
         <translation>&lt;b&gt;在文件中搜索&lt;/b&gt;&lt;p&gt;在项目或目录树的文件中搜索某文本。显示的对话框中可输入搜索文本、搜索和显示结果的选项。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in Files</source>
         <translation>在文件中替换</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Replace in F&amp;iles...</source>
         <translation>在文件中替换(&amp;i)……</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2115"/>
+        <location filename="ViewManager/ViewManager.py" line="2117"/>
         <source>Shift+Ctrl+R</source>
         <comment>Search|Replace in Files</comment>
         <translation>Shift+Ctrl+R</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2122"/>
-        <source>Search for a text in files and replace it</source>
-        <translation>在文件中搜索文本并替换之</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2124"/>
+        <source>Search for a text in files and replace it</source>
+        <translation>在文件中搜索文本并替换之</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2126"/>
         <source>&lt;b&gt;Replace in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
         <translation>&lt;b&gt;在文件中替换&lt;/b&gt;&lt;p&gt;在项目或目录树的文件中搜索某文本并替换之。显示的对话框可输入搜索文本、替换文本以及搜索和显示结果的选项。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2165"/>
+        <location filename="ViewManager/ViewManager.py" line="2167"/>
         <source>&lt;p&gt;Enter the searchtext directly into this field. The search will be performed case insensitive. The quicksearch function is activated upon activation of the quicksearch next action (default key Ctrl+Shift+K), if this entry field does not have the input focus. Otherwise it searches for the next occurrence of the text entered. The quicksearch backwards action (default key Ctrl+Shift+J) searches backward. Activating the &apos;quicksearch extend&apos; action (default key Ctrl+Shift+H) extends the current searchtext to the end of the currently found word. The quicksearch can be ended by pressing the Return key while the quicksearch entry has the the input focus.&lt;/p&gt;</source>
         <translation>&lt;p&gt;将搜索文本直接输入到该区域。搜索区别大小写。如果该输入区域没有输入焦点,则快速搜索功能在“快速搜索下一个”动作(默认键:Ctrl+Shift+K)激活时被激活,否则将搜索输入文本下一次出现的位置。“向后快速搜索”动作(默认键:Ctrl+Shift+J)向后搜索。启动“扩展快速搜索”动作(默认键:Ctrl+Shift+H)将扩展当前搜索文本到当前找到文字的结尾。可在快速搜索条目具有输入焦点时按下回车键以开启快速搜索功能。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2191"/>
+        <location filename="ViewManager/ViewManager.py" line="2193"/>
         <source>Quicksearch Textedit</source>
         <translation>快速搜索文本编辑</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom in</source>
         <translation>放大</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Zoom &amp;in</source>
         <translation>放大(&amp;i)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2231"/>
+        <location filename="ViewManager/ViewManager.py" line="2233"/>
         <source>Ctrl++</source>
         <comment>View|Zoom in</comment>
         <translation>Ctrl++</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2238"/>
-        <source>Zoom in on the text</source>
-        <translation>放大显示文本</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2240"/>
+        <source>Zoom in on the text</source>
+        <translation>放大显示文本</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2242"/>
         <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the text. This makes the text bigger.&lt;/p&gt;</source>
         <translation>&lt;b&gt;放大&lt;/b&gt;&lt;p&gt;放大显示文本。将使文本变大。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom out</source>
         <translation>缩小</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Zoom &amp;out</source>
         <translation>缩小(&amp;o)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2247"/>
+        <location filename="ViewManager/ViewManager.py" line="2249"/>
         <source>Ctrl+-</source>
         <comment>View|Zoom out</comment>
         <translation>Ctrl+-</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2254"/>
+        <location filename="ViewManager/ViewManager.py" line="2256"/>
         <source>Zoom out on the text</source>
         <translation>缩小显示文本</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2256"/>
+        <location filename="ViewManager/ViewManager.py" line="2258"/>
         <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the text. This makes the text smaller.&lt;/p&gt;</source>
         <translation>&lt;b&gt;缩小&lt;/b&gt;&lt;p&gt;缩小显示文本。将使文本变小。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Zoom</source>
         <translation>缩放</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>&amp;Zoom</source>
         <translation>缩放(&amp;Z)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2263"/>
+        <location filename="ViewManager/ViewManager.py" line="2265"/>
         <source>Ctrl+#</source>
         <comment>View|Zoom</comment>
         <translation>Ctrl+#</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2270"/>
-        <source>Zoom the text</source>
-        <translation>缩放文本</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2272"/>
+        <source>Zoom the text</source>
+        <translation>缩放文本</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2274"/>
         <source>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom the text. This opens a dialog where the desired size can be entered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;缩放&lt;/b&gt;&lt;p&gt;缩放文本。打开一个对话框以输入所需大小。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2284"/>
-        <source>Toggle all folds</source>
-        <translation>开关所有折叠</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2280"/>
-        <source>Toggle &amp;all folds</source>
-        <translation>开关所有折叠(&amp;a)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2286"/>
+        <source>Toggle all folds</source>
+        <translation>开关所有折叠</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2282"/>
+        <source>Toggle &amp;all folds</source>
+        <translation>开关所有折叠(&amp;a)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2288"/>
         <source>&lt;b&gt;Toggle all folds&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;开关所有折叠&lt;/b&gt;&lt;p&gt;打开或关闭当前编辑器的所有折叠。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2299"/>
-        <source>Toggle all folds (including children)</source>
-        <translation>开关所有折叠(包含子项)</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2294"/>
-        <source>Toggle all &amp;folds (including children)</source>
-        <translation>开关所有折叠(&amp;f)(包含子项)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2301"/>
+        <source>Toggle all folds (including children)</source>
+        <translation>开关所有折叠(包含子项)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2296"/>
+        <source>Toggle all &amp;folds (including children)</source>
+        <translation>开关所有折叠(&amp;f)(包含子项)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2303"/>
         <source>&lt;b&gt;Toggle all folds (including children)&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor including all children.&lt;/p&gt;</source>
         <translation>&lt;b&gt;开关所有折叠(包含子项)&lt;/b&gt;&lt;p&gt;打开或关闭当前编辑器中的所有折叠,包括子折叠。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2314"/>
-        <source>Toggle current fold</source>
-        <translation>开关当前折叠</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2310"/>
-        <source>Toggle &amp;current fold</source>
-        <translation>开关当前折叠(&amp;c)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2316"/>
+        <source>Toggle current fold</source>
+        <translation>开关当前折叠</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2312"/>
+        <source>Toggle &amp;current fold</source>
+        <translation>开关当前折叠(&amp;c)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2318"/>
         <source>&lt;b&gt;Toggle current fold&lt;/b&gt;&lt;p&gt;Toggle the folds of the current line of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;开关当前折叠&lt;/b&gt;&lt;p&gt;打开或关闭当前编辑器的当前行中的折叠。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2329"/>
-        <source>Remove all highlights</source>
-        <translation>取消所有高亮</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2331"/>
+        <source>Remove all highlights</source>
+        <translation>取消所有高亮</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2333"/>
         <source>&lt;b&gt;Remove all highlights&lt;/b&gt;&lt;p&gt;Remove the highlights of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;取消所有高亮&lt;/b&gt;&lt;p&gt;取消所有编辑器中的高亮。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>Split view</source>
         <translation>拆分视图</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2338"/>
+        <location filename="ViewManager/ViewManager.py" line="2340"/>
         <source>&amp;Split view</source>
         <translation>拆分视图(&amp;)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2342"/>
-        <source>Add a split to the view</source>
-        <translation>对视图进行拆分</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2344"/>
+        <source>Add a split to the view</source>
+        <translation>对视图进行拆分</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2346"/>
         <source>&lt;b&gt;Split view&lt;/b&gt;&lt;p&gt;Add a split to the view.&lt;/p&gt;</source>
         <translation>&lt;b&gt;拆分视图&lt;/b&gt;&lt;p&gt;对视图进行拆分。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange horizontally</source>
         <translation>水平排列</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2351"/>
+        <location filename="ViewManager/ViewManager.py" line="2353"/>
         <source>Arrange &amp;horizontally</source>
         <translation>水平排列(&amp;h)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2356"/>
-        <source>Arrange the splitted views horizontally</source>
-        <translation>将拆分的视图进行水平排列</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2358"/>
+        <source>Arrange the splitted views horizontally</source>
+        <translation>将拆分的视图进行水平排列</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2360"/>
         <source>&lt;b&gt;Arrange horizontally&lt;/b&gt;&lt;p&gt;Arrange the splitted views horizontally.&lt;/p&gt;</source>
         <translation>&lt;b&gt;水平排列&lt;/b&gt;&lt;p&gt;将拆分的视图进行水平排列。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>Remove split</source>
         <translation>移除拆分</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2367"/>
+        <location filename="ViewManager/ViewManager.py" line="2369"/>
         <source>&amp;Remove split</source>
         <translation>移除拆分(&amp;R)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2372"/>
-        <source>Remove the current split</source>
-        <translation>移除当前拆分</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2374"/>
+        <source>Remove the current split</source>
+        <translation>移除当前拆分</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2376"/>
         <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;移除拆分&lt;/b&gt;&lt;p&gt;移除当前拆分。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Next split</source>
         <translation>下一个拆分</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>&amp;Next split</source>
         <translation>下一个拆分(&amp;N)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2381"/>
+        <location filename="ViewManager/ViewManager.py" line="2383"/>
         <source>Ctrl+Alt+N</source>
         <comment>View|Next split</comment>
         <translation>Ctrl+Alt+N</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2387"/>
+        <location filename="ViewManager/ViewManager.py" line="2389"/>
         <source>Move to the next split</source>
         <translation>移动到下一个拆分中</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2389"/>
+        <location filename="ViewManager/ViewManager.py" line="2391"/>
         <source>&lt;b&gt;Next split&lt;/b&gt;&lt;p&gt;Move to the next split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;下一个拆分&lt;/b&gt;&lt;p&gt;移动到下一个拆分中。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Previous split</source>
         <translation>上一个拆分</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>&amp;Previous split</source>
         <translation>上一个拆分(&amp;P)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2396"/>
+        <location filename="ViewManager/ViewManager.py" line="2398"/>
         <source>Ctrl+Alt+P</source>
         <comment>View|Previous split</comment>
         <translation>Ctrl+Alt+P</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2402"/>
+        <location filename="ViewManager/ViewManager.py" line="2404"/>
         <source>Move to the previous split</source>
         <translation>移动到上一个拆分中</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2404"/>
+        <location filename="ViewManager/ViewManager.py" line="2406"/>
         <source>&lt;b&gt;Previous split&lt;/b&gt;&lt;p&gt;Move to the previous split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;上一个拆分&lt;/b&gt;&lt;p&gt;移动到上一个拆分中。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2426"/>
+        <location filename="ViewManager/ViewManager.py" line="2428"/>
         <source>&amp;View</source>
         <translation>视图(&amp;V)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2453"/>
+        <location filename="ViewManager/ViewManager.py" line="2455"/>
         <source>View</source>
         <translation>视图</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2479"/>
-        <source>Start Macro Recording</source>
-        <translation>开始宏录制</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2474"/>
-        <source>S&amp;tart Macro Recording</source>
-        <translation>开始宏录制(&amp;t)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2481"/>
+        <source>Start Macro Recording</source>
+        <translation>开始宏录制</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2476"/>
+        <source>S&amp;tart Macro Recording</source>
+        <translation>开始宏录制(&amp;t)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2483"/>
         <source>&lt;b&gt;Start Macro Recording&lt;/b&gt;&lt;p&gt;Start recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;开始宏录制&lt;/b&gt;&lt;p&gt;开始将编辑器命令录制到一个新宏中。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2494"/>
-        <source>Stop Macro Recording</source>
-        <translation>中止宏录制</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2489"/>
-        <source>Sto&amp;p Macro Recording</source>
-        <translation>中止宏录制(&amp;p)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2496"/>
+        <source>Stop Macro Recording</source>
+        <translation>中止宏录制</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2491"/>
+        <source>Sto&amp;p Macro Recording</source>
+        <translation>中止宏录制(&amp;p)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2498"/>
         <source>&lt;b&gt;Stop Macro Recording&lt;/b&gt;&lt;p&gt;Stop recording editor commands into a new macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;中止宏录制&lt;/b&gt;&lt;p&gt;中止将编辑器命令录制到一个新宏中。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2507"/>
+        <location filename="ViewManager/ViewManager.py" line="2509"/>
         <source>Run Macro</source>
         <translation>运行宏</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2504"/>
+        <location filename="ViewManager/ViewManager.py" line="2506"/>
         <source>&amp;Run Macro</source>
         <translation>运行宏(&amp;R)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2508"/>
+        <location filename="ViewManager/ViewManager.py" line="2510"/>
         <source>&lt;b&gt;Run Macro&lt;/b&gt;&lt;p&gt;Run a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;运行宏&lt;/b&gt;&lt;p&gt;运行一个已经录制好的编辑器宏。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2519"/>
-        <source>Delete Macro</source>
-        <translation>删除宏</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2515"/>
-        <source>&amp;Delete Macro</source>
-        <translation>删除宏(&amp;D)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2521"/>
+        <source>Delete Macro</source>
+        <translation>删除宏</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2517"/>
+        <source>&amp;Delete Macro</source>
+        <translation>删除宏(&amp;D)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2523"/>
         <source>&lt;b&gt;Delete Macro&lt;/b&gt;&lt;p&gt;Delete a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;删除宏&lt;/b&gt;&lt;p&gt;删除一个已经录制好的编辑器宏。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2531"/>
-        <source>Load Macro</source>
-        <translation>载入宏</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2528"/>
-        <source>&amp;Load Macro</source>
-        <translation>载入宏(&amp;L)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2533"/>
+        <source>Load Macro</source>
+        <translation>载入宏</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2530"/>
+        <source>&amp;Load Macro</source>
+        <translation>载入宏(&amp;L)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2535"/>
         <source>&lt;b&gt;Load Macro&lt;/b&gt;&lt;p&gt;Load an editor macro from a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;载入宏&lt;/b&gt;&lt;p&gt;从文件中载入一个编辑器宏。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2543"/>
-        <source>Save Macro</source>
-        <translation>保存宏</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2540"/>
-        <source>&amp;Save Macro</source>
-        <translation>保存宏(&amp;S)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2545"/>
+        <source>Save Macro</source>
+        <translation>保存宏</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2542"/>
+        <source>&amp;Save Macro</source>
+        <translation>保存宏(&amp;S)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2547"/>
         <source>&lt;b&gt;Save Macro&lt;/b&gt;&lt;p&gt;Save a previously recorded editor macro to a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;保存宏&lt;/b&gt;&lt;p&gt;将前面录制好的编辑器宏保存到一个文件中。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2560"/>
+        <location filename="ViewManager/ViewManager.py" line="2562"/>
         <source>&amp;Macros</source>
         <translation>宏(&amp;M)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2583"/>
+        <location filename="ViewManager/ViewManager.py" line="2585"/>
         <source>Toggle Bookmark</source>
         <translation>切换书签</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
         <source>&amp;Toggle Bookmark</source>
         <translation>切换书签(&amp;T)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2576"/>
+        <location filename="ViewManager/ViewManager.py" line="2578"/>
         <source>Alt+Ctrl+T</source>
         <comment>Bookmark|Toggle</comment>
         <translation>Alt+Ctrl+T</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2585"/>
+        <location filename="ViewManager/ViewManager.py" line="2587"/>
         <source>&lt;b&gt;Toggle Bookmark&lt;/b&gt;&lt;p&gt;Toggle a bookmark at the current line of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;切换书签&lt;/b&gt;&lt;p&gt;在当前编辑器的当前行打开或关闭书签。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2599"/>
-        <source>Next Bookmark</source>
-        <translation>下一个书签</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
-        <source>&amp;Next Bookmark</source>
-        <translation>下一个书签(&amp;N)</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2592"/>
-        <source>Ctrl+PgDown</source>
-        <comment>Bookmark|Next</comment>
-        <translation>Ctrl+PgDown</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2601"/>
+        <source>Next Bookmark</source>
+        <translation>下一个书签</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
+        <source>&amp;Next Bookmark</source>
+        <translation>下一个书签(&amp;N)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2594"/>
+        <source>Ctrl+PgDown</source>
+        <comment>Bookmark|Next</comment>
+        <translation>Ctrl+PgDown</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2603"/>
         <source>&lt;b&gt;Next Bookmark&lt;/b&gt;&lt;p&gt;Go to next bookmark of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;下一个书签&lt;/b&gt;&lt;p&gt;跳转到当前编辑器的下一个书签处。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2615"/>
+        <location filename="ViewManager/ViewManager.py" line="2617"/>
         <source>Previous Bookmark</source>
         <translation>上一个书签</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
         <source>&amp;Previous Bookmark</source>
         <translation>上一个书签(&amp;P)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2608"/>
+        <location filename="ViewManager/ViewManager.py" line="2610"/>
         <source>Ctrl+PgUp</source>
         <comment>Bookmark|Previous</comment>
         <translation>Ctrl+PgUp</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2617"/>
+        <location filename="ViewManager/ViewManager.py" line="2619"/>
         <source>&lt;b&gt;Previous Bookmark&lt;/b&gt;&lt;p&gt;Go to previous bookmark of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;上一个书签&lt;/b&gt;&lt;p&gt;跳转到当前编辑器的上一个书签处。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2632"/>
-        <source>Clear Bookmarks</source>
-        <translation>清除书签</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
-        <source>&amp;Clear Bookmarks</source>
-        <translation>清除书签(&amp;C)</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2625"/>
-        <source>Alt+Ctrl+C</source>
-        <comment>Bookmark|Clear</comment>
-        <translation>Alt+Ctrl+C</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2634"/>
+        <source>Clear Bookmarks</source>
+        <translation>清除书签</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
+        <source>&amp;Clear Bookmarks</source>
+        <translation>清除书签(&amp;C)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2627"/>
+        <source>Alt+Ctrl+C</source>
+        <comment>Bookmark|Clear</comment>
+        <translation>Alt+Ctrl+C</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2636"/>
         <source>&lt;b&gt;Clear Bookmarks&lt;/b&gt;&lt;p&gt;Clear bookmarks of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;清除书签&lt;/b&gt;&lt;p&gt;清除所有编辑器的书签。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2648"/>
-        <source>Goto Syntax Error</source>
-        <translation>转到语法错误处</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2642"/>
-        <source>&amp;Goto Syntax Error</source>
-        <translation>转到语法错误处(&amp;G)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2650"/>
+        <source>Goto Syntax Error</source>
+        <translation>转到语法错误处</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2644"/>
+        <source>&amp;Goto Syntax Error</source>
+        <translation>转到语法错误处(&amp;G)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2652"/>
         <source>&lt;b&gt;Goto Syntax Error&lt;/b&gt;&lt;p&gt;Go to next syntax error of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;转到语法错误处&lt;/b&gt;&lt;p&gt;跳转到当前编辑器的下一个语法错误处。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2663"/>
-        <source>Clear Syntax Errors</source>
-        <translation>清除语法错误</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2658"/>
-        <source>Clear &amp;Syntax Errors</source>
-        <translation>清除语法错误(&amp;S)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2665"/>
+        <source>Clear Syntax Errors</source>
+        <translation>清除语法错误</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2660"/>
+        <source>Clear &amp;Syntax Errors</source>
+        <translation>清除语法错误(&amp;S)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2667"/>
         <source>&lt;b&gt;Clear Syntax Errors&lt;/b&gt;&lt;p&gt;Clear syntax errors of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;清除语法错误&lt;/b&gt;&lt;p&gt;清除所有编辑器的语法错误。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2730"/>
-        <source>Next uncovered line</source>
-        <translation>下一个未覆盖行</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2724"/>
-        <source>&amp;Next uncovered line</source>
-        <translation>下一个未覆盖行(&amp;N)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2732"/>
+        <source>Next uncovered line</source>
+        <translation>下一个未覆盖行</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2726"/>
+        <source>&amp;Next uncovered line</source>
+        <translation>下一个未覆盖行(&amp;N)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2734"/>
         <source>&lt;b&gt;Next uncovered line&lt;/b&gt;&lt;p&gt;Go to next line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;下一个未覆盖行&lt;/b&gt;&lt;p&gt;跳转到下一个当前编辑器标记为不覆盖的行。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2746"/>
-        <source>Previous uncovered line</source>
-        <translation>上一个未覆盖行</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2739"/>
-        <source>&amp;Previous uncovered line</source>
-        <translation>上一个未覆盖行(&amp;P)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2748"/>
+        <source>Previous uncovered line</source>
+        <translation>上一个未覆盖行</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2741"/>
+        <source>&amp;Previous uncovered line</source>
+        <translation>上一个未覆盖行(&amp;P)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2750"/>
         <source>&lt;b&gt;Previous uncovered line&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor marked as not covered.&lt;/p&gt;</source>
         <translation>&lt;b&gt;上一个未覆盖行&lt;/b&gt;&lt;p&gt;跳转到上一个编辑器标记为不覆盖的行。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2763"/>
-        <source>Next Task</source>
-        <translation>下一个任务</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2757"/>
-        <source>&amp;Next Task</source>
-        <translation>下一个任务(&amp;N)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2765"/>
+        <source>Next Task</source>
+        <translation>下一个任务</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2759"/>
+        <source>&amp;Next Task</source>
+        <translation>下一个任务(&amp;N)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2767"/>
         <source>&lt;b&gt;Next Task&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a task.&lt;/p&gt;</source>
         <translation>&lt;b&gt;下一个任务&lt;/b&gt;&lt;p&gt;跳转到下一个包含任务的当前编辑器的行。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2779"/>
-        <source>Previous Task</source>
-        <translation>上一个任务</translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2772"/>
-        <source>&amp;Previous Task</source>
-        <translation>上一个任务(&amp;P)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2781"/>
+        <source>Previous Task</source>
+        <translation>上一个任务</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2774"/>
+        <source>&amp;Previous Task</source>
+        <translation>上一个任务(&amp;P)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2783"/>
         <source>&lt;b&gt;Previous Task&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a task.&lt;/p&gt;</source>
         <translation>&lt;b&gt;上一个任务&lt;/b&gt;&lt;p&gt;跳转到上一个包含任务的当前编辑器的行。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2797"/>
+        <location filename="ViewManager/ViewManager.py" line="2799"/>
         <source>&amp;Bookmarks</source>
         <translation>书签(&amp;B)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2839"/>
+        <location filename="ViewManager/ViewManager.py" line="2841"/>
         <source>Bookmarks</source>
         <translation>书签</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Spell check</source>
         <translation>拼写检查</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>&amp;Spell Check...</source>
         <translation>拼写检查(&amp;S)……</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2869"/>
+        <location filename="ViewManager/ViewManager.py" line="2871"/>
         <source>Shift+F7</source>
         <comment>Spelling|Spell Check</comment>
         <translation>Shift+F7</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2878"/>
-        <source>Perform spell check of current editor</source>
-        <translation>对当前编辑器进行拼写检查</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2880"/>
+        <source>Perform spell check of current editor</source>
+        <translation>对当前编辑器进行拼写检查</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2882"/>
         <source>&lt;b&gt;Spell check&lt;/b&gt;&lt;p&gt;Perform a spell check of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;拼写检查&lt;/b&gt;&lt;p&gt;对当前编辑器进行拼写检查。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>Automatic spell checking</source>
         <translation>自动拼写检查</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2887"/>
+        <location filename="ViewManager/ViewManager.py" line="2889"/>
         <source>&amp;Automatic spell checking</source>
         <translation>自动拼写检查(&amp;A)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2894"/>
-        <source>(De-)Activate automatic spell checking</source>
-        <translation>(不)激活自动拼写检查</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2896"/>
+        <source>(De-)Activate automatic spell checking</source>
+        <translation>(不)激活自动拼写检查</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2898"/>
         <source>&lt;b&gt;Automatic spell checking&lt;/b&gt;&lt;p&gt;Activate or deactivate the automatic spell checking function of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;自动拼写检查&lt;/b&gt;&lt;p&gt;激活或不激活所有编辑器的自动拼写检查功能。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2937"/>
+        <location filename="ViewManager/ViewManager.py" line="2939"/>
         <source>Spelling</source>
         <translation>拼写法</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2963"/>
+        <location filename="ViewManager/ViewManager.py" line="2965"/>
         <source>Open files</source>
         <translation>打开多个文件</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>File Modified</source>
         <translation>文件已改变</translation>
     </message>
@@ -45278,82 +45359,82 @@
         <translation type="obsolete">位置: %1</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3658"/>
+        <location filename="ViewManager/ViewManager.py" line="3660"/>
         <source>&amp;Clear</source>
         <translation>清除(&amp;C)</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3654"/>
-        <source>&amp;Add</source>
-        <translation>添加(&amp;A)</translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="3656"/>
+        <source>&amp;Add</source>
+        <translation>添加(&amp;A)</translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="3658"/>
         <source>&amp;Edit...</source>
         <translation>编辑(&amp;E)……</translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3000"/>
+        <location filename="ViewManager/ViewManager.py" line="3002"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3289"/>
+        <location filename="ViewManager/ViewManager.py" line="3291"/>
         <source>File: {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3293"/>
+        <location filename="ViewManager/ViewManager.py" line="3295"/>
         <source>Line: {0:5}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="3298"/>
+        <location filename="ViewManager/ViewManager.py" line="3300"/>
         <source>Pos: {0:5}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2680"/>
-        <source>Next warning message</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2673"/>
-        <source>&amp;Next warning message</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2682"/>
+        <source>Next warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2675"/>
+        <source>&amp;Next warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2684"/>
         <source>&lt;b&gt;Next warning message&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2697"/>
-        <source>Previous warning message</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2690"/>
-        <source>&amp;Previous warning message</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2699"/>
+        <source>Previous warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2692"/>
+        <source>&amp;Previous warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2701"/>
         <source>&lt;b&gt;Previous warning message&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a py3flakes warning.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="ViewManager/ViewManager.py" line="2714"/>
-        <source>Clear Warning Messages</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="ViewManager/ViewManager.py" line="2708"/>
-        <source>Clear &amp;Warning Messages</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="ViewManager/ViewManager.py" line="2716"/>
+        <source>Clear Warning Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2710"/>
+        <source>Clear &amp;Warning Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ViewManager/ViewManager.py" line="2718"/>
         <source>&lt;b&gt;Clear Warning Messages&lt;/b&gt;&lt;p&gt;Clear py3flakes warning messages of all editors.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -45376,58 +45457,63 @@
         <translation>编辑模式(&amp;E)</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="186"/>
         <source>Multiproject-Viewer</source>
         <translation>多重项目浏览器</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="183"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
         <source>Project-Viewer</source>
         <translation>项目浏览器</translation>
     </message>
     <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="169"/>
+        <source>File-Browser</source>
+        <translation>文件浏览器</translation>
+    </message>
+    <message>
         <location filename="Preferences/ViewProfileDialog.ui" line="159"/>
-        <source>File-Browser</source>
-        <translation>文件浏览器</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="149"/>
         <source>Debug-Viewer</source>
         <translation>调试浏览器</translation>
     </message>
     <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="193"/>
+        <location filename="Preferences/ViewProfileDialog.ui" line="203"/>
         <source>Shell</source>
         <translation>命令行</translation>
     </message>
     <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="237"/>
+        <source>Terminal</source>
+        <translation>终端</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="176"/>
+        <source>Log-Viewer</source>
+        <translation>日志浏览器</translation>
+    </message>
+    <message>
         <location filename="Preferences/ViewProfileDialog.ui" line="220"/>
-        <source>Terminal</source>
-        <translation>终端</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="166"/>
-        <source>Log-Viewer</source>
-        <translation>日志浏览器</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="203"/>
         <source>Task-Viewer</source>
         <translation>任务浏览器</translation>
     </message>
     <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="230"/>
+        <source>Templates-Viewer</source>
+        <translation>模板浏览器</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="146"/>
+        <source>&amp;Debug Profile</source>
+        <translation>调试模式(&amp;D)</translation>
+    </message>
+    <message>
+        <location filename="Preferences/ViewProfileDialog.ui" line="152"/>
+        <source>Cooperation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="Preferences/ViewProfileDialog.ui" line="213"/>
-        <source>Templates-Viewer</source>
-        <translation>模板浏览器</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="136"/>
-        <source>&amp;Debug Profile</source>
-        <translation>调试模式(&amp;D)</translation>
-    </message>
-    <message>
-        <location filename="Preferences/ViewProfileDialog.ui" line="142"/>
-        <source>Cooperation</source>
+        <source>Symbols</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
Binary file icons/default/symbols.png has changed

eric ide

mercurial