Documentation/Source/eric5.QScintilla.Shell.html

changeset 2950
d568932e5185
parent 2640
dedcd4f987e0
child 2966
f85f686981ad
equal deleted inserted replaced
2949:e8f41288a688 2950:d568932e5185
51 Python interpreter. 51 Python interpreter.
52 </p><h3>Signals</h3> 52 </p><h3>Signals</h3>
53 <dl> 53 <dl>
54 <dt>searchStringFound(found)</dt> 54 <dt>searchStringFound(found)</dt>
55 <dd> 55 <dd>
56 emitted to indicate the search result (boolean) 56 emitted to indicate the search
57 result (boolean)
57 </dd> 58 </dd>
58 </dl> 59 </dl>
59 <h3>Derived from</h3> 60 <h3>Derived from</h3>
60 QsciScintillaCompat 61 QsciScintillaCompat
61 <h3>Class Attributes</h3> 62 <h3>Class Attributes</h3>
245 </tr><tr> 246 </tr><tr>
246 <td><a href="#Shell.__showHistory">__showHistory</a></td> 247 <td><a href="#Shell.__showHistory">__showHistory</a></td>
247 <td>Private slot to show the shell history dialog.</td> 248 <td>Private slot to show the shell history dialog.</td>
248 </tr><tr> 249 </tr><tr>
249 <td><a href="#Shell.__startDebugClient">__startDebugClient</a></td> 250 <td><a href="#Shell.__startDebugClient">__startDebugClient</a></td>
250 <td>Private slot to start a debug client accoding to the action triggered[()].</td> 251 <td>Private slot to start a debug client according to the action triggered[()].</td>
251 </tr><tr> 252 </tr><tr>
252 <td><a href="#Shell.__useHistory">__useHistory</a></td> 253 <td><a href="#Shell.__useHistory">__useHistory</a></td>
253 <td>Private method to display a command from the history.</td> 254 <td>Private method to display a command from the history.</td>
254 </tr><tr> 255 </tr><tr>
255 <td><a href="#Shell.__write">__write</a></td> 256 <td><a href="#Shell.__write">__write</a></td>
443 </dd> 444 </dd>
444 </dl><a NAME="Shell.__QScintillaLeftDeleteCommand" ID="Shell.__QScintillaLeftDeleteCommand"></a> 445 </dl><a NAME="Shell.__QScintillaLeftDeleteCommand" ID="Shell.__QScintillaLeftDeleteCommand"></a>
445 <h4>Shell.__QScintillaLeftDeleteCommand</h4> 446 <h4>Shell.__QScintillaLeftDeleteCommand</h4>
446 <b>__QScintillaLeftDeleteCommand</b>(<i>method</i>) 447 <b>__QScintillaLeftDeleteCommand</b>(<i>method</i>)
447 <p> 448 <p>
448 Private method to handle a QScintilla delete command working to the left. 449 Private method to handle a QScintilla delete command working to
450 the left.
449 </p><dl> 451 </p><dl>
450 <dt><i>method</i></dt> 452 <dt><i>method</i></dt>
451 <dd> 453 <dd>
452 shell method to execute 454 shell method to execute
453 </dd> 455 </dd>
677 </dd> 679 </dd>
678 </dl><a NAME="Shell.__insertTextNoEcho" ID="Shell.__insertTextNoEcho"></a> 680 </dl><a NAME="Shell.__insertTextNoEcho" ID="Shell.__insertTextNoEcho"></a>
679 <h4>Shell.__insertTextNoEcho</h4> 681 <h4>Shell.__insertTextNoEcho</h4>
680 <b>__insertTextNoEcho</b>(<i>s</i>) 682 <b>__insertTextNoEcho</b>(<i>s</i>)
681 <p> 683 <p>
682 Private method to insert some text at the end of the buffer without echoing it. 684 Private method to insert some text at the end of the buffer without
685 echoing it.
683 </p><dl> 686 </p><dl>
684 <dt><i>s</i></dt> 687 <dt><i>s</i></dt>
685 <dd> 688 <dd>
686 text to be inserted (string) 689 text to be inserted (string)
687 </dd> 690 </dd>
834 Private slot to show the shell history dialog. 837 Private slot to show the shell history dialog.
835 </p><a NAME="Shell.__startDebugClient" ID="Shell.__startDebugClient"></a> 838 </p><a NAME="Shell.__startDebugClient" ID="Shell.__startDebugClient"></a>
836 <h4>Shell.__startDebugClient</h4> 839 <h4>Shell.__startDebugClient</h4>
837 <b>__startDebugClient</b>(<i>action</i>) 840 <b>__startDebugClient</b>(<i>action</i>)
838 <p> 841 <p>
839 Private slot to start a debug client accoding to the action triggered[()]. 842 Private slot to start a debug client according to the action
843 triggered[()].
840 </p><dl> 844 </p><dl>
841 <dt><i>action</i></dt> 845 <dt><i>action</i></dt>
842 <dd> 846 <dd>
843 context menu action that was triggered (QAction) 847 context menu action that was triggered (QAction)
844 </dd> 848 </dd>
1122 Reimplemented slot to handle the paste action. 1126 Reimplemented slot to handle the paste action.
1123 </p><a NAME="Shell.reloadHistory" ID="Shell.reloadHistory"></a> 1127 </p><a NAME="Shell.reloadHistory" ID="Shell.reloadHistory"></a>
1124 <h4>Shell.reloadHistory</h4> 1128 <h4>Shell.reloadHistory</h4>
1125 <b>reloadHistory</b>(<i></i>) 1129 <b>reloadHistory</b>(<i></i>)
1126 <p> 1130 <p>
1127 Public method to reload the history of the currently selected client type. 1131 Public method to reload the history of the currently selected client
1132 type.
1128 </p><a NAME="Shell.saveHistory" ID="Shell.saveHistory"></a> 1133 </p><a NAME="Shell.saveHistory" ID="Shell.saveHistory"></a>
1129 <h4>Shell.saveHistory</h4> 1134 <h4>Shell.saveHistory</h4>
1130 <b>saveHistory</b>(<i>clientType</i>) 1135 <b>saveHistory</b>(<i>clientType</i>)
1131 <p> 1136 <p>
1132 Public method to save the history for the given client type. 1137 Public method to save the history for the given client type.

eric ide

mercurial