src/eric7/Documentation/Source/eric7.UI.UserInterface.html

branch
eric7
changeset 10479
856476537696
parent 10478
de9106c55c3d
child 10493
f795d68d8e09
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.UI.UserInterface.html
--- a/src/eric7/Documentation/Source/eric7.UI.UserInterface.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.UserInterface.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.UI.UserInterface</h1>
-
 <p>
 Module implementing the main user interface.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>SSL_AVAILABLE</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#Redirector">Redirector</a></td>
 <td>Helper class used to redirect stdout and stderr to the log window.</td>
@@ -29,19 +27,20 @@
 <td>Class implementing the main user interface.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="Redirector" ID="Redirector"></a>
 <h2>Redirector</h2>
-
 <p>
     Helper class used to redirect stdout and stderr to the log window.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -57,19 +56,17 @@
 <h3>Derived from</h3>
 QObject
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#Redirector.__init__">Redirector</a></td>
 <td>Constructor</td>
@@ -91,19 +88,20 @@
 <td>Public method used to write data.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="Redirector.__init__" ID="Redirector.__init__"></a>
 <h4>Redirector (Constructor)</h4>
 <b>Redirector</b>(<i>stderr, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>stderr</i> (bool)</dt>
@@ -118,10 +116,10 @@
 <a NAME="Redirector.__bufferedWrite" ID="Redirector.__bufferedWrite"></a>
 <h4>Redirector.__bufferedWrite</h4>
 <b>__bufferedWrite</b>(<i></i>)
-
 <p>
         Private method returning number of characters to write.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -137,10 +135,10 @@
 <a NAME="Redirector.__nWrite" ID="Redirector.__nWrite"></a>
 <h4>Redirector.__nWrite</h4>
 <b>__nWrite</b>(<i>n</i>)
-
 <p>
         Private method used to write data.
 </p>
+
 <dl>
 
 <dt><i>n</i> (int)</dt>
@@ -151,17 +149,17 @@
 <a NAME="Redirector.flush" ID="Redirector.flush"></a>
 <h4>Redirector.flush</h4>
 <b>flush</b>(<i></i>)
-
 <p>
         Public method used to flush the buffered data.
 </p>
+
 <a NAME="Redirector.write" ID="Redirector.write"></a>
 <h4>Redirector.write</h4>
 <b>write</b>(<i>s</i>)
-
 <p>
         Public method used to write data.
 </p>
+
 <dl>
 
 <dt><i>s</i> (Any)</dt>
@@ -174,10 +172,10 @@
 <hr />
 <a NAME="UserInterface" ID="UserInterface"></a>
 <h2>UserInterface</h2>
-
 <p>
     Class implementing the main user interface.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -216,19 +214,22 @@
 <h3>Derived from</h3>
 EricMainWindow
 <h3>Class Attributes</h3>
-
 <table>
-<tr><td>BottomSide</td></tr><tr><td>ErrorLogFileName</td></tr><tr><td>LeftSide</td></tr><tr><td>RightSide</td></tr><tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr>
+<tr><td>BottomSide</td></tr>
+<tr><td>ErrorLogFileName</td></tr>
+<tr><td>LeftSide</td></tr>
+<tr><td>RightSide</td></tr>
+<tr><td>maxFilePathLen</td></tr>
+<tr><td>maxMenuFilePathLen</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#UserInterface.__init__">UserInterface</a></td>
 <td>Constructor</td>
@@ -1146,19 +1147,20 @@
 <td>Public method to check, if the eric version is good compared to the required version.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="UserInterface.__init__" ID="UserInterface.__init__"></a>
 <h4>UserInterface (Constructor)</h4>
 <b>UserInterface</b>(<i>app, locale, splash, plugin, disabledPlugins, noOpenAtStartup, noCrashOpenAtStartup, disableCrashSession, restartArguments, originalPathString, </i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>app</i> (EricApplication)</dt>
@@ -1211,11 +1213,11 @@
 <a NAME="UserInterface.__TBMenuTriggered" ID="UserInterface.__TBMenuTriggered"></a>
 <h4>UserInterface.__TBMenuTriggered</h4>
 <b>__TBMenuTriggered</b>(<i>act</i>)
-
 <p>
         Private method to handle the toggle of a toolbar via the Window->
         Toolbars submenu.
 </p>
+
 <dl>
 
 <dt><i>act</i> (QAction)</dt>
@@ -1226,11 +1228,11 @@
 <a NAME="UserInterface.__TBPopupMenuTriggered" ID="UserInterface.__TBPopupMenuTriggered"></a>
 <h4>UserInterface.__TBPopupMenuTriggered</h4>
 <b>__TBPopupMenuTriggered</b>(<i>act</i>)
-
 <p>
         Private method to handle the toggle of a toolbar via the QMainWindow
         Toolbars popup menu.
 </p>
+
 <dl>
 
 <dt><i>act</i> (QAction)</dt>
@@ -1241,10 +1243,10 @@
 <a NAME="UserInterface.__TRPreviewer" ID="UserInterface.__TRPreviewer"></a>
 <h4>UserInterface.__TRPreviewer</h4>
 <b>__TRPreviewer</b>(<i>fileNames=None, ignore=False</i>)
-
 <p>
         Private slot to start the Translation Previewer executable.
 </p>
+
 <dl>
 
 <dt><i>fileNames</i> (list of str)</dt>
@@ -1259,10 +1261,10 @@
 <a NAME="UserInterface.__UIPreviewer" ID="UserInterface.__UIPreviewer"></a>
 <h4>UserInterface.__UIPreviewer</h4>
 <b>__UIPreviewer</b>(<i>fn=None</i>)
-
 <p>
         Private slot to start the UI Previewer executable.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -1273,38 +1275,38 @@
 <a NAME="UserInterface.__activateBrowser" ID="UserInterface.__activateBrowser"></a>
 <h4>UserInterface.__activateBrowser</h4>
 <b>__activateBrowser</b>(<i></i>)
-
 <p>
         Private slot to handle the activation of the file browser.
 </p>
+
 <a NAME="UserInterface.__activateCondaWidget" ID="UserInterface.__activateCondaWidget"></a>
 <h4>UserInterface.__activateCondaWidget</h4>
 <b>__activateCondaWidget</b>(<i></i>)
-
 <p>
         Private slot to handle the activation of the Conda manager widget.
 </p>
+
 <a NAME="UserInterface.__activateFindFileWidget" ID="UserInterface.__activateFindFileWidget"></a>
 <h4>UserInterface.__activateFindFileWidget</h4>
 <b>__activateFindFileWidget</b>(<i></i>)
-
 <p>
         Private slot to activate the Find In Files widget.
 </p>
+
 <a NAME="UserInterface.__activateFindLocationWidget" ID="UserInterface.__activateFindLocationWidget"></a>
 <h4>UserInterface.__activateFindLocationWidget</h4>
 <b>__activateFindLocationWidget</b>(<i></i>)
-
 <p>
         Private method to activate the Find File widget.
 </p>
+
 <a NAME="UserInterface.__activateHelpViewerWidget" ID="UserInterface.__activateHelpViewerWidget"></a>
 <h4>UserInterface.__activateHelpViewerWidget</h4>
 <b>__activateHelpViewerWidget</b>(<i>urlStr=None</i>)
-
 <p>
         Private method to activate the embedded Help Viewer window.
 </p>
+
 <dl>
 
 <dt><i>urlStr</i> (str)</dt>
@@ -1315,18 +1317,18 @@
 <a NAME="UserInterface.__activateIRC" ID="UserInterface.__activateIRC"></a>
 <h4>UserInterface.__activateIRC</h4>
 <b>__activateIRC</b>(<i></i>)
-
 <p>
         Private slot to handle the activation of the IRC window.
 </p>
+
 <a NAME="UserInterface.__activateLeftRightSidebarWidget" ID="UserInterface.__activateLeftRightSidebarWidget"></a>
 <h4>UserInterface.__activateLeftRightSidebarWidget</h4>
 <b>__activateLeftRightSidebarWidget</b>(<i>widget</i>)
-
 <p>
         Private method to activate the given widget in the left or right
         sidebar.
 </p>
+
 <dl>
 
 <dt><i>widget</i> (QWidget)</dt>
@@ -1337,87 +1339,87 @@
 <a NAME="UserInterface.__activateLogViewer" ID="UserInterface.__activateLogViewer"></a>
 <h4>UserInterface.__activateLogViewer</h4>
 <b>__activateLogViewer</b>(<i></i>)
-
 <p>
         Private slot to handle the activation of the Log Viewer.
 </p>
+
 <a NAME="UserInterface.__activateMicroPython" ID="UserInterface.__activateMicroPython"></a>
 <h4>UserInterface.__activateMicroPython</h4>
 <b>__activateMicroPython</b>(<i></i>)
-
 <p>
         Private slot to handle the activation of the MicroPython widget.
 </p>
+
 <a NAME="UserInterface.__activateMultiProjectBrowser" ID="UserInterface.__activateMultiProjectBrowser"></a>
 <h4>UserInterface.__activateMultiProjectBrowser</h4>
 <b>__activateMultiProjectBrowser</b>(<i></i>)
-
 <p>
         Private slot to handle the activation of the project browser.
 </p>
+
 <a NAME="UserInterface.__activateNumbersViewer" ID="UserInterface.__activateNumbersViewer"></a>
 <h4>UserInterface.__activateNumbersViewer</h4>
 <b>__activateNumbersViewer</b>(<i></i>)
-
 <p>
         Private slot to handle the activation of the Numbers Viewer.
 </p>
+
 <a NAME="UserInterface.__activatePipWidget" ID="UserInterface.__activatePipWidget"></a>
 <h4>UserInterface.__activatePipWidget</h4>
 <b>__activatePipWidget</b>(<i></i>)
-
 <p>
         Private slot to handle the activation of the PyPI manager widget.
 </p>
+
 <a NAME="UserInterface.__activateProjectBrowser" ID="UserInterface.__activateProjectBrowser"></a>
 <h4>UserInterface.__activateProjectBrowser</h4>
 <b>__activateProjectBrowser</b>(<i></i>)
-
 <p>
         Private slot to handle the activation of the project browser.
 </p>
+
 <a NAME="UserInterface.__activateShell" ID="UserInterface.__activateShell"></a>
 <h4>UserInterface.__activateShell</h4>
 <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>)
-
 <p>
         Private slot to handle the activation of the Task Viewer.
 </p>
+
 <a NAME="UserInterface.__activateTemplateViewer" ID="UserInterface.__activateTemplateViewer"></a>
 <h4>UserInterface.__activateTemplateViewer</h4>
 <b>__activateTemplateViewer</b>(<i></i>)
-
 <p>
         Private slot to handle the activation of the Template Viewer.
 </p>
+
 <a NAME="UserInterface.__activateVcsStatusList" ID="UserInterface.__activateVcsStatusList"></a>
 <h4>UserInterface.__activateVcsStatusList</h4>
 <b>__activateVcsStatusList</b>(<i></i>)
-
 <p>
         Private slot to activate the VCS Status List.
 </p>
+
 <a NAME="UserInterface.__activateViewProfile" ID="UserInterface.__activateViewProfile"></a>
 <h4>UserInterface.__activateViewProfile</h4>
 <b>__activateViewProfile</b>(<i>name, save=True</i>)
-
 <p>
         Private slot to activate a view profile.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -1433,17 +1435,17 @@
 <a NAME="UserInterface.__activateViewmanager" ID="UserInterface.__activateViewmanager"></a>
 <h4>UserInterface.__activateViewmanager</h4>
 <b>__activateViewmanager</b>(<i></i>)
-
 <p>
         Private slot to handle the activation of the current editor.
 </p>
+
 <a NAME="UserInterface.__assistant" ID="UserInterface.__assistant"></a>
 <h4>UserInterface.__assistant</h4>
 <b>__assistant</b>(<i>home=None</i>)
-
 <p>
         Private slot to start the Qt-Assistant executable.
 </p>
+
 <dl>
 
 <dt><i>home</i> (str)</dt>
@@ -1454,10 +1456,10 @@
 <a NAME="UserInterface.__checkActions" ID="UserInterface.__checkActions"></a>
 <h4>UserInterface.__checkActions</h4>
 <b>__checkActions</b>(<i>editor</i>)
-
 <p>
         Private slot to check some actions for their enable/disable status.
 </p>
+
 <dl>
 
 <dt><i>editor</i> (Editor)</dt>
@@ -1468,10 +1470,10 @@
 <a NAME="UserInterface.__chmViewer" ID="UserInterface.__chmViewer"></a>
 <h4>UserInterface.__chmViewer</h4>
 <b>__chmViewer</b>(<i>home=None</i>)
-
 <p>
         Private slot to start the win help viewer to show *.chm files.
 </p>
+
 <dl>
 
 <dt><i>home</i> (str)</dt>
@@ -1482,18 +1484,18 @@
 <a NAME="UserInterface.__clearPrivateData" ID="UserInterface.__clearPrivateData"></a>
 <h4>UserInterface.__clearPrivateData</h4>
 <b>__clearPrivateData</b>(<i></i>)
-
 <p>
         Private slot to clear the private data lists.
 </p>
+
 <a NAME="UserInterface.__commitData" ID="UserInterface.__commitData"></a>
 <h4>UserInterface.__commitData</h4>
 <b>__commitData</b>(<i>manager: QSessionManager</i>)
-
 <p>
         Private slot to commit unsaved data when instructed by the desktop
         session manager.
 </p>
+
 <dl>
 
 <dt><i>manager</i> (QSessionManager)</dt>
@@ -1504,45 +1506,45 @@
 <a NAME="UserInterface.__compareFiles" ID="UserInterface.__compareFiles"></a>
 <h4>UserInterface.__compareFiles</h4>
 <b>__compareFiles</b>(<i></i>)
-
 <p>
         Private slot to handle the Compare Files dialog.
 </p>
+
 <a NAME="UserInterface.__compareFilesSbs" ID="UserInterface.__compareFilesSbs"></a>
 <h4>UserInterface.__compareFilesSbs</h4>
 <b>__compareFilesSbs</b>(<i></i>)
-
 <p>
         Private slot to handle the Compare Files dialog.
 </p>
+
 <a NAME="UserInterface.__configShortcuts" ID="UserInterface.__configShortcuts"></a>
 <h4>UserInterface.__configShortcuts</h4>
 <b>__configShortcuts</b>(<i></i>)
-
 <p>
         Private slot to configure the keyboard shortcuts.
 </p>
+
 <a NAME="UserInterface.__configToolBars" ID="UserInterface.__configToolBars"></a>
 <h4>UserInterface.__configToolBars</h4>
 <b>__configToolBars</b>(<i></i>)
-
 <p>
         Private slot to configure the various toolbars.
 </p>
+
 <a NAME="UserInterface.__configViewProfiles" ID="UserInterface.__configViewProfiles"></a>
 <h4>UserInterface.__configViewProfiles</h4>
 <b>__configViewProfiles</b>(<i></i>)
-
 <p>
         Private slot to configure the various view profiles.
 </p>
+
 <a NAME="UserInterface.__connectToWebBrowser" ID="UserInterface.__connectToWebBrowser"></a>
 <h4>UserInterface.__connectToWebBrowser</h4>
 <b>__connectToWebBrowser</b>(<i>process</i>)
-
 <p>
         Private method to connect to a started web browser.
 </p>
+
 <dl>
 
 <dt><i>process</i> (QProcess)</dt>
@@ -1566,10 +1568,10 @@
 <a NAME="UserInterface.__createDockWindow" ID="UserInterface.__createDockWindow"></a>
 <h4>UserInterface.__createDockWindow</h4>
 <b>__createDockWindow</b>(<i>name</i>)
-
 <p>
         Private method to create a dock window with common properties.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -1592,10 +1594,10 @@
 <a NAME="UserInterface.__createLayout" ID="UserInterface.__createLayout"></a>
 <h4>UserInterface.__createLayout</h4>
 <b>__createLayout</b>(<i></i>)
-
 <p>
         Private method to create the layout of the various windows.
 </p>
+
 <dl>
 
 <dt>Raises <b>ValueError</b>:</dt>
@@ -1606,38 +1608,38 @@
 <a NAME="UserInterface.__createObjects" ID="UserInterface.__createObjects"></a>
 <h4>UserInterface.__createObjects</h4>
 <b>__createObjects</b>(<i></i>)
-
 <p>
         Private method to create the various application objects.
 </p>
+
 <a NAME="UserInterface.__createSidebarsLayout" ID="UserInterface.__createSidebarsLayout"></a>
 <h4>UserInterface.__createSidebarsLayout</h4>
 <b>__createSidebarsLayout</b>(<i></i>)
-
 <p>
         Private method to create the Sidebars layout.
 </p>
+
 <a NAME="UserInterface.__createTestingDialog" ID="UserInterface.__createTestingDialog"></a>
 <h4>UserInterface.__createTestingDialog</h4>
 <b>__createTestingDialog</b>(<i></i>)
-
 <p>
         Private slot to generate the testing dialog on demand.
 </p>
+
 <a NAME="UserInterface.__createToolboxesLayout" ID="UserInterface.__createToolboxesLayout"></a>
 <h4>UserInterface.__createToolboxesLayout</h4>
 <b>__createToolboxesLayout</b>(<i></i>)
-
 <p>
         Private method to create the Toolboxes layout.
 </p>
+
 <a NAME="UserInterface.__customViewer" ID="UserInterface.__customViewer"></a>
 <h4>UserInterface.__customViewer</h4>
 <b>__customViewer</b>(<i>home=None</i>)
-
 <p>
         Private slot to start a custom viewer.
 </p>
+
 <dl>
 
 <dt><i>home</i> (str)</dt>
@@ -1648,38 +1650,38 @@
 <a NAME="UserInterface.__debuggingDone" ID="UserInterface.__debuggingDone"></a>
 <h4>UserInterface.__debuggingDone</h4>
 <b>__debuggingDone</b>(<i></i>)
-
 <p>
         Private slot to handle the end of a debugging session.
 </p>
+
 <a NAME="UserInterface.__debuggingStarted" ID="UserInterface.__debuggingStarted"></a>
 <h4>UserInterface.__debuggingStarted</h4>
 <b>__debuggingStarted</b>(<i></i>)
-
 <p>
         Private slot to handle the start of a debugging session.
 </p>
+
 <a NAME="UserInterface.__deinstallPlugin" ID="UserInterface.__deinstallPlugin"></a>
 <h4>UserInterface.__deinstallPlugin</h4>
 <b>__deinstallPlugin</b>(<i></i>)
-
 <p>
         Private slot to show a dialog to uninstall a plugin.
 </p>
+
 <a NAME="UserInterface.__deleteCrashSession" ID="UserInterface.__deleteCrashSession"></a>
 <h4>UserInterface.__deleteCrashSession</h4>
 <b>__deleteCrashSession</b>(<i></i>)
-
 <p>
         Private slot to delete the crash session file.
 </p>
+
 <a NAME="UserInterface.__designer" ID="UserInterface.__designer"></a>
 <h4>UserInterface.__designer</h4>
 <b>__designer</b>(<i>fn=None</i>)
-
 <p>
         Private slot to start the Qt-Designer executable.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -1690,10 +1692,10 @@
 <a NAME="UserInterface.__editPixmap" ID="UserInterface.__editPixmap"></a>
 <h4>UserInterface.__editPixmap</h4>
 <b>__editPixmap</b>(<i>fn=""</i>)
-
 <p>
         Private slot to show a pixmap in a dialog.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str (optional))</dt>
@@ -1704,10 +1706,10 @@
 <a NAME="UserInterface.__editorOpened" ID="UserInterface.__editorOpened"></a>
 <h4>UserInterface.__editorOpened</h4>
 <b>__editorOpened</b>(<i>fn</i>)
-
 <p>
         Private slot to handle the editorOpened signal.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -1718,31 +1720,31 @@
 <a NAME="UserInterface.__exportPreferences" ID="UserInterface.__exportPreferences"></a>
 <h4>UserInterface.__exportPreferences</h4>
 <b>__exportPreferences</b>(<i></i>)
-
 <p>
         Private slot to export the current preferences.
 </p>
+
 <a NAME="UserInterface.__exportShortcuts" ID="UserInterface.__exportShortcuts"></a>
 <h4>UserInterface.__exportShortcuts</h4>
 <b>__exportShortcuts</b>(<i></i>)
-
 <p>
         Private slot to export the keyboard shortcuts.
 </p>
+
 <a NAME="UserInterface.__exportTheme" ID="UserInterface.__exportTheme"></a>
 <h4>UserInterface.__exportTheme</h4>
 <b>__exportTheme</b>(<i></i>)
-
 <p>
         Private slot to export the current theme to a file.
 </p>
+
 <a NAME="UserInterface.__getFloatingGeometry" ID="UserInterface.__getFloatingGeometry"></a>
 <h4>UserInterface.__getFloatingGeometry</h4>
 <b>__getFloatingGeometry</b>(<i>w</i>)
-
 <p>
         Private method to get the geometry of a floating windows.
 </p>
+
 <dl>
 
 <dt><i>w</i> (QWidget)</dt>
@@ -1765,10 +1767,10 @@
 <a NAME="UserInterface.__hasErrorLog" ID="UserInterface.__hasErrorLog"></a>
 <h4>UserInterface.__hasErrorLog</h4>
 <b>__hasErrorLog</b>(<i></i>)
-
 <p>
         Private method to check, if an error log file exists.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1784,110 +1786,110 @@
 <a NAME="UserInterface.__helpViewer" ID="UserInterface.__helpViewer"></a>
 <h4>UserInterface.__helpViewer</h4>
 <b>__helpViewer</b>(<i></i>)
-
 <p>
         Private slot to start an empty help viewer/web browser.
 </p>
+
 <a NAME="UserInterface.__importPreferences" ID="UserInterface.__importPreferences"></a>
 <h4>UserInterface.__importPreferences</h4>
 <b>__importPreferences</b>(<i></i>)
-
 <p>
         Private slot to from eric7 import Preferences.
 </p>
+
 <a NAME="UserInterface.__importShortcuts" ID="UserInterface.__importShortcuts"></a>
 <h4>UserInterface.__importShortcuts</h4>
 <b>__importShortcuts</b>(<i></i>)
-
 <p>
         Private slot to import the keyboard shortcuts.
 </p>
+
 <a NAME="UserInterface.__importTheme" ID="UserInterface.__importTheme"></a>
 <h4>UserInterface.__importTheme</h4>
 <b>__importTheme</b>(<i></i>)
-
 <p>
         Private slot to import a previously exported theme.
 </p>
+
 <a NAME="UserInterface.__initActions" ID="UserInterface.__initActions"></a>
 <h4>UserInterface.__initActions</h4>
 <b>__initActions</b>(<i></i>)
-
 <p>
         Private method to define the user interface actions.
 </p>
+
 <a NAME="UserInterface.__initDebugToolbarsLayout" ID="UserInterface.__initDebugToolbarsLayout"></a>
 <h4>UserInterface.__initDebugToolbarsLayout</h4>
 <b>__initDebugToolbarsLayout</b>(<i></i>)
-
 <p>
         Private slot to initialize the toolbars layout for the debug profile.
 </p>
+
 <a NAME="UserInterface.__initEricDocAction" ID="UserInterface.__initEricDocAction"></a>
 <h4>UserInterface.__initEricDocAction</h4>
 <b>__initEricDocAction</b>(<i></i>)
-
 <p>
         Private slot to initialize the action to show the eric documentation.
 </p>
+
 <a NAME="UserInterface.__initExternalToolsActions" ID="UserInterface.__initExternalToolsActions"></a>
 <h4>UserInterface.__initExternalToolsActions</h4>
 <b>__initExternalToolsActions</b>(<i></i>)
-
 <p>
         Private slot to create actions for the configured external tools.
 </p>
+
 <a NAME="UserInterface.__initMenus" ID="UserInterface.__initMenus"></a>
 <h4>UserInterface.__initMenus</h4>
 <b>__initMenus</b>(<i></i>)
-
 <p>
         Private slot to create the menus.
 </p>
+
 <a NAME="UserInterface.__initPySideDocActions" ID="UserInterface.__initPySideDocActions"></a>
 <h4>UserInterface.__initPySideDocActions</h4>
 <b>__initPySideDocActions</b>(<i></i>)
-
 <p>
         Private slot to initialize the actions to show the PySide
         documentation.
 </p>
+
 <a NAME="UserInterface.__initPythonDocActions" ID="UserInterface.__initPythonDocActions"></a>
 <h4>UserInterface.__initPythonDocActions</h4>
 <b>__initPythonDocActions</b>(<i></i>)
-
 <p>
         Private slot to initialize the actions to show the Python
         documentation.
 </p>
+
 <a NAME="UserInterface.__initQtDocActions" ID="UserInterface.__initQtDocActions"></a>
 <h4>UserInterface.__initQtDocActions</h4>
 <b>__initQtDocActions</b>(<i></i>)
-
 <p>
         Private slot to initialize the action to show the Qt documentation.
 </p>
+
 <a NAME="UserInterface.__initStatusbar" ID="UserInterface.__initStatusbar"></a>
 <h4>UserInterface.__initStatusbar</h4>
 <b>__initStatusbar</b>(<i></i>)
-
 <p>
         Private slot to set up the status bar.
 </p>
+
 <a NAME="UserInterface.__initToolbars" ID="UserInterface.__initToolbars"></a>
 <h4>UserInterface.__initToolbars</h4>
 <b>__initToolbars</b>(<i></i>)
-
 <p>
         Private slot to create the toolbars.
 </p>
+
 <a NAME="UserInterface.__initToolsMenus" ID="UserInterface.__initToolsMenus"></a>
 <h4>UserInterface.__initToolsMenus</h4>
 <b>__initToolsMenus</b>(<i>menu</i>)
-
 <p>
         Private slot to initialize the various tool menus.
 </p>
+
 <dl>
 
 <dt><i>menu</i> (QMenu)</dt>
@@ -1898,18 +1900,18 @@
 <a NAME="UserInterface.__installDownloadedPlugins" ID="UserInterface.__installDownloadedPlugins"></a>
 <h4>UserInterface.__installDownloadedPlugins</h4>
 <b>__installDownloadedPlugins</b>(<i></i>)
-
 <p>
         Private slot to handle the installation of plugins downloaded via the
         plugin repository viewer.
 </p>
+
 <a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a>
 <h4>UserInterface.__installPlugins</h4>
 <b>__installPlugins</b>(<i>pluginFileNames=None</i>)
-
 <p>
         Private slot to show a dialog to install a new plugin.
 </p>
+
 <dl>
 
 <dt><i>pluginFileNames</i> (list of str)</dt>
@@ -1921,25 +1923,25 @@
 <a NAME="UserInterface.__ircAutoConnected" ID="UserInterface.__ircAutoConnected"></a>
 <h4>UserInterface.__ircAutoConnected</h4>
 <b>__ircAutoConnected</b>(<i></i>)
-
 <p>
         Private slot handling the automatic connection of the IRC client.
 </p>
+
 <a NAME="UserInterface.__lastEditorClosed" ID="UserInterface.__lastEditorClosed"></a>
 <h4>UserInterface.__lastEditorClosed</h4>
 <b>__lastEditorClosed</b>(<i></i>)
-
 <p>
         Private slot to handle the lastEditorClosed signal.
 </p>
+
 <a NAME="UserInterface.__launchExternalWebBrowser" ID="UserInterface.__launchExternalWebBrowser"></a>
 <h4>UserInterface.__launchExternalWebBrowser</h4>
 <b>__launchExternalWebBrowser</b>(<i>home, searchWord=None</i>)
-
 <p>
         Private method to start an external web browser and communicate with
         it.
 </p>
+
 <dl>
 
 <dt><i>home</i> (str)</dt>
@@ -1966,10 +1968,10 @@
 <a NAME="UserInterface.__linguist" ID="UserInterface.__linguist"></a>
 <h4>UserInterface.__linguist</h4>
 <b>__linguist</b>(<i>fn=None</i>)
-
 <p>
         Private slot to start the Qt-Linguist executable.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -1980,17 +1982,17 @@
 <a NAME="UserInterface.__loadSessionFromFile" ID="UserInterface.__loadSessionFromFile"></a>
 <h4>UserInterface.__loadSessionFromFile</h4>
 <b>__loadSessionFromFile</b>(<i></i>)
-
 <p>
         Private slot to load a session from disk.
 </p>
+
 <a NAME="UserInterface.__mainPasswordChanged" ID="UserInterface.__mainPasswordChanged"></a>
 <h4>UserInterface.__mainPasswordChanged</h4>
 <b>__mainPasswordChanged</b>(<i>oldPassword, newPassword</i>)
-
 <p>
         Private slot to handle the change of the main password.
 </p>
+
 <dl>
 
 <dt><i>oldPassword</i> (str)</dt>
@@ -2005,24 +2007,24 @@
 <a NAME="UserInterface.__newProject" ID="UserInterface.__newProject"></a>
 <h4>UserInterface.__newProject</h4>
 <b>__newProject</b>(<i></i>)
-
 <p>
         Private slot to handle the NewProject signal.
 </p>
+
 <a NAME="UserInterface.__newWindow" ID="UserInterface.__newWindow"></a>
 <h4>UserInterface.__newWindow</h4>
 <b>__newWindow</b>(<i></i>)
-
 <p>
         Private slot to start a new instance of eric.
 </p>
+
 <a NAME="UserInterface.__onlineStateChanged" ID="UserInterface.__onlineStateChanged"></a>
 <h4>UserInterface.__onlineStateChanged</h4>
 <b>__onlineStateChanged</b>(<i>online</i>)
-
 <p>
         Private slot handling changes in online state.
 </p>
+
 <dl>
 
 <dt><i>online</i> (bool)</dt>
@@ -2033,10 +2035,10 @@
 <a NAME="UserInterface.__openHexEditor" ID="UserInterface.__openHexEditor"></a>
 <h4>UserInterface.__openHexEditor</h4>
 <b>__openHexEditor</b>(<i>fn=""</i>)
-
 <p>
         Private slot to open the hex editor window.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str (optional))</dt>
@@ -2047,17 +2049,17 @@
 <a NAME="UserInterface.__openMiniEditor" ID="UserInterface.__openMiniEditor"></a>
 <h4>UserInterface.__openMiniEditor</h4>
 <b>__openMiniEditor</b>(<i></i>)
-
 <p>
         Private slot to show a mini editor window.
 </p>
+
 <a NAME="UserInterface.__openOnStartup" ID="UserInterface.__openOnStartup"></a>
 <h4>UserInterface.__openOnStartup</h4>
 <b>__openOnStartup</b>(<i>startupType=None</i>)
-
 <p>
         Private method to open the last file, project or multiproject.
 </p>
+
 <dl>
 
 <dt><i>startupType</i> (str)</dt>
@@ -2069,10 +2071,10 @@
 <a NAME="UserInterface.__openPdfViewer" ID="UserInterface.__openPdfViewer"></a>
 <h4>UserInterface.__openPdfViewer</h4>
 <b>__openPdfViewer</b>(<i>fn=""</i>)
-
 <p>
         Private slot to open the PDF viewer window.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str (optional))</dt>
@@ -2083,7 +2085,6 @@
 <a NAME="UserInterface.__performUpgrade" ID="UserInterface.__performUpgrade"></a>
 <h4>UserInterface.__performUpgrade</h4>
 <b>__performUpgrade</b>(<i>upgradeType</i>)
-
 <p>
         Private method to perform the requested upgrade operation.
 </p>
@@ -2092,6 +2093,7 @@
         performing the upgrade of the PyQt packages via pip and restart eric
         with the passed arguments. The upgrade process is not visible.
 </p>
+
 <dl>
 
 <dt><i>upgradeType</i> (str)</dt>
@@ -2103,24 +2105,24 @@
 <a NAME="UserInterface.__pluginInstallFinished" ID="UserInterface.__pluginInstallFinished"></a>
 <h4>UserInterface.__pluginInstallFinished</h4>
 <b>__pluginInstallFinished</b>(<i></i>)
-
 <p>
         Private slot to handle the finishing of the plugin install dialog.
 </p>
+
 <a NAME="UserInterface.__pluginsConfigure" ID="UserInterface.__pluginsConfigure"></a>
 <h4>UserInterface.__pluginsConfigure</h4>
 <b>__pluginsConfigure</b>(<i></i>)
-
 <p>
         Private slot to show the plugin manager configuration page.
 </p>
+
 <a NAME="UserInterface.__populateToolbarsMenu" ID="UserInterface.__populateToolbarsMenu"></a>
 <h4>UserInterface.__populateToolbarsMenu</h4>
 <b>__populateToolbarsMenu</b>(<i>menu</i>)
-
 <p>
         Private method to populate a toolbars menu.
 </p>
+
 <dl>
 
 <dt><i>menu</i> (QMenu)</dt>
@@ -2131,34 +2133,34 @@
 <a NAME="UserInterface.__preferencesChanged" ID="UserInterface.__preferencesChanged"></a>
 <h4>UserInterface.__preferencesChanged</h4>
 <b>__preferencesChanged</b>(<i></i>)
-
 <p>
         Private slot to handle a change of the preferences.
 </p>
+
 <a NAME="UserInterface.__processToolStderr" ID="UserInterface.__processToolStderr"></a>
 <h4>UserInterface.__processToolStderr</h4>
 <b>__processToolStderr</b>(<i></i>)
-
 <p>
         Private slot to handle the readyReadStderr signal of a tool process.
 </p>
+
 <a NAME="UserInterface.__processToolStdout" ID="UserInterface.__processToolStdout"></a>
 <h4>UserInterface.__processToolStdout</h4>
 <b>__processToolStdout</b>(<i></i>)
-
 <p>
         Private slot to handle the readyReadStdout signal of a tool process.
 </p>
+
 <a NAME="UserInterface.__programChange" ID="UserInterface.__programChange"></a>
 <h4>UserInterface.__programChange</h4>
 <b>__programChange</b>(<i>fn</i>)
-
 <p>
         Private slot to handle the programChange signal.
 </p>
 <p>
         This primarily is here to set the currentProg variable.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -2169,31 +2171,31 @@
 <a NAME="UserInterface.__projectClosed" ID="UserInterface.__projectClosed"></a>
 <h4>UserInterface.__projectClosed</h4>
 <b>__projectClosed</b>(<i></i>)
-
 <p>
         Private slot to handle the projectClosed signal.
 </p>
+
 <a NAME="UserInterface.__projectOpened" ID="UserInterface.__projectOpened"></a>
 <h4>UserInterface.__projectOpened</h4>
 <b>__projectOpened</b>(<i></i>)
-
 <p>
         Private slot to handle the projectOpened signal.
 </p>
+
 <a NAME="UserInterface.__quit" ID="UserInterface.__quit"></a>
 <h4>UserInterface.__quit</h4>
 <b>__quit</b>(<i></i>)
-
 <p>
         Private method to quit the application.
 </p>
+
 <a NAME="UserInterface.__readCrashSession" ID="UserInterface.__readCrashSession"></a>
 <h4>UserInterface.__readCrashSession</h4>
 <b>__readCrashSession</b>(<i></i>)
-
 <p>
         Private method to check for and read a crash session.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2209,10 +2211,10 @@
 <a NAME="UserInterface.__readSession" ID="UserInterface.__readSession"></a>
 <h4>UserInterface.__readSession</h4>
 <b>__readSession</b>(<i>filename=""</i>)
-
 <p>
         Private slot to read in the session file (.esj or .e5s).
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -2235,46 +2237,46 @@
 <a NAME="UserInterface.__readTasks" ID="UserInterface.__readTasks"></a>
 <h4>UserInterface.__readTasks</h4>
 <b>__readTasks</b>(<i></i>)
-
 <p>
         Private slot to read in the tasks file (.etj or .e6t).
 </p>
+
 <a NAME="UserInterface.__reloadAPIs" ID="UserInterface.__reloadAPIs"></a>
 <h4>UserInterface.__reloadAPIs</h4>
 <b>__reloadAPIs</b>(<i></i>)
-
 <p>
         Private slot to reload the api information.
 </p>
+
 <a NAME="UserInterface.__reportBug" ID="UserInterface.__reportBug"></a>
 <h4>UserInterface.__reportBug</h4>
 <b>__reportBug</b>(<i></i>)
-
 <p>
         Private slot to handle the Report Bug dialog.
 </p>
+
 <a NAME="UserInterface.__requestFeature" ID="UserInterface.__requestFeature"></a>
 <h4>UserInterface.__requestFeature</h4>
 <b>__requestFeature</b>(<i></i>)
-
 <p>
         Private slot to handle the Feature Request dialog.
 </p>
+
 <a NAME="UserInterface.__rerunFailedTests" ID="UserInterface.__rerunFailedTests"></a>
 <h4>UserInterface.__rerunFailedTests</h4>
 <b>__rerunFailedTests</b>(<i></i>)
-
 <p>
         Private slot to display the testing dialog and rerun all failed tests
         of the last run.
 </p>
+
 <a NAME="UserInterface.__restart" ID="UserInterface.__restart"></a>
 <h4>UserInterface.__restart</h4>
 <b>__restart</b>(<i>ask=False</i>)
-
 <p>
         Private method to restart the application.
 </p>
+
 <dl>
 
 <dt><i>ask</i> (bool)</dt>
@@ -2285,18 +2287,18 @@
 <a NAME="UserInterface.__restartTest" ID="UserInterface.__restartTest"></a>
 <h4>UserInterface.__restartTest</h4>
 <b>__restartTest</b>(<i></i>)
-
 <p>
         Private slot to display the testing dialog and rerun the last
         test run.
 </p>
+
 <a NAME="UserInterface.__saveCurrentViewProfile" ID="UserInterface.__saveCurrentViewProfile"></a>
 <h4>UserInterface.__saveCurrentViewProfile</h4>
 <b>__saveCurrentViewProfile</b>(<i>save</i>)
-
 <p>
         Private slot to save the window geometries of the active profile.
 </p>
+
 <dl>
 
 <dt><i>save</i> (bool)</dt>
@@ -2308,17 +2310,17 @@
 <a NAME="UserInterface.__saveSessionToFile" ID="UserInterface.__saveSessionToFile"></a>
 <h4>UserInterface.__saveSessionToFile</h4>
 <b>__saveSessionToFile</b>(<i></i>)
-
 <p>
         Private slot to save a session to disk.
 </p>
+
 <a NAME="UserInterface.__setEditProfile" ID="UserInterface.__setEditProfile"></a>
 <h4>UserInterface.__setEditProfile</h4>
 <b>__setEditProfile</b>(<i>save=True</i>)
-
 <p>
         Private slot to activate the edit view profile.
 </p>
+
 <dl>
 
 <dt><i>save</i> (bool)</dt>
@@ -2330,10 +2332,10 @@
 <a NAME="UserInterface.__setWindowCaption" ID="UserInterface.__setWindowCaption"></a>
 <h4>UserInterface.__setWindowCaption</h4>
 <b>__setWindowCaption</b>(<i>editor=None, project=None</i>)
-
 <p>
         Private method to set the caption of the Main Window.
 </p>
+
 <dl>
 
 <dt><i>editor</i> (str)</dt>
@@ -2348,11 +2350,11 @@
 <a NAME="UserInterface.__setupDockWindow" ID="UserInterface.__setupDockWindow"></a>
 <h4>UserInterface.__setupDockWindow</h4>
 <b>__setupDockWindow</b>(<i>dock, where, widget, caption</i>)
-
 <p>
         Private method to configure the dock window created with
         __createDockWindow().
 </p>
+
 <dl>
 
 <dt><i>dock</i> (QDockWindow)</dt>
@@ -2375,75 +2377,75 @@
 <a NAME="UserInterface.__showCertificatesDialog" ID="UserInterface.__showCertificatesDialog"></a>
 <h4>UserInterface.__showCertificatesDialog</h4>
 <b>__showCertificatesDialog</b>(<i></i>)
-
 <p>
         Private slot to show the certificates management dialog.
 </p>
+
 <a NAME="UserInterface.__showEricDoc" ID="UserInterface.__showEricDoc"></a>
 <h4>UserInterface.__showEricDoc</h4>
 <b>__showEricDoc</b>(<i></i>)
-
 <p>
         Private slot to show the Eric documentation.
 </p>
+
 <a NAME="UserInterface.__showErrorLog" ID="UserInterface.__showErrorLog"></a>
 <h4>UserInterface.__showErrorLog</h4>
 <b>__showErrorLog</b>(<i></i>)
-
 <p>
         Private slot to show the most recent error log message.
 </p>
+
 <a NAME="UserInterface.__showExternalTools" ID="UserInterface.__showExternalTools"></a>
 <h4>UserInterface.__showExternalTools</h4>
 <b>__showExternalTools</b>(<i></i>)
-
 <p>
         Private slot to display a dialog show a list of external tools used
         by eric.
 </p>
+
 <a NAME="UserInterface.__showExtrasMenu" ID="UserInterface.__showExtrasMenu"></a>
 <h4>UserInterface.__showExtrasMenu</h4>
 <b>__showExtrasMenu</b>(<i></i>)
-
 <p>
         Private slot to display the Extras menu.
 </p>
+
 <a NAME="UserInterface.__showFileMenu" ID="UserInterface.__showFileMenu"></a>
 <h4>UserInterface.__showFileMenu</h4>
 <b>__showFileMenu</b>(<i></i>)
-
 <p>
         Private slot to display the File menu.
 </p>
+
 <a NAME="UserInterface.__showHelpMenu" ID="UserInterface.__showHelpMenu"></a>
 <h4>UserInterface.__showHelpMenu</h4>
 <b>__showHelpMenu</b>(<i></i>)
-
 <p>
         Private slot to display the Help menu.
 </p>
+
 <a NAME="UserInterface.__showInstallInfo" ID="UserInterface.__showInstallInfo"></a>
 <h4>UserInterface.__showInstallInfo</h4>
 <b>__showInstallInfo</b>(<i></i>)
-
 <p>
         Private slot to show a dialog containing information about the
         installation process.
 </p>
+
 <a NAME="UserInterface.__showNext" ID="UserInterface.__showNext"></a>
 <h4>UserInterface.__showNext</h4>
 <b>__showNext</b>(<i></i>)
-
 <p>
         Private slot used to show the next tab or file.
 </p>
+
 <a NAME="UserInterface.__showPixmap" ID="UserInterface.__showPixmap"></a>
 <h4>UserInterface.__showPixmap</h4>
 <b>__showPixmap</b>(<i>fn</i>)
-
 <p>
         Private slot to show a pixmap in a dialog.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str (optional))</dt>
@@ -2454,38 +2456,38 @@
 <a NAME="UserInterface.__showPluginInfo" ID="UserInterface.__showPluginInfo"></a>
 <h4>UserInterface.__showPluginInfo</h4>
 <b>__showPluginInfo</b>(<i></i>)
-
 <p>
         Private slot to show the plugin info dialog.
 </p>
+
 <a NAME="UserInterface.__showPluginToolsMenu" ID="UserInterface.__showPluginToolsMenu"></a>
 <h4>UserInterface.__showPluginToolsMenu</h4>
 <b>__showPluginToolsMenu</b>(<i></i>)
-
 <p>
         Private slot to show the Plugin Tools menu.
 </p>
+
 <a NAME="UserInterface.__showPluginsAvailable" ID="UserInterface.__showPluginsAvailable"></a>
 <h4>UserInterface.__showPluginsAvailable</h4>
 <b>__showPluginsAvailable</b>(<i></i>)
-
 <p>
         Private slot to show the plugins available for download.
 </p>
+
 <a NAME="UserInterface.__showPrevious" ID="UserInterface.__showPrevious"></a>
 <h4>UserInterface.__showPrevious</h4>
 <b>__showPrevious</b>(<i></i>)
-
 <p>
         Private slot used to show the previous tab or file.
 </p>
+
 <a NAME="UserInterface.__showPyQtDoc" ID="UserInterface.__showPyQtDoc"></a>
 <h4>UserInterface.__showPyQtDoc</h4>
 <b>__showPyQtDoc</b>(<i>variant=5</i>)
-
 <p>
         Private slot to show the PyQt5/6 documentation.
 </p>
+
 <dl>
 
 <dt><i>variant</i> (int or str)</dt>
@@ -2496,10 +2498,10 @@
 <a NAME="UserInterface.__showPySideDoc" ID="UserInterface.__showPySideDoc"></a>
 <h4>UserInterface.__showPySideDoc</h4>
 <b>__showPySideDoc</b>(<i>variant=2</i>)
-
 <p>
         Private slot to show the PySide2/PySide6 documentation.
 </p>
+
 <dl>
 
 <dt><i>variant</i> (int or str)</dt>
@@ -2510,17 +2512,17 @@
 <a NAME="UserInterface.__showPythonDoc" ID="UserInterface.__showPythonDoc"></a>
 <h4>UserInterface.__showPythonDoc</h4>
 <b>__showPythonDoc</b>(<i></i>)
-
 <p>
         Private slot to show the Python 3 documentation.
 </p>
+
 <a NAME="UserInterface.__showQtDoc" ID="UserInterface.__showQtDoc"></a>
 <h4>UserInterface.__showQtDoc</h4>
 <b>__showQtDoc</b>(<i>version</i>)
-
 <p>
         Private method to show the Qt documentation.
 </p>
+
 <dl>
 
 <dt><i>version</i> (int)</dt>
@@ -2531,24 +2533,24 @@
 <a NAME="UserInterface.__showSettingsMenu" ID="UserInterface.__showSettingsMenu"></a>
 <h4>UserInterface.__showSettingsMenu</h4>
 <b>__showSettingsMenu</b>(<i></i>)
-
 <p>
         Private slot to show the Settings menu.
 </p>
+
 <a NAME="UserInterface.__showSubWindowMenu" ID="UserInterface.__showSubWindowMenu"></a>
 <h4>UserInterface.__showSubWindowMenu</h4>
 <b>__showSubWindowMenu</b>(<i></i>)
-
 <p>
         Private slot to display the Window menu of the Window menu.
 </p>
+
 <a NAME="UserInterface.__showSvg" ID="UserInterface.__showSvg"></a>
 <h4>UserInterface.__showSvg</h4>
 <b>__showSvg</b>(<i>fn</i>)
-
 <p>
         Private slot to show a SVG file in a dialog.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -2559,10 +2561,10 @@
 <a NAME="UserInterface.__showSystemEmailClient" ID="UserInterface.__showSystemEmailClient"></a>
 <h4>UserInterface.__showSystemEmailClient</h4>
 <b>__showSystemEmailClient</b>(<i>mode, attachFile=None, deleteAttachFile=False</i>)
-
 <p>
         Private slot to show the system email dialog.
 </p>
+
 <dl>
 
 <dt><i>mode</i> (str)</dt>
@@ -2583,24 +2585,24 @@
 <a NAME="UserInterface.__showToolGroupsMenu" ID="UserInterface.__showToolGroupsMenu"></a>
 <h4>UserInterface.__showToolGroupsMenu</h4>
 <b>__showToolGroupsMenu</b>(<i></i>)
-
 <p>
         Private slot to display the Tool Groups menu.
 </p>
+
 <a NAME="UserInterface.__showToolbarsMenu" ID="UserInterface.__showToolbarsMenu"></a>
 <h4>UserInterface.__showToolbarsMenu</h4>
 <b>__showToolbarsMenu</b>(<i></i>)
-
 <p>
         Private slot to display the Toolbars menu.
 </p>
+
 <a NAME="UserInterface.__showUml" ID="UserInterface.__showUml"></a>
 <h4>UserInterface.__showUml</h4>
 <b>__showUml</b>(<i>fn</i>)
-
 <p>
         Private slot to show an eric graphics file in a dialog.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -2611,38 +2613,38 @@
 <a NAME="UserInterface.__showUserToolsMenu" ID="UserInterface.__showUserToolsMenu"></a>
 <h4>UserInterface.__showUserToolsMenu</h4>
 <b>__showUserToolsMenu</b>(<i></i>)
-
 <p>
         Private slot to display the User Tools menu.
 </p>
+
 <a NAME="UserInterface.__showVersions" ID="UserInterface.__showVersions"></a>
 <h4>UserInterface.__showVersions</h4>
 <b>__showVersions</b>(<i></i>)
-
 <p>
         Private slot to handle the Versions dialog.
 </p>
+
 <a NAME="UserInterface.__showWindowMenu" ID="UserInterface.__showWindowMenu"></a>
 <h4>UserInterface.__showWindowMenu</h4>
 <b>__showWindowMenu</b>(<i></i>)
-
 <p>
         Private slot to display the Window menu.
 </p>
+
 <a NAME="UserInterface.__showWizardsMenu" ID="UserInterface.__showWizardsMenu"></a>
 <h4>UserInterface.__showWizardsMenu</h4>
 <b>__showWizardsMenu</b>(<i></i>)
-
 <p>
         Private slot to display the Wizards menu.
 </p>
+
 <a NAME="UserInterface.__shutdown" ID="UserInterface.__shutdown"></a>
 <h4>UserInterface.__shutdown</h4>
 <b>__shutdown</b>(<i></i>)
-
 <p>
         Private method to perform all necessary steps to close down the IDE.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -2658,24 +2660,24 @@
 <a NAME="UserInterface.__snapshot" ID="UserInterface.__snapshot"></a>
 <h4>UserInterface.__snapshot</h4>
 <b>__snapshot</b>(<i></i>)
-
 <p>
         Private slot to start the snapshot tool.
 </p>
+
 <a NAME="UserInterface.__sqlBrowser" ID="UserInterface.__sqlBrowser"></a>
 <h4>UserInterface.__sqlBrowser</h4>
 <b>__sqlBrowser</b>(<i></i>)
-
 <p>
         Private slot to start the SQL browser tool.
 </p>
+
 <a NAME="UserInterface.__sslErrors" ID="UserInterface.__sslErrors"></a>
 <h4>UserInterface.__sslErrors</h4>
 <b>__sslErrors</b>(<i>reply, errors</i>)
-
 <p>
         Private slot to handle SSL errors.
 </p>
+
 <dl>
 
 <dt><i>reply</i> (QNetworkReply)</dt>
@@ -2690,19 +2692,19 @@
 <a NAME="UserInterface.__startTestProject" ID="UserInterface.__startTestProject"></a>
 <h4>UserInterface.__startTestProject</h4>
 <b>__startTestProject</b>(<i></i>)
-
 <p>
         Private slot for displaying the testing dialog and run the test for
         the current project.
 </p>
+
 <a NAME="UserInterface.__startTestScript" ID="UserInterface.__startTestScript"></a>
 <h4>UserInterface.__startTestScript</h4>
 <b>__startTestScript</b>(<i>testFile=None</i>)
-
 <p>
         Private slot for displaying the testing dialog and run the current
         script.
 </p>
+
 <dl>
 
 <dt><i>testFile</i> (str)</dt>
@@ -2713,17 +2715,17 @@
 <a NAME="UserInterface.__startTesting" ID="UserInterface.__startTesting"></a>
 <h4>UserInterface.__startTesting</h4>
 <b>__startTesting</b>(<i></i>)
-
 <p>
         Private slot for displaying the testing dialog.
 </p>
+
 <a NAME="UserInterface.__startToolProcess" ID="UserInterface.__startToolProcess"></a>
 <h4>UserInterface.__startToolProcess</h4>
 <b>__startToolProcess</b>(<i>tool</i>)
-
 <p>
         Private slot to start an external tool process.
 </p>
+
 <dl>
 
 <dt><i>tool</i> (dict)</dt>
@@ -2734,74 +2736,74 @@
 <a NAME="UserInterface.__startWebBrowser" ID="UserInterface.__startWebBrowser"></a>
 <h4>UserInterface.__startWebBrowser</h4>
 <b>__startWebBrowser</b>(<i></i>)
-
 <p>
         Private slot to start the eric web browser.
 </p>
+
 <a NAME="UserInterface.__switchTab" ID="UserInterface.__switchTab"></a>
 <h4>UserInterface.__switchTab</h4>
 <b>__switchTab</b>(<i></i>)
-
 <p>
         Private slot used to switch between the current and the previous
         current tab.
 </p>
+
 <a NAME="UserInterface.__testingStopped" ID="UserInterface.__testingStopped"></a>
 <h4>UserInterface.__testingStopped</h4>
 <b>__testingStopped</b>(<i></i>)
-
 <p>
         Private slot to handle the end of a test run.
 </p>
+
 <a NAME="UserInterface.__toggleBottomSidebar" ID="UserInterface.__toggleBottomSidebar"></a>
 <h4>UserInterface.__toggleBottomSidebar</h4>
 <b>__toggleBottomSidebar</b>(<i></i>)
-
 <p>
         Private slot to handle the toggle of the bottom sidebar window.
 </p>
+
 <a NAME="UserInterface.__toggleHorizontalToolbox" ID="UserInterface.__toggleHorizontalToolbox"></a>
 <h4>UserInterface.__toggleHorizontalToolbox</h4>
 <b>__toggleHorizontalToolbox</b>(<i></i>)
-
 <p>
         Private slot to handle the toggle of the Horizontal Toolbox window.
 </p>
+
 <a NAME="UserInterface.__toggleLeftSidebar" ID="UserInterface.__toggleLeftSidebar"></a>
 <h4>UserInterface.__toggleLeftSidebar</h4>
 <b>__toggleLeftSidebar</b>(<i></i>)
-
 <p>
         Private slot to handle the toggle of the left sidebar window.
 </p>
+
 <a NAME="UserInterface.__toggleLeftToolbox" ID="UserInterface.__toggleLeftToolbox"></a>
 <h4>UserInterface.__toggleLeftToolbox</h4>
 <b>__toggleLeftToolbox</b>(<i></i>)
-
 <p>
         Private slot to handle the toggle of the Left Toolbox window.
 </p>
+
 <a NAME="UserInterface.__toggleRightSidebar" ID="UserInterface.__toggleRightSidebar"></a>
 <h4>UserInterface.__toggleRightSidebar</h4>
 <b>__toggleRightSidebar</b>(<i></i>)
-
 <p>
         Private slot to handle the toggle of the right sidebar window.
 </p>
+
 <a NAME="UserInterface.__toggleRightToolbox" ID="UserInterface.__toggleRightToolbox"></a>
 <h4>UserInterface.__toggleRightToolbox</h4>
 <b>__toggleRightToolbox</b>(<i></i>)
-
 <p>
         Private slot to handle the toggle of the Right Toolbox window.
 </p>
+
 <a NAME="UserInterface.__toggleWindow" ID="UserInterface.__toggleWindow"></a>
 <h4>UserInterface.__toggleWindow</h4>
 <b>__toggleWindow</b>(<i>w</i>)
-
 <p>
         Private method to toggle a workspace editor window.
 </p>
+
 <dl>
 
 <dt><i>w</i> (Editor)</dt>
@@ -2824,10 +2826,10 @@
 <a NAME="UserInterface.__toolActionTriggered" ID="UserInterface.__toolActionTriggered"></a>
 <h4>UserInterface.__toolActionTriggered</h4>
 <b>__toolActionTriggered</b>(<i>act</i>)
-
 <p>
         Private slot called by external tools toolbar actions.
 </p>
+
 <dl>
 
 <dt><i>act</i> (QAction)</dt>
@@ -2838,10 +2840,10 @@
 <a NAME="UserInterface.__toolExecute" ID="UserInterface.__toolExecute"></a>
 <h4>UserInterface.__toolExecute</h4>
 <b>__toolExecute</b>(<i>act</i>)
-
 <p>
         Private slot to execute a particular tool.
 </p>
+
 <dl>
 
 <dt><i>act</i> (QAction)</dt>
@@ -2852,10 +2854,10 @@
 <a NAME="UserInterface.__toolFinished" ID="UserInterface.__toolFinished"></a>
 <h4>UserInterface.__toolFinished</h4>
 <b>__toolFinished</b>(<i>exitCode, exitStatus</i>)
-
 <p>
         Private slot to handle the finished signal of a tool process.
 </p>
+
 <dl>
 
 <dt><i>exitCode</i> (int)</dt>
@@ -2870,10 +2872,10 @@
 <a NAME="UserInterface.__toolGroupSelected" ID="UserInterface.__toolGroupSelected"></a>
 <h4>UserInterface.__toolGroupSelected</h4>
 <b>__toolGroupSelected</b>(<i>act</i>)
-
 <p>
         Private slot to set the current tool group.
 </p>
+
 <dl>
 
 <dt><i>act</i> (QAction)</dt>
@@ -2884,32 +2886,32 @@
 <a NAME="UserInterface.__toolGroupsConfiguration" ID="UserInterface.__toolGroupsConfiguration"></a>
 <h4>UserInterface.__toolGroupsConfiguration</h4>
 <b>__toolGroupsConfiguration</b>(<i></i>)
-
 <p>
         Private slot to handle the tool groups configuration menu entry.
 </p>
+
 <a NAME="UserInterface.__toolsConfiguration" ID="UserInterface.__toolsConfiguration"></a>
 <h4>UserInterface.__toolsConfiguration</h4>
 <b>__toolsConfiguration</b>(<i></i>)
-
 <p>
         Private slot to handle the tools configuration menu entry.
 </p>
+
 <a NAME="UserInterface.__updateExternalToolsActions" ID="UserInterface.__updateExternalToolsActions"></a>
 <h4>UserInterface.__updateExternalToolsActions</h4>
 <b>__updateExternalToolsActions</b>(<i></i>)
-
 <p>
         Private method to update the external tools actions for the current
         tool group.
 </p>
+
 <a NAME="UserInterface.__webBrowser" ID="UserInterface.__webBrowser"></a>
 <h4>UserInterface.__webBrowser</h4>
 <b>__webBrowser</b>(<i>home=""</i>)
-
 <p>
         Private slot to start the eric web browser.
 </p>
+
 <dl>
 
 <dt><i>home</i> (str)</dt>
@@ -2920,38 +2922,38 @@
 <a NAME="UserInterface.__webBrowserFinished" ID="UserInterface.__webBrowserFinished"></a>
 <h4>UserInterface.__webBrowserFinished</h4>
 <b>__webBrowserFinished</b>(<i></i>)
-
 <p>
         Private slot handling the end of the external web browser process.
 </p>
+
 <a NAME="UserInterface.__webBrowserShutdown" ID="UserInterface.__webBrowserShutdown"></a>
 <h4>UserInterface.__webBrowserShutdown</h4>
 <b>__webBrowserShutdown</b>(<i></i>)
-
 <p>
         Private method to shut down the web browser.
 </p>
+
 <a NAME="UserInterface.__whatsThis" ID="UserInterface.__whatsThis"></a>
 <h4>UserInterface.__whatsThis</h4>
 <b>__whatsThis</b>(<i></i>)
-
 <p>
         Private slot called in to enter Whats This mode.
 </p>
+
 <a NAME="UserInterface.__writeCrashSession" ID="UserInterface.__writeCrashSession"></a>
 <h4>UserInterface.__writeCrashSession</h4>
 <b>__writeCrashSession</b>(<i></i>)
-
 <p>
         Private slot to write a crash session file.
 </p>
+
 <a NAME="UserInterface.__writeSession" ID="UserInterface.__writeSession"></a>
 <h4>UserInterface.__writeSession</h4>
 <b>__writeSession</b>(<i>filename="", crashSession=False</i>)
-
 <p>
         Private slot to write the session data to a JSON file (.esj).
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -2978,17 +2980,17 @@
 <a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a>
 <h4>UserInterface.__writeTasks</h4>
 <b>__writeTasks</b>(<i></i>)
-
 <p>
         Private slot to write the tasks data to a JSON file (.etj).
 </p>
+
 <a NAME="UserInterface.activateCodeDocumentationViewer" ID="UserInterface.activateCodeDocumentationViewer"></a>
 <h4>UserInterface.activateCodeDocumentationViewer</h4>
 <b>activateCodeDocumentationViewer</b>(<i>switchFocus=True</i>)
-
 <p>
         Public slot to handle the activation of the Code Documentation Viewer.
 </p>
+
 <dl>
 
 <dt><i>switchFocus</i> (bool)</dt>
@@ -2999,38 +3001,38 @@
 <a NAME="UserInterface.activateCooperationViewer" ID="UserInterface.activateCooperationViewer"></a>
 <h4>UserInterface.activateCooperationViewer</h4>
 <b>activateCooperationViewer</b>(<i></i>)
-
 <p>
         Public slot to handle the activation of the cooperation window.
 </p>
+
 <a NAME="UserInterface.activateDebugViewer" ID="UserInterface.activateDebugViewer"></a>
 <h4>UserInterface.activateDebugViewer</h4>
 <b>activateDebugViewer</b>(<i></i>)
-
 <p>
         Public slot to handle the activation of the debug viewer.
 </p>
+
 <a NAME="UserInterface.activatePluginRepositoryViewer" ID="UserInterface.activatePluginRepositoryViewer"></a>
 <h4>UserInterface.activatePluginRepositoryViewer</h4>
 <b>activatePluginRepositoryViewer</b>(<i></i>)
-
 <p>
         Public slot to activate the plugin repository viewer.
 </p>
+
 <a NAME="UserInterface.activateVirtualenvManager" ID="UserInterface.activateVirtualenvManager"></a>
 <h4>UserInterface.activateVirtualenvManager</h4>
 <b>activateVirtualenvManager</b>(<i></i>)
-
 <p>
         Public slot to activate the virtual environments manager widget.
 </p>
+
 <a NAME="UserInterface.addEricActions" ID="UserInterface.addEricActions"></a>
 <h4>UserInterface.addEricActions</h4>
 <b>addEricActions</b>(<i>actions, actionType</i>)
-
 <p>
         Public method to add actions to the list of actions.
 </p>
+
 <dl>
 
 <dt><i>actions</i> (list of EricAction)</dt>
@@ -3046,10 +3048,10 @@
 <a NAME="UserInterface.addSideWidget" ID="UserInterface.addSideWidget"></a>
 <h4>UserInterface.addSideWidget</h4>
 <b>addSideWidget</b>(<i>side, widget, icon, label</i>)
-
 <p>
         Public method to add a widget to the sides.
 </p>
+
 <dl>
 
 <dt><i>side</i> (int (one of UserInterface.LeftSide, UserInterface.BottomSide,)</dt>
@@ -3073,10 +3075,10 @@
 <a NAME="UserInterface.appendToStderr" ID="UserInterface.appendToStderr"></a>
 <h4>UserInterface.appendToStderr</h4>
 <b>appendToStderr</b>(<i>s</i>)
-
 <p>
         Public slot to append text to the stderr log viewer tab.
 </p>
+
 <dl>
 
 <dt><i>s</i> (str)</dt>
@@ -3087,10 +3089,10 @@
 <a NAME="UserInterface.appendToStdout" ID="UserInterface.appendToStdout"></a>
 <h4>UserInterface.appendToStdout</h4>
 <b>appendToStdout</b>(<i>s</i>)
-
 <p>
         Public slot to append text to the stdout log viewer tab.
 </p>
+
 <dl>
 
 <dt><i>s</i> (str)</dt>
@@ -3101,51 +3103,51 @@
 <a NAME="UserInterface.autoConnectIrc" ID="UserInterface.autoConnectIrc"></a>
 <h4>UserInterface.autoConnectIrc</h4>
 <b>autoConnectIrc</b>(<i></i>)
-
 <p>
         Public method to initiate the IRC auto connection.
 </p>
+
 <a NAME="UserInterface.checkConfigurationStatus" ID="UserInterface.checkConfigurationStatus"></a>
 <h4>UserInterface.checkConfigurationStatus</h4>
 <b>checkConfigurationStatus</b>(<i></i>)
-
 <p>
         Public method to check, if eric has been configured. If it is not,
         the configuration dialog is shown.
 </p>
+
 <a NAME="UserInterface.checkForErrorLog" ID="UserInterface.checkForErrorLog"></a>
 <h4>UserInterface.checkForErrorLog</h4>
 <b>checkForErrorLog</b>(<i></i>)
-
 <p>
         Public method to check for the presence of an error log and ask the
         user, what to do with it.
 </p>
+
 <a NAME="UserInterface.checkPluginUpdatesAvailable" ID="UserInterface.checkPluginUpdatesAvailable"></a>
 <h4>UserInterface.checkPluginUpdatesAvailable</h4>
 <b>checkPluginUpdatesAvailable</b>(<i></i>)
-
 <p>
         Public method to check the availability of updates of plug-ins.
 </p>
+
 <a NAME="UserInterface.checkProjectsWorkspace" ID="UserInterface.checkProjectsWorkspace"></a>
 <h4>UserInterface.checkProjectsWorkspace</h4>
 <b>checkProjectsWorkspace</b>(<i></i>)
-
 <p>
         Public method to check, if a projects workspace has been configured. If
         it has not, a dialog is shown.
 </p>
+
 <a NAME="UserInterface.closeEvent" ID="UserInterface.closeEvent"></a>
 <h4>UserInterface.closeEvent</h4>
 <b>closeEvent</b>(<i>event</i>)
-
 <p>
         Protected event handler for the close event.
 </p>
 <p>
         This event handler saves the preferences.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QCloseEvent)</dt>
@@ -3156,10 +3158,10 @@
 <a NAME="UserInterface.createPopupMenu" ID="UserInterface.createPopupMenu"></a>
 <h4>UserInterface.createPopupMenu</h4>
 <b>createPopupMenu</b>(<i></i>)
-
 <p>
         Public method to create the toolbars menu for Qt.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -3175,10 +3177,10 @@
 <a NAME="UserInterface.documentationViewer" ID="UserInterface.documentationViewer"></a>
 <h4>UserInterface.documentationViewer</h4>
 <b>documentationViewer</b>(<i></i>)
-
 <p>
         Public method to provide a reference to the code documentation viewer.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -3194,10 +3196,10 @@
 <a NAME="UserInterface.dragEnterEvent" ID="UserInterface.dragEnterEvent"></a>
 <h4>UserInterface.dragEnterEvent</h4>
 <b>dragEnterEvent</b>(<i>event</i>)
-
 <p>
         Protected method to handle the drag enter event.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QDragEnterEvent)</dt>
@@ -3208,10 +3210,10 @@
 <a NAME="UserInterface.dragLeaveEvent" ID="UserInterface.dragLeaveEvent"></a>
 <h4>UserInterface.dragLeaveEvent</h4>
 <b>dragLeaveEvent</b>(<i>event</i>)
-
 <p>
         Protected method to handle the drag leave event.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QDragLeaveEvent)</dt>
@@ -3222,10 +3224,10 @@
 <a NAME="UserInterface.dragMoveEvent" ID="UserInterface.dragMoveEvent"></a>
 <h4>UserInterface.dragMoveEvent</h4>
 <b>dragMoveEvent</b>(<i>event</i>)
-
 <p>
         Protected method to handle the drag move event.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QDragMoveEvent)</dt>
@@ -3236,10 +3238,10 @@
 <a NAME="UserInterface.dropEvent" ID="UserInterface.dropEvent"></a>
 <h4>UserInterface.dropEvent</h4>
 <b>dropEvent</b>(<i>event</i>)
-
 <p>
         Protected method to handle the drop event.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QDropEvent)</dt>
@@ -3250,10 +3252,10 @@
 <a NAME="UserInterface.getActions" ID="UserInterface.getActions"></a>
 <h4>UserInterface.getActions</h4>
 <b>getActions</b>(<i>actionType</i>)
-
 <p>
         Public method to get a list of all actions.
 </p>
+
 <dl>
 
 <dt><i>actionType</i> (str)</dt>
@@ -3277,10 +3279,10 @@
 <a NAME="UserInterface.getLayoutType" ID="UserInterface.getLayoutType"></a>
 <h4>UserInterface.getLayoutType</h4>
 <b>getLayoutType</b>(<i></i>)
-
 <p>
         Public method to get the current layout type.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -3296,10 +3298,10 @@
 <a NAME="UserInterface.getLocale" ID="UserInterface.getLocale"></a>
 <h4>UserInterface.getLocale</h4>
 <b>getLocale</b>(<i></i>)
-
 <p>
         Public method to get the locale of the IDE.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -3315,10 +3317,10 @@
 <a NAME="UserInterface.getMenu" ID="UserInterface.getMenu"></a>
 <h4>UserInterface.getMenu</h4>
 <b>getMenu</b>(<i>name</i>)
-
 <p>
         Public method to get a reference to a specific menu.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -3341,10 +3343,10 @@
 <a NAME="UserInterface.getMenuAction" ID="UserInterface.getMenuAction"></a>
 <h4>UserInterface.getMenuAction</h4>
 <b>getMenuAction</b>(<i>menuName, actionName</i>)
-
 <p>
         Public method to get a reference to an action of a menu.
 </p>
+
 <dl>
 
 <dt><i>menuName</i> (str)</dt>
@@ -3371,10 +3373,10 @@
 <a NAME="UserInterface.getMenuBarAction" ID="UserInterface.getMenuBarAction"></a>
 <h4>UserInterface.getMenuBarAction</h4>
 <b>getMenuBarAction</b>(<i>menuName</i>)
-
 <p>
         Public method to get a reference to an action of the main menu.
 </p>
+
 <dl>
 
 <dt><i>menuName</i> (str)</dt>
@@ -3397,11 +3399,11 @@
 <a NAME="UserInterface.getOriginalPathString" ID="UserInterface.getOriginalPathString"></a>
 <h4>UserInterface.getOriginalPathString</h4>
 <b>getOriginalPathString</b>(<i></i>)
-
 <p>
         Public method to get the original PATH environment variable
         (i.e. before modifications by eric and PyQt5).
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -3417,10 +3419,10 @@
 <a NAME="UserInterface.getToolbar" ID="UserInterface.getToolbar"></a>
 <h4>UserInterface.getToolbar</h4>
 <b>getToolbar</b>(<i>name</i>)
-
 <p>
         Public method to get a reference to a specific toolbar.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -3443,11 +3445,11 @@
 <a NAME="UserInterface.getToolbarsByCategory" ID="UserInterface.getToolbarsByCategory"></a>
 <h4>UserInterface.getToolbarsByCategory</h4>
 <b>getToolbarsByCategory</b>(<i>category</i>)
-
 <p>
         Public method to get a list of toolbars belonging to a given toolbar
         category.
 </p>
+
 <dl>
 
 <dt><i>category</i> (str)</dt>
@@ -3470,10 +3472,10 @@
 <a NAME="UserInterface.getViewProfile" ID="UserInterface.getViewProfile"></a>
 <h4>UserInterface.getViewProfile</h4>
 <b>getViewProfile</b>(<i></i>)
-
 <p>
         Public method to get the current view profile.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -3489,10 +3491,10 @@
 <a NAME="UserInterface.handleUrl" ID="UserInterface.handleUrl"></a>
 <h4>UserInterface.handleUrl</h4>
 <b>handleUrl</b>(<i>url</i>)
-
 <p>
         Public slot to handle opening a URL.
 </p>
+
 <dl>
 
 <dt><i>url</i> (QUrl)</dt>
@@ -3503,10 +3505,10 @@
 <a NAME="UserInterface.isOnline" ID="UserInterface.isOnline"></a>
 <h4>UserInterface.isOnline</h4>
 <b>isOnline</b>(<i></i>)
-
 <p>
         Public method to get the online state.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -3522,10 +3524,10 @@
 <a NAME="UserInterface.launchHelpViewer" ID="UserInterface.launchHelpViewer"></a>
 <h4>UserInterface.launchHelpViewer</h4>
 <b>launchHelpViewer</b>(<i>home, searchWord=None</i>)
-
 <p>
         Public slot to start the help viewer/web browser.
 </p>
+
 <dl>
 
 <dt><i>home</i> (str or QUrl)</dt>
@@ -3540,10 +3542,10 @@
 <a NAME="UserInterface.networkAccessManager" ID="UserInterface.networkAccessManager"></a>
 <h4>UserInterface.networkAccessManager</h4>
 <b>networkAccessManager</b>(<i></i>)
-
 <p>
         Public method to get a reference to the network access manager object.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -3559,17 +3561,17 @@
 <a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a>
 <h4>UserInterface.performVersionCheck</h4>
 <b>performVersionCheck</b>(<i></i>)
-
 <p>
         Public method to check for an update even if not installed via PyPI.
 </p>
+
 <a NAME="UserInterface.processArgs" ID="UserInterface.processArgs"></a>
 <h4>UserInterface.processArgs</h4>
 <b>processArgs</b>(<i>args</i>)
-
 <p>
         Public method to process the command line args passed to the UI.
 </p>
+
 <dl>
 
 <dt><i>args</i> (argparse.Namespace)</dt>
@@ -3581,14 +3583,13 @@
 <a NAME="UserInterface.processInstallInfoFile" ID="UserInterface.processInstallInfoFile"></a>
 <h4>UserInterface.processInstallInfoFile</h4>
 <b>processInstallInfoFile</b>(<i></i>)
-
 <p>
         Public method to process the file containing installation information.
 </p>
+
 <a NAME="UserInterface.registerToolbar" ID="UserInterface.registerToolbar"></a>
 <h4>UserInterface.registerToolbar</h4>
 <b>registerToolbar</b>(<i>name, text, toolbar, category=""</i>)
-
 <p>
         Public method to register a toolbar.
 </p>
@@ -3596,6 +3597,7 @@
         This method must be called in order to make a toolbar manageable by the
         UserInterface object.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -3627,10 +3629,10 @@
 <a NAME="UserInterface.removeEricActions" ID="UserInterface.removeEricActions"></a>
 <h4>UserInterface.removeEricActions</h4>
 <b>removeEricActions</b>(<i>actions, actionType="ui"</i>)
-
 <p>
         Public method to remove actions from the list of actions.
 </p>
+
 <dl>
 
 <dt><i>actions</i> (list of EricActio)</dt>
@@ -3646,10 +3648,10 @@
 <a NAME="UserInterface.removeSideWidget" ID="UserInterface.removeSideWidget"></a>
 <h4>UserInterface.removeSideWidget</h4>
 <b>removeSideWidget</b>(<i>widget</i>)
-
 <p>
         Public method to remove a widget added using addSideWidget().
 </p>
+
 <dl>
 
 <dt><i>widget</i> (QWidget)</dt>
@@ -3660,10 +3662,10 @@
 <a NAME="UserInterface.reregisterToolbar" ID="UserInterface.reregisterToolbar"></a>
 <h4>UserInterface.reregisterToolbar</h4>
 <b>reregisterToolbar</b>(<i>name, text, category=""</i>)
-
 <p>
         Public method to change the visible text for the named toolbar.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -3682,10 +3684,10 @@
 <a NAME="UserInterface.setDebugProfile" ID="UserInterface.setDebugProfile"></a>
 <h4>UserInterface.setDebugProfile</h4>
 <b>setDebugProfile</b>(<i>save=True</i>)
-
 <p>
         Public slot to activate the debug view profile.
 </p>
+
 <dl>
 
 <dt><i>save</i> (bool)</dt>
@@ -3697,10 +3699,10 @@
 <a NAME="UserInterface.showEmailDialog" ID="UserInterface.showEmailDialog"></a>
 <h4>UserInterface.showEmailDialog</h4>
 <b>showEmailDialog</b>(<i>mode, attachFile=None, deleteAttachFile=False</i>)
-
 <p>
         Public slot to show the email dialog in a given mode.
 </p>
+
 <dl>
 
 <dt><i>mode</i> (str)</dt>
@@ -3720,10 +3722,10 @@
 <a NAME="UserInterface.showEvent" ID="UserInterface.showEvent"></a>
 <h4>UserInterface.showEvent</h4>
 <b>showEvent</b>(<i>evt</i>)
-
 <p>
         Protected method to handle the show event.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QShowEvent)</dt>
@@ -3734,17 +3736,17 @@
 <a NAME="UserInterface.showFindFileByNameDialog" ID="UserInterface.showFindFileByNameDialog"></a>
 <h4>UserInterface.showFindFileByNameDialog</h4>
 <b>showFindFileByNameDialog</b>(<i></i>)
-
 <p>
         Public slot to show the Find File by Name dialog.
 </p>
+
 <a NAME="UserInterface.showFindFilesWidget" ID="UserInterface.showFindFilesWidget"></a>
 <h4>UserInterface.showFindFilesWidget</h4>
 <b>showFindFilesWidget</b>(<i>txt="", searchDir="", openFiles=False</i>)
-
 <p>
         Public slot to show the Find In Files widget.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str (optional))</dt>
@@ -3764,24 +3766,24 @@
 <a NAME="UserInterface.showFindLocationWidget" ID="UserInterface.showFindLocationWidget"></a>
 <h4>UserInterface.showFindLocationWidget</h4>
 <b>showFindLocationWidget</b>(<i></i>)
-
 <p>
         Public method to show the Find File widget.
 </p>
+
 <a NAME="UserInterface.showLogViewer" ID="UserInterface.showLogViewer"></a>
 <h4>UserInterface.showLogViewer</h4>
 <b>showLogViewer</b>(<i></i>)
-
 <p>
         Public method to show the Log-Viewer.
 </p>
+
 <a NAME="UserInterface.showNotification" ID="UserInterface.showNotification"></a>
 <h4>UserInterface.showNotification</h4>
 <b>showNotification</b>(<i>icon, heading, text, kind=NotificationTypes.INFORMATION, timeout=None</i>)
-
 <p>
         Public method to show a desktop notification.
 </p>
+
 <dl>
 
 <dt><i>icon</i> (QPixmap)</dt>
@@ -3809,10 +3811,10 @@
 <a NAME="UserInterface.showPreferences" ID="UserInterface.showPreferences"></a>
 <h4>UserInterface.showPreferences</h4>
 <b>showPreferences</b>(<i>pageName=None</i>)
-
 <p>
         Public slot to set the preferences.
 </p>
+
 <dl>
 
 <dt><i>pageName</i> (str)</dt>
@@ -3823,10 +3825,10 @@
 <a NAME="UserInterface.showReplaceFilesWidget" ID="UserInterface.showReplaceFilesWidget"></a>
 <h4>UserInterface.showReplaceFilesWidget</h4>
 <b>showReplaceFilesWidget</b>(<i>txt="", searchDir="", openFiles=False</i>)
-
 <p>
         Public slot to show the Find In Files widget in replace mode.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str (optional))</dt>
@@ -3846,10 +3848,10 @@
 <a NAME="UserInterface.showSideWidget" ID="UserInterface.showSideWidget"></a>
 <h4>UserInterface.showSideWidget</h4>
 <b>showSideWidget</b>(<i>widget</i>)
-
 <p>
         Public method to show a specific widget placed in the side widgets.
 </p>
+
 <dl>
 
 <dt><i>widget</i> (QWidget)</dt>
@@ -3860,10 +3862,10 @@
 <a NAME="UserInterface.unregisterToolbar" ID="UserInterface.unregisterToolbar"></a>
 <h4>UserInterface.unregisterToolbar</h4>
 <b>unregisterToolbar</b>(<i>name</i>)
-
 <p>
         Public method to unregister a toolbar.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -3874,10 +3876,10 @@
 <a NAME="UserInterface.upgradeEric" ID="UserInterface.upgradeEric"></a>
 <h4>UserInterface.upgradeEric</h4>
 <b>upgradeEric</b>(<i></i>)
-
 <p>
         Public slot to upgrade the eric-ide package of the eric7 environment.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -3893,11 +3895,11 @@
 <a NAME="UserInterface.upgradeEricPyQt" ID="UserInterface.upgradeEricPyQt"></a>
 <h4>UserInterface.upgradeEricPyQt</h4>
 <b>upgradeEricPyQt</b>(<i></i>)
-
 <p>
         Public slot to upgrade the eric-ide and Pyqt packages of the eric7
         environment.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -3913,10 +3915,10 @@
 <a NAME="UserInterface.upgradePyQt" ID="UserInterface.upgradePyQt"></a>
 <h4>UserInterface.upgradePyQt</h4>
 <b>upgradePyQt</b>(<i></i>)
-
 <p>
         Public slot to upgrade the PyQt packages of the eric7 environment.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -3932,11 +3934,11 @@
 <a NAME="UserInterface.versionIsNewer" ID="UserInterface.versionIsNewer"></a>
 <h4>UserInterface.versionIsNewer</h4>
 <b>versionIsNewer</b>(<i>required, snapshot=None</i>)
-
 <p>
         Public method to check, if the eric version is good compared to
         the required version.
 </p>
+
 <dl>
 
 <dt><i>required</i> (str)</dt>
@@ -3962,4 +3964,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial