63 emitted to queue some text for processing |
63 emitted to queue some text for processing |
64 </dd><dt>searchStringFound(bool)</dt> |
64 </dd><dt>searchStringFound(bool)</dt> |
65 <dd> |
65 <dd> |
66 emitted to indicate the search |
66 emitted to indicate the search |
67 result |
67 result |
|
68 </dd><dt>virtualEnvironmentChanged(str)</dt> |
|
69 <dd> |
|
70 emitted to signal the new virtual |
|
71 environment of the shell |
68 </dd> |
72 </dd> |
69 </dl> |
73 </dl> |
70 <h3>Derived from</h3> |
74 <h3>Derived from</h3> |
71 QsciScintillaCompat |
75 QsciScintillaCompat |
72 <h3>Class Attributes</h3> |
76 <h3>Class Attributes</h3> |
246 <td>Private slot to start the shell for the opened project.</td> |
250 <td>Private slot to start the shell for the opened project.</td> |
247 </tr><tr> |
251 </tr><tr> |
248 <td><a href="#Shell.__raw_input">__raw_input</a></td> |
252 <td><a href="#Shell.__raw_input">__raw_input</a></td> |
249 <td>Private method to handle raw input.</td> |
253 <td>Private method to handle raw input.</td> |
250 </tr><tr> |
254 </tr><tr> |
251 <td><a href="#Shell.__reset">__reset</a></td> |
|
252 <td>Private slot to handle the 'reset' context menu entry.</td> |
|
253 </tr><tr> |
|
254 <td><a href="#Shell.__resetAndClear">__resetAndClear</a></td> |
|
255 <td>Private slot to handle the 'reset and clear' context menu entry.</td> |
|
256 </tr><tr> |
|
257 <td><a href="#Shell.__resetIncrementalHistorySearch">__resetIncrementalHistorySearch</a></td> |
255 <td><a href="#Shell.__resetIncrementalHistorySearch">__resetIncrementalHistorySearch</a></td> |
258 <td>Private method to reset the incremental history search.</td> |
256 <td>Private method to reset the incremental history search.</td> |
259 </tr><tr> |
257 </tr><tr> |
260 <td><a href="#Shell.__resizeLinenoMargin">__resizeLinenoMargin</a></td> |
258 <td><a href="#Shell.__resizeLinenoMargin">__resizeLinenoMargin</a></td> |
261 <td>Private slot to resize the line numbers margin.</td> |
259 <td>Private slot to resize the line numbers margin.</td> |
294 <td>Private method to display the possible completions.</td> |
292 <td>Private method to display the possible completions.</td> |
295 </tr><tr> |
293 </tr><tr> |
296 <td><a href="#Shell.__showStartMenu">__showStartMenu</a></td> |
294 <td><a href="#Shell.__showStartMenu">__showStartMenu</a></td> |
297 <td>Private slot to prepare the start submenu.</td> |
295 <td>Private slot to prepare the start submenu.</td> |
298 </tr><tr> |
296 </tr><tr> |
|
297 <td><a href="#Shell.__showVenvName">__showVenvName</a></td> |
|
298 <td>Private method to show the name of the active virtual environment.</td> |
|
299 </tr><tr> |
299 <td><a href="#Shell.__startDebugClient">__startDebugClient</a></td> |
300 <td><a href="#Shell.__startDebugClient">__startDebugClient</a></td> |
300 <td>Private slot to start a debug client according to the action triggered.</td> |
301 <td>Private slot to start a debug client according to the action triggered.</td> |
301 </tr><tr> |
302 </tr><tr> |
302 <td><a href="#Shell.__useHistory">__useHistory</a></td> |
303 <td><a href="#Shell.__useHistory">__useHistory</a></td> |
303 <td>Private method to display a command from the history.</td> |
304 <td>Private method to display a command from the history.</td> |
332 <td><a href="#Shell.closeShell">closeShell</a></td> |
333 <td><a href="#Shell.closeShell">closeShell</a></td> |
333 <td>Public method to shutdown the shell.</td> |
334 <td>Public method to shutdown the shell.</td> |
334 </tr><tr> |
335 </tr><tr> |
335 <td><a href="#Shell.contextMenuEvent">contextMenuEvent</a></td> |
336 <td><a href="#Shell.contextMenuEvent">contextMenuEvent</a></td> |
336 <td>Protected method to show our own context menu.</td> |
337 <td>Protected method to show our own context menu.</td> |
|
338 </tr><tr> |
|
339 <td><a href="#Shell.doClearRestart">doClearRestart</a></td> |
|
340 <td>Public slot to handle the 'restart and clear' context menu entry.</td> |
|
341 </tr><tr> |
|
342 <td><a href="#Shell.doRestart">doRestart</a></td> |
|
343 <td>Public slot to handle the 'restart' context menu entry.</td> |
337 </tr><tr> |
344 </tr><tr> |
338 <td><a href="#Shell.dragEnterEvent">dragEnterEvent</a></td> |
345 <td><a href="#Shell.dragEnterEvent">dragEnterEvent</a></td> |
339 <td>Protected method to handle the drag enter event.</td> |
346 <td>Protected method to handle the drag enter event.</td> |
340 </tr><tr> |
347 </tr><tr> |
341 <td><a href="#Shell.dragLeaveEvent">dragLeaveEvent</a></td> |
348 <td><a href="#Shell.dragLeaveEvent">dragLeaveEvent</a></td> |
953 prompt to be displayed (string) |
960 prompt to be displayed (string) |
954 </dd><dt><i>echo</i></dt> |
961 </dd><dt><i>echo</i></dt> |
955 <dd> |
962 <dd> |
956 Flag indicating echoing of the input (boolean) |
963 Flag indicating echoing of the input (boolean) |
957 </dd> |
964 </dd> |
958 </dl><a NAME="Shell.__reset" ID="Shell.__reset"></a> |
965 </dl><a NAME="Shell.__resetIncrementalHistorySearch" ID="Shell.__resetIncrementalHistorySearch"></a> |
959 <h4>Shell.__reset</h4> |
|
960 <b>__reset</b>(<i></i>) |
|
961 <p> |
|
962 Private slot to handle the 'reset' context menu entry. |
|
963 </p><a NAME="Shell.__resetAndClear" ID="Shell.__resetAndClear"></a> |
|
964 <h4>Shell.__resetAndClear</h4> |
|
965 <b>__resetAndClear</b>(<i></i>) |
|
966 <p> |
|
967 Private slot to handle the 'reset and clear' context menu entry. |
|
968 </p><a NAME="Shell.__resetIncrementalHistorySearch" ID="Shell.__resetIncrementalHistorySearch"></a> |
|
969 <h4>Shell.__resetIncrementalHistorySearch</h4> |
966 <h4>Shell.__resetIncrementalHistorySearch</h4> |
970 <b>__resetIncrementalHistorySearch</b>(<i></i>) |
967 <b>__resetIncrementalHistorySearch</b>(<i></i>) |
971 <p> |
968 <p> |
972 Private method to reset the incremental history search. |
969 Private method to reset the incremental history search. |
973 </p><a NAME="Shell.__resizeLinenoMargin" ID="Shell.__resizeLinenoMargin"></a> |
970 </p><a NAME="Shell.__resizeLinenoMargin" ID="Shell.__resizeLinenoMargin"></a> |
1099 </dl><a NAME="Shell.__showStartMenu" ID="Shell.__showStartMenu"></a> |
1096 </dl><a NAME="Shell.__showStartMenu" ID="Shell.__showStartMenu"></a> |
1100 <h4>Shell.__showStartMenu</h4> |
1097 <h4>Shell.__showStartMenu</h4> |
1101 <b>__showStartMenu</b>(<i></i>) |
1098 <b>__showStartMenu</b>(<i></i>) |
1102 <p> |
1099 <p> |
1103 Private slot to prepare the start submenu. |
1100 Private slot to prepare the start submenu. |
|
1101 </p><a NAME="Shell.__showVenvName" ID="Shell.__showVenvName"></a> |
|
1102 <h4>Shell.__showVenvName</h4> |
|
1103 <b>__showVenvName</b>(<i></i>) |
|
1104 <p> |
|
1105 Private method to show the name of the active virtual environment. |
1104 </p><a NAME="Shell.__startDebugClient" ID="Shell.__startDebugClient"></a> |
1106 </p><a NAME="Shell.__startDebugClient" ID="Shell.__startDebugClient"></a> |
1105 <h4>Shell.__startDebugClient</h4> |
1107 <h4>Shell.__startDebugClient</h4> |
1106 <b>__startDebugClient</b>(<i>action</i>) |
1108 <b>__startDebugClient</b>(<i>action</i>) |
1107 <p> |
1109 <p> |
1108 Private slot to start a debug client according to the action |
1110 Private slot to start a debug client according to the action |
1209 </p><dl> |
1211 </p><dl> |
1210 <dt><i>ev</i></dt> |
1212 <dt><i>ev</i></dt> |
1211 <dd> |
1213 <dd> |
1212 context menu event (QContextMenuEvent) |
1214 context menu event (QContextMenuEvent) |
1213 </dd> |
1215 </dd> |
1214 </dl><a NAME="Shell.dragEnterEvent" ID="Shell.dragEnterEvent"></a> |
1216 </dl><a NAME="Shell.doClearRestart" ID="Shell.doClearRestart"></a> |
|
1217 <h4>Shell.doClearRestart</h4> |
|
1218 <b>doClearRestart</b>(<i></i>) |
|
1219 <p> |
|
1220 Public slot to handle the 'restart and clear' context menu entry. |
|
1221 </p><a NAME="Shell.doRestart" ID="Shell.doRestart"></a> |
|
1222 <h4>Shell.doRestart</h4> |
|
1223 <b>doRestart</b>(<i></i>) |
|
1224 <p> |
|
1225 Public slot to handle the 'restart' context menu entry. |
|
1226 </p><a NAME="Shell.dragEnterEvent" ID="Shell.dragEnterEvent"></a> |
1215 <h4>Shell.dragEnterEvent</h4> |
1227 <h4>Shell.dragEnterEvent</h4> |
1216 <b>dragEnterEvent</b>(<i>event</i>) |
1228 <b>dragEnterEvent</b>(<i>event</i>) |
1217 <p> |
1229 <p> |
1218 Protected method to handle the drag enter event. |
1230 Protected method to handle the drag enter event. |
1219 </p><dl> |
1231 </p><dl> |