Documentation/Source/eric6.QScintilla.Shell.html

changeset 6029
0ce26b97e2c0
parent 5800
c3379bf35654
child 6037
9aec96a3a82a
equal deleted inserted replaced
6028:859f6894eed9 6029:0ce26b97e2c0
201 <td>Private method to get the banner for the remote interpreter.</td> 201 <td>Private method to get the banner for the remote interpreter.</td>
202 </tr><tr> 202 </tr><tr>
203 <td><a href="#Shell.__getEndPos">__getEndPos</a></td> 203 <td><a href="#Shell.__getEndPos">__getEndPos</a></td>
204 <td>Private method to return the line and column of the last character.</td> 204 <td>Private method to return the line and column of the last character.</td>
205 </tr><tr> 205 </tr><tr>
206 <td><a href="#Shell.__indentLength">__indentLength</a></td>
207 <td>Private method to determine the indentation length of the given line.</td>
208 </tr><tr>
206 <td><a href="#Shell.__initialise">__initialise</a></td> 209 <td><a href="#Shell.__initialise">__initialise</a></td>
207 <td>Private method to get ready for a new remote interpreter.</td> 210 <td>Private method to get ready for a new remote interpreter.</td>
208 </tr><tr> 211 </tr><tr>
209 <td><a href="#Shell.__insertHistory">__insertHistory</a></td> 212 <td><a href="#Shell.__insertHistory">__insertHistory</a></td>
210 <td>Private method to insert a command selected from the history.</td> 213 <td>Private method to insert a command selected from the history.</td>
790 Private method to return the line and column of the last character. 793 Private method to return the line and column of the last character.
791 </p><dl> 794 </p><dl>
792 <dt>Returns:</dt> 795 <dt>Returns:</dt>
793 <dd> 796 <dd>
794 tuple of two values (int, int) giving the line and column 797 tuple of two values (int, int) giving the line and column
798 </dd>
799 </dl><a NAME="Shell.__indentLength" ID="Shell.__indentLength"></a>
800 <h4>Shell.__indentLength</h4>
801 <b>__indentLength</b>(<i>line</i>)
802 <p>
803 Private method to determine the indentation length of the given line.
804 </p><dl>
805 <dt><i>line</i> (str)</dt>
806 <dd>
807 line to determine the indentation length for
808 </dd>
809 </dl><dl>
810 <dt>Returns:</dt>
811 <dd>
812 indentation length
813 </dd>
814 </dl><dl>
815 <dt>Return Type:</dt>
816 <dd>
817 int
795 </dd> 818 </dd>
796 </dl><a NAME="Shell.__initialise" ID="Shell.__initialise"></a> 819 </dl><a NAME="Shell.__initialise" ID="Shell.__initialise"></a>
797 <h4>Shell.__initialise</h4> 820 <h4>Shell.__initialise</h4>
798 <b>__initialise</b>(<i></i>) 821 <b>__initialise</b>(<i></i>)
799 <p> 822 <p>

eric ide

mercurial