Documentation/Source/eric5.UI.UserInterface.html

changeset 58
37f0444c3479
parent 55
b5c84934de9c
child 84
277c4d00cfd6
--- a/Documentation/Source/eric5.UI.UserInterface.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.UI.UserInterface.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.UI.UserInterface</h1>
 <p>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#109;&#97;&#105;&#110; &#117;&#115;&#101;&#114; &#105;&#110;&#116;&#101;&#114;&#102;&#97;&#99;&#101;.
+Module implementing the main user interface.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -32,10 +32,10 @@
 <table>
 <tr>
 <td><a href="#Redirector">Redirector</a></td>
-<td>&#72;&#101;&#108;&#112;&#101;&#114; &#99;&#108;&#97;&#115;&#115; &#117;&#115;&#101;&#100; &#116;&#111; &#114;&#101;&#100;&#105;&#114;&#101;&#99;&#116; &#115;&#116;&#100;&#111;&#117;&#116; &#97;&#110;&#100; &#115;&#116;&#100;&#101;&#114;&#114; &#116;&#111; &#116;&#104;&#101; &#108;&#111;&#103; w&#105;&#110;&#100;&#111;w</td>
+<td>Helper class used to redirect stdout and stderr to the log window</td>
 </tr><tr>
 <td><a href="#UserInterface">UserInterface</a></td>
-<td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#109;&#97;&#105;&#110; &#117;&#115;&#101;&#114; &#105;&#110;&#116;&#101;&#114;&#102;&#97;&#99;&#101;.</td>
+<td>Class implementing the main user interface.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -46,15 +46,15 @@
 <a NAME="Redirector" ID="Redirector"></a>
 <h2>Redirector</h2>
 <p>
-    &#72;&#101;&#108;&#112;&#101;&#114; &#99;&#108;&#97;&#115;&#115; &#117;&#115;&#101;&#100; &#116;&#111; &#114;&#101;&#100;&#105;&#114;&#101;&#99;&#116; &#115;&#116;&#100;&#111;&#117;&#116; &#97;&#110;&#100; &#115;&#116;&#100;&#101;&#114;&#114; &#116;&#111; &#116;&#104;&#101; &#108;&#111;&#103; w&#105;&#110;&#100;&#111;w
+    Helper class used to redirect stdout and stderr to the log window
 </p><h4>Signals</h4>
 <dl>
 <dt>appendStderr(string)</dt>
 <dd>
-&#101;&#109;&#105;&#116;&#116;&#101;&#100; &#116;&#111; w&#114;&#105;&#116;&#101; &#100;&#97;&#116;&#97; &#116;&#111; &#115;&#116;&#100;&#101;&#114;&#114; &#108;&#111;&#103;&#103;&#101;&#114;
+emitted to write data to stderr logger
 </dd><dt>appendStdout(string)</dt>
 <dd>
-&#101;&#109;&#105;&#116;&#116;&#101;&#100; &#116;&#111; w&#114;&#105;&#116;&#101; &#100;&#97;&#116;&#97; &#116;&#111; &#115;&#116;&#100;&#111;&#117;&#116; &#108;&#111;&#103;&#103;&#101;&#114;
+emitted to write data to stdout logger
 </dd>
 </dl>
 <h3>Derived from</h3>
@@ -67,65 +67,65 @@
 <table>
 <tr>
 <td><a href="#Redirector.__init__">Redirector</a></td>
-<td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+<td>Constructor</td>
 </tr><tr>
 <td><a href="#Redirector.__bufferedWrite">__bufferedWrite</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#114;&#101;&#116;&#117;&#114;&#110;&#105;&#110;&#103; &#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#99;&#104;&#97;&#114;&#97;&#99;&#116;&#101;&#114;&#115; &#116;&#111; w&#114;&#105;&#116;&#101;.</td>
+<td>Private method returning number of characters to write.</td>
 </tr><tr>
 <td><a href="#Redirector.__nWrite">__nWrite</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#117;&#115;&#101;&#100; &#116;&#111; w&#114;&#105;&#116;&#101; &#100;&#97;&#116;&#97;.</td>
+<td>Private method used to write data.</td>
 </tr><tr>
 <td><a href="#Redirector.flush">flush</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#117;&#115;&#101;&#100; &#116;&#111; &#102;&#108;&#117;&#115;&#104; &#116;&#104;&#101; &#98;&#117;&#102;&#102;&#101;&#114;&#101;&#100; &#100;&#97;&#116;&#97;.</td>
+<td>Public method used to flush the buffered data.</td>
 </tr><tr>
 <td><a href="#Redirector.write">write</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#117;&#115;&#101;&#100; &#116;&#111; w&#114;&#105;&#116;&#101; &#100;&#97;&#116;&#97;.</td>
+<td>Public method used to write data.</td>
 </tr>
 </table>
 <a NAME="Redirector.__init__" ID="Redirector.__init__"></a>
 <h4>Redirector (Constructor)</h4>
 <b>Redirector</b>(<i>stderr</i>)
 <p>
-        &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+        Constructor
 </p><dl>
 <dt><i>stderr</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#115;&#116;&#100;&#101;&#114;&#114; &#105;&#115; &#98;&#101;&#105;&#110;&#103; &#114;&#101;&#100;&#105;&#114;&#101;&#99;&#116;&#101;&#100;
+flag indicating stderr is being redirected
 </dd>
 </dl><a NAME="Redirector.__bufferedWrite" ID="Redirector.__bufferedWrite"></a>
 <h4>Redirector.__bufferedWrite</h4>
 <b>__bufferedWrite</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#114;&#101;&#116;&#117;&#114;&#110;&#105;&#110;&#103; &#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#99;&#104;&#97;&#114;&#97;&#99;&#116;&#101;&#114;&#115; &#116;&#111; w&#114;&#105;&#116;&#101;.
+        Private method returning number of characters to write.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#99;&#104;&#97;&#114;&#97;&#99;&#116;&#101;&#114;&#115; &#98;&#117;&#102;&#102;&#101;&#114;&#101;&#100; &#111;&#114; &#108;&#101;&#110;&#103;&#116;&#104; &#111;&#102; &#98;&#117;&#102;&#102;&#101;&#114;&#101;&#100; &#108;&#105;&#110;&#101; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+number of characters buffered or length of buffered line (integer)
 </dd>
 </dl><a NAME="Redirector.__nWrite" ID="Redirector.__nWrite"></a>
 <h4>Redirector.__nWrite</h4>
 <b>__nWrite</b>(<i>n</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#117;&#115;&#101;&#100; &#116;&#111; w&#114;&#105;&#116;&#101; &#100;&#97;&#116;&#97;.
+        Private method used to write data.
 </p><dl>
 <dt><i>n</i></dt>
 <dd>
-&#109;&#97;x &#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#98;y&#116;&#101;&#115; &#116;&#111; w&#114;&#105;&#116;&#101;
+max number of bytes to write
 </dd>
 </dl><a NAME="Redirector.flush" ID="Redirector.flush"></a>
 <h4>Redirector.flush</h4>
 <b>flush</b>(<i></i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#117;&#115;&#101;&#100; &#116;&#111; &#102;&#108;&#117;&#115;&#104; &#116;&#104;&#101; &#98;&#117;&#102;&#102;&#101;&#114;&#101;&#100; &#100;&#97;&#116;&#97;.
+        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>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#117;&#115;&#101;&#100; &#116;&#111; w&#114;&#105;&#116;&#101; &#100;&#97;&#116;&#97;.
+        Public method used to write data.
 </p><dl>
 <dt><i>s</i></dt>
 <dd>
-&#100;&#97;&#116;&#97; &#116;&#111; &#98;&#101; w&#114;&#105;&#116;&#116;&#101;&#110; (&#105;&#116; &#109;&#117;&#115;&#116; &#115;&#117;&#112;&#112;&#111;&#114;&#116; &#116;&#104;&#101; &#115;&#116;&#114;-&#109;&#101;&#116;&#104;&#111;&#100;)
+data to be written (it must support the str-method)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -133,25 +133,25 @@
 <a NAME="UserInterface" ID="UserInterface"></a>
 <h2>UserInterface</h2>
 <p>
-    &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#109;&#97;&#105;&#110; &#117;&#115;&#101;&#114; &#105;&#110;&#116;&#101;&#114;&#102;&#97;&#99;&#101;.
+    Class implementing the main user interface.
 </p><h4>Signals</h4>
 <dl>
 <dt>appendStderr(QString)</dt>
 <dd>
-&#101;&#109;&#105;&#116;&#116;&#101;&#100; &#116;&#111; w&#114;&#105;&#116;&#101; &#100;&#97;&#116;&#97; &#116;&#111; &#115;&#116;&#100;&#101;&#114;&#114; &#108;&#111;&#103;&#103;&#101;&#114;
+emitted to write data to stderr logger
 </dd><dt>appendStdout(QString)</dt>
 <dd>
-&#101;&#109;&#105;&#116;&#116;&#101;&#100; &#116;&#111; w&#114;&#105;&#116;&#101; &#100;&#97;&#116;&#97; &#116;&#111; &#115;&#116;&#100;&#111;&#117;&#116; &#108;&#111;&#103;&#103;&#101;&#114;
+emitted to write data to stdout logger
 </dd><dt>preferencesChanged()</dt>
 <dd>
-&#101;&#109;&#105;&#116;&#116;&#101;&#100; &#97;&#102;&#116;&#101;&#114; &#116;&#104;&#101; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115; w&#101;&#114;&#101; &#99;&#104;&#97;&#110;&#103;&#101;&#100;
+emitted after the preferences were changed
 </dd><dt>reloadAPIs()</dt>
 <dd>
-&#101;&#109;&#105;&#116;&#116;&#101;&#100; &#116;&#111; &#114;&#101;&#108;&#111;&#97;&#100; &#116;&#104;&#101; &#97;&#112;&#105; &#105;&#110;&#102;&#111;&#114;&#109;&#97;&#116;&#105;&#111;&#110;
+emitted to reload the api information
 </dd><dt>showMenu(string, QMenu)</dt>
 <dd>
-&#101;&#109;&#105;&#116;&#116;&#101;&#100; w&#104;&#101;&#110; &#97; &#109;&#101;&#110;&#117; &#105;&#115; &#97;&#98;&#111;&#117;&#116; &#116;&#111; &#98;&#101; &#115;&#104;&#111;w&#110;. &#84;&#104;&#101; &#110;&#97;&#109;&#101;
-            &#111;&#102; &#116;&#104;&#101; &#109;&#101;&#110;&#117; &#97;&#110;&#100; &#97; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#109;&#101;&#110;&#117; &#97;&#114;&#101; &#103;&#105;v&#101;&#110;.
+emitted when a menu is about to be shown. The name
+            of the menu and a reference to the menu are given.
 </dd>
 </dl>
 <h3>Derived from</h3>
@@ -164,1925 +164,1925 @@
 <table>
 <tr>
 <td><a href="#UserInterface.__init__">UserInterface</a></td>
-<td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+<td>Constructor</td>
 </tr><tr>
 <td><a href="#UserInterface.__TBMenuTriggered">__TBMenuTriggered</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#97; &#116;&#111;&#111;&#108;&#98;&#97;&#114;.</td>
+<td>Private method to handle the toggle of a toolbar.</td>
 </tr><tr>
 <td><a href="#UserInterface.__TRPreviewer">__TRPreviewer</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#84;&#114;&#97;&#110;&#115;&#108;&#97;&#116;&#105;&#111;&#110; &#80;&#114;&#101;v&#105;&#101;w&#101;&#114; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.</td>
+<td>Private slot to start the Translation Previewer executable.</td>
 </tr><tr>
 <td><a href="#UserInterface.__UIPreviewer">__UIPreviewer</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#85;&#73; &#80;&#114;&#101;v&#105;&#101;w&#101;&#114; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.</td>
+<td>Private slot to start the UI Previewer executable.</td>
 </tr><tr>
 <td><a href="#UserInterface.__activateBrowser">__activateBrowser</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#102;&#105;&#108;&#101; &#98;&#114;&#111;w&#115;&#101;&#114;.</td>
+<td>Private slot to handle the activation of the file browser.</td>
 </tr><tr>
 <td><a href="#UserInterface.__activateDebugViewer">__activateDebugViewer</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#100;&#101;&#98;&#117;&#103; &#98;&#114;&#111;w&#115;&#101;&#114;.</td>
+<td>Private slot to handle the activation of the debug browser.</td>
 </tr><tr>
 <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#76;&#111;&#103; &#86;&#105;&#101;w&#101;&#114;.</td>
+<td>Private slot to handle the activation of the Log Viewer.</td>
 </tr><tr>
 <td><a href="#UserInterface.__activateMultiProjectBrowser">__activateMultiProjectBrowser</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116; &#98;&#114;&#111;w&#115;&#101;&#114;.</td>
+<td>Private slot to handle the activation of the project browser.</td>
 </tr><tr>
 <td><a href="#UserInterface.__activateProjectBrowser">__activateProjectBrowser</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116; &#98;&#114;&#111;w&#115;&#101;&#114;.</td>
+<td>Private slot to handle the activation of the project browser.</td>
 </tr><tr>
 <td><a href="#UserInterface.__activateShell">__activateShell</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#83;&#104;&#101;&#108;&#108; w&#105;&#110;&#100;&#111;w.</td>
+<td>Private slot to handle the activation of the Shell window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__activateTaskViewer">__activateTaskViewer</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#84;&#97;&#115;&#107; &#86;&#105;&#101;w&#101;&#114;.</td>
+<td>Private slot to handle the activation of the Task Viewer.</td>
 </tr><tr>
 <td><a href="#UserInterface.__activateTemplateViewer">__activateTemplateViewer</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#84;&#101;&#109;&#112;&#108;&#97;&#116;&#101; &#86;&#105;&#101;w&#101;&#114;.</td>
+<td>Private slot to handle the activation of the Template Viewer.</td>
 </tr><tr>
 <td><a href="#UserInterface.__activateTerminal">__activateTerminal</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#84;&#101;&#114;&#109;&#105;&#110;&#97;&#108; w&#105;&#110;&#100;&#111;w.</td>
+<td>Private slot to handle the activation of the Terminal window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__activateViewProfile">__activateViewProfile</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#97;&#99;&#116;&#105;v&#97;&#116;&#101; &#97; v&#105;&#101;w &#112;&#114;&#111;&#102;&#105;&#108;&#101;.</td>
+<td>Private slot to activate a view profile.</td>
 </tr><tr>
 <td><a href="#UserInterface.__activateViewmanager">__activateViewmanager</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#101;&#100;&#105;&#116;&#111;&#114;.</td>
+<td>Private slot to handle the activation of the current editor.</td>
 </tr><tr>
 <td><a href="#UserInterface.__assistant">__assistant</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#81;&#116;-&#65;&#115;&#115;&#105;&#115;&#116;&#97;&#110;&#116; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.</td>
+<td>Private slot to start the Qt-Assistant executable.</td>
 </tr><tr>
 <td><a href="#UserInterface.__assistant4">__assistant4</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#81;&#116;-&#65;&#115;&#115;&#105;&#115;&#116;&#97;&#110;&#116; &#52; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.</td>
+<td>Private slot to start the Qt-Assistant 4 executable.</td>
 </tr><tr>
 <td><a href="#UserInterface.__checkActions">__checkActions</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#115;&#111;&#109;&#101; &#97;&#99;&#116;&#105;&#111;&#110;&#115; &#102;&#111;&#114; &#116;&#104;&#101;&#105;&#114; &#101;&#110;&#97;&#98;&#108;&#101;/&#100;&#105;&#115;&#97;&#98;&#108;&#101; &#115;&#116;&#97;&#116;&#117;&#115;.</td>
+<td>Private slot to check some actions for their enable/disable status.</td>
 </tr><tr>
 <td><a href="#UserInterface.__chmViewer">__chmViewer</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; w&#105;&#110; &#104;&#101;&#108;&#112; v&#105;&#101;w&#101;&#114; &#116;&#111; &#115;&#104;&#111;w *.&#99;&#104;&#109; &#102;&#105;&#108;&#101;&#115;.</td>
+<td>Private slot to start the win help viewer to show *.chm files.</td>
 </tr><tr>
 <td><a href="#UserInterface.__compareFiles">__compareFiles</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#67;&#111;&#109;&#112;&#97;&#114;&#101; &#70;&#105;&#108;&#101;&#115; &#100;&#105;&#97;&#108;&#111;&#103;.</td>
+<td>Private slot to handle the Compare Files dialog.</td>
 </tr><tr>
 <td><a href="#UserInterface.__compareFilesSbs">__compareFilesSbs</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#67;&#111;&#109;&#112;&#97;&#114;&#101; &#70;&#105;&#108;&#101;&#115; &#100;&#105;&#97;&#108;&#111;&#103;.</td>
+<td>Private slot to handle the Compare Files dialog.</td>
 </tr><tr>
 <td><a href="#UserInterface.__configShortcuts">__configShortcuts</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101; &#116;&#104;&#101; &#107;&#101;y&#98;&#111;&#97;&#114;&#100; &#115;&#104;&#111;&#114;&#116;&#99;&#117;&#116;&#115;.</td>
+<td>Private slot to configure the keyboard shortcuts.</td>
 </tr><tr>
 <td><a href="#UserInterface.__configToolBars">__configToolBars</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101; &#116;&#104;&#101; v&#97;&#114;&#105;&#111;&#117;&#115; &#116;&#111;&#111;&#108;&#98;&#97;&#114;&#115;.</td>
+<td>Private slot to configure the various toolbars.</td>
 </tr><tr>
 <td><a href="#UserInterface.__configViewProfiles">__configViewProfiles</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101; &#116;&#104;&#101; v&#97;&#114;&#105;&#111;&#117;&#115; v&#105;&#101;w &#112;&#114;&#111;&#102;&#105;&#108;&#101;&#115;.</td>
+<td>Private slot to configure the various view profiles.</td>
 </tr><tr>
 <td><a href="#UserInterface.__configureDockareaCornerUsage">__configureDockareaCornerUsage</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101; &#116;&#104;&#101; &#117;&#115;&#97;&#103;&#101; &#111;&#102; &#116;&#104;&#101; &#100;&#111;&#99;&#107;&#97;&#114;&#101;&#97; &#99;&#111;&#114;&#110;&#101;&#114;&#115;.</td>
+<td>Private method to configure the usage of the dockarea corners.</td>
 </tr><tr>
 <td><a href="#UserInterface.__createDockWindow">__createDockWindow</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#97; &#100;&#111;&#99;&#107; w&#105;&#110;&#100;&#111;w w&#105;&#116;&#104; &#99;&#111;&#109;&#109;&#111;&#110; &#112;&#114;&#111;&#112;&#101;&#114;&#116;&#105;&#101;&#115;.</td>
+<td>Private method to create a dock window with common properties.</td>
 </tr><tr>
 <td><a href="#UserInterface.__createDockWindowsLayout">__createDockWindowsLayout</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#68;&#111;&#99;&#107;&#87;&#105;&#110;&#100;&#111;w&#115; &#108;&#97;y&#111;&#117;&#116;.</td>
+<td>Private method to create the DockWindows layout.</td>
 </tr><tr>
 <td><a href="#UserInterface.__createFloatingWindowsLayout">__createFloatingWindowsLayout</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#70;&#108;&#111;&#97;&#116;&#105;&#110;&#103;&#87;&#105;&#110;&#100;&#111;w&#115; &#108;&#97;y&#111;&#117;&#116;.</td>
+<td>Private method to create the FloatingWindows layout.</td>
 </tr><tr>
 <td><a href="#UserInterface.__createLayout">__createLayout</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#108;&#97;y&#111;&#117;&#116; &#111;&#102; &#116;&#104;&#101; v&#97;&#114;&#105;&#111;&#117;&#115; w&#105;&#110;&#100;&#111;w&#115;.</td>
+<td>Private method to create the layout of the various windows.</td>
 </tr><tr>
 <td><a href="#UserInterface.__createSidebarsLayout">__createSidebarsLayout</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#83;&#105;&#100;&#101;&#98;&#97;&#114;&#115; &#108;&#97;y&#111;&#117;&#116;.</td>
+<td>Private method to create the Sidebars layout.</td>
 </tr><tr>
 <td><a href="#UserInterface.__createToolboxesLayout">__createToolboxesLayout</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#84;&#111;&#111;&#108;&#98;&#111;x&#101;&#115; &#108;&#97;y&#111;&#117;&#116;.</td>
+<td>Private method to create the Toolboxes layout.</td>
 </tr><tr>
 <td><a href="#UserInterface.__customViewer">__customViewer</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#97; &#99;&#117;&#115;&#116;&#111;&#109; v&#105;&#101;w&#101;&#114;.</td>
+<td>Private slot to start a custom viewer.</td>
 </tr><tr>
 <td><a href="#UserInterface.__debuggingStarted">__debuggingStarted</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#115;&#116;&#97;&#114;&#116; &#111;&#102; &#97; &#100;&#101;&#98;&#117;&#103;&#103;&#105;&#110;&#103; &#115;&#101;&#115;&#115;&#105;&#111;&#110;.</td>
+<td>Private slot to handle the start of a debugging session.</td>
 </tr><tr>
 <td><a href="#UserInterface.__deinstallPlugin">__deinstallPlugin</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#116;&#111; &#117;&#110;&#105;&#110;&#115;&#116;&#97;&#108;&#108; &#97; &#112;&#108;&#117;&#103;&#105;&#110;.</td>
+<td>Private slot to show a dialog to uninstall a plugin.</td>
 </tr><tr>
 <td><a href="#UserInterface.__designer">__designer</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#81;&#116;-&#68;&#101;&#115;&#105;&#103;&#110;&#101;&#114; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.</td>
+<td>Private slot to start the Qt-Designer executable.</td>
 </tr><tr>
 <td><a href="#UserInterface.__designer4">__designer4</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#81;&#116;-&#68;&#101;&#115;&#105;&#103;&#110;&#101;&#114; &#52; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.</td>
+<td>Private slot to start the Qt-Designer 4 executable.</td>
 </tr><tr>
 <td><a href="#UserInterface.__editPixmap">__editPixmap</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#112;&#105;x&#109;&#97;&#112; &#105;&#110; &#97; &#100;&#105;&#97;&#108;&#111;&#103;.</td>
+<td>Private slot to show a pixmap in a dialog.</td>
 </tr><tr>
 <td><a href="#UserInterface.__editorOpened">__editorOpened</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#101;&#100;&#105;&#116;&#111;&#114;&#79;&#112;&#101;&#110;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108;.</td>
+<td>Private slot to handle the editorOpened signal.</td>
 </tr><tr>
 <td><a href="#UserInterface.__exportPreferences">__exportPreferences</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#101;x&#112;&#111;&#114;&#116; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115;.</td>
+<td>Private slot to export the current preferences.</td>
 </tr><tr>
 <td><a href="#UserInterface.__exportShortcuts">__exportShortcuts</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#101;x&#112;&#111;&#114;&#116; &#116;&#104;&#101; &#107;&#101;y&#98;&#111;&#97;&#114;&#100; &#115;&#104;&#111;&#114;&#116;&#99;&#117;&#116;&#115;.</td>
+<td>Private slot to export the keyboard shortcuts.</td>
 </tr><tr>
 <td><a href="#UserInterface.__getFloatingGeometry">__getFloatingGeometry</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#103;&#101;&#111;&#109;&#101;&#116;&#114;y &#111;&#102; &#97; &#102;&#108;&#111;&#97;&#116;&#105;&#110;&#103; w&#105;&#110;&#100;&#111;w&#115;.</td>
+<td>Private method to get the geometry of a floating windows.</td>
 </tr><tr>
 <td><a href="#UserInterface.__helpClosed">__helpClosed</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#104;&#101;&#108;&#112;&#67;&#108;&#111;&#115;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#116;&#104;&#101; &#104;&#101;&#108;&#112; w&#105;&#110;&#100;&#111;w.</td>
+<td>Private slot to handle the helpClosed signal of the help window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__helpViewer">__helpViewer</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#97;&#110; &#101;&#109;&#112;&#116;y &#104;&#101;&#108;&#112; v&#105;&#101;w&#101;&#114;.</td>
+<td>Private slot to start an empty help viewer.</td>
 </tr><tr>
 <td><a href="#UserInterface.__importPreferences">__importPreferences</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#105;&#109;&#112;&#111;&#114;&#116; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115;.</td>
+<td>Private slot to import preferences.</td>
 </tr><tr>
 <td><a href="#UserInterface.__importShortcuts">__importShortcuts</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#105;&#109;&#112;&#111;&#114;&#116; &#116;&#104;&#101; &#107;&#101;y&#98;&#111;&#97;&#114;&#100; &#115;&#104;&#111;&#114;&#116;&#99;&#117;&#116;&#115;.</td>
+<td>Private slot to import the keyboard shortcuts.</td>
 </tr><tr>
 <td><a href="#UserInterface.__initActions">__initActions</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#102;&#105;&#110;&#101; &#116;&#104;&#101; &#117;&#115;&#101;&#114; &#105;&#110;&#116;&#101;&#114;&#102;&#97;&#99;&#101; &#97;&#99;&#116;&#105;&#111;&#110;&#115;.</td>
+<td>Private method to define the user interface actions.</td>
 </tr><tr>
 <td><a href="#UserInterface.__initEricDocAction">__initEricDocAction</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#97;&#108;&#105;z&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#101;&#114;&#105;&#99;&#53; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private slot to initialize the action to show the eric5 documentation.</td>
 </tr><tr>
 <td><a href="#UserInterface.__initExternalToolsActions">__initExternalToolsActions</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#97;&#99;&#116;&#105;&#111;&#110;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101;&#100; &#101;x&#116;&#101;&#114;&#110;&#97;&#108; &#116;&#111;&#111;&#108;&#115;.</td>
+<td>Private slot to create actions for the configured external tools.</td>
 </tr><tr>
 <td><a href="#UserInterface.__initMenus">__initMenus</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#109;&#101;&#110;&#117;&#115;.</td>
+<td>Private slot to create the menus.</td>
 </tr><tr>
 <td><a href="#UserInterface.__initPySideDocActions">__initPySideDocActions</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#108;&#105;z&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#80;y&#83;&#105;&#100;&#101; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private slot to initilize the action to show the PySide documentation.</td>
 </tr><tr>
 <td><a href="#UserInterface.__initPythonDocAction">__initPythonDocAction</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#108;&#105;z&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#80;y&#116;&#104;&#111;&#110; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private slot to initilize the action to show the Python documentation.</td>
 </tr><tr>
 <td><a href="#UserInterface.__initQtDocActions">__initQtDocActions</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#108;&#105;z&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#81;&#116; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private slot to initilize the action to show the Qt documentation.</td>
 </tr><tr>
 <td><a href="#UserInterface.__initStatusbar">__initStatusbar</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#101;&#116; &#117;&#112; &#116;&#104;&#101; &#115;&#116;&#97;&#116;&#117;&#115; &#98;&#97;&#114;.</td>
+<td>Private slot to set up the status bar.</td>
 </tr><tr>
 <td><a href="#UserInterface.__initToolbars">__initToolbars</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#116;&#111;&#111;&#108;&#98;&#97;&#114;&#115;.</td>
+<td>Private slot to create the toolbars.</td>
 </tr><tr>
 <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#116;&#111; &#105;&#110;&#115;&#116;&#97;&#108;&#108; &#97; &#110;&#101;w &#112;&#108;&#117;&#103;&#105;&#110;.</td>
+<td>Private slot to show a dialog to install a new plugin.</td>
 </tr><tr>
 <td><a href="#UserInterface.__lastEditorClosed">__lastEditorClosed</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#108;&#97;&#115;&#116;&#69;&#100;&#105;&#116;&#111;&#114;&#67;&#108;&#111;&#115;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108;.</td>
+<td>Private slot to handle the lastEditorClosed signal.</td>
 </tr><tr>
 <td><a href="#UserInterface.__linguist">__linguist</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#81;&#116;-&#76;&#105;&#110;&#103;&#117;&#105;&#115;&#116; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.</td>
+<td>Private slot to start the Qt-Linguist executable.</td>
 </tr><tr>
 <td><a href="#UserInterface.__linguist4">__linguist4</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#81;&#116;-&#76;&#105;&#110;&#103;&#117;&#105;&#115;&#116; &#52; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.</td>
+<td>Private slot to start the Qt-Linguist 4 executable.</td>
 </tr><tr>
 <td><a href="#UserInterface.__newProject">__newProject</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#78;&#101;w&#80;&#114;&#111;&#106;&#101;&#99;&#116; &#115;&#105;&#103;&#110;&#97;&#108;.</td>
+<td>Private slot to handle the NewProject signal.</td>
 </tr><tr>
 <td><a href="#UserInterface.__openMiniEditor">__openMiniEditor</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#109;&#105;&#110;&#105; &#101;&#100;&#105;&#116;&#111;&#114; w&#105;&#110;&#100;&#111;w.</td>
+<td>Private slot to show a mini editor window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__openOnStartup">__openOnStartup</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#111;&#112;&#101;&#110; &#116;&#104;&#101; &#108;&#97;&#115;&#116; &#102;&#105;&#108;&#101;, &#112;&#114;&#111;&#106;&#101;&#99;&#116; &#111;&#114; &#109;&#117;&#108;&#116;&#105;&#112;&#114;&#111;&#106;&#101;&#99;&#116;.</td>
+<td>Private method to open the last file, project or multiproject.</td>
 </tr><tr>
 <td><a href="#UserInterface.__pluginsConfigure">__pluginsConfigure</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#112;&#108;&#117;&#103;&#105;&#110; &#109;&#97;&#110;&#97;&#103;&#101;&#114; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101;.</td>
+<td>Private slot to show the plugin manager configuration page.</td>
 </tr><tr>
 <td><a href="#UserInterface.__preferencesChanged">__preferencesChanged</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#97; &#99;&#104;&#97;&#110;&#103;&#101; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115;.</td>
+<td>Private slot to handle a change of the preferences.</td>
 </tr><tr>
 <td><a href="#UserInterface.__processToolStderr">__processToolStderr</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#114;&#101;&#97;&#100;y&#82;&#101;&#97;&#100;&#83;&#116;&#100;&#101;&#114;&#114; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#97; &#116;&#111;&#111;&#108; &#112;&#114;&#111;&#99;&#101;&#115;&#115;.</td>
+<td>Private slot to handle the readyReadStderr signal of a tool process.</td>
 </tr><tr>
 <td><a href="#UserInterface.__processToolStdout">__processToolStdout</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#114;&#101;&#97;&#100;y&#82;&#101;&#97;&#100;&#83;&#116;&#100;&#111;&#117;&#116; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#97; &#116;&#111;&#111;&#108; &#112;&#114;&#111;&#99;&#101;&#115;&#115;.</td>
+<td>Private slot to handle the readyReadStdout signal of a tool process.</td>
 </tr><tr>
 <td><a href="#UserInterface.__programChange">__programChange</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#112;&#114;&#111;&#103;&#114;&#97;&#109;&#67;&#104;&#97;&#110;&#103;&#101; &#115;&#105;&#103;&#110;&#97;&#108;.</td>
+<td>Private slot to handle the programChange signal.</td>
 </tr><tr>
 <td><a href="#UserInterface.__projectClosed">__projectClosed</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116;&#67;&#108;&#111;&#115;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108;.</td>
+<td>Private slot to handle the projectClosed signal.</td>
 </tr><tr>
 <td><a href="#UserInterface.__projectOpened">__projectOpened</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116;&#79;&#112;&#101;&#110;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108;.</td>
+<td>Private slot to handle the projectOpened signal.</td>
 </tr><tr>
 <td><a href="#UserInterface.__proxyAuthenticationRequired">__proxyAuthenticationRequired</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#97; &#112;&#114;&#111;xy &#97;&#117;&#116;&#104;&#101;&#110;&#116;&#105;&#99;&#97;&#116;&#105;&#111;&#110; &#114;&#101;&#113;&#117;&#101;&#115;&#116;.</td>
+<td>Private slot to handle a proxy authentication request.</td>
 </tr><tr>
 <td><a href="#UserInterface.__quit">__quit</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#113;&#117;&#105;&#116; &#116;&#104;&#101; &#97;&#112;&#112;&#108;&#105;&#99;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private method to quit the application.</td>
 </tr><tr>
 <td><a href="#UserInterface.__readSession">__readSession</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#114;&#101;&#97;&#100; &#105;&#110; &#116;&#104;&#101; &#115;&#101;&#115;&#115;&#105;&#111;&#110; &#102;&#105;&#108;&#101; (.&#101;&#52;&#115;)</td>
+<td>Private slot to read in the session file (.e4s)</td>
 </tr><tr>
 <td><a href="#UserInterface.__readTasks">__readTasks</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#114;&#101;&#97;&#100; &#105;&#110; &#116;&#104;&#101; &#116;&#97;&#115;&#107;&#115; &#102;&#105;&#108;&#101; (.&#101;&#52;&#116;)</td>
+<td>Private slot to read in the tasks file (.e4t)</td>
 </tr><tr>
 <td><a href="#UserInterface.__reloadAPIs">__reloadAPIs</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#114;&#101;&#108;&#111;&#97;&#100; &#116;&#104;&#101; &#97;&#112;&#105; &#105;&#110;&#102;&#111;&#114;&#109;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private slot to reload the api information.</td>
 </tr><tr>
 <td><a href="#UserInterface.__reportBug">__reportBug</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#82;&#101;&#112;&#111;&#114;&#116; &#66;&#117;&#103; &#100;&#105;&#97;&#108;&#111;&#103;.</td>
+<td>Private slot to handle the Report Bug dialog.</td>
 </tr><tr>
 <td><a href="#UserInterface.__requestFeature">__requestFeature</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#70;&#101;&#97;&#116;&#117;&#114;&#101; &#82;&#101;&#113;&#117;&#101;&#115;&#116; &#100;&#105;&#97;&#108;&#111;&#103;.</td>
+<td>Private slot to handle the Feature Request dialog.</td>
 </tr><tr>
 <td><a href="#UserInterface.__restart">__restart</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#97;&#112;&#112;&#108;&#105;&#99;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private method to restart the application.</td>
 </tr><tr>
 <td><a href="#UserInterface.__saveCurrentViewProfile">__saveCurrentViewProfile</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#97;v&#101; &#116;&#104;&#101; w&#105;&#110;&#100;&#111;w &#103;&#101;&#111;&#109;&#101;&#116;&#114;&#105;&#101;&#115; &#111;&#102; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#101; &#112;&#114;&#111;&#102;&#105;&#108;&#101;.</td>
+<td>Private slot to save the window geometries of the active profile.</td>
 </tr><tr>
 <td><a href="#UserInterface.__setEditProfile">__setEditProfile</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#97;&#99;&#116;&#105;v&#97;&#116;&#101; &#116;&#104;&#101; &#101;&#100;&#105;&#116; v&#105;&#101;w &#112;&#114;&#111;&#102;&#105;&#108;&#101;.</td>
+<td>Private slot to activate the edit view profile.</td>
 </tr><tr>
 <td><a href="#UserInterface.__setStyle">__setStyle</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#115;&#116;y&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#105;&#110;&#116;&#101;&#114;&#102;&#97;&#99;&#101;.</td>
+<td>Private slot to set the style of the interface.</td>
 </tr><tr>
 <td><a href="#UserInterface.__setWindowCaption">__setWindowCaption</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#99;&#97;&#112;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#77;&#97;&#105;&#110; &#87;&#105;&#110;&#100;&#111;w.</td>
+<td>Private method to set the caption of the Main Window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__setupDockWindow">__setupDockWindow</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101; &#116;&#104;&#101; &#100;&#111;&#99;&#107; w&#105;&#110;&#100;&#111;w &#99;&#114;&#101;&#97;&#116;&#101;&#100; w&#105;&#116;&#104; &#95;&#95;&#99;&#114;&#101;&#97;&#116;&#101;&#68;&#111;&#99;&#107;&#87;&#105;&#110;&#100;&#111;w().</td>
+<td>Private method to configure the dock window created with __createDockWindow().</td>
 </tr><tr>
 <td><a href="#UserInterface.__showAvailableVersionInfos">__showAvailableVersionInfos</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; v&#101;&#114;&#115;&#105;&#111;&#110;&#115; &#97;v&#97;&#105;&#108;&#97;&#98;&#108;&#101; &#102;&#111;&#114; &#100;&#111;w&#110;&#108;&#111;&#97;&#100;.</td>
+<td>Private method to show the versions available for download.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showEmailDialog">__showEmailDialog</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#101;&#109;&#97;&#105;&#108; &#100;&#105;&#97;&#108;&#111;&#103; &#105;&#110; &#97; &#103;&#105;v&#101;&#110; &#109;&#111;&#100;&#101;.</td>
+<td>Private slot to show the email dialog in a given mode.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showEricDoc">__showEricDoc</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#69;&#114;&#105;&#99; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private slot to show the Eric documentation.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showExternalTools">__showExternalTools</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#115;&#104;&#111;w &#97; &#108;&#105;&#115;&#116; &#111;&#102; &#101;x&#116;&#101;&#114;&#110;&#97;&#108; &#116;&#111;&#111;&#108;&#115; &#117;&#115;&#101;&#100; &#98;y &#101;&#114;&#105;&#99;&#53;.</td>
+<td>Private slot to display a dialog show a list of external tools used by eric5.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showExtrasMenu">__showExtrasMenu</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#69;x&#116;&#114;&#97;&#115; &#109;&#101;&#110;&#117;.</td>
+<td>Private slot to display the Extras menu.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showFileMenu">__showFileMenu</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#70;&#105;&#108;&#101; &#109;&#101;&#110;&#117;.</td>
+<td>Private slot to display the File menu.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showHelpMenu">__showHelpMenu</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#72;&#101;&#108;&#112; &#109;&#101;&#110;&#117;.</td>
+<td>Private slot to display the Help menu.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showNext">__showNext</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#117;&#115;&#101;&#100; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#110;&#101;x&#116; &#116;&#97;&#98; &#111;&#114; &#102;&#105;&#108;&#101;.</td>
+<td>Private slot used to show the next tab or file.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showPixmap">__showPixmap</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#112;&#105;x&#109;&#97;&#112; &#105;&#110; &#97; &#100;&#105;&#97;&#108;&#111;&#103;.</td>
+<td>Private slot to show a pixmap in a dialog.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showPluginInfo">__showPluginInfo</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#112;&#108;&#117;&#103;&#105;&#110; &#105;&#110;&#102;&#111; &#100;&#105;&#97;&#108;&#111;&#103;.</td>
+<td>Private slot to show the plugin info dialog.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showPluginsAvailable">__showPluginsAvailable</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#112;&#108;&#117;&#103;&#105;&#110;&#115; &#97;v&#97;&#105;&#108;&#97;&#98;&#108;&#101; &#102;&#111;&#114; &#100;&#111;w&#110;&#108;&#111;&#97;&#100;.</td>
+<td>Private slot to show the plugins available for download.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#117;&#115;&#101;&#100; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#112;&#114;&#101;v&#105;&#111;&#117;&#115; &#116;&#97;&#98; &#111;&#114; &#102;&#105;&#108;&#101;.</td>
+<td>Private slot used to show the previous tab or file.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showPyQt4Doc">__showPyQt4Doc</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#80;y&#81;&#116;&#52; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private slot to show the PyQt4 documentation.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showPySideDoc">__showPySideDoc</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#80;y&#83;&#105;&#100;&#101; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private slot to show the PySide documentation.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showPythonDoc">__showPythonDoc</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#80;y&#116;&#104;&#111;&#110; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private slot to show the Python documentation.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showQt4Doc">__showQt4Doc</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#81;&#116;&#52; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private slot to show the Qt4 documentation.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showSvg">__showSvg</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#83;&#86;&#71; &#102;&#105;&#108;&#101; &#105;&#110; &#97; &#100;&#105;&#97;&#108;&#111;&#103;.</td>
+<td>Private slot to show a SVG file in a dialog.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showSystemEmailClient">__showSystemEmailClient</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#115;y&#115;&#116;&#101;&#109; &#101;&#109;&#97;&#105;&#108; &#100;&#105;&#97;&#108;&#111;&#103;.</td>
+<td>Private slot to show the system email dialog.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showToolGroupsMenu">__showToolGroupsMenu</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#84;&#111;&#111;&#108; &#71;&#114;&#111;&#117;&#112;&#115; &#109;&#101;&#110;&#117;.</td>
+<td>Private slot to display the Tool Groups menu.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showToolbarsMenu">__showToolbarsMenu</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#84;&#111;&#111;&#108;&#98;&#97;&#114;&#115; &#109;&#101;&#110;&#117;.</td>
+<td>Private slot to display the Toolbars menu.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showToolsMenu">__showToolsMenu</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#84;&#111;&#111;&#108;&#115; &#109;&#101;&#110;&#117;.</td>
+<td>Private slot to display the Tools menu.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showVersions">__showVersions</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#86;&#101;&#114;&#115;&#105;&#111;&#110;&#115; &#100;&#105;&#97;&#108;&#111;&#103;.</td>
+<td>Private slot to handle the Versions dialog.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showWindowMenu">__showWindowMenu</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#87;&#105;&#110;&#100;&#111;w &#109;&#101;&#110;&#117;.</td>
+<td>Private slot to display the Window menu.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showWizardsMenu">__showWizardsMenu</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#87;&#105;z&#97;&#114;&#100;&#115; &#109;&#101;&#110;&#117;.</td>
+<td>Private slot to display the Wizards menu.</td>
 </tr><tr>
 <td><a href="#UserInterface.__shutdown">__shutdown</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#112;&#101;&#114;&#102;&#111;&#114;&#109; &#97;&#108;&#108; &#110;&#101;&#99;&#101;&#115;&#115;&#97;&#114;y &#115;&#116;&#101;&#112;&#115; &#116;&#111; &#99;&#108;&#111;&#115;&#101; &#100;&#111;w&#110; &#116;&#104;&#101; &#73;&#68;&#69;.</td>
+<td>Private method to perform all necessary steps to close down the IDE.</td>
 </tr><tr>
 <td><a href="#UserInterface.__sqlBrowser">__sqlBrowser</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#83;&#81;&#76; &#98;&#114;&#111;w&#115;&#101;&#114; &#116;&#111;&#111;&#108;.</td>
+<td>Private slot to start the SQL browser tool.</td>
 </tr><tr>
 <td><a href="#UserInterface.__sslErrors">__sslErrors</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#83;&#83;&#76; &#101;&#114;&#114;&#111;&#114;&#115;.</td>
+<td>Private slot to handle SSL errors.</td>
 </tr><tr>
 <td><a href="#UserInterface.__startToolProcess">__startToolProcess</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#97;&#110; &#101;x&#116;&#101;&#114;&#110;&#97;&#108; &#116;&#111;&#111;&#108; &#112;&#114;&#111;&#99;&#101;&#115;&#115;.</td>
+<td>Private slot to start an external tool process.</td>
 </tr><tr>
 <td><a href="#UserInterface.__switchTab">__switchTab</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#117;&#115;&#101;&#100; &#116;&#111; &#115;w&#105;&#116;&#99;&#104; &#98;&#101;&#116;w&#101;&#101;&#110; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#97;&#110;&#100; &#116;&#104;&#101; &#112;&#114;&#101;v&#105;&#111;&#117;&#115; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#116;&#97;&#98;.</td>
+<td>Private slot used to switch between the current and the previous current tab.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toggleBottomSidebar">__toggleBottomSidebar</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#98;&#111;&#116;&#116;&#111;&#109; &#115;&#105;&#100;&#101;&#98;&#97;&#114; w&#105;&#110;&#100;&#111;w.</td>
+<td>Private slot to handle the toggle of the bottom sidebar window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toggleBrowser">__toggleBrowser</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#70;&#105;&#108;&#101; &#66;&#114;&#111;w&#115;&#101;&#114; w&#105;&#110;&#100;&#111;w.</td>
+<td>Private slot to handle the toggle of the File Browser window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toggleDebugViewer">__toggleDebugViewer</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#100;&#101;&#98;&#117;&#103; v&#105;&#101;w&#101;&#114;.</td>
+<td>Private slot to handle the toggle of the debug viewer.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toggleHorizontalToolbox">__toggleHorizontalToolbox</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#72;&#111;&#114;&#105;z&#111;&#110;&#116;&#97;&#108; &#84;&#111;&#111;&#108;&#98;&#111;x w&#105;&#110;&#100;&#111;w.</td>
+<td>Private slot to handle the toggle of the Horizontal Toolbox window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toggleLeftSidebar">__toggleLeftSidebar</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#108;&#101;&#102;&#116; &#115;&#105;&#100;&#101;&#98;&#97;&#114; w&#105;&#110;&#100;&#111;w.</td>
+<td>Private slot to handle the toggle of the left sidebar window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toggleLogViewer">__toggleLogViewer</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#76;&#111;&#103; &#86;&#105;&#101;w&#101;&#114; w&#105;&#110;&#100;&#111;w.</td>
+<td>Private slot to handle the toggle of the Log Viewer window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toggleMultiProjectBrowser">__toggleMultiProjectBrowser</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#80;&#114;&#111;&#106;&#101;&#99;&#116; &#66;&#114;&#111;w&#115;&#101;&#114; w&#105;&#110;&#100;&#111;w.</td>
+<td>Private slot to handle the toggle of the Project Browser window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toggleProjectBrowser">__toggleProjectBrowser</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#80;&#114;&#111;&#106;&#101;&#99;&#116; &#66;&#114;&#111;w&#115;&#101;&#114; w&#105;&#110;&#100;&#111;w.</td>
+<td>Private slot to handle the toggle of the Project Browser window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toggleShell">__toggleShell</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#83;&#104;&#101;&#108;&#108; w&#105;&#110;&#100;&#111;w .</td>
+<td>Private slot to handle the toggle of the Shell window .</td>
 </tr><tr>
 <td><a href="#UserInterface.__toggleTaskViewer">__toggleTaskViewer</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#84;&#97;&#115;&#107; &#86;&#105;&#101;w&#101;&#114; w&#105;&#110;&#100;&#111;w.</td>
+<td>Private slot to handle the toggle of the Task Viewer window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toggleTemplateViewer">__toggleTemplateViewer</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#84;&#101;&#109;&#112;&#108;&#97;&#116;&#101; &#86;&#105;&#101;w&#101;&#114; w&#105;&#110;&#100;&#111;w.</td>
+<td>Private slot to handle the toggle of the Template Viewer window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toggleTerminal">__toggleTerminal</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#84;&#101;&#114;&#109;&#105;&#110;&#97;&#108; w&#105;&#110;&#100;&#111;w .</td>
+<td>Private slot to handle the toggle of the Terminal window .</td>
 </tr><tr>
 <td><a href="#UserInterface.__toggleVerticalToolbox">__toggleVerticalToolbox</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#86;&#101;&#114;&#116;&#105;&#99;&#97;&#108; &#84;&#111;&#111;&#108;&#98;&#111;x w&#105;&#110;&#100;&#111;w.</td>
+<td>Private slot to handle the toggle of the Vertical Toolbox window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toggleWindow">__toggleWindow</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#116;&#111;&#103;&#103;&#108;&#101; &#97; w&#111;&#114;&#107;&#115;&#112;&#97;&#99;&#101; &#101;&#100;&#105;&#116;&#111;&#114; w&#105;&#110;&#100;&#111;w.</td>
+<td>Private method to toggle a workspace editor window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toolActionTriggered">__toolActionTriggered</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#98;y &#101;x&#116;&#101;&#114;&#110;&#97;&#108; &#116;&#111;&#111;&#108;&#115; &#116;&#111;&#111;&#108;&#98;&#97;&#114; &#97;&#99;&#116;&#105;&#111;&#110;&#115;.</td>
+<td>Private slot called by external tools toolbar actions.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toolExecute">__toolExecute</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#101;x&#101;&#99;&#117;&#116;&#101; &#97; &#112;&#97;&#114;&#116;&#105;&#99;&#117;&#108;&#97;&#114; &#116;&#111;&#111;&#108;.</td>
+<td>Private slot to execute a particular tool.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toolFinished">__toolFinished</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#102;&#105;&#110;&#105;&#115;&#104;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#97; &#116;&#111;&#111;&#108; &#112;&#114;&#111;&#99;&#101;&#115;&#115;.</td>
+<td>Private slot to handle the finished signal of a tool process.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toolGroupSelected">__toolGroupSelected</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#116;&#111;&#111;&#108; &#103;&#114;&#111;&#117;&#112;.</td>
+<td>Private slot to set the current tool group.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toolGroupsConfiguration">__toolGroupsConfiguration</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#111;&#108; &#103;&#114;&#111;&#117;&#112;&#115; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#109;&#101;&#110;&#117; &#101;&#110;&#116;&#114;y.</td>
+<td>Private slot to handle the tool groups configuration menu entry.</td>
 </tr><tr>
 <td><a href="#UserInterface.__toolsConfiguration">__toolsConfiguration</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#111;&#108;&#115; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#109;&#101;&#110;&#117; &#101;&#110;&#116;&#114;y.</td>
+<td>Private slot to handle the tools configuration menu entry.</td>
 </tr><tr>
 <td><a href="#UserInterface.__unittest">__unittest</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#102;&#111;&#114; &#100;&#105;&#115;&#112;&#108;&#97;y&#105;&#110;&#103; &#116;&#104;&#101; &#117;&#110;&#105;&#116;&#116;&#101;&#115;&#116; &#100;&#105;&#97;&#108;&#111;&#103;.</td>
+<td>Private slot for displaying the unittest dialog.</td>
 </tr><tr>
 <td><a href="#UserInterface.__unittestProject">__unittestProject</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#102;&#111;&#114; &#100;&#105;&#115;&#112;&#108;&#97;y&#105;&#110;&#103; &#116;&#104;&#101; &#117;&#110;&#105;&#116;&#116;&#101;&#115;&#116; &#100;&#105;&#97;&#108;&#111;&#103; &#97;&#110;&#100; &#114;&#117;&#110; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#112;&#114;&#111;&#106;&#101;&#99;&#116;.</td>
+<td>Private slot for displaying the unittest dialog and run the current project.</td>
 </tr><tr>
 <td><a href="#UserInterface.__unittestRestart">__unittestRestart</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#117;&#110;&#105;&#116;&#116;&#101;&#115;&#116; &#100;&#105;&#97;&#108;&#111;&#103; &#97;&#110;&#100; &#114;&#101;&#114;&#117;&#110; &#116;&#104;&#101; &#108;&#97;&#115;&#116; &#116;&#101;&#115;&#116;.</td>
+<td>Private slot to display the unittest dialog and rerun the last test.</td>
 </tr><tr>
 <td><a href="#UserInterface.__unittestScript">__unittestScript</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#102;&#111;&#114; &#100;&#105;&#115;&#112;&#108;&#97;y&#105;&#110;&#103; &#116;&#104;&#101; &#117;&#110;&#105;&#116;&#116;&#101;&#115;&#116; &#100;&#105;&#97;&#108;&#111;&#103; &#97;&#110;&#100; &#114;&#117;&#110; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#115;&#99;&#114;&#105;&#112;&#116;.</td>
+<td>Private slot for displaying the unittest dialog and run the current script.</td>
 </tr><tr>
 <td><a href="#UserInterface.__updateExternalToolsActions">__updateExternalToolsActions</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#117;&#112;&#100;&#97;&#116;&#101; &#116;&#104;&#101; &#101;x&#116;&#101;&#114;&#110;&#97;&#108; &#116;&#111;&#111;&#108;&#115; &#97;&#99;&#116;&#105;&#111;&#110;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#116;&#111;&#111;&#108; &#103;&#114;&#111;&#117;&#112;.</td>
+<td>Private method to update the external tools actions for the current tool group.</td>
 </tr><tr>
 <td><a href="#UserInterface.__updateVersionsUrls">__updateVersionsUrls</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#117;&#112;&#100;&#97;&#116;&#101; &#116;&#104;&#101; &#85;&#82;&#76;&#115; &#102;&#114;&#111;&#109; w&#104;&#105;&#99;&#104; &#116;&#111; &#114;&#101;&#116;&#114;&#105;&#101;v&#101; &#116;&#104;&#101; v&#101;&#114;&#115;&#105;&#111;&#110;&#115; &#102;&#105;&#108;&#101;.</td>
+<td>Private method to update the URLs from which to retrieve the versions file.</td>
 </tr><tr>
 <td><a href="#UserInterface.__versionCheckResult">__versionCheckResult</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#114;&#101;&#115;&#117;&#108;&#116; &#111;&#102; &#116;&#104;&#101; v&#101;&#114;&#115;&#105;&#111;&#110; &#99;&#104;&#101;&#99;&#107; &#97;&#99;&#116;&#105;&#111;&#110;.</td>
+<td>Private method to show the result of the version check action.</td>
 </tr><tr>
 <td><a href="#UserInterface.__versionsDownloadCanceled">__versionsDownloadCanceled</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#99;&#97;&#110;&#99;&#101;&#108; &#116;&#104;&#101; v&#101;&#114;&#115;&#105;&#111;&#110; &#99;&#104;&#101;&#99;&#107;.</td>
+<td>Private method called to cancel the version check.</td>
 </tr><tr>
 <td><a href="#UserInterface.__versionsDownloadDone">__versionsDownloadDone</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100;, &#97;&#102;&#116;&#101;&#114; &#116;&#104;&#101; v&#101;&#114;&#115;&#105;&#111;&#110;&#115; &#102;&#105;&#108;&#101; &#104;&#97;&#115; &#98;&#101;&#101;&#110; &#100;&#111;w&#110;&#108;&#111;&#97;&#100;&#101;&#100; &#102;&#114;&#111;&#109; &#116;&#104;&#101; &#105;&#110;&#116;&#101;&#114;&#110;&#101;&#116;.</td>
+<td>Private method called, after the versions file has been downloaded from the internet.</td>
 </tr><tr>
 <td><a href="#UserInterface.__webBrowser">__webBrowser</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#101;&#114;&#105;&#99;&#53; w&#101;&#98; &#98;&#114;&#111;w&#115;&#101;&#114;.</td>
+<td>Private slot to start the eric5 web browser.</td>
 </tr><tr>
 <td><a href="#UserInterface.__whatsThis">__whatsThis</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#105;&#110; &#116;&#111; &#101;&#110;&#116;&#101;&#114; &#87;&#104;&#97;&#116;&#115; &#84;&#104;&#105;&#115; &#109;&#111;&#100;&#101;.</td>
+<td>Private slot called in to enter Whats This mode.</td>
 </tr><tr>
 <td><a href="#UserInterface.__writeSession">__writeSession</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; w&#114;&#105;&#116;&#101; &#116;&#104;&#101; &#115;&#101;&#115;&#115;&#105;&#111;&#110; &#100;&#97;&#116;&#97; &#116;&#111; &#97;&#110; &#88;&#77;&#76; &#102;&#105;&#108;&#101; (.&#101;&#52;&#115;).</td>
+<td>Private slot to write the session data to an XML file (.e4s).</td>
 </tr><tr>
 <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; w&#114;&#105;&#116;&#101; &#116;&#104;&#101; &#116;&#97;&#115;&#107;&#115; &#100;&#97;&#116;&#97; &#116;&#111; &#97;&#110; &#88;&#77;&#76; &#102;&#105;&#108;&#101; (.&#101;&#52;&#116;).</td>
+<td>Private slot to write the tasks data to an XML file (.e4t).</td>
 </tr><tr>
 <td><a href="#UserInterface.addE5Actions">addE5Actions</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#100;&#100; &#97;&#99;&#116;&#105;&#111;&#110;&#115; &#116;&#111; &#116;&#104;&#101; &#108;&#105;&#115;&#116; &#111;&#102; &#97;&#99;&#116;&#105;&#111;&#110;&#115;.</td>
+<td>Public method to add actions to the list of actions.</td>
 </tr><tr>
 <td><a href="#UserInterface.appendToStderr">appendToStderr</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#97;&#112;&#112;&#101;&#110;&#100; &#116;&#101;x&#116; &#116;&#111; &#116;&#104;&#101; &#115;&#116;&#100;&#101;&#114;&#114; &#108;&#111;&#103; v&#105;&#101;w&#101;&#114; &#116;&#97;&#98;.</td>
+<td>Public slot to append text to the stderr log viewer tab.</td>
 </tr><tr>
 <td><a href="#UserInterface.appendToStdout">appendToStdout</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#97;&#112;&#112;&#101;&#110;&#100; &#116;&#101;x&#116; &#116;&#111; &#116;&#104;&#101; &#115;&#116;&#100;&#111;&#117;&#116; &#108;&#111;&#103; v&#105;&#101;w&#101;&#114; &#116;&#97;&#98;.</td>
+<td>Public slot to append text to the stdout log viewer tab.</td>
 </tr><tr>
 <td><a href="#UserInterface.checkConfigurationStatus">checkConfigurationStatus</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#101;&#114;&#105;&#99;&#53; &#104;&#97;&#115; &#98;&#101;&#101;&#110; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101;&#100;.</td>
+<td>Public method to check, if eric5 has been configured.</td>
 </tr><tr>
 <td><a href="#UserInterface.checkForErrorLog">checkForErrorLog</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#102;&#111;&#114; &#116;&#104;&#101; &#112;&#114;&#101;&#115;&#101;&#110;&#99;&#101; &#111;&#102; &#97;&#110; &#101;&#114;&#114;&#111;&#114; &#108;&#111;&#103; &#97;&#110;&#100; &#97;&#115;&#107; &#116;&#104;&#101; &#117;&#115;&#101;&#114;, w&#104;&#97;&#116; &#116;&#111; &#100;&#111; w&#105;&#116;&#104; &#105;&#116;.</td>
+<td>Public method to check for the presence of an error log and ask the user, what to do with it.</td>
 </tr><tr>
 <td><a href="#UserInterface.closeEvent">closeEvent</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#101;v&#101;&#110;&#116; &#104;&#97;&#110;&#100;&#108;&#101;&#114; &#102;&#111;&#114; &#116;&#104;&#101; &#99;&#108;&#111;&#115;&#101; &#101;v&#101;&#110;&#116;.</td>
+<td>Private event handler for the close event.</td>
 </tr><tr>
 <td><a href="#UserInterface.dragEnterEvent">dragEnterEvent</a></td>
-<td>&#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#100;&#114;&#97;&#103; &#101;&#110;&#116;&#101;&#114; &#101;v&#101;&#110;&#116;.</td>
+<td>Protected method to handle the drag enter event.</td>
 </tr><tr>
 <td><a href="#UserInterface.dragLeaveEvent">dragLeaveEvent</a></td>
-<td>&#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#100;&#114;&#97;&#103; &#108;&#101;&#97;v&#101; &#101;v&#101;&#110;&#116;.</td>
+<td>Protected method to handle the drag leave event.</td>
 </tr><tr>
 <td><a href="#UserInterface.dragMoveEvent">dragMoveEvent</a></td>
-<td>&#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#100;&#114;&#97;&#103; &#109;&#111;v&#101; &#101;v&#101;&#110;&#116;.</td>
+<td>Protected method to handle the drag move event.</td>
 </tr><tr>
 <td><a href="#UserInterface.dropEvent">dropEvent</a></td>
-<td>&#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#100;&#114;&#111;&#112; &#101;v&#101;&#110;&#116;.</td>
+<td>Protected method to handle the drop event.</td>
 </tr><tr>
 <td><a href="#UserInterface.getActions">getActions</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#108;&#105;&#115;&#116; &#111;&#102; &#97;&#108;&#108; &#97;&#99;&#116;&#105;&#111;&#110;&#115;.</td>
+<td>Public method to get a list of all actions.</td>
 </tr><tr>
 <td><a href="#UserInterface.getLocale">getLocale</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#108;&#111;&#99;&#97;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#73;&#68;&#69;.</td>
+<td>Public method to get the locale of the IDE.</td>
 </tr><tr>
 <td><a href="#UserInterface.getMenu">getMenu</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#97; &#115;&#112;&#101;&#99;&#105;&#102;&#105;&#99; &#109;&#101;&#110;&#117;.</td>
+<td>Public method to get a reference to a specific menu.</td>
 </tr><tr>
 <td><a href="#UserInterface.getMenuAction">getMenuAction</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#97;&#110; &#97;&#99;&#116;&#105;&#111;&#110; &#111;&#102; &#97; &#109;&#101;&#110;&#117;.</td>
+<td>Public method to get a reference to an action of a menu.</td>
 </tr><tr>
 <td><a href="#UserInterface.getMenuBarAction">getMenuBarAction</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#97;&#110; &#97;&#99;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#109;&#97;&#105;&#110; &#109;&#101;&#110;&#117;.</td>
+<td>Public method to get a reference to an action of the main menu.</td>
 </tr><tr>
 <td><a href="#UserInterface.getToolBarIconSize">getToolBarIconSize</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#116;&#111;&#111;&#108;&#98;&#97;&#114; &#105;&#99;&#111;&#110; &#115;&#105;z&#101;.</td>
+<td>Public method to get the toolbar icon size.</td>
 </tr><tr>
 <td><a href="#UserInterface.getToolbar">getToolbar</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#97; &#115;&#112;&#101;&#99;&#105;&#102;&#105;&#99; &#116;&#111;&#111;&#108;&#98;&#97;&#114;.</td>
+<td>Public method to get a reference to a specific toolbar.</td>
 </tr><tr>
 <td><a href="#UserInterface.getViewProfile">getViewProfile</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; v&#105;&#101;w &#112;&#114;&#111;&#102;&#105;&#108;&#101;.</td>
+<td>Public method to get the current view profile.</td>
 </tr><tr>
 <td><a href="#UserInterface.launchHelpViewer">launchHelpViewer</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#104;&#101;&#108;&#112; v&#105;&#101;w&#101;&#114;.</td>
+<td>Public slot to start the help viewer.</td>
 </tr><tr>
 <td><a href="#UserInterface.performVersionCheck">performVersionCheck</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#116;&#104;&#101; &#105;&#110;&#116;&#101;&#114;&#110;&#101;&#116; &#102;&#111;&#114; &#97;&#110; &#101;&#114;&#105;&#99;&#53; &#117;&#112;&#100;&#97;&#116;&#101;.</td>
+<td>Public method to check the internet for an eric5 update.</td>
 </tr><tr>
 <td><a href="#UserInterface.processArgs">processArgs</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#112;&#114;&#111;&#99;&#101;&#115;&#115; &#116;&#104;&#101; &#99;&#111;&#109;&#109;&#97;&#110;&#100; &#108;&#105;&#110;&#101; &#97;&#114;&#103;&#115; &#112;&#97;&#115;&#115;&#101;&#100; &#116;&#111; &#116;&#104;&#101; &#85;&#73;.</td>
+<td>Public method to process the command line args passed to the UI.</td>
 </tr><tr>
 <td><a href="#UserInterface.registerToolbar">registerToolbar</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#103;&#105;&#115;&#116;&#101;&#114; &#97; &#116;&#111;&#111;&#108;&#98;&#97;&#114;.</td>
+<td>Public method to register a toolbar.</td>
 </tr><tr>
 <td><a href="#UserInterface.removeE5Actions">removeE5Actions</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#109;&#111;v&#101; &#97;&#99;&#116;&#105;&#111;&#110;&#115; &#102;&#114;&#111;&#109; &#116;&#104;&#101; &#108;&#105;&#115;&#116; &#111;&#102; &#97;&#99;&#116;&#105;&#111;&#110;&#115;.</td>
+<td>Public method to remove actions from the list of actions.</td>
 </tr><tr>
 <td><a href="#UserInterface.reregisterToolbar">reregisterToolbar</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#97;&#110;&#103;&#101; &#116;&#104;&#101; v&#105;&#115;&#105;&#98;&#108;&#101; &#116;&#101;x&#116; &#102;&#111;&#114; &#116;&#104;&#101; &#110;&#97;&#109;&#101;&#100; &#116;&#111;&#111;&#108;&#98;&#97;&#114;.</td>
+<td>Public method to change the visible text for the named toolbar.</td>
 </tr><tr>
 <td><a href="#UserInterface.setDebugProfile">setDebugProfile</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#97;&#99;&#116;&#105;v&#97;&#116;&#101; &#116;&#104;&#101; &#100;&#101;&#98;&#117;&#103; v&#105;&#101;w &#112;&#114;&#111;&#102;&#105;&#108;&#101;.</td>
+<td>Public slot to activate the debug view profile.</td>
 </tr><tr>
 <td><a href="#UserInterface.showAvailableVersionsInfo">showAvailableVersionsInfo</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#101;&#114;&#105;&#99;&#53; v&#101;&#114;&#115;&#105;&#111;&#110;&#115; &#97;v&#97;&#105;&#108;&#97;&#98;&#108;&#101; &#102;&#111;&#114; &#100;&#111;w&#110;&#108;&#111;&#97;&#100;.</td>
+<td>Public method to show the eric5 versions available for download.</td>
 </tr><tr>
 <td><a href="#UserInterface.showEvent">showEvent</a></td>
-<td>&#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#115;&#104;&#111;w &#101;v&#101;&#110;&#116;.</td>
+<td>Protected method to handle the show event.</td>
 </tr><tr>
 <td><a href="#UserInterface.showLogTab">showLogTab</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#104;&#111;w &#97; &#112;&#97;&#114;&#116;&#105;&#99;&#117;&#108;&#97;&#114; &#76;&#111;&#103;-&#86;&#105;&#101;w&#101;&#114; &#116;&#97;&#98;.</td>
+<td>Public method to show a particular Log-Viewer tab.</td>
 </tr><tr>
 <td><a href="#UserInterface.showPreferences">showPreferences</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115;.</td>
+<td>Public slot to set the preferences.</td>
 </tr><tr>
 <td><a href="#UserInterface.unregisterToolbar">unregisterToolbar</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#117;&#110;&#114;&#101;&#103;&#105;&#115;&#116;&#101;&#114; &#97; &#116;&#111;&#111;&#108;&#98;&#97;&#114;.</td>
+<td>Public method to unregister a toolbar.</td>
 </tr><tr>
 <td><a href="#UserInterface.versionIsNewer">versionIsNewer</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#101;&#114;&#105;&#99;&#53; v&#101;&#114;&#115;&#105;&#111;&#110; &#105;&#115; &#103;&#111;&#111;&#100; &#99;&#111;&#109;&#112;&#97;&#114;&#101;&#100; &#116;&#111; &#116;&#104;&#101; &#114;&#101;&#113;&#117;&#105;&#114;&#101;&#100; v&#101;&#114;&#115;&#105;&#111;&#110;.</td>
+<td>Public method to check, if the eric5 version is good compared to the required version.</td>
 </tr>
 </table>
 <a NAME="UserInterface.__init__" ID="UserInterface.__init__"></a>
 <h4>UserInterface (Constructor)</h4>
 <b>UserInterface</b>(<i>locale, splash, plugin, noOpenAtStartup, restartArguments</i>)
 <p>
-        &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+        Constructor
 </p><dl>
 <dt><i>locale</i></dt>
 <dd>
-&#108;&#111;&#99;&#97;&#108;&#101; &#116;&#111; &#98;&#101; &#117;&#115;&#101;&#100; &#98;y &#116;&#104;&#101; &#85;&#73; (&#115;&#116;&#114;&#105;&#110;&#103;)
+locale to be used by the UI (string)
 </dd><dt><i>splash</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#115;&#112;&#108;&#97;&#115;&#104;&#115;&#99;&#114;&#101;&#101;&#110; (&#85;&#73;.&#83;&#112;&#108;&#97;&#115;&#104;&#83;&#99;&#114;&#101;&#101;&#110;.&#83;&#112;&#108;&#97;&#115;&#104;&#83;&#99;&#114;&#101;&#101;&#110;)
+reference to the splashscreen (UI.SplashScreen.SplashScreen)
 </dd><dt><i>plugin</i></dt>
 <dd>
-&#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#97; &#112;&#108;&#117;&#103;&#105;&#110; &#116;&#111; &#98;&#101; &#108;&#111;&#97;&#100;&#101;&#100; (&#117;&#115;&#101;&#100; &#102;&#111;&#114; &#112;&#108;&#117;&#103;&#105;&#110; &#100;&#101;v&#101;&#108;&#111;&#112;&#109;&#101;&#110;&#116;)
+filename of a plugin to be loaded (used for plugin development)
 </dd><dt><i>noOpenAtStartup</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#97;&#116; &#116;&#104;&#101; &#111;&#112;&#101;&#110; &#97;&#116; &#115;&#116;&#97;&#114;&#116;&#117;&#112; &#111;&#112;&#116;&#105;&#111;&#110;
-            &#115;&#104;&#111;&#117;&#108;&#100; &#110;&#111;&#116; &#98;&#101; &#101;x&#101;&#99;&#117;&#116;&#101;&#100; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating that the open at startup option
+            should not be executed (boolean)
 </dd><dt><i>restartArguments</i></dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#99;&#111;&#109;&#109;&#97;&#110;&#100; &#108;&#105;&#110;&#101; &#112;&#97;&#114;&#97;&#109;&#101;&#116;&#101;&#114;&#115; &#116;&#111; &#98;&#101; &#117;&#115;&#101;&#100; &#102;&#111;&#114; &#97;
-            &#114;&#101;&#115;&#116;&#97;&#114;&#116; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;)
+list of command line parameters to be used for a
+            restart (list of strings)
 </dd>
 </dl><a NAME="UserInterface.__TBMenuTriggered" ID="UserInterface.__TBMenuTriggered"></a>
 <h4>UserInterface.__TBMenuTriggered</h4>
 <b>__TBMenuTriggered</b>(<i>act</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#97; &#116;&#111;&#111;&#108;&#98;&#97;&#114;.
+        Private method to handle the toggle of a toolbar.
 </p><dl>
 <dt><i>act</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110; &#116;&#104;&#97;&#116; w&#97;&#115; &#116;&#114;&#105;&#103;&#103;&#101;&#114;&#101;&#100; (&#81;&#65;&#99;&#116;&#105;&#111;&#110;)
+reference to the action that was triggered (QAction)
 </dd>
 </dl><a NAME="UserInterface.__TRPreviewer" ID="UserInterface.__TRPreviewer"></a>
 <h4>UserInterface.__TRPreviewer</h4>
 <b>__TRPreviewer</b>(<i>fileNames = None, ignore = False</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#84;&#114;&#97;&#110;&#115;&#108;&#97;&#116;&#105;&#111;&#110; &#80;&#114;&#101;v&#105;&#101;w&#101;&#114; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.
+        Private slot to start the Translation Previewer executable.
 </p><dl>
 <dt><i>fileNames</i></dt>
 <dd>
-&#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101;&#115; &#111;&#102; &#102;&#111;&#114;&#109;&#115; &#97;&#110;&#100;/&#111;&#114; &#116;&#114;&#97;&#110;&#115;&#108;&#97;&#116;&#105;&#111;&#110;&#115; &#116;&#111; &#98;&#101; &#112;&#114;&#101;v&#105;&#101;w&#101;&#100;
-            (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;)
+filenames of forms and/or translations to be previewed
+            (list of strings)
 </dd><dt><i>ignore</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#110;&#111;&#110; &#101;x&#105;&#115;&#116;&#105;&#110;&#103; &#102;&#105;&#108;&#101;&#115; &#115;&#104;&#111;&#117;&#108;&#100; &#98;&#101; &#105;&#103;&#110;&#111;&#114;&#101;&#100; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating non existing files should be ignored (boolean)
 </dd>
 </dl><a NAME="UserInterface.__UIPreviewer" ID="UserInterface.__UIPreviewer"></a>
 <h4>UserInterface.__UIPreviewer</h4>
 <b>__UIPreviewer</b>(<i>fn=None</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#85;&#73; &#80;&#114;&#101;v&#105;&#101;w&#101;&#114; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.
+        Private slot to start the UI Previewer executable.
 </p><dl>
 <dt><i>fn</i></dt>
 <dd>
-&#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#102;&#111;&#114;&#109; &#116;&#111; &#98;&#101; &#112;&#114;&#101;v&#105;&#101;w&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;)
+filename of the form to be previewed (string)
 </dd>
 </dl><a NAME="UserInterface.__activateBrowser" ID="UserInterface.__activateBrowser"></a>
 <h4>UserInterface.__activateBrowser</h4>
 <b>__activateBrowser</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#102;&#105;&#108;&#101; &#98;&#114;&#111;w&#115;&#101;&#114;.
+        Private slot to handle the activation of the file browser.
 </p><a NAME="UserInterface.__activateDebugViewer" ID="UserInterface.__activateDebugViewer"></a>
 <h4>UserInterface.__activateDebugViewer</h4>
 <b>__activateDebugViewer</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#100;&#101;&#98;&#117;&#103; &#98;&#114;&#111;w&#115;&#101;&#114;.
+        Private slot to handle the activation of the debug browser.
 </p><a NAME="UserInterface.__activateLogViewer" ID="UserInterface.__activateLogViewer"></a>
 <h4>UserInterface.__activateLogViewer</h4>
 <b>__activateLogViewer</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#76;&#111;&#103; &#86;&#105;&#101;w&#101;&#114;.
+        Private slot to handle the activation of the Log Viewer.
 </p><a NAME="UserInterface.__activateMultiProjectBrowser" ID="UserInterface.__activateMultiProjectBrowser"></a>
 <h4>UserInterface.__activateMultiProjectBrowser</h4>
 <b>__activateMultiProjectBrowser</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116; &#98;&#114;&#111;w&#115;&#101;&#114;.
+        Private slot to handle the activation of the project browser.
 </p><a NAME="UserInterface.__activateProjectBrowser" ID="UserInterface.__activateProjectBrowser"></a>
 <h4>UserInterface.__activateProjectBrowser</h4>
 <b>__activateProjectBrowser</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116; &#98;&#114;&#111;w&#115;&#101;&#114;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#83;&#104;&#101;&#108;&#108; w&#105;&#110;&#100;&#111;w.
+        Private slot to handle the activation of the Shell window.
 </p><a NAME="UserInterface.__activateTaskViewer" ID="UserInterface.__activateTaskViewer"></a>
 <h4>UserInterface.__activateTaskViewer</h4>
 <b>__activateTaskViewer</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#84;&#97;&#115;&#107; &#86;&#105;&#101;w&#101;&#114;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#84;&#101;&#109;&#112;&#108;&#97;&#116;&#101; &#86;&#105;&#101;w&#101;&#114;.
+        Private slot to handle the activation of the Template Viewer.
 </p><a NAME="UserInterface.__activateTerminal" ID="UserInterface.__activateTerminal"></a>
 <h4>UserInterface.__activateTerminal</h4>
 <b>__activateTerminal</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#84;&#101;&#114;&#109;&#105;&#110;&#97;&#108; w&#105;&#110;&#100;&#111;w.
+        Private slot to handle the activation of the Terminal window.
 </p><a NAME="UserInterface.__activateViewProfile" ID="UserInterface.__activateViewProfile"></a>
 <h4>UserInterface.__activateViewProfile</h4>
 <b>__activateViewProfile</b>(<i>name, save = True</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#97;&#99;&#116;&#105;v&#97;&#116;&#101; &#97; v&#105;&#101;w &#112;&#114;&#111;&#102;&#105;&#108;&#101;.
+        Private slot to activate a view profile.
 </p><dl>
 <dt><i>name</i></dt>
 <dd>
-&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#111;&#102;&#105;&#108;&#101; &#116;&#111; &#98;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;)
+name of the profile to be activated (string)
 </dd><dt><i>save</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#97;&#116; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#112;&#114;&#111;&#102;&#105;&#108;&#101; &#115;&#104;&#111;&#117;&#108;&#100;
-            &#98;&#101; &#115;&#97;v&#101;&#100; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating that the current profile should
+            be saved (boolean)
 </dd>
 </dl><a NAME="UserInterface.__activateViewmanager" ID="UserInterface.__activateViewmanager"></a>
 <h4>UserInterface.__activateViewmanager</h4>
 <b>__activateViewmanager</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#101;&#100;&#105;&#116;&#111;&#114;.
+        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, version = 0</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#81;&#116;-&#65;&#115;&#115;&#105;&#115;&#116;&#97;&#110;&#116; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.
+        Private slot to start the Qt-Assistant executable.
 </p><dl>
 <dt><i>home</i></dt>
 <dd>
-&#102;&#117;&#108;&#108; &#112;&#97;&#116;&#104;&#110;&#97;&#109;&#101; &#111;&#102; &#97; &#102;&#105;&#108;&#101; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y (&#115;&#116;&#114;&#105;&#110;&#103;)
+full pathname of a file to display (string)
 </dd><dt><i>version</i></dt>
 <dd>
-&#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#111;&#110; &#102;&#111;&#114; &#116;&#104;&#101; &#114;&#101;&#113;&#117;&#101;&#115;&#116;&#101;&#100; v&#101;&#114;&#115;&#105;&#111;&#110; (&#81;&#116; &#52;) (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+indication for the requested version (Qt 4) (integer)
 </dd>
 </dl><a NAME="UserInterface.__assistant4" ID="UserInterface.__assistant4"></a>
 <h4>UserInterface.__assistant4</h4>
 <b>__assistant4</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#81;&#116;-&#65;&#115;&#115;&#105;&#115;&#116;&#97;&#110;&#116; &#52; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.
+        Private slot to start the Qt-Assistant 4 executable.
 </p><a NAME="UserInterface.__checkActions" ID="UserInterface.__checkActions"></a>
 <h4>UserInterface.__checkActions</h4>
 <b>__checkActions</b>(<i>editor</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#115;&#111;&#109;&#101; &#97;&#99;&#116;&#105;&#111;&#110;&#115; &#102;&#111;&#114; &#116;&#104;&#101;&#105;&#114; &#101;&#110;&#97;&#98;&#108;&#101;/&#100;&#105;&#115;&#97;&#98;&#108;&#101; &#115;&#116;&#97;&#116;&#117;&#115;.
+        Private slot to check some actions for their enable/disable status.
 </p><dl>
 <dt><i>editor</i></dt>
 <dd>
-&#101;&#100;&#105;&#116;&#111;&#114; w&#105;&#110;&#100;&#111;w
+editor window
 </dd>
 </dl><a NAME="UserInterface.__chmViewer" ID="UserInterface.__chmViewer"></a>
 <h4>UserInterface.__chmViewer</h4>
 <b>__chmViewer</b>(<i>home=None</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; w&#105;&#110; &#104;&#101;&#108;&#112; v&#105;&#101;w&#101;&#114; &#116;&#111; &#115;&#104;&#111;w *.&#99;&#104;&#109; &#102;&#105;&#108;&#101;&#115;.
+        Private slot to start the win help viewer to show *.chm files.
 </p><dl>
 <dt><i>home</i></dt>
 <dd>
-&#102;&#117;&#108;&#108; &#112;&#97;&#116;&#104;&#110;&#97;&#109;&#101; &#111;&#102; &#97; &#102;&#105;&#108;&#101; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y (&#115;&#116;&#114;&#105;&#110;&#103;)
+full pathname of a file to display (string)
 </dd>
 </dl><a NAME="UserInterface.__compareFiles" ID="UserInterface.__compareFiles"></a>
 <h4>UserInterface.__compareFiles</h4>
 <b>__compareFiles</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#67;&#111;&#109;&#112;&#97;&#114;&#101; &#70;&#105;&#108;&#101;&#115; &#100;&#105;&#97;&#108;&#111;&#103;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#67;&#111;&#109;&#112;&#97;&#114;&#101; &#70;&#105;&#108;&#101;&#115; &#100;&#105;&#97;&#108;&#111;&#103;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101; &#116;&#104;&#101; &#107;&#101;y&#98;&#111;&#97;&#114;&#100; &#115;&#104;&#111;&#114;&#116;&#99;&#117;&#116;&#115;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101; &#116;&#104;&#101; v&#97;&#114;&#105;&#111;&#117;&#115; &#116;&#111;&#111;&#108;&#98;&#97;&#114;&#115;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101; &#116;&#104;&#101; v&#97;&#114;&#105;&#111;&#117;&#115; v&#105;&#101;w &#112;&#114;&#111;&#102;&#105;&#108;&#101;&#115;.
+        Private slot to configure the various view profiles.
 </p><a NAME="UserInterface.__configureDockareaCornerUsage" ID="UserInterface.__configureDockareaCornerUsage"></a>
 <h4>UserInterface.__configureDockareaCornerUsage</h4>
 <b>__configureDockareaCornerUsage</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101; &#116;&#104;&#101; &#117;&#115;&#97;&#103;&#101; &#111;&#102; &#116;&#104;&#101; &#100;&#111;&#99;&#107;&#97;&#114;&#101;&#97; &#99;&#111;&#114;&#110;&#101;&#114;&#115;.
+        Private method to configure the usage of the dockarea corners.
 </p><a NAME="UserInterface.__createDockWindow" ID="UserInterface.__createDockWindow"></a>
 <h4>UserInterface.__createDockWindow</h4>
 <b>__createDockWindow</b>(<i>name</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#97; &#100;&#111;&#99;&#107; w&#105;&#110;&#100;&#111;w w&#105;&#116;&#104; &#99;&#111;&#109;&#109;&#111;&#110; &#112;&#114;&#111;&#112;&#101;&#114;&#116;&#105;&#101;&#115;.
+        Private method to create a dock window with common properties.
 </p><dl>
 <dt><i>name</i></dt>
 <dd>
-&#111;&#98;&#106;&#101;&#99;&#116; &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#110;&#101;w &#100;&#111;&#99;&#107; w&#105;&#110;&#100;&#111;w (&#115;&#116;&#114;&#105;&#110;&#103;)
+object name of the new dock window (string)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#116;&#104;&#101; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101;&#100; &#100;&#111;&#99;&#107; w&#105;&#110;&#100;&#111;w (&#81;&#68;&#111;&#99;&#107;&#87;&#105;&#110;&#100;&#111;w)
+the generated dock window (QDockWindow)
 </dd>
 </dl><a NAME="UserInterface.__createDockWindowsLayout" ID="UserInterface.__createDockWindowsLayout"></a>
 <h4>UserInterface.__createDockWindowsLayout</h4>
 <b>__createDockWindowsLayout</b>(<i>debugServer</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#68;&#111;&#99;&#107;&#87;&#105;&#110;&#100;&#111;w&#115; &#108;&#97;y&#111;&#117;&#116;.
+        Private method to create the DockWindows layout.
 </p><dl>
 <dt><i>debugServer</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#100;&#101;&#98;&#117;&#103; &#115;&#101;&#114;v&#101;&#114; &#111;&#98;&#106;&#101;&#99;&#116;
+reference to the debug server object
 </dd>
 </dl><a NAME="UserInterface.__createFloatingWindowsLayout" ID="UserInterface.__createFloatingWindowsLayout"></a>
 <h4>UserInterface.__createFloatingWindowsLayout</h4>
 <b>__createFloatingWindowsLayout</b>(<i>debugServer</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#70;&#108;&#111;&#97;&#116;&#105;&#110;&#103;&#87;&#105;&#110;&#100;&#111;w&#115; &#108;&#97;y&#111;&#117;&#116;.
+        Private method to create the FloatingWindows layout.
 </p><dl>
 <dt><i>debugServer</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#100;&#101;&#98;&#117;&#103; &#115;&#101;&#114;v&#101;&#114; &#111;&#98;&#106;&#101;&#99;&#116;
+reference to the debug server object
 </dd>
 </dl><a NAME="UserInterface.__createLayout" ID="UserInterface.__createLayout"></a>
 <h4>UserInterface.__createLayout</h4>
 <b>__createLayout</b>(<i>debugServer</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#108;&#97;y&#111;&#117;&#116; &#111;&#102; &#116;&#104;&#101; v&#97;&#114;&#105;&#111;&#117;&#115; w&#105;&#110;&#100;&#111;w&#115;.
+        Private method to create the layout of the various windows.
 </p><dl>
 <dt><i>debugServer</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#100;&#101;&#98;&#117;&#103; &#115;&#101;&#114;v&#101;&#114; &#111;&#98;&#106;&#101;&#99;&#116;
+reference to the debug server object
 </dd>
 </dl><a NAME="UserInterface.__createSidebarsLayout" ID="UserInterface.__createSidebarsLayout"></a>
 <h4>UserInterface.__createSidebarsLayout</h4>
 <b>__createSidebarsLayout</b>(<i>debugServer</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#83;&#105;&#100;&#101;&#98;&#97;&#114;&#115; &#108;&#97;y&#111;&#117;&#116;.
+        Private method to create the Sidebars layout.
 </p><dl>
 <dt><i>debugServer</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#100;&#101;&#98;&#117;&#103; &#115;&#101;&#114;v&#101;&#114; &#111;&#98;&#106;&#101;&#99;&#116;
+reference to the debug server object
 </dd>
 </dl><a NAME="UserInterface.__createToolboxesLayout" ID="UserInterface.__createToolboxesLayout"></a>
 <h4>UserInterface.__createToolboxesLayout</h4>
 <b>__createToolboxesLayout</b>(<i>debugServer</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#84;&#111;&#111;&#108;&#98;&#111;x&#101;&#115; &#108;&#97;y&#111;&#117;&#116;.
+        Private method to create the Toolboxes layout.
 </p><dl>
 <dt><i>debugServer</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#100;&#101;&#98;&#117;&#103; &#115;&#101;&#114;v&#101;&#114; &#111;&#98;&#106;&#101;&#99;&#116;
+reference to the debug server object
 </dd>
 </dl><a NAME="UserInterface.__customViewer" ID="UserInterface.__customViewer"></a>
 <h4>UserInterface.__customViewer</h4>
 <b>__customViewer</b>(<i>home = None</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#97; &#99;&#117;&#115;&#116;&#111;&#109; v&#105;&#101;w&#101;&#114;.
+        Private slot to start a custom viewer.
 </p><dl>
 <dt><i>home</i></dt>
 <dd>
-&#102;&#117;&#108;&#108; &#112;&#97;&#116;&#104;&#110;&#97;&#109;&#101; &#111;&#102; &#97; &#102;&#105;&#108;&#101; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y (&#115;&#116;&#114;&#105;&#110;&#103;)
+full pathname of a file to display (string)
 </dd>
 </dl><a NAME="UserInterface.__debuggingStarted" ID="UserInterface.__debuggingStarted"></a>
 <h4>UserInterface.__debuggingStarted</h4>
 <b>__debuggingStarted</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#115;&#116;&#97;&#114;&#116; &#111;&#102; &#97; &#100;&#101;&#98;&#117;&#103;&#103;&#105;&#110;&#103; &#115;&#101;&#115;&#115;&#105;&#111;&#110;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#116;&#111; &#117;&#110;&#105;&#110;&#115;&#116;&#97;&#108;&#108; &#97; &#112;&#108;&#117;&#103;&#105;&#110;.
+        Private slot to show a dialog to uninstall a plugin.
 </p><a NAME="UserInterface.__designer" ID="UserInterface.__designer"></a>
 <h4>UserInterface.__designer</h4>
 <b>__designer</b>(<i>fn = None, version = 0</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#81;&#116;-&#68;&#101;&#115;&#105;&#103;&#110;&#101;&#114; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.
+        Private slot to start the Qt-Designer executable.
 </p><dl>
 <dt><i>fn</i></dt>
 <dd>
-&#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#102;&#111;&#114;&#109; &#116;&#111; &#98;&#101; &#111;&#112;&#101;&#110;&#101;&#100;
+filename of the form to be opened
 </dd><dt><i>version</i></dt>
 <dd>
-&#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#111;&#110; &#102;&#111;&#114; &#116;&#104;&#101; &#114;&#101;&#113;&#117;&#101;&#115;&#116;&#101;&#100; v&#101;&#114;&#115;&#105;&#111;&#110; (&#81;&#116; &#52;) (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+indication for the requested version (Qt 4) (integer)
 </dd>
 </dl><a NAME="UserInterface.__designer4" ID="UserInterface.__designer4"></a>
 <h4>UserInterface.__designer4</h4>
 <b>__designer4</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#81;&#116;-&#68;&#101;&#115;&#105;&#103;&#110;&#101;&#114; &#52; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.
+        Private slot to start the Qt-Designer 4 executable.
 </p><a NAME="UserInterface.__editPixmap" ID="UserInterface.__editPixmap"></a>
 <h4>UserInterface.__editPixmap</h4>
 <b>__editPixmap</b>(<i>fn = ""</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#112;&#105;x&#109;&#97;&#112; &#105;&#110; &#97; &#100;&#105;&#97;&#108;&#111;&#103;.
+        Private slot to show a pixmap in a dialog.
 </p><dl>
 <dt><i>fn</i></dt>
 <dd>
-&#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#102;&#105;&#108;&#101; &#116;&#111; &#115;&#104;&#111;w (&#115;&#116;&#114;&#105;&#110;&#103;)
+filename of the file to show (string)
 </dd>
 </dl><a NAME="UserInterface.__editorOpened" ID="UserInterface.__editorOpened"></a>
 <h4>UserInterface.__editorOpened</h4>
 <b>__editorOpened</b>(<i>fn</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#101;&#100;&#105;&#116;&#111;&#114;&#79;&#112;&#101;&#110;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108;.
+        Private slot to handle the editorOpened signal.
 </p><dl>
 <dt><i>fn</i></dt>
 <dd>
-&#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#111;&#112;&#101;&#110;&#101;&#100; &#101;&#100;&#105;&#116;&#111;&#114; (&#115;&#116;&#114;&#105;&#110;&#103;)
+filename of the opened editor (string)
 </dd>
 </dl><a NAME="UserInterface.__exportPreferences" ID="UserInterface.__exportPreferences"></a>
 <h4>UserInterface.__exportPreferences</h4>
 <b>__exportPreferences</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#101;x&#112;&#111;&#114;&#116; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#101;x&#112;&#111;&#114;&#116; &#116;&#104;&#101; &#107;&#101;y&#98;&#111;&#97;&#114;&#100; &#115;&#104;&#111;&#114;&#116;&#99;&#117;&#116;&#115;.
+        Private slot to export the keyboard shortcuts.
 </p><a NAME="UserInterface.__getFloatingGeometry" ID="UserInterface.__getFloatingGeometry"></a>
 <h4>UserInterface.__getFloatingGeometry</h4>
 <b>__getFloatingGeometry</b>(<i>w</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#103;&#101;&#111;&#109;&#101;&#116;&#114;y &#111;&#102; &#97; &#102;&#108;&#111;&#97;&#116;&#105;&#110;&#103; w&#105;&#110;&#100;&#111;w&#115;.
+        Private method to get the geometry of a floating windows.
 </p><dl>
 <dt><i>w</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; w&#105;&#100;&#103;&#101;&#116; &#116;&#111; &#98;&#101; &#115;&#97;v&#101;&#100; (&#81;&#87;&#105;&#100;&#103;&#101;&#116;)
+reference to the widget to be saved (QWidget)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#108;&#105;&#115;&#116; &#103;&#105;v&#105;&#110;&#103; &#116;&#104;&#101; w&#105;&#100;&#103;&#101;&#116;'&#115; &#103;&#101;&#111;&#109;&#101;&#116;&#114;y &#97;&#110;&#100; &#105;&#116;'&#115; v&#105;&#115;&#105;&#98;&#105;&#108;&#105;&#116;y
+list giving the widget's geometry and it's visibility
 </dd>
 </dl><a NAME="UserInterface.__helpClosed" ID="UserInterface.__helpClosed"></a>
 <h4>UserInterface.__helpClosed</h4>
 <b>__helpClosed</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#104;&#101;&#108;&#112;&#67;&#108;&#111;&#115;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#116;&#104;&#101; &#104;&#101;&#108;&#112; w&#105;&#110;&#100;&#111;w.
+        Private slot to handle the helpClosed signal of the help window.
 </p><a NAME="UserInterface.__helpViewer" ID="UserInterface.__helpViewer"></a>
 <h4>UserInterface.__helpViewer</h4>
 <b>__helpViewer</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#97;&#110; &#101;&#109;&#112;&#116;y &#104;&#101;&#108;&#112; v&#105;&#101;w&#101;&#114;.
+        Private slot to start an empty help viewer.
 </p><a NAME="UserInterface.__importPreferences" ID="UserInterface.__importPreferences"></a>
 <h4>UserInterface.__importPreferences</h4>
 <b>__importPreferences</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#105;&#109;&#112;&#111;&#114;&#116; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115;.
+        Private slot to import preferences.
 </p><a NAME="UserInterface.__importShortcuts" ID="UserInterface.__importShortcuts"></a>
 <h4>UserInterface.__importShortcuts</h4>
 <b>__importShortcuts</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#105;&#109;&#112;&#111;&#114;&#116; &#116;&#104;&#101; &#107;&#101;y&#98;&#111;&#97;&#114;&#100; &#115;&#104;&#111;&#114;&#116;&#99;&#117;&#116;&#115;.
+        Private slot to import the keyboard shortcuts.
 </p><a NAME="UserInterface.__initActions" ID="UserInterface.__initActions"></a>
 <h4>UserInterface.__initActions</h4>
 <b>__initActions</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#102;&#105;&#110;&#101; &#116;&#104;&#101; &#117;&#115;&#101;&#114; &#105;&#110;&#116;&#101;&#114;&#102;&#97;&#99;&#101; &#97;&#99;&#116;&#105;&#111;&#110;&#115;.
+        Private method to define the user interface actions.
 </p><a NAME="UserInterface.__initEricDocAction" ID="UserInterface.__initEricDocAction"></a>
 <h4>UserInterface.__initEricDocAction</h4>
 <b>__initEricDocAction</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#97;&#108;&#105;z&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#101;&#114;&#105;&#99;&#53; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.
+        Private slot to initialize the action to show the eric5 documentation.
 </p><a NAME="UserInterface.__initExternalToolsActions" ID="UserInterface.__initExternalToolsActions"></a>
 <h4>UserInterface.__initExternalToolsActions</h4>
 <b>__initExternalToolsActions</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#97;&#99;&#116;&#105;&#111;&#110;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101;&#100; &#101;x&#116;&#101;&#114;&#110;&#97;&#108; &#116;&#111;&#111;&#108;&#115;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#109;&#101;&#110;&#117;&#115;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#108;&#105;z&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#80;y&#83;&#105;&#100;&#101; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.
+        Private slot to initilize the action to show the PySide documentation.
 </p><a NAME="UserInterface.__initPythonDocAction" ID="UserInterface.__initPythonDocAction"></a>
 <h4>UserInterface.__initPythonDocAction</h4>
 <b>__initPythonDocAction</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#108;&#105;z&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#80;y&#116;&#104;&#111;&#110; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.
+        Private slot to initilize the action to show the Python documentation.
 </p><a NAME="UserInterface.__initQtDocActions" ID="UserInterface.__initQtDocActions"></a>
 <h4>UserInterface.__initQtDocActions</h4>
 <b>__initQtDocActions</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#108;&#105;z&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#81;&#116; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.
+        Private slot to initilize 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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#101;&#116; &#117;&#112; &#116;&#104;&#101; &#115;&#116;&#97;&#116;&#117;&#115; &#98;&#97;&#114;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#116;&#111;&#111;&#108;&#98;&#97;&#114;&#115;.
+        Private slot to create the toolbars.
 </p><a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a>
 <h4>UserInterface.__installPlugins</h4>
 <b>__installPlugins</b>(<i>pluginFileNames = []</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#116;&#111; &#105;&#110;&#115;&#116;&#97;&#108;&#108; &#97; &#110;&#101;w &#112;&#108;&#117;&#103;&#105;&#110;.
+        Private slot to show a dialog to install a new plugin.
 </p><dl>
 <dt><i>pluginFileNames</i></dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#112;&#108;&#117;&#103;&#105;&#110; &#102;&#105;&#108;&#101;&#115; &#115;&#117;&#103;&#103;&#101;&#115;&#116;&#101;&#100; &#102;&#111;&#114;
-            &#105;&#110;&#115;&#116;&#97;&#108;&#108;&#97;&#116;&#105;&#111;&#110; &#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;
+list of plugin files suggested for
+            installation list of strings
 </dd>
 </dl><a NAME="UserInterface.__lastEditorClosed" ID="UserInterface.__lastEditorClosed"></a>
 <h4>UserInterface.__lastEditorClosed</h4>
 <b>__lastEditorClosed</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#108;&#97;&#115;&#116;&#69;&#100;&#105;&#116;&#111;&#114;&#67;&#108;&#111;&#115;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108;.
+        Private slot to handle the lastEditorClosed signal.
 </p><a NAME="UserInterface.__linguist" ID="UserInterface.__linguist"></a>
 <h4>UserInterface.__linguist</h4>
 <b>__linguist</b>(<i>fn = None, version = 0</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#81;&#116;-&#76;&#105;&#110;&#103;&#117;&#105;&#115;&#116; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.
+        Private slot to start the Qt-Linguist executable.
 </p><dl>
 <dt><i>fn</i></dt>
 <dd>
-&#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#116;&#114;&#97;&#110;&#115;&#108;&#97;&#116;&#105;&#111;&#110; &#102;&#105;&#108;&#101; &#116;&#111; &#98;&#101; &#111;&#112;&#101;&#110;&#101;&#100;
+filename of the translation file to be opened
 </dd><dt><i>version</i></dt>
 <dd>
-&#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#111;&#110; &#102;&#111;&#114; &#116;&#104;&#101; &#114;&#101;&#113;&#117;&#101;&#115;&#116;&#101;&#100; v&#101;&#114;&#115;&#105;&#111;&#110; (&#81;&#116; &#52;) (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+indication for the requested version (Qt 4) (integer)
 </dd>
 </dl><a NAME="UserInterface.__linguist4" ID="UserInterface.__linguist4"></a>
 <h4>UserInterface.__linguist4</h4>
 <b>__linguist4</b>(<i>fn = None</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#81;&#116;-&#76;&#105;&#110;&#103;&#117;&#105;&#115;&#116; &#52; &#101;x&#101;&#99;&#117;&#116;&#97;&#98;&#108;&#101;.
+        Private slot to start the Qt-Linguist 4 executable.
 </p><dl>
 <dt><i>fn</i></dt>
 <dd>
-&#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#116;&#114;&#97;&#110;&#115;&#108;&#97;&#116;&#105;&#111;&#110; &#102;&#105;&#108;&#101; &#116;&#111; &#98;&#101; &#111;&#112;&#101;&#110;&#101;&#100;
+filename of the translation file to be opened
 </dd>
 </dl><a NAME="UserInterface.__newProject" ID="UserInterface.__newProject"></a>
 <h4>UserInterface.__newProject</h4>
 <b>__newProject</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#78;&#101;w&#80;&#114;&#111;&#106;&#101;&#99;&#116; &#115;&#105;&#103;&#110;&#97;&#108;.
+        Private slot to handle the NewProject signal.
 </p><a NAME="UserInterface.__openMiniEditor" ID="UserInterface.__openMiniEditor"></a>
 <h4>UserInterface.__openMiniEditor</h4>
 <b>__openMiniEditor</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#109;&#105;&#110;&#105; &#101;&#100;&#105;&#116;&#111;&#114; w&#105;&#110;&#100;&#111;w.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#111;&#112;&#101;&#110; &#116;&#104;&#101; &#108;&#97;&#115;&#116; &#102;&#105;&#108;&#101;, &#112;&#114;&#111;&#106;&#101;&#99;&#116; &#111;&#114; &#109;&#117;&#108;&#116;&#105;&#112;&#114;&#111;&#106;&#101;&#99;&#116;.
+        Private method to open the last file, project or multiproject.
 </p><dl>
 <dt><i>startupType</i></dt>
 <dd>
-&#116;y&#112;&#101; &#111;&#102; &#115;&#116;&#97;&#114;&#116;&#117;&#112; &#114;&#101;&#113;&#117;&#101;&#115;&#116;&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;, &#111;&#110;&#101; &#111;&#102;
-            "&#78;&#111;&#116;&#104;&#105;&#110;&#103;", "&#70;&#105;&#108;&#101;", "&#80;&#114;&#111;&#106;&#101;&#99;&#116;", "&#77;&#117;&#108;&#116;&#105;&#80;&#114;&#111;&#106;&#101;&#99;&#116;" &#111;&#114; "&#83;&#101;&#115;&#115;&#105;&#111;&#110;")
+type of startup requested (string, one of
+            "Nothing", "File", "Project", "MultiProject" or "Session")
 </dd>
 </dl><a NAME="UserInterface.__pluginsConfigure" ID="UserInterface.__pluginsConfigure"></a>
 <h4>UserInterface.__pluginsConfigure</h4>
 <b>__pluginsConfigure</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#112;&#108;&#117;&#103;&#105;&#110; &#109;&#97;&#110;&#97;&#103;&#101;&#114; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101;.
+        Private slot to show the plugin manager configuration page.
 </p><a NAME="UserInterface.__preferencesChanged" ID="UserInterface.__preferencesChanged"></a>
 <h4>UserInterface.__preferencesChanged</h4>
 <b>__preferencesChanged</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#97; &#99;&#104;&#97;&#110;&#103;&#101; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#114;&#101;&#97;&#100;y&#82;&#101;&#97;&#100;&#83;&#116;&#100;&#101;&#114;&#114; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#97; &#116;&#111;&#111;&#108; &#112;&#114;&#111;&#99;&#101;&#115;&#115;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#114;&#101;&#97;&#100;y&#82;&#101;&#97;&#100;&#83;&#116;&#100;&#111;&#117;&#116; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#97; &#116;&#111;&#111;&#108; &#112;&#114;&#111;&#99;&#101;&#115;&#115;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#112;&#114;&#111;&#103;&#114;&#97;&#109;&#67;&#104;&#97;&#110;&#103;&#101; &#115;&#105;&#103;&#110;&#97;&#108;.
+        Private slot to handle the programChange signal.
 </p><p>
-        &#84;&#104;&#105;&#115; &#112;&#114;&#105;&#109;&#97;&#114;&#105;&#108;y &#105;&#115; &#104;&#101;&#114;&#101; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116;&#80;&#114;&#111;&#103; v&#97;&#114;&#105;&#97;&#98;&#108;&#101;.
+        This primarily is here to set the currentProg variable.
 </p><dl>
 <dt><i>fn</i></dt>
 <dd>
-&#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#116;&#111; &#98;&#101; &#115;&#101;&#116; &#97;&#115; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#112;&#114;&#111;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;)
+filename to be set as current prog (string)
 </dd>
 </dl><a NAME="UserInterface.__projectClosed" ID="UserInterface.__projectClosed"></a>
 <h4>UserInterface.__projectClosed</h4>
 <b>__projectClosed</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116;&#67;&#108;&#111;&#115;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116;&#79;&#112;&#101;&#110;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108;.
+        Private slot to handle the projectOpened signal.
 </p><a NAME="UserInterface.__proxyAuthenticationRequired" ID="UserInterface.__proxyAuthenticationRequired"></a>
 <h4>UserInterface.__proxyAuthenticationRequired</h4>
 <b>__proxyAuthenticationRequired</b>(<i>proxy, auth</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#97; &#112;&#114;&#111;xy &#97;&#117;&#116;&#104;&#101;&#110;&#116;&#105;&#99;&#97;&#116;&#105;&#111;&#110; &#114;&#101;&#113;&#117;&#101;&#115;&#116;.
+        Private slot to handle a proxy authentication request.
 </p><dl>
 <dt><i>proxy</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#114;&#111;xy &#111;&#98;&#106;&#101;&#99;&#116; (&#81;&#78;&#101;&#116;w&#111;&#114;&#107;&#80;&#114;&#111;xy)
+reference to the proxy object (QNetworkProxy)
 </dd><dt><i>auth</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#97;&#117;&#116;&#104;&#101;&#110;&#116;&#105;&#99;&#97;&#116;&#111;&#114; &#111;&#98;&#106;&#101;&#99;&#116; (&#81;&#65;&#117;&#116;&#104;&#101;&#110;&#116;&#105;&#99;&#97;&#116;&#111;&#114;)
+reference to the authenticator object (QAuthenticator)
 </dd>
 </dl><a NAME="UserInterface.__quit" ID="UserInterface.__quit"></a>
 <h4>UserInterface.__quit</h4>
 <b>__quit</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#113;&#117;&#105;&#116; &#116;&#104;&#101; &#97;&#112;&#112;&#108;&#105;&#99;&#97;&#116;&#105;&#111;&#110;.
+        Private method to quit the application.
 </p><a NAME="UserInterface.__readSession" ID="UserInterface.__readSession"></a>
 <h4>UserInterface.__readSession</h4>
 <b>__readSession</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#114;&#101;&#97;&#100; &#105;&#110; &#116;&#104;&#101; &#115;&#101;&#115;&#115;&#105;&#111;&#110; &#102;&#105;&#108;&#101; (.&#101;&#52;&#115;)
+        Private slot to read in the session file (.e4s)
 </p><a NAME="UserInterface.__readTasks" ID="UserInterface.__readTasks"></a>
 <h4>UserInterface.__readTasks</h4>
 <b>__readTasks</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#114;&#101;&#97;&#100; &#105;&#110; &#116;&#104;&#101; &#116;&#97;&#115;&#107;&#115; &#102;&#105;&#108;&#101; (.&#101;&#52;&#116;)
+        Private slot to read in the tasks file (.e4t)
 </p><a NAME="UserInterface.__reloadAPIs" ID="UserInterface.__reloadAPIs"></a>
 <h4>UserInterface.__reloadAPIs</h4>
 <b>__reloadAPIs</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#114;&#101;&#108;&#111;&#97;&#100; &#116;&#104;&#101; &#97;&#112;&#105; &#105;&#110;&#102;&#111;&#114;&#109;&#97;&#116;&#105;&#111;&#110;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#82;&#101;&#112;&#111;&#114;&#116; &#66;&#117;&#103; &#100;&#105;&#97;&#108;&#111;&#103;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#70;&#101;&#97;&#116;&#117;&#114;&#101; &#82;&#101;&#113;&#117;&#101;&#115;&#116; &#100;&#105;&#97;&#108;&#111;&#103;.
+        Private slot to handle the Feature Request dialog.
 </p><a NAME="UserInterface.__restart" ID="UserInterface.__restart"></a>
 <h4>UserInterface.__restart</h4>
 <b>__restart</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#97;&#112;&#112;&#108;&#105;&#99;&#97;&#116;&#105;&#111;&#110;.
+        Private method to restart the application.
 </p><a NAME="UserInterface.__saveCurrentViewProfile" ID="UserInterface.__saveCurrentViewProfile"></a>
 <h4>UserInterface.__saveCurrentViewProfile</h4>
 <b>__saveCurrentViewProfile</b>(<i>save</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#97;v&#101; &#116;&#104;&#101; w&#105;&#110;&#100;&#111;w &#103;&#101;&#111;&#109;&#101;&#116;&#114;&#105;&#101;&#115; &#111;&#102; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#101; &#112;&#114;&#111;&#102;&#105;&#108;&#101;.
+        Private slot to save the window geometries of the active profile.
 </p><dl>
 <dt><i>save</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#97;&#116; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#112;&#114;&#111;&#102;&#105;&#108;&#101; &#115;&#104;&#111;&#117;&#108;&#100;
-            &#98;&#101; &#115;&#97;v&#101;&#100; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating that the current profile should
+            be saved (boolean)
 </dd>
 </dl><a NAME="UserInterface.__setEditProfile" ID="UserInterface.__setEditProfile"></a>
 <h4>UserInterface.__setEditProfile</h4>
 <b>__setEditProfile</b>(<i>save = True</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#97;&#99;&#116;&#105;v&#97;&#116;&#101; &#116;&#104;&#101; &#101;&#100;&#105;&#116; v&#105;&#101;w &#112;&#114;&#111;&#102;&#105;&#108;&#101;.
+        Private slot to activate the edit view profile.
 </p><dl>
 <dt><i>save</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#97;&#116; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#112;&#114;&#111;&#102;&#105;&#108;&#101; &#115;&#104;&#111;&#117;&#108;&#100;
-            &#98;&#101; &#115;&#97;v&#101;&#100; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating that the current profile should
+            be saved (boolean)
 </dd>
 </dl><a NAME="UserInterface.__setStyle" ID="UserInterface.__setStyle"></a>
 <h4>UserInterface.__setStyle</h4>
 <b>__setStyle</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#115;&#116;y&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#105;&#110;&#116;&#101;&#114;&#102;&#97;&#99;&#101;.
+        Private slot to set the style of the interface.
 </p><a NAME="UserInterface.__setWindowCaption" ID="UserInterface.__setWindowCaption"></a>
 <h4>UserInterface.__setWindowCaption</h4>
 <b>__setWindowCaption</b>(<i>editor = None, project = None</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#99;&#97;&#112;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#77;&#97;&#105;&#110; &#87;&#105;&#110;&#100;&#111;w.
+        Private method to set the caption of the Main Window.
 </p><dl>
 <dt><i>editor</i></dt>
 <dd>
-&#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#116;&#111; &#98;&#101; &#100;&#105;&#115;&#112;&#108;&#97;y&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;)
+filename to be displayed (string)
 </dd><dt><i>project</i></dt>
 <dd>
-&#112;&#114;&#111;&#106;&#101;&#99;&#116; &#110;&#97;&#109;&#101; &#116;&#111; &#98;&#101; &#100;&#105;&#115;&#112;&#108;&#97;y&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;)
+project name to be displayed (string)
 </dd>
 </dl><a NAME="UserInterface.__setupDockWindow" ID="UserInterface.__setupDockWindow"></a>
 <h4>UserInterface.__setupDockWindow</h4>
 <b>__setupDockWindow</b>(<i>dock, where, widget, caption</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101; &#116;&#104;&#101; &#100;&#111;&#99;&#107; w&#105;&#110;&#100;&#111;w &#99;&#114;&#101;&#97;&#116;&#101;&#100; w&#105;&#116;&#104; &#95;&#95;&#99;&#114;&#101;&#97;&#116;&#101;&#68;&#111;&#99;&#107;&#87;&#105;&#110;&#100;&#111;w().
+        Private method to configure the dock window created with __createDockWindow().
 </p><dl>
 <dt><i>dock</i></dt>
 <dd>
-&#116;&#104;&#101; &#100;&#111;&#99;&#107; w&#105;&#110;&#100;&#111;w (&#81;&#68;&#111;&#99;&#107;&#87;&#105;&#110;&#100;&#111;w)
+the dock window (QDockWindow)
 </dd><dt><i>where</i></dt>
 <dd>
-&#100;&#111;&#99;&#107; &#97;&#114;&#101;&#97; &#116;&#111; &#98;&#101; &#100;&#111;&#99;&#107;&#101;&#100; &#116;&#111; (&#81;&#116;.&#68;&#111;&#99;&#107;&#87;&#105;&#100;&#103;&#101;&#116;&#65;&#114;&#101;&#97;)
+dock area to be docked to (Qt.DockWidgetArea)
 </dd><dt><i>widget</i></dt>
 <dd>
-w&#105;&#100;&#103;&#101;&#116; &#116;&#111; &#98;&#101; &#115;&#104;&#111;w&#110; &#105;&#110; &#116;&#104;&#101; &#100;&#111;&#99;&#107; w&#105;&#110;&#100;&#111;w (&#81;&#87;&#105;&#100;&#103;&#101;&#116;)
+widget to be shown in the dock window (QWidget)
 </dd><dt><i>caption</i></dt>
 <dd>
-&#99;&#97;&#112;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#100;&#111;&#99;&#107; w&#105;&#110;&#100;&#111;w (&#115;&#116;&#114;&#105;&#110;&#103;)
+caption of the dock window (string)
 </dd>
 </dl><a NAME="UserInterface.__showAvailableVersionInfos" ID="UserInterface.__showAvailableVersionInfos"></a>
 <h4>UserInterface.__showAvailableVersionInfos</h4>
 <b>__showAvailableVersionInfos</b>(<i>versions</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; v&#101;&#114;&#115;&#105;&#111;&#110;&#115; &#97;v&#97;&#105;&#108;&#97;&#98;&#108;&#101; &#102;&#111;&#114; &#100;&#111;w&#110;&#108;&#111;&#97;&#100;.
+        Private method to show the versions available for download.
 </p><dl>
 <dt><i>versions</i></dt>
 <dd>
-&#99;&#111;&#110;&#116;&#101;&#110;&#116;&#115; &#111;&#102; &#116;&#104;&#101; &#100;&#111;w&#110;&#108;&#111;&#97;&#100;&#101;&#100; v&#101;&#114;&#115;&#105;&#111;&#110;&#115; &#102;&#105;&#108;&#101; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;)
+contents of the downloaded versions file (list of strings)
 </dd>
 </dl><a NAME="UserInterface.__showEmailDialog" ID="UserInterface.__showEmailDialog"></a>
 <h4>UserInterface.__showEmailDialog</h4>
 <b>__showEmailDialog</b>(<i>mode, attachFile = None, deleteAttachFile = False</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#101;&#109;&#97;&#105;&#108; &#100;&#105;&#97;&#108;&#111;&#103; &#105;&#110; &#97; &#103;&#105;v&#101;&#110; &#109;&#111;&#100;&#101;.
+        Private slot to show the email dialog in a given mode.
 </p><dl>
 <dt><i>mode</i></dt>
 <dd>
-&#109;&#111;&#100;&#101; &#111;&#102; &#116;&#104;&#101; &#101;&#109;&#97;&#105;&#108; &#100;&#105;&#97;&#108;&#111;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;, "&#98;&#117;&#103;" &#111;&#114; "&#102;&#101;&#97;&#116;&#117;&#114;&#101;")
+mode of the email dialog (string, "bug" or "feature")
 </dd><dt><i>attachFile</i></dt>
 <dd>
-&#110;&#97;&#109;&#101; &#111;&#102; &#97; &#102;&#105;&#108;&#101; &#116;&#111; &#97;&#116;&#116;&#97;&#99;&#104; &#116;&#111; &#116;&#104;&#101; &#101;&#109;&#97;&#105;&#108; (&#115;&#116;&#114;&#105;&#110;&#103;)
+name of a file to attach to the email (string)
 </dd><dt><i>deleteAttachFile</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#111; &#100;&#101;&#108;&#101;&#116;&#101; &#116;&#104;&#101; &#97;&#116;&#116;&#97;&#99;&#104;&#101;&#100; &#102;&#105;&#108;&#101; &#97;&#102;&#116;&#101;&#114;
-            &#105;&#116; &#104;&#97;&#115; &#98;&#101;&#101;&#110; &#115;&#101;&#110;&#116; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating to delete the attached file after
+            it has been sent (boolean)
 </dd>
 </dl><a NAME="UserInterface.__showEricDoc" ID="UserInterface.__showEricDoc"></a>
 <h4>UserInterface.__showEricDoc</h4>
 <b>__showEricDoc</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#69;&#114;&#105;&#99; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.
+        Private slot to show the Eric documentation.
 </p><a NAME="UserInterface.__showExternalTools" ID="UserInterface.__showExternalTools"></a>
 <h4>UserInterface.__showExternalTools</h4>
 <b>__showExternalTools</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#115;&#104;&#111;w &#97; &#108;&#105;&#115;&#116; &#111;&#102; &#101;x&#116;&#101;&#114;&#110;&#97;&#108; &#116;&#111;&#111;&#108;&#115; &#117;&#115;&#101;&#100; &#98;y &#101;&#114;&#105;&#99;&#53;.
+        Private slot to display a dialog show a list of external tools used by eric5.
 </p><a NAME="UserInterface.__showExtrasMenu" ID="UserInterface.__showExtrasMenu"></a>
 <h4>UserInterface.__showExtrasMenu</h4>
 <b>__showExtrasMenu</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#69;x&#116;&#114;&#97;&#115; &#109;&#101;&#110;&#117;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#70;&#105;&#108;&#101; &#109;&#101;&#110;&#117;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#72;&#101;&#108;&#112; &#109;&#101;&#110;&#117;.
+        Private slot to display the Help menu.
 </p><a NAME="UserInterface.__showNext" ID="UserInterface.__showNext"></a>
 <h4>UserInterface.__showNext</h4>
 <b>__showNext</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#117;&#115;&#101;&#100; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#110;&#101;x&#116; &#116;&#97;&#98; &#111;&#114; &#102;&#105;&#108;&#101;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#112;&#105;x&#109;&#97;&#112; &#105;&#110; &#97; &#100;&#105;&#97;&#108;&#111;&#103;.
+        Private slot to show a pixmap in a dialog.
 </p><dl>
 <dt><i>fn</i></dt>
 <dd>
-&#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#102;&#105;&#108;&#101; &#116;&#111; &#115;&#104;&#111;w (&#115;&#116;&#114;&#105;&#110;&#103;)
+filename of the file to show (string)
 </dd>
 </dl><a NAME="UserInterface.__showPluginInfo" ID="UserInterface.__showPluginInfo"></a>
 <h4>UserInterface.__showPluginInfo</h4>
 <b>__showPluginInfo</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#112;&#108;&#117;&#103;&#105;&#110; &#105;&#110;&#102;&#111; &#100;&#105;&#97;&#108;&#111;&#103;.
+        Private slot to show the plugin info dialog.
 </p><a NAME="UserInterface.__showPluginsAvailable" ID="UserInterface.__showPluginsAvailable"></a>
 <h4>UserInterface.__showPluginsAvailable</h4>
 <b>__showPluginsAvailable</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#112;&#108;&#117;&#103;&#105;&#110;&#115; &#97;v&#97;&#105;&#108;&#97;&#98;&#108;&#101; &#102;&#111;&#114; &#100;&#111;w&#110;&#108;&#111;&#97;&#100;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#117;&#115;&#101;&#100; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#112;&#114;&#101;v&#105;&#111;&#117;&#115; &#116;&#97;&#98; &#111;&#114; &#102;&#105;&#108;&#101;.
+        Private slot used to show the previous tab or file.
 </p><a NAME="UserInterface.__showPyQt4Doc" ID="UserInterface.__showPyQt4Doc"></a>
 <h4>UserInterface.__showPyQt4Doc</h4>
 <b>__showPyQt4Doc</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#80;y&#81;&#116;&#52; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.
+        Private slot to show the PyQt4 documentation.
 </p><a NAME="UserInterface.__showPySideDoc" ID="UserInterface.__showPySideDoc"></a>
 <h4>UserInterface.__showPySideDoc</h4>
 <b>__showPySideDoc</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#80;y&#83;&#105;&#100;&#101; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.
+        Private slot to show the PySide documentation.
 </p><a NAME="UserInterface.__showPythonDoc" ID="UserInterface.__showPythonDoc"></a>
 <h4>UserInterface.__showPythonDoc</h4>
 <b>__showPythonDoc</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#80;y&#116;&#104;&#111;&#110; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.
+        Private slot to show the Python documentation.
 </p><a NAME="UserInterface.__showQt4Doc" ID="UserInterface.__showQt4Doc"></a>
 <h4>UserInterface.__showQt4Doc</h4>
 <b>__showQt4Doc</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#81;&#116;&#52; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.
+        Private slot to show the Qt4 documentation.
 </p><a NAME="UserInterface.__showSvg" ID="UserInterface.__showSvg"></a>
 <h4>UserInterface.__showSvg</h4>
 <b>__showSvg</b>(<i>fn</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97; &#83;&#86;&#71; &#102;&#105;&#108;&#101; &#105;&#110; &#97; &#100;&#105;&#97;&#108;&#111;&#103;.
+        Private slot to show a SVG file in a dialog.
 </p><dl>
 <dt><i>fn</i></dt>
 <dd>
-&#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#102;&#105;&#108;&#101; &#116;&#111; &#115;&#104;&#111;w (&#115;&#116;&#114;&#105;&#110;&#103;)
+filename of the file to show (string)
 </dd>
 </dl><a NAME="UserInterface.__showSystemEmailClient" ID="UserInterface.__showSystemEmailClient"></a>
 <h4>UserInterface.__showSystemEmailClient</h4>
 <b>__showSystemEmailClient</b>(<i>mode, attachFile = None, deleteAttachFile = False</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#115;y&#115;&#116;&#101;&#109; &#101;&#109;&#97;&#105;&#108; &#100;&#105;&#97;&#108;&#111;&#103;.
+        Private slot to show the system email dialog.
 </p><dl>
 <dt><i>mode</i></dt>
 <dd>
-&#109;&#111;&#100;&#101; &#111;&#102; &#116;&#104;&#101; &#101;&#109;&#97;&#105;&#108; &#100;&#105;&#97;&#108;&#111;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;, "&#98;&#117;&#103;" &#111;&#114; "&#102;&#101;&#97;&#116;&#117;&#114;&#101;")
+mode of the email dialog (string, "bug" or "feature")
 </dd><dt><i>attachFile</i></dt>
 <dd>
-&#110;&#97;&#109;&#101; &#111;&#102; &#97; &#102;&#105;&#108;&#101; &#116;&#111; &#112;&#117;&#116; &#105;&#110;&#116;&#111; &#116;&#104;&#101; &#98;&#111;&#100;y &#111;&#102; &#116;&#104;&#101;
-            &#101;&#109;&#97;&#105;&#108; (&#115;&#116;&#114;&#105;&#110;&#103;)
+name of a file to put into the body of the
+            email (string)
 </dd><dt><i>deleteAttachFile</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#111; &#100;&#101;&#108;&#101;&#116;&#101; &#116;&#104;&#101; &#102;&#105;&#108;&#101; &#97;&#102;&#116;&#101;&#114;
-            &#105;&#116; &#104;&#97;&#115; &#98;&#101;&#101;&#110; &#114;&#101;&#97;&#100; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating to delete the file after
+            it has been read (boolean)
 </dd>
 </dl><a NAME="UserInterface.__showToolGroupsMenu" ID="UserInterface.__showToolGroupsMenu"></a>
 <h4>UserInterface.__showToolGroupsMenu</h4>
 <b>__showToolGroupsMenu</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#84;&#111;&#111;&#108; &#71;&#114;&#111;&#117;&#112;&#115; &#109;&#101;&#110;&#117;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#84;&#111;&#111;&#108;&#98;&#97;&#114;&#115; &#109;&#101;&#110;&#117;.
+        Private slot to display the Toolbars menu.
 </p><a NAME="UserInterface.__showToolsMenu" ID="UserInterface.__showToolsMenu"></a>
 <h4>UserInterface.__showToolsMenu</h4>
 <b>__showToolsMenu</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#84;&#111;&#111;&#108;&#115; &#109;&#101;&#110;&#117;.
+        Private slot to display the Tools menu.
 </p><a NAME="UserInterface.__showVersions" ID="UserInterface.__showVersions"></a>
 <h4>UserInterface.__showVersions</h4>
 <b>__showVersions</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#86;&#101;&#114;&#115;&#105;&#111;&#110;&#115; &#100;&#105;&#97;&#108;&#111;&#103;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#87;&#105;&#110;&#100;&#111;w &#109;&#101;&#110;&#117;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#87;&#105;z&#97;&#114;&#100;&#115; &#109;&#101;&#110;&#117;.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#112;&#101;&#114;&#102;&#111;&#114;&#109; &#97;&#108;&#108; &#110;&#101;&#99;&#101;&#115;&#115;&#97;&#114;y &#115;&#116;&#101;&#112;&#115; &#116;&#111; &#99;&#108;&#111;&#115;&#101; &#100;&#111;w&#110; &#116;&#104;&#101; &#73;&#68;&#69;.
+        Private method to perform all necessary steps to close down the IDE.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#115;&#117;&#99;&#99;&#101;&#115;&#115;
+flag indicating success
 </dd>
 </dl><a NAME="UserInterface.__sqlBrowser" ID="UserInterface.__sqlBrowser"></a>
 <h4>UserInterface.__sqlBrowser</h4>
 <b>__sqlBrowser</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#83;&#81;&#76; &#98;&#114;&#111;w&#115;&#101;&#114; &#116;&#111;&#111;&#108;.
+        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>sslErrors</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#83;&#83;&#76; &#101;&#114;&#114;&#111;&#114;&#115;.
+        Private slot to handle SSL errors.
 </p><dl>
 <dt><i>sslErrors</i></dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#83;&#83;&#76; &#101;&#114;&#114;&#111;&#114;&#115; (&#108;&#105;&#115;&#116; &#111;&#102; &#81;&#83;&#115;&#108;&#69;&#114;&#114;&#111;&#114;)
+list of SSL errors (list of QSslError)
 </dd>
 </dl><a NAME="UserInterface.__startToolProcess" ID="UserInterface.__startToolProcess"></a>
 <h4>UserInterface.__startToolProcess</h4>
 <b>__startToolProcess</b>(<i>tool</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#97;&#110; &#101;x&#116;&#101;&#114;&#110;&#97;&#108; &#116;&#111;&#111;&#108; &#112;&#114;&#111;&#99;&#101;&#115;&#115;.
+        Private slot to start an external tool process.
 </p><dl>
 <dt><i>tool</i></dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#116;&#111;&#111;&#108; &#101;&#110;&#116;&#114;&#105;&#101;&#115;
+list of tool entries
 </dd>
 </dl><a NAME="UserInterface.__switchTab" ID="UserInterface.__switchTab"></a>
 <h4>UserInterface.__switchTab</h4>
 <b>__switchTab</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#117;&#115;&#101;&#100; &#116;&#111; &#115;w&#105;&#116;&#99;&#104; &#98;&#101;&#116;w&#101;&#101;&#110; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#97;&#110;&#100; &#116;&#104;&#101; &#112;&#114;&#101;v&#105;&#111;&#117;&#115; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#116;&#97;&#98;.
+        Private slot used to switch between the current and the previous current tab.
 </p><a NAME="UserInterface.__toggleBottomSidebar" ID="UserInterface.__toggleBottomSidebar"></a>
 <h4>UserInterface.__toggleBottomSidebar</h4>
 <b>__toggleBottomSidebar</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#98;&#111;&#116;&#116;&#111;&#109; &#115;&#105;&#100;&#101;&#98;&#97;&#114; w&#105;&#110;&#100;&#111;w.
+        Private slot to handle the toggle of the bottom sidebar window.
 </p><a NAME="UserInterface.__toggleBrowser" ID="UserInterface.__toggleBrowser"></a>
 <h4>UserInterface.__toggleBrowser</h4>
 <b>__toggleBrowser</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#70;&#105;&#108;&#101; &#66;&#114;&#111;w&#115;&#101;&#114; w&#105;&#110;&#100;&#111;w.
+        Private slot to handle the toggle of the File Browser window.
 </p><a NAME="UserInterface.__toggleDebugViewer" ID="UserInterface.__toggleDebugViewer"></a>
 <h4>UserInterface.__toggleDebugViewer</h4>
 <b>__toggleDebugViewer</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#100;&#101;&#98;&#117;&#103; v&#105;&#101;w&#101;&#114;.
+        Private slot to handle the toggle of the debug viewer.
 </p><a NAME="UserInterface.__toggleHorizontalToolbox" ID="UserInterface.__toggleHorizontalToolbox"></a>
 <h4>UserInterface.__toggleHorizontalToolbox</h4>
 <b>__toggleHorizontalToolbox</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#72;&#111;&#114;&#105;z&#111;&#110;&#116;&#97;&#108; &#84;&#111;&#111;&#108;&#98;&#111;x w&#105;&#110;&#100;&#111;w.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#108;&#101;&#102;&#116; &#115;&#105;&#100;&#101;&#98;&#97;&#114; w&#105;&#110;&#100;&#111;w.
+        Private slot to handle the toggle of the left sidebar window.
 </p><a NAME="UserInterface.__toggleLogViewer" ID="UserInterface.__toggleLogViewer"></a>
 <h4>UserInterface.__toggleLogViewer</h4>
 <b>__toggleLogViewer</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#76;&#111;&#103; &#86;&#105;&#101;w&#101;&#114; w&#105;&#110;&#100;&#111;w.
+        Private slot to handle the toggle of the Log Viewer window.
 </p><a NAME="UserInterface.__toggleMultiProjectBrowser" ID="UserInterface.__toggleMultiProjectBrowser"></a>
 <h4>UserInterface.__toggleMultiProjectBrowser</h4>
 <b>__toggleMultiProjectBrowser</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#80;&#114;&#111;&#106;&#101;&#99;&#116; &#66;&#114;&#111;w&#115;&#101;&#114; w&#105;&#110;&#100;&#111;w.
+        Private slot to handle the toggle of the Project Browser window.
 </p><a NAME="UserInterface.__toggleProjectBrowser" ID="UserInterface.__toggleProjectBrowser"></a>
 <h4>UserInterface.__toggleProjectBrowser</h4>
 <b>__toggleProjectBrowser</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#80;&#114;&#111;&#106;&#101;&#99;&#116; &#66;&#114;&#111;w&#115;&#101;&#114; w&#105;&#110;&#100;&#111;w.
+        Private slot to handle the toggle of the Project Browser window.
 </p><a NAME="UserInterface.__toggleShell" ID="UserInterface.__toggleShell"></a>
 <h4>UserInterface.__toggleShell</h4>
 <b>__toggleShell</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#83;&#104;&#101;&#108;&#108; w&#105;&#110;&#100;&#111;w .
+        Private slot to handle the toggle of the Shell window .
 </p><a NAME="UserInterface.__toggleTaskViewer" ID="UserInterface.__toggleTaskViewer"></a>
 <h4>UserInterface.__toggleTaskViewer</h4>
 <b>__toggleTaskViewer</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#84;&#97;&#115;&#107; &#86;&#105;&#101;w&#101;&#114; w&#105;&#110;&#100;&#111;w.
+        Private slot to handle the toggle of the Task Viewer window.
 </p><a NAME="UserInterface.__toggleTemplateViewer" ID="UserInterface.__toggleTemplateViewer"></a>
 <h4>UserInterface.__toggleTemplateViewer</h4>
 <b>__toggleTemplateViewer</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#84;&#101;&#109;&#112;&#108;&#97;&#116;&#101; &#86;&#105;&#101;w&#101;&#114; w&#105;&#110;&#100;&#111;w.
+        Private slot to handle the toggle of the Template Viewer window.
 </p><a NAME="UserInterface.__toggleTerminal" ID="UserInterface.__toggleTerminal"></a>
 <h4>UserInterface.__toggleTerminal</h4>
 <b>__toggleTerminal</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#84;&#101;&#114;&#109;&#105;&#110;&#97;&#108; w&#105;&#110;&#100;&#111;w .
+        Private slot to handle the toggle of the Terminal window .
 </p><a NAME="UserInterface.__toggleVerticalToolbox" ID="UserInterface.__toggleVerticalToolbox"></a>
 <h4>UserInterface.__toggleVerticalToolbox</h4>
 <b>__toggleVerticalToolbox</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#103;&#103;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#86;&#101;&#114;&#116;&#105;&#99;&#97;&#108; &#84;&#111;&#111;&#108;&#98;&#111;x w&#105;&#110;&#100;&#111;w.
+        Private slot to handle the toggle of the Vertical Toolbox window.
 </p><a NAME="UserInterface.__toggleWindow" ID="UserInterface.__toggleWindow"></a>
 <h4>UserInterface.__toggleWindow</h4>
 <b>__toggleWindow</b>(<i>w</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#116;&#111;&#103;&#103;&#108;&#101; &#97; w&#111;&#114;&#107;&#115;&#112;&#97;&#99;&#101; &#101;&#100;&#105;&#116;&#111;&#114; w&#105;&#110;&#100;&#111;w.
+        Private method to toggle a workspace editor window.
 </p><dl>
 <dt><i>w</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; w&#111;&#114;&#107;&#115;&#112;&#97;&#99;&#101; &#101;&#100;&#105;&#116;&#111;&#114; w&#105;&#110;&#100;&#111;w
+reference to the workspace editor window
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103;, &#105;&#102; &#116;&#104;&#101; w&#105;&#110;&#100;&#111;w w&#97;&#115; &#115;&#104;&#111;w&#110; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating, if the window was shown (boolean)
 </dd>
 </dl><a NAME="UserInterface.__toolActionTriggered" ID="UserInterface.__toolActionTriggered"></a>
 <h4>UserInterface.__toolActionTriggered</h4>
 <b>__toolActionTriggered</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#98;y &#101;x&#116;&#101;&#114;&#110;&#97;&#108; &#116;&#111;&#111;&#108;&#115; &#116;&#111;&#111;&#108;&#98;&#97;&#114; &#97;&#99;&#116;&#105;&#111;&#110;&#115;.
+        Private slot called by external tools toolbar actions.
 </p><a NAME="UserInterface.__toolExecute" ID="UserInterface.__toolExecute"></a>
 <h4>UserInterface.__toolExecute</h4>
 <b>__toolExecute</b>(<i>act</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#101;x&#101;&#99;&#117;&#116;&#101; &#97; &#112;&#97;&#114;&#116;&#105;&#99;&#117;&#108;&#97;&#114; &#116;&#111;&#111;&#108;.
+        Private slot to execute a particular tool.
 </p><dl>
 <dt><i>act</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110; &#116;&#104;&#97;&#116; w&#97;&#115; &#116;&#114;&#105;&#103;&#103;&#101;&#114;&#101;&#100; (&#81;&#65;&#99;&#116;&#105;&#111;&#110;)
+reference to the action that was triggered (QAction)
 </dd>
 </dl><a NAME="UserInterface.__toolFinished" ID="UserInterface.__toolFinished"></a>
 <h4>UserInterface.__toolFinished</h4>
 <b>__toolFinished</b>(<i>exitCode, exitStatus</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#102;&#105;&#110;&#105;&#115;&#104;&#101;&#100; &#115;&#105;&#103;&#110;&#97;&#108; &#111;&#102; &#97; &#116;&#111;&#111;&#108; &#112;&#114;&#111;&#99;&#101;&#115;&#115;.
+        Private slot to handle the finished signal of a tool process.
 </p><dl>
 <dt><i>exitCode</i></dt>
 <dd>
-&#101;x&#105;&#116; &#99;&#111;&#100;&#101; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#111;&#99;&#101;&#115;&#115; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+exit code of the process (integer)
 </dd><dt><i>exitStatus</i></dt>
 <dd>
-&#101;x&#105;&#116; &#115;&#116;&#97;&#116;&#117;&#115; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#111;&#99;&#101;&#115;&#115; (&#81;&#80;&#114;&#111;&#99;&#101;&#115;&#115;.&#69;x&#105;&#116;&#83;&#116;&#97;&#116;&#117;&#115;)
+exit status of the process (QProcess.ExitStatus)
 </dd>
 </dl><a NAME="UserInterface.__toolGroupSelected" ID="UserInterface.__toolGroupSelected"></a>
 <h4>UserInterface.__toolGroupSelected</h4>
 <b>__toolGroupSelected</b>(<i>act</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#116;&#111;&#111;&#108; &#103;&#114;&#111;&#117;&#112;.
+        Private slot to set the current tool group.
 </p><dl>
 <dt><i>act</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110; &#116;&#104;&#97;&#116; w&#97;&#115; &#116;&#114;&#105;&#103;&#103;&#101;&#114;&#101;&#100; (&#81;&#65;&#99;&#116;&#105;&#111;&#110;)
+reference to the action that was triggered (QAction)
 </dd>
 </dl><a NAME="UserInterface.__toolGroupsConfiguration" ID="UserInterface.__toolGroupsConfiguration"></a>
 <h4>UserInterface.__toolGroupsConfiguration</h4>
 <b>__toolGroupsConfiguration</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#111;&#108; &#103;&#114;&#111;&#117;&#112;&#115; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#109;&#101;&#110;&#117; &#101;&#110;&#116;&#114;y.
+        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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#116;&#111;&#111;&#108;&#115; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#109;&#101;&#110;&#117; &#101;&#110;&#116;&#114;y.
+        Private slot to handle the tools configuration menu entry.
 </p><a NAME="UserInterface.__unittest" ID="UserInterface.__unittest"></a>
 <h4>UserInterface.__unittest</h4>
 <b>__unittest</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#102;&#111;&#114; &#100;&#105;&#115;&#112;&#108;&#97;y&#105;&#110;&#103; &#116;&#104;&#101; &#117;&#110;&#105;&#116;&#116;&#101;&#115;&#116; &#100;&#105;&#97;&#108;&#111;&#103;.
+        Private slot for displaying the unittest dialog.
 </p><a NAME="UserInterface.__unittestProject" ID="UserInterface.__unittestProject"></a>
 <h4>UserInterface.__unittestProject</h4>
 <b>__unittestProject</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#102;&#111;&#114; &#100;&#105;&#115;&#112;&#108;&#97;y&#105;&#110;&#103; &#116;&#104;&#101; &#117;&#110;&#105;&#116;&#116;&#101;&#115;&#116; &#100;&#105;&#97;&#108;&#111;&#103; &#97;&#110;&#100; &#114;&#117;&#110; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#112;&#114;&#111;&#106;&#101;&#99;&#116;.
+        Private slot for displaying the unittest dialog and run the current project.
 </p><a NAME="UserInterface.__unittestRestart" ID="UserInterface.__unittestRestart"></a>
 <h4>UserInterface.__unittestRestart</h4>
 <b>__unittestRestart</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#117;&#110;&#105;&#116;&#116;&#101;&#115;&#116; &#100;&#105;&#97;&#108;&#111;&#103; &#97;&#110;&#100; &#114;&#101;&#114;&#117;&#110; &#116;&#104;&#101; &#108;&#97;&#115;&#116; &#116;&#101;&#115;&#116;.
+        Private slot to display the unittest dialog and rerun the last test.
 </p><a NAME="UserInterface.__unittestScript" ID="UserInterface.__unittestScript"></a>
 <h4>UserInterface.__unittestScript</h4>
 <b>__unittestScript</b>(<i>prog = None</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#102;&#111;&#114; &#100;&#105;&#115;&#112;&#108;&#97;y&#105;&#110;&#103; &#116;&#104;&#101; &#117;&#110;&#105;&#116;&#116;&#101;&#115;&#116; &#100;&#105;&#97;&#108;&#111;&#103; &#97;&#110;&#100; &#114;&#117;&#110; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#115;&#99;&#114;&#105;&#112;&#116;.
+        Private slot for displaying the unittest dialog and run the current script.
 </p><dl>
 <dt><i>prog</i></dt>
 <dd>
-&#116;&#104;&#101; &#112;y&#116;&#104;&#111;&#110; &#112;&#114;&#111;&#103;&#114;&#97;&#109; &#116;&#111; &#98;&#101; &#111;&#112;&#101;&#110;&#101;&#100;
+the python program to be opened
 </dd>
 </dl><a NAME="UserInterface.__updateExternalToolsActions" ID="UserInterface.__updateExternalToolsActions"></a>
 <h4>UserInterface.__updateExternalToolsActions</h4>
 <b>__updateExternalToolsActions</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#117;&#112;&#100;&#97;&#116;&#101; &#116;&#104;&#101; &#101;x&#116;&#101;&#114;&#110;&#97;&#108; &#116;&#111;&#111;&#108;&#115; &#97;&#99;&#116;&#105;&#111;&#110;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#116;&#111;&#111;&#108; &#103;&#114;&#111;&#117;&#112;.
+        Private method to update the external tools actions for the current tool group.
 </p><a NAME="UserInterface.__updateVersionsUrls" ID="UserInterface.__updateVersionsUrls"></a>
 <h4>UserInterface.__updateVersionsUrls</h4>
 <b>__updateVersionsUrls</b>(<i>versions</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#117;&#112;&#100;&#97;&#116;&#101; &#116;&#104;&#101; &#85;&#82;&#76;&#115; &#102;&#114;&#111;&#109; w&#104;&#105;&#99;&#104; &#116;&#111; &#114;&#101;&#116;&#114;&#105;&#101;v&#101; &#116;&#104;&#101; v&#101;&#114;&#115;&#105;&#111;&#110;&#115; &#102;&#105;&#108;&#101;.
+        Private method to update the URLs from which to retrieve the versions file.
 </p><dl>
 <dt><i>versions</i></dt>
 <dd>
-&#99;&#111;&#110;&#116;&#101;&#110;&#116;&#115; &#111;&#102; &#116;&#104;&#101; &#100;&#111;w&#110;&#108;&#111;&#97;&#100;&#101;&#100; v&#101;&#114;&#115;&#105;&#111;&#110;&#115; &#102;&#105;&#108;&#101; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;)
+contents of the downloaded versions file (list of strings)
 </dd>
 </dl><a NAME="UserInterface.__versionCheckResult" ID="UserInterface.__versionCheckResult"></a>
 <h4>UserInterface.__versionCheckResult</h4>
 <b>__versionCheckResult</b>(<i>versions</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#114;&#101;&#115;&#117;&#108;&#116; &#111;&#102; &#116;&#104;&#101; v&#101;&#114;&#115;&#105;&#111;&#110; &#99;&#104;&#101;&#99;&#107; &#97;&#99;&#116;&#105;&#111;&#110;.
+        Private method to show the result of the version check action.
 </p><dl>
 <dt><i>versions</i></dt>
 <dd>
-&#99;&#111;&#110;&#116;&#101;&#110;&#116;&#115; &#111;&#102; &#116;&#104;&#101; &#100;&#111;w&#110;&#108;&#111;&#97;&#100;&#101;&#100; v&#101;&#114;&#115;&#105;&#111;&#110;&#115; &#102;&#105;&#108;&#101; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;)
+contents of the downloaded versions file (list of strings)
 </dd>
 </dl><a NAME="UserInterface.__versionsDownloadCanceled" ID="UserInterface.__versionsDownloadCanceled"></a>
 <h4>UserInterface.__versionsDownloadCanceled</h4>
 <b>__versionsDownloadCanceled</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#99;&#97;&#110;&#99;&#101;&#108; &#116;&#104;&#101; v&#101;&#114;&#115;&#105;&#111;&#110; &#99;&#104;&#101;&#99;&#107;.
+        Private method called to cancel the version check.
 </p><a NAME="UserInterface.__versionsDownloadDone" ID="UserInterface.__versionsDownloadDone"></a>
 <h4>UserInterface.__versionsDownloadDone</h4>
 <b>__versionsDownloadDone</b>(<i>error</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100;, &#97;&#102;&#116;&#101;&#114; &#116;&#104;&#101; v&#101;&#114;&#115;&#105;&#111;&#110;&#115; &#102;&#105;&#108;&#101; &#104;&#97;&#115; &#98;&#101;&#101;&#110; &#100;&#111;w&#110;&#108;&#111;&#97;&#100;&#101;&#100;
-        &#102;&#114;&#111;&#109; &#116;&#104;&#101; &#105;&#110;&#116;&#101;&#114;&#110;&#101;&#116;.
+        Private method called, after the versions file has been downloaded
+        from the internet.
 </p><dl>
 <dt><i>error</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#97;&#110; &#101;&#114;&#114;&#111;&#114; &#99;&#111;&#110;&#100;&#105;&#116;&#105;&#111;&#110; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating an error condition (boolean)
 </dd>
 </dl><a NAME="UserInterface.__webBrowser" ID="UserInterface.__webBrowser"></a>
 <h4>UserInterface.__webBrowser</h4>
 <b>__webBrowser</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#101;&#114;&#105;&#99;&#53; w&#101;&#98; &#98;&#114;&#111;w&#115;&#101;&#114;.
+        Private slot to start the eric5 web browser.
 </p><a NAME="UserInterface.__whatsThis" ID="UserInterface.__whatsThis"></a>
 <h4>UserInterface.__whatsThis</h4>
 <b>__whatsThis</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#105;&#110; &#116;&#111; &#101;&#110;&#116;&#101;&#114; &#87;&#104;&#97;&#116;&#115; &#84;&#104;&#105;&#115; &#109;&#111;&#100;&#101;.
+        Private slot called in to enter Whats This mode.
 </p><a NAME="UserInterface.__writeSession" ID="UserInterface.__writeSession"></a>
 <h4>UserInterface.__writeSession</h4>
 <b>__writeSession</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; w&#114;&#105;&#116;&#101; &#116;&#104;&#101; &#115;&#101;&#115;&#115;&#105;&#111;&#110; &#100;&#97;&#116;&#97; &#116;&#111; &#97;&#110; &#88;&#77;&#76; &#102;&#105;&#108;&#101; (.&#101;&#52;&#115;).
+        Private slot to write the session data to an XML file (.e4s).
 </p><a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a>
 <h4>UserInterface.__writeTasks</h4>
 <b>__writeTasks</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; w&#114;&#105;&#116;&#101; &#116;&#104;&#101; &#116;&#97;&#115;&#107;&#115; &#100;&#97;&#116;&#97; &#116;&#111; &#97;&#110; &#88;&#77;&#76; &#102;&#105;&#108;&#101; (.&#101;&#52;&#116;).
+        Private slot to write the tasks data to an XML file (.e4t).
 </p><a NAME="UserInterface.addE5Actions" ID="UserInterface.addE5Actions"></a>
 <h4>UserInterface.addE5Actions</h4>
 <b>addE5Actions</b>(<i>actions, type</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#100;&#100; &#97;&#99;&#116;&#105;&#111;&#110;&#115; &#116;&#111; &#116;&#104;&#101; &#108;&#105;&#115;&#116; &#111;&#102; &#97;&#99;&#116;&#105;&#111;&#110;&#115;.
+        Public method to add actions to the list of actions.
 </p><dl>
 <dt><i>type</i></dt>
 <dd>
-&#115;&#116;&#114;&#105;&#110;&#103; &#100;&#101;&#110;&#111;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110; &#115;&#101;&#116; &#116;&#111; &#103;&#101;&#116;.
-            &#73;&#116; &#109;&#117;&#115;&#116; &#98;&#101; &#111;&#110;&#101; &#111;&#102; "&#117;&#105;" &#111;&#114; "w&#105;z&#97;&#114;&#100;&#115;".
+string denoting the action set to get.
+            It must be one of "ui" or "wizards".
 </dd><dt><i>actions</i></dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#97;&#99;&#116;&#105;&#111;&#110;&#115; &#116;&#111; &#98;&#101; &#97;&#100;&#100;&#101;&#100; (&#108;&#105;&#115;&#116; &#111;&#102; &#69;&#53;&#65;&#99;&#116;&#105;&#111;&#110;)
+list of actions to be added (list of E5Action)
 </dd>
 </dl><a NAME="UserInterface.appendToStderr" ID="UserInterface.appendToStderr"></a>
 <h4>UserInterface.appendToStderr</h4>
 <b>appendToStderr</b>(<i>s</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#97;&#112;&#112;&#101;&#110;&#100; &#116;&#101;x&#116; &#116;&#111; &#116;&#104;&#101; &#115;&#116;&#100;&#101;&#114;&#114; &#108;&#111;&#103; v&#105;&#101;w&#101;&#114; &#116;&#97;&#98;.
+        Public slot to append text to the stderr log viewer tab.
 </p><dl>
 <dt><i>s</i></dt>
 <dd>
-&#111;&#117;&#116;&#112;&#117;&#116; &#116;&#111; &#98;&#101; &#97;&#112;&#112;&#101;&#110;&#100;&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;)
+output to be appended (string)
 </dd>
 </dl><a NAME="UserInterface.appendToStdout" ID="UserInterface.appendToStdout"></a>
 <h4>UserInterface.appendToStdout</h4>
 <b>appendToStdout</b>(<i>s</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#97;&#112;&#112;&#101;&#110;&#100; &#116;&#101;x&#116; &#116;&#111; &#116;&#104;&#101; &#115;&#116;&#100;&#111;&#117;&#116; &#108;&#111;&#103; v&#105;&#101;w&#101;&#114; &#116;&#97;&#98;.
+        Public slot to append text to the stdout log viewer tab.
 </p><dl>
 <dt><i>s</i></dt>
 <dd>
-&#111;&#117;&#116;&#112;&#117;&#116; &#116;&#111; &#98;&#101; &#97;&#112;&#112;&#101;&#110;&#100;&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;)
+output to be appended (string)
 </dd>
 </dl><a NAME="UserInterface.checkConfigurationStatus" ID="UserInterface.checkConfigurationStatus"></a>
 <h4>UserInterface.checkConfigurationStatus</h4>
 <b>checkConfigurationStatus</b>(<i></i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#101;&#114;&#105;&#99;&#53; &#104;&#97;&#115; &#98;&#101;&#101;&#110; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#101;&#100;. &#73;&#102; &#105;&#116; &#105;&#115; &#110;&#111;&#116;, 
-        &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#100;&#105;&#97;&#108;&#111;&#103; &#105;&#115; &#115;&#104;&#111;w&#110;.
+        Public method to check, if eric5 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>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#102;&#111;&#114; &#116;&#104;&#101; &#112;&#114;&#101;&#115;&#101;&#110;&#99;&#101; &#111;&#102; &#97;&#110; &#101;&#114;&#114;&#111;&#114; &#108;&#111;&#103; &#97;&#110;&#100; &#97;&#115;&#107; &#116;&#104;&#101; &#117;&#115;&#101;&#114;,
-        w&#104;&#97;&#116; &#116;&#111; &#100;&#111; w&#105;&#116;&#104; &#105;&#116;.
+        Public method to check for the presence of an error log and ask the user,
+        what to do with it.
 </p><a NAME="UserInterface.closeEvent" ID="UserInterface.closeEvent"></a>
 <h4>UserInterface.closeEvent</h4>
 <b>closeEvent</b>(<i>event</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#101;v&#101;&#110;&#116; &#104;&#97;&#110;&#100;&#108;&#101;&#114; &#102;&#111;&#114; &#116;&#104;&#101; &#99;&#108;&#111;&#115;&#101; &#101;v&#101;&#110;&#116;.
+        Private event handler for the close event.
 </p><p>
-        &#84;&#104;&#105;&#115; &#101;v&#101;&#110;&#116; &#104;&#97;&#110;&#100;&#108;&#101;&#114; &#115;&#97;v&#101;&#115; &#116;&#104;&#101; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115;.
+        This event handler saves the preferences.
 </p><dl>
 <dt><i>event</i></dt>
 <dd>
-&#99;&#108;&#111;&#115;&#101; &#101;v&#101;&#110;&#116; (&#81;&#67;&#108;&#111;&#115;&#101;&#69;v&#101;&#110;&#116;)
+close event (QCloseEvent)
 </dd>
 </dl><a NAME="UserInterface.dragEnterEvent" ID="UserInterface.dragEnterEvent"></a>
 <h4>UserInterface.dragEnterEvent</h4>
 <b>dragEnterEvent</b>(<i>event</i>)
 <p>
-        &#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#100;&#114;&#97;&#103; &#101;&#110;&#116;&#101;&#114; &#101;v&#101;&#110;&#116;.
+        Protected method to handle the drag enter event.
 </p><dl>
 <dt><i>event</i></dt>
 <dd>
-&#116;&#104;&#101; &#100;&#114;&#97;&#103; &#101;&#110;&#116;&#101;&#114; &#101;v&#101;&#110;&#116; (&#81;&#68;&#114;&#97;&#103;&#69;&#110;&#116;&#101;&#114;&#69;v&#101;&#110;&#116;)
+the drag enter event (QDragEnterEvent)
 </dd>
 </dl><a NAME="UserInterface.dragLeaveEvent" ID="UserInterface.dragLeaveEvent"></a>
 <h4>UserInterface.dragLeaveEvent</h4>
 <b>dragLeaveEvent</b>(<i>event</i>)
 <p>
-        &#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#100;&#114;&#97;&#103; &#108;&#101;&#97;v&#101; &#101;v&#101;&#110;&#116;.
+        Protected method to handle the drag leave event.
 </p><dl>
 <dt><i>event</i></dt>
 <dd>
-&#116;&#104;&#101; &#100;&#114;&#97;&#103; &#108;&#101;&#97;v&#101; &#101;v&#101;&#110;&#116; (&#81;&#68;&#114;&#97;&#103;&#76;&#101;&#97;v&#101;&#69;v&#101;&#110;&#116;)
+the drag leave event (QDragLeaveEvent)
 </dd>
 </dl><a NAME="UserInterface.dragMoveEvent" ID="UserInterface.dragMoveEvent"></a>
 <h4>UserInterface.dragMoveEvent</h4>
 <b>dragMoveEvent</b>(<i>event</i>)
 <p>
-        &#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#100;&#114;&#97;&#103; &#109;&#111;v&#101; &#101;v&#101;&#110;&#116;.
+        Protected method to handle the drag move event.
 </p><dl>
 <dt><i>event</i></dt>
 <dd>
-&#116;&#104;&#101; &#100;&#114;&#97;&#103; &#109;&#111;v&#101; &#101;v&#101;&#110;&#116; (&#81;&#68;&#114;&#97;&#103;&#77;&#111;v&#101;&#69;v&#101;&#110;&#116;)
+the drag move event (QDragMoveEvent)
 </dd>
 </dl><a NAME="UserInterface.dropEvent" ID="UserInterface.dropEvent"></a>
 <h4>UserInterface.dropEvent</h4>
 <b>dropEvent</b>(<i>event</i>)
 <p>
-        &#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#100;&#114;&#111;&#112; &#101;v&#101;&#110;&#116;.
+        Protected method to handle the drop event.
 </p><dl>
 <dt><i>event</i></dt>
 <dd>
-&#116;&#104;&#101; &#100;&#114;&#111;&#112; &#101;v&#101;&#110;&#116; (&#81;&#68;&#114;&#111;&#112;&#69;v&#101;&#110;&#116;)
+the drop event (QDropEvent)
 </dd>
 </dl><a NAME="UserInterface.getActions" ID="UserInterface.getActions"></a>
 <h4>UserInterface.getActions</h4>
 <b>getActions</b>(<i>type</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#108;&#105;&#115;&#116; &#111;&#102; &#97;&#108;&#108; &#97;&#99;&#116;&#105;&#111;&#110;&#115;.
+        Public method to get a list of all actions.
 </p><dl>
 <dt><i>type</i></dt>
 <dd>
-&#115;&#116;&#114;&#105;&#110;&#103; &#100;&#101;&#110;&#111;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110; &#115;&#101;&#116; &#116;&#111; &#103;&#101;&#116;.
-            &#73;&#116; &#109;&#117;&#115;&#116; &#98;&#101; &#111;&#110;&#101; &#111;&#102; "&#117;&#105;" &#111;&#114; "w&#105;z&#97;&#114;&#100;&#115;".
+string denoting the action set to get.
+            It must be one of "ui" or "wizards".
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#97;&#108;&#108; &#97;&#99;&#116;&#105;&#111;&#110;&#115; (&#108;&#105;&#115;&#116; &#111;&#102; &#69;&#53;&#65;&#99;&#116;&#105;&#111;&#110;)
+list of all actions (list of E5Action)
 </dd>
 </dl><a NAME="UserInterface.getLocale" ID="UserInterface.getLocale"></a>
 <h4>UserInterface.getLocale</h4>
 <b>getLocale</b>(<i></i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#108;&#111;&#99;&#97;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#73;&#68;&#69;.
+        Public method to get the locale of the IDE.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#108;&#111;&#99;&#97;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#73;&#68;&#69; (&#115;&#116;&#114;&#105;&#110;&#103; &#111;&#114; &#78;&#111;&#110;&#101;)
+locale of the IDE (string or None)
 </dd>
 </dl><a NAME="UserInterface.getMenu" ID="UserInterface.getMenu"></a>
 <h4>UserInterface.getMenu</h4>
 <b>getMenu</b>(<i>name</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#97; &#115;&#112;&#101;&#99;&#105;&#102;&#105;&#99; &#109;&#101;&#110;&#117;.
+        Public method to get a reference to a specific menu.
 </p><dl>
 <dt><i>name</i></dt>
 <dd>
-&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#109;&#101;&#110;&#117; (&#115;&#116;&#114;&#105;&#110;&#103;)
+name of the menu (string)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#109;&#101;&#110;&#117; (&#81;&#77;&#101;&#110;&#117;)
+reference to the menu (QMenu)
 </dd>
 </dl><a NAME="UserInterface.getMenuAction" ID="UserInterface.getMenuAction"></a>
 <h4>UserInterface.getMenuAction</h4>
 <b>getMenuAction</b>(<i>menuName, actionName</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#97;&#110; &#97;&#99;&#116;&#105;&#111;&#110; &#111;&#102; &#97; &#109;&#101;&#110;&#117;.
+        Public method to get a reference to an action of a menu.
 </p><dl>
 <dt><i>menuName</i></dt>
 <dd>
-&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#109;&#101;&#110;&#117; &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104; &#105;&#110; (&#115;&#116;&#114;&#105;&#110;&#103;)
+name of the menu to search in (string)
 </dd><dt><i>actionName</i></dt>
 <dd>
-&#111;&#98;&#106;&#101;&#99;&#116; &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104; &#102;&#111;&#114;
-            (&#115;&#116;&#114;&#105;&#110;&#103;)
+object name of the action to search for
+            (string)
 </dd>
 </dl><a NAME="UserInterface.getMenuBarAction" ID="UserInterface.getMenuBarAction"></a>
 <h4>UserInterface.getMenuBarAction</h4>
 <b>getMenuBarAction</b>(<i>menuName</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#97;&#110; &#97;&#99;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#109;&#97;&#105;&#110; &#109;&#101;&#110;&#117;.
+        Public method to get a reference to an action of the main menu.
 </p><dl>
 <dt><i>menuName</i></dt>
 <dd>
-&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#109;&#101;&#110;&#117; &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104; &#105;&#110; (&#115;&#116;&#114;&#105;&#110;&#103;)
+name of the menu to search in (string)
 </dd>
 </dl><a NAME="UserInterface.getToolBarIconSize" ID="UserInterface.getToolBarIconSize"></a>
 <h4>UserInterface.getToolBarIconSize</h4>
 <b>getToolBarIconSize</b>(<i></i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#116;&#111;&#111;&#108;&#98;&#97;&#114; &#105;&#99;&#111;&#110; &#115;&#105;z&#101;.
+        Public method to get the toolbar icon size.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#116;&#111;&#111;&#108;&#98;&#97;&#114; &#105;&#99;&#111;&#110; &#115;&#105;z&#101; (&#81;&#83;&#105;z&#101;)
+toolbar icon size (QSize)
 </dd>
 </dl><a NAME="UserInterface.getToolbar" ID="UserInterface.getToolbar"></a>
 <h4>UserInterface.getToolbar</h4>
 <b>getToolbar</b>(<i>name</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#97; &#115;&#112;&#101;&#99;&#105;&#102;&#105;&#99; &#116;&#111;&#111;&#108;&#98;&#97;&#114;.
+        Public method to get a reference to a specific toolbar.
 </p><dl>
 <dt><i>name</i></dt>
 <dd>
-&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#116;&#111;&#111;&#108;&#98;&#97;&#114; (&#115;&#116;&#114;&#105;&#110;&#103;)
+name of the toolbar (string)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#116;&#111;&#111;&#108;&#98;&#97;&#114; &#101;&#110;&#116;&#114;y (&#116;&#117;&#112;&#108;&#101; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103; &#97;&#110;&#100; &#81;&#84;&#111;&#111;&#108;&#66;&#97;&#114;)
+reference to the toolbar entry (tuple of string and QToolBar)
 </dd>
 </dl><a NAME="UserInterface.getViewProfile" ID="UserInterface.getViewProfile"></a>
 <h4>UserInterface.getViewProfile</h4>
 <b>getViewProfile</b>(<i></i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; v&#105;&#101;w &#112;&#114;&#111;&#102;&#105;&#108;&#101;.
+        Public method to get the current view profile.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#116;&#104;&#101; &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; v&#105;&#101;w &#112;&#114;&#111;&#102;&#105;&#108;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;)
+the name of the current view profile (string)
 </dd>
 </dl><a NAME="UserInterface.launchHelpViewer" ID="UserInterface.launchHelpViewer"></a>
 <h4>UserInterface.launchHelpViewer</h4>
 <b>launchHelpViewer</b>(<i>home, searchWord = None</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#104;&#101;&#108;&#112; v&#105;&#101;w&#101;&#114;.
+        Public slot to start the help viewer.
 </p><dl>
 <dt><i>home</i></dt>
 <dd>
-&#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#102;&#105;&#108;&#101; &#116;&#111; &#98;&#101; &#115;&#104;&#111;w&#110; (&#115;&#116;&#114;&#105;&#110;&#103;)
+filename of file to be shown (string)
 </dd><dt><i>searchWord=</i></dt>
 <dd>
-w&#111;&#114;&#100; &#116;&#111; &#115;&#101;&#97;&#114;&#99;&#104; &#102;&#111;&#114; (&#115;&#116;&#114;&#105;&#110;&#103;)
+word to search for (string)
 </dd>
 </dl><a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a>
 <h4>UserInterface.performVersionCheck</h4>
 <b>performVersionCheck</b>(<i>manual = True, alternative = 0, showVersions = False</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#116;&#104;&#101; &#105;&#110;&#116;&#101;&#114;&#110;&#101;&#116; &#102;&#111;&#114; &#97;&#110; &#101;&#114;&#105;&#99;&#53; &#117;&#112;&#100;&#97;&#116;&#101;.
+        Public method to check the internet for an eric5 update.
 </p><dl>
 <dt><i>manual</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#97;&#110; &#105;&#110;v&#111;&#99;&#97;&#116;&#105;&#111;&#110; v&#105;&#97; &#116;&#104;&#101; &#109;&#101;&#110;&#117; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating an invocation via the menu (boolean)
 </dd><dt><i>alternative</i></dt>
 <dd>
-&#105;&#110;&#100;&#101;x &#111;&#102; &#115;&#101;&#114;v&#101;&#114; &#116;&#111; &#100;&#111;w&#110;&#108;&#111;&#97;&#100; &#102;&#114;&#111;&#109; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+index of server to download from (integer)
 </dd><dt><i>showVersion=</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#115;&#104;&#111;w v&#101;&#114;&#115;&#105;&#111;&#110;&#115; &#109;&#111;&#100;&#101; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating the show versions mode (boolean)
 </dd>
 </dl><a NAME="UserInterface.processArgs" ID="UserInterface.processArgs"></a>
 <h4>UserInterface.processArgs</h4>
 <b>processArgs</b>(<i>args</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#112;&#114;&#111;&#99;&#101;&#115;&#115; &#116;&#104;&#101; &#99;&#111;&#109;&#109;&#97;&#110;&#100; &#108;&#105;&#110;&#101; &#97;&#114;&#103;&#115; &#112;&#97;&#115;&#115;&#101;&#100; &#116;&#111; &#116;&#104;&#101; &#85;&#73;.
+        Public method to process the command line args passed to the UI.
 </p><dl>
 <dt><i>args</i></dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#102;&#105;&#108;&#101;&#115; &#116;&#111; &#111;&#112;&#101;&#110;&#60;&#98;&#114; /&#62;
-            &#84;&#104;&#101; &#97;&#114;&#103;&#115; &#97;&#114;&#101; &#112;&#114;&#111;&#99;&#101;&#115;&#115;&#101;&#100; &#111;&#110;&#101; &#97;&#116; &#97; &#116;&#105;&#109;&#101;. &#65;&#108;&#108; &#97;&#114;&#103;&#117;&#109;&#101;&#110;&#116;&#115; &#97;&#102;&#116;&#101;&#114; &#97;
-            '--' &#111;&#112;&#116;&#105;&#111;&#110; &#97;&#114;&#101; &#99;&#111;&#110;&#115;&#105;&#100;&#101;&#114;&#101;&#100; &#100;&#101;&#98;&#117;&#103; &#97;&#114;&#103;&#117;&#109;&#101;&#110;&#116;&#115; &#116;&#111; &#116;&#104;&#101; &#112;&#114;&#111;&#103;&#114;&#97;&#109; 
-            &#102;&#111;&#114; &#116;&#104;&#101; &#100;&#101;&#98;&#117;&#103;&#103;&#101;&#114;. &#65;&#108;&#108; &#102;&#105;&#108;&#101;&#115; &#110;&#97;&#109;&#101;&#100; &#98;&#101;&#102;&#111;&#114;&#101; &#116;&#104;&#101; '--' &#111;&#112;&#116;&#105;&#111;&#110;
-            &#97;&#114;&#101; &#111;&#112;&#101;&#110;&#101;&#100; &#105;&#110; &#97; &#116;&#101;x&#116; &#101;&#100;&#105;&#116;&#111;&#114;, &#117;&#110;&#108;&#101;&#115;&#115; &#116;&#104;&#101; &#97;&#114;&#103;&#117;&#109;&#101;&#110;&#116; &#101;&#110;&#100;&#115; &#105;&#110; 
-            .&#101;&#52;&#112; &#111;&#114; .&#101;&#52;&#112;z, &#116;&#104;&#101;&#110; &#105;&#116; &#105;&#115; &#111;&#112;&#101;&#110;&#101;&#100; &#97;&#115; &#97; &#112;&#114;&#111;&#106;&#101;&#99;&#116; &#102;&#105;&#108;&#101;.
-            &#73;&#102; &#105;&#116; &#101;&#110;&#100;&#115; &#105;&#110; .&#101;&#52;&#109; &#111;&#114; .&#101;&#52;&#109;z, &#105;&#116; &#105;&#115; &#111;&#112;&#101;&#110;&#101;&#100; &#97;&#115; &#97; &#109;&#117;&#108;&#116;&#105;&#112;&#114;&#111;&#106;&#101;&#99;&#116;.
+list of files to open<br />
+            The args are processed one at a time. All arguments after a
+            '--' option are considered debug arguments to the program 
+            for the debugger. All files named before the '--' option
+            are opened in a text editor, unless the argument ends in 
+            .e4p or .e4pz, then it is opened as a project file.
+            If it ends in .e4m or .e4mz, it is opened as a multiproject.
 </dd>
 </dl><a NAME="UserInterface.registerToolbar" ID="UserInterface.registerToolbar"></a>
 <h4>UserInterface.registerToolbar</h4>
 <b>registerToolbar</b>(<i>name, text, toolbar</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#103;&#105;&#115;&#116;&#101;&#114; &#97; &#116;&#111;&#111;&#108;&#98;&#97;&#114;.
+        Public method to register a toolbar.
 </p><p>
-        &#84;&#104;&#105;&#115; &#109;&#101;&#116;&#104;&#111;&#100; &#109;&#117;&#115;&#116; &#98;&#101; &#99;&#97;&#108;&#108;&#101;&#100; &#105;&#110; &#111;&#114;&#100;&#101;&#114; &#116;&#111; &#109;&#97;&#107;&#101; &#97; &#116;&#111;&#111;&#108;&#98;&#97;&#114; &#109;&#97;&#110;&#97;&#103;&#101;&#97;&#98;&#108;&#101; &#98;y &#116;&#104;&#101;
-        &#85;&#115;&#101;&#114;&#73;&#110;&#116;&#101;&#114;&#102;&#97;&#99;&#101; &#111;&#98;&#106;&#101;&#99;&#116;.
+        This method must be called in order to make a toolbar manageable by the
+        UserInterface object.
 </p><dl>
 <dt><i>name</i></dt>
 <dd>
-&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#116;&#111;&#111;&#108;&#98;&#97;&#114; (&#115;&#116;&#114;&#105;&#110;&#103;). &#84;&#104;&#105;&#115; &#105;&#115; &#117;&#115;&#101;&#100; &#97;&#115; &#116;&#104;&#101; &#107;&#101;y &#105;&#110;&#116;&#111;
-            &#116;&#104;&#101; &#100;&#105;&#99;&#116;&#105;&#111;&#110;&#97;&#114;y &#111;&#102; &#116;&#111;&#111;&#108;&#98;&#97;&#114; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115;.
+name of the toolbar (string). This is used as the key into
+            the dictionary of toolbar references.
 </dd><dt><i>text</i></dt>
 <dd>
-&#117;&#115;&#101;&#114; v&#105;&#115;&#105;&#98;&#108;&#101; &#116;&#101;x&#116; &#102;&#111;&#114; &#116;&#104;&#101; &#116;&#111;&#111;&#108;&#98;&#97;&#114; &#101;&#110;&#116;&#114;y (&#115;&#116;&#114;&#105;&#110;&#103;)
+user visible text for the toolbar entry (string)
 </dd><dt><i>toolbar</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#116;&#111;&#111;&#108;&#98;&#97;&#114; &#116;&#111; &#98;&#101; &#114;&#101;&#103;&#105;&#115;&#116;&#101;&#114;&#101;&#100; (&#81;&#84;&#111;&#111;&#108;&#66;&#97;&#114;)
+reference to the toolbar to be registered (QToolBar)
 </dd>
 </dl><dl>
 <dt>Raises <b>KeyError</b>:</dt>
 <dd>
-&#114;&#97;&#105;&#115;&#101;&#100;, &#105;&#102; &#97; &#116;&#111;&#111;&#108;&#98;&#97;&#114; w&#105;&#116;&#104; &#116;&#104;&#101; &#103;&#105;v&#101;&#110; &#110;&#97;&#109;&#101; w&#97;&#115;
-            &#97;&#108;&#114;&#101;&#97;&#100;y &#114;&#101;&#103;&#105;&#115;&#116;&#101;&#114;&#101;&#100;
+raised, if a toolbar with the given name was
+            already registered
 </dd>
 </dl><a NAME="UserInterface.removeE5Actions" ID="UserInterface.removeE5Actions"></a>
 <h4>UserInterface.removeE5Actions</h4>
 <b>removeE5Actions</b>(<i>actions, type = 'ui'</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#109;&#111;v&#101; &#97;&#99;&#116;&#105;&#111;&#110;&#115; &#102;&#114;&#111;&#109; &#116;&#104;&#101; &#108;&#105;&#115;&#116; &#111;&#102; &#97;&#99;&#116;&#105;&#111;&#110;&#115;.
+        Public method to remove actions from the list of actions.
 </p><dl>
 <dt><i>type</i></dt>
 <dd>
-&#115;&#116;&#114;&#105;&#110;&#103; &#100;&#101;&#110;&#111;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110; &#115;&#101;&#116; &#116;&#111; &#103;&#101;&#116;.
-            &#73;&#116; &#109;&#117;&#115;&#116; &#98;&#101; &#111;&#110;&#101; &#111;&#102; "&#117;&#105;" &#111;&#114; "w&#105;z&#97;&#114;&#100;&#115;".
+string denoting the action set to get.
+            It must be one of "ui" or "wizards".
 </dd><dt><i>actions</i></dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#97;&#99;&#116;&#105;&#111;&#110;&#115; (&#108;&#105;&#115;&#116; &#111;&#102; &#69;&#53;&#65;&#99;&#116;&#105;&#111;&#110;)
+list of actions (list of E5Action)
 </dd>
 </dl><a NAME="UserInterface.reregisterToolbar" ID="UserInterface.reregisterToolbar"></a>
 <h4>UserInterface.reregisterToolbar</h4>
 <b>reregisterToolbar</b>(<i>name, text</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#97;&#110;&#103;&#101; &#116;&#104;&#101; v&#105;&#115;&#105;&#98;&#108;&#101; &#116;&#101;x&#116; &#102;&#111;&#114; &#116;&#104;&#101; &#110;&#97;&#109;&#101;&#100; &#116;&#111;&#111;&#108;&#98;&#97;&#114;.
+        Public method to change the visible text for the named toolbar.
 </p><dl>
 <dt><i>name</i></dt>
 <dd>
-&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#116;&#111;&#111;&#108;&#98;&#97;&#114; &#116;&#111; &#98;&#101; &#99;&#104;&#97;&#110;&#103;&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;)
+name of the toolbar to be changed (string)
 </dd><dt><i>text</i></dt>
 <dd>
-&#110;&#101;w &#117;&#115;&#101;&#114; v&#105;&#115;&#105;&#98;&#108;&#101; &#116;&#101;x&#116; &#102;&#111;&#114; &#116;&#104;&#101; &#116;&#111;&#111;&#108;&#98;&#97;&#114; &#101;&#110;&#116;&#114;y (&#115;&#116;&#114;&#105;&#110;&#103;)
+new user visible text for the toolbar entry (string)
 </dd>
 </dl><a NAME="UserInterface.setDebugProfile" ID="UserInterface.setDebugProfile"></a>
 <h4>UserInterface.setDebugProfile</h4>
 <b>setDebugProfile</b>(<i>save = True</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#97;&#99;&#116;&#105;v&#97;&#116;&#101; &#116;&#104;&#101; &#100;&#101;&#98;&#117;&#103; v&#105;&#101;w &#112;&#114;&#111;&#102;&#105;&#108;&#101;.
+        Public slot to activate the debug view profile.
 </p><dl>
 <dt><i>save</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#97;&#116; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#112;&#114;&#111;&#102;&#105;&#108;&#101; &#115;&#104;&#111;&#117;&#108;&#100;
-            &#98;&#101; &#115;&#97;v&#101;&#100; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating that the current profile should
+            be saved (boolean)
 </dd>
 </dl><a NAME="UserInterface.showAvailableVersionsInfo" ID="UserInterface.showAvailableVersionsInfo"></a>
 <h4>UserInterface.showAvailableVersionsInfo</h4>
 <b>showAvailableVersionsInfo</b>(<i></i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#104;&#111;w &#116;&#104;&#101; &#101;&#114;&#105;&#99;&#53; v&#101;&#114;&#115;&#105;&#111;&#110;&#115; &#97;v&#97;&#105;&#108;&#97;&#98;&#108;&#101; &#102;&#111;&#114; &#100;&#111;w&#110;&#108;&#111;&#97;&#100;.
+        Public method to show the eric5 versions available for download.
 </p><a NAME="UserInterface.showEvent" ID="UserInterface.showEvent"></a>
 <h4>UserInterface.showEvent</h4>
 <b>showEvent</b>(<i>evt</i>)
 <p>
-        &#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#115;&#104;&#111;w &#101;v&#101;&#110;&#116;.
+        Protected method to handle the show event.
 </p><dl>
 <dt><i>evt</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#115;&#104;&#111;w &#101;v&#101;&#110;&#116; (&#81;&#83;&#104;&#111;w&#69;v&#101;&#110;&#116;)
+reference to the show event (QShowEvent)
 </dd>
 </dl><a NAME="UserInterface.showLogTab" ID="UserInterface.showLogTab"></a>
 <h4>UserInterface.showLogTab</h4>
 <b>showLogTab</b>(<i>tabname</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#104;&#111;w &#97; &#112;&#97;&#114;&#116;&#105;&#99;&#117;&#108;&#97;&#114; &#76;&#111;&#103;-&#86;&#105;&#101;w&#101;&#114; &#116;&#97;&#98;.
+        Public method to show a particular Log-Viewer tab.
 </p><dl>
 <dt><i>tabname</i></dt>
 <dd>
-&#115;&#116;&#114;&#105;&#110;&#103; &#110;&#97;&#109;&#105;&#110;&#103; &#116;&#104;&#101; &#116;&#97;&#98; &#116;&#111; &#98;&#101; &#115;&#104;&#111;w&#110; (&#115;&#116;&#114;&#105;&#110;&#103;)
+string naming the tab to be shown (string)
 </dd>
 </dl><a NAME="UserInterface.showPreferences" ID="UserInterface.showPreferences"></a>
 <h4>UserInterface.showPreferences</h4>
 <b>showPreferences</b>(<i>pageName = None</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#112;&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101;&#115;.
+        Public slot to set the preferences.
 </p><dl>
 <dt><i>pageName</i></dt>
 <dd>
-&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#103;&#101; &#116;&#111; &#115;&#104;&#111;w (&#115;&#116;&#114;&#105;&#110;&#103;)
+name of the configuration page to show (string)
 </dd>
 </dl><a NAME="UserInterface.unregisterToolbar" ID="UserInterface.unregisterToolbar"></a>
 <h4>UserInterface.unregisterToolbar</h4>
 <b>unregisterToolbar</b>(<i>name</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#117;&#110;&#114;&#101;&#103;&#105;&#115;&#116;&#101;&#114; &#97; &#116;&#111;&#111;&#108;&#98;&#97;&#114;.
+        Public method to unregister a toolbar.
 </p><dl>
 <dt><i>name</i></dt>
 <dd>
-&#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#116;&#111;&#111;&#108;&#98;&#97;&#114; (&#115;&#116;&#114;&#105;&#110;&#103;).
+name of the toolbar (string).
 </dd>
 </dl><a NAME="UserInterface.versionIsNewer" ID="UserInterface.versionIsNewer"></a>
 <h4>UserInterface.versionIsNewer</h4>
 <b>versionIsNewer</b>(<i>required, snapshot = None</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#101;&#114;&#105;&#99;&#53; v&#101;&#114;&#115;&#105;&#111;&#110; &#105;&#115; &#103;&#111;&#111;&#100; &#99;&#111;&#109;&#112;&#97;&#114;&#101;&#100; &#116;&#111;
-        &#116;&#104;&#101; &#114;&#101;&#113;&#117;&#105;&#114;&#101;&#100; v&#101;&#114;&#115;&#105;&#111;&#110;.
+        Public method to check, if the eric5 version is good compared to
+        the required version.
 </p><dl>
 <dt><i>required</i></dt>
 <dd>
-&#114;&#101;&#113;&#117;&#105;&#114;&#101;&#100; v&#101;&#114;&#115;&#105;&#111;&#110; (&#115;&#116;&#114;&#105;&#110;&#103;)
+required version (string)
 </dd><dt><i>snapshot</i></dt>
 <dd>
-&#114;&#101;&#113;&#117;&#105;&#114;&#101;&#100; &#115;&#110;&#97;&#112;&#115;&#104;&#111;&#116; v&#101;&#114;&#115;&#105;&#111;&#110; (&#115;&#116;&#114;&#105;&#110;&#103;)
+required snapshot version (string)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103;, &#116;&#104;&#97;&#116; &#116;&#104;&#101; v&#101;&#114;&#115;&#105;&#111;&#110; &#105;&#115; &#110;&#101;w&#101;&#114; &#116;&#104;&#97;&#110; &#116;&#104;&#101; &#114;&#101;&#113;&#117;&#105;&#114;&#101;&#100; &#111;&#110;&#101;
-            (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating, that the version is newer than the required one
+            (boolean)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial