136 <tr> |
136 <tr> |
137 <td><a href="#UserInterface.__activateHelpViewerWidget">__activateHelpViewerWidget</a></td> |
137 <td><a href="#UserInterface.__activateHelpViewerWidget">__activateHelpViewerWidget</a></td> |
138 <td>Private method to activate the embedded Help Viewer window.</td> |
138 <td>Private method to activate the embedded Help Viewer window.</td> |
139 </tr> |
139 </tr> |
140 <tr> |
140 <tr> |
141 <td><a href="#UserInterface.__activateIRC">__activateIRC</a></td> |
|
142 <td>Private slot to handle the activation of the IRC window.</td> |
|
143 </tr> |
|
144 <tr> |
|
145 <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td> |
141 <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td> |
146 <td>Private slot to handle the activation of the Log Viewer.</td> |
142 <td>Private slot to handle the activation of the Log Viewer.</td> |
147 </tr> |
143 </tr> |
148 <tr> |
144 <tr> |
149 <td><a href="#UserInterface.__activateMicroPython">__activateMicroPython</a></td> |
145 <td><a href="#UserInterface.__activateMicroPython">__activateMicroPython</a></td> |
408 <tr> |
404 <tr> |
409 <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td> |
405 <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td> |
410 <td>Private slot to show a dialog to install a new plugin.</td> |
406 <td>Private slot to show a dialog to install a new plugin.</td> |
411 </tr> |
407 </tr> |
412 <tr> |
408 <tr> |
413 <td><a href="#UserInterface.__ircAutoConnected">__ircAutoConnected</a></td> |
|
414 <td>Private slot handling the automatic connection of the IRC client.</td> |
|
415 </tr> |
|
416 <tr> |
|
417 <td><a href="#UserInterface.__lastEditorClosed">__lastEditorClosed</a></td> |
409 <td><a href="#UserInterface.__lastEditorClosed">__lastEditorClosed</a></td> |
418 <td>Private slot to handle the lastEditorClosed signal.</td> |
410 <td>Private slot to handle the lastEditorClosed signal.</td> |
419 </tr> |
411 </tr> |
420 <tr> |
412 <tr> |
421 <td><a href="#UserInterface.__launchExternalWebBrowser">__launchExternalWebBrowser</a></td> |
413 <td><a href="#UserInterface.__launchExternalWebBrowser">__launchExternalWebBrowser</a></td> |
621 <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td> |
613 <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td> |
622 <td>Private slot used to show the previous tab or file.</td> |
614 <td>Private slot used to show the previous tab or file.</td> |
623 </tr> |
615 </tr> |
624 <tr> |
616 <tr> |
625 <td><a href="#UserInterface.__showPyQtDoc">__showPyQtDoc</a></td> |
617 <td><a href="#UserInterface.__showPyQtDoc">__showPyQtDoc</a></td> |
626 <td>Private slot to show the PyQt5/6 documentation.</td> |
618 <td>Private slot to show the PyQt documentation.</td> |
627 </tr> |
619 </tr> |
628 <tr> |
620 <tr> |
629 <td><a href="#UserInterface.__showPySideDoc">__showPySideDoc</a></td> |
621 <td><a href="#UserInterface.__showPySideDoc">__showPySideDoc</a></td> |
630 <td>Private slot to show the PySide documentation.</td> |
622 <td>Private slot to show the PySide documentation.</td> |
631 </tr> |
623 </tr> |
854 <td>Public slot to append text to the stderr log viewer tab.</td> |
846 <td>Public slot to append text to the stderr log viewer tab.</td> |
855 </tr> |
847 </tr> |
856 <tr> |
848 <tr> |
857 <td><a href="#UserInterface.appendToStdout">appendToStdout</a></td> |
849 <td><a href="#UserInterface.appendToStdout">appendToStdout</a></td> |
858 <td>Public slot to append text to the stdout log viewer tab.</td> |
850 <td>Public slot to append text to the stdout log viewer tab.</td> |
859 </tr> |
|
860 <tr> |
|
861 <td><a href="#UserInterface.autoConnectIrc">autoConnectIrc</a></td> |
|
862 <td>Public method to initiate the IRC auto connection.</td> |
|
863 </tr> |
851 </tr> |
864 <tr> |
852 <tr> |
865 <td><a href="#UserInterface.checkConfigurationStatus">checkConfigurationStatus</a></td> |
853 <td><a href="#UserInterface.checkConfigurationStatus">checkConfigurationStatus</a></td> |
866 <td>Public method to check, if eric has been configured.</td> |
854 <td>Public method to check, if eric has been configured.</td> |
867 </tr> |
855 </tr> |
1227 <dt><i>urlStr</i> (str)</dt> |
1215 <dt><i>urlStr</i> (str)</dt> |
1228 <dd> |
1216 <dd> |
1229 URL to be shown |
1217 URL to be shown |
1230 </dd> |
1218 </dd> |
1231 </dl> |
1219 </dl> |
1232 <a NAME="UserInterface.__activateIRC" ID="UserInterface.__activateIRC"></a> |
|
1233 <h4>UserInterface.__activateIRC</h4> |
|
1234 <b>__activateIRC</b>(<i></i>) |
|
1235 <p> |
|
1236 Private slot to handle the activation of the IRC window. |
|
1237 </p> |
|
1238 |
|
1239 <a NAME="UserInterface.__activateLogViewer" ID="UserInterface.__activateLogViewer"></a> |
1220 <a NAME="UserInterface.__activateLogViewer" ID="UserInterface.__activateLogViewer"></a> |
1240 <h4>UserInterface.__activateLogViewer</h4> |
1221 <h4>UserInterface.__activateLogViewer</h4> |
1241 <b>__activateLogViewer</b>(<i></i>) |
1222 <b>__activateLogViewer</b>(<i></i>) |
1242 <p> |
1223 <p> |
1243 Private slot to handle the activation of the Log Viewer. |
1224 Private slot to handle the activation of the Log Viewer. |
1930 <dd> |
1911 <dd> |
1931 list of plugin files suggested for |
1912 list of plugin files suggested for |
1932 installation |
1913 installation |
1933 </dd> |
1914 </dd> |
1934 </dl> |
1915 </dl> |
1935 <a NAME="UserInterface.__ircAutoConnected" ID="UserInterface.__ircAutoConnected"></a> |
|
1936 <h4>UserInterface.__ircAutoConnected</h4> |
|
1937 <b>__ircAutoConnected</b>(<i></i>) |
|
1938 <p> |
|
1939 Private slot handling the automatic connection of the IRC client. |
|
1940 </p> |
|
1941 |
|
1942 <a NAME="UserInterface.__lastEditorClosed" ID="UserInterface.__lastEditorClosed"></a> |
1916 <a NAME="UserInterface.__lastEditorClosed" ID="UserInterface.__lastEditorClosed"></a> |
1943 <h4>UserInterface.__lastEditorClosed</h4> |
1917 <h4>UserInterface.__lastEditorClosed</h4> |
1944 <b>__lastEditorClosed</b>(<i></i>) |
1918 <b>__lastEditorClosed</b>(<i></i>) |
1945 <p> |
1919 <p> |
1946 Private slot to handle the lastEditorClosed signal. |
1920 Private slot to handle the lastEditorClosed signal. |
2504 Private slot used to show the previous tab or file. |
2478 Private slot used to show the previous tab or file. |
2505 </p> |
2479 </p> |
2506 |
2480 |
2507 <a NAME="UserInterface.__showPyQtDoc" ID="UserInterface.__showPyQtDoc"></a> |
2481 <a NAME="UserInterface.__showPyQtDoc" ID="UserInterface.__showPyQtDoc"></a> |
2508 <h4>UserInterface.__showPyQtDoc</h4> |
2482 <h4>UserInterface.__showPyQtDoc</h4> |
2509 <b>__showPyQtDoc</b>(<i>variant=5</i>) |
2483 <b>__showPyQtDoc</b>(<i>variant=6</i>) |
2510 <p> |
2484 <p> |
2511 Private slot to show the PyQt5/6 documentation. |
2485 Private slot to show the PyQt documentation. |
2512 </p> |
2486 </p> |
2513 |
2487 |
2514 <dl> |
2488 <dl> |
2515 |
2489 |
2516 <dt><i>variant</i> (int or str)</dt> |
2490 <dt><i>variant</i> (int or str)</dt> |
2517 <dd> |
2491 <dd> |
2518 PyQt variant to show documentation for (5 or 6) |
2492 PyQt variant to show documentation for |
2519 </dd> |
2493 </dd> |
2520 </dl> |
2494 </dl> |
2521 <a NAME="UserInterface.__showPySideDoc" ID="UserInterface.__showPySideDoc"></a> |
2495 <a NAME="UserInterface.__showPySideDoc" ID="UserInterface.__showPySideDoc"></a> |
2522 <h4>UserInterface.__showPySideDoc</h4> |
2496 <h4>UserInterface.__showPySideDoc</h4> |
2523 <b>__showPySideDoc</b>(<i>variant=6</i>) |
2497 <b>__showPySideDoc</b>(<i>variant=6</i>) |
3145 <dt><i>s</i> (str)</dt> |
3119 <dt><i>s</i> (str)</dt> |
3146 <dd> |
3120 <dd> |
3147 output to be appended |
3121 output to be appended |
3148 </dd> |
3122 </dd> |
3149 </dl> |
3123 </dl> |
3150 <a NAME="UserInterface.autoConnectIrc" ID="UserInterface.autoConnectIrc"></a> |
|
3151 <h4>UserInterface.autoConnectIrc</h4> |
|
3152 <b>autoConnectIrc</b>(<i></i>) |
|
3153 <p> |
|
3154 Public method to initiate the IRC auto connection. |
|
3155 </p> |
|
3156 |
|
3157 <a NAME="UserInterface.checkConfigurationStatus" ID="UserInterface.checkConfigurationStatus"></a> |
3124 <a NAME="UserInterface.checkConfigurationStatus" ID="UserInterface.checkConfigurationStatus"></a> |
3158 <h4>UserInterface.checkConfigurationStatus</h4> |
3125 <h4>UserInterface.checkConfigurationStatus</h4> |
3159 <b>checkConfigurationStatus</b>(<i></i>) |
3126 <b>checkConfigurationStatus</b>(<i></i>) |
3160 <p> |
3127 <p> |
3161 Public method to check, if eric has been configured. If it is not, |
3128 Public method to check, if eric has been configured. If it is not, |
3446 <a NAME="UserInterface.getOriginalPathString" ID="UserInterface.getOriginalPathString"></a> |
3413 <a NAME="UserInterface.getOriginalPathString" ID="UserInterface.getOriginalPathString"></a> |
3447 <h4>UserInterface.getOriginalPathString</h4> |
3414 <h4>UserInterface.getOriginalPathString</h4> |
3448 <b>getOriginalPathString</b>(<i></i>) |
3415 <b>getOriginalPathString</b>(<i></i>) |
3449 <p> |
3416 <p> |
3450 Public method to get the original PATH environment variable |
3417 Public method to get the original PATH environment variable |
3451 (i.e. before modifications by eric and PyQt5). |
3418 (i.e. before modifications by eric). |
3452 </p> |
3419 </p> |
3453 |
3420 |
3454 <dl> |
3421 <dl> |
3455 <dt>Return:</dt> |
3422 <dt>Return:</dt> |
3456 <dd> |
3423 <dd> |