Documentation/Source/eric6.QScintilla.MiniEditor.html

changeset 6359
e78be0616e6e
parent 6194
05df94843dd5
equal deleted inserted replaced
6358:1a274e1ef9c0 6359:e78be0616e6e
277 <td>Public method to retrieve the language of the editor.</td> 277 <td>Public method to retrieve the language of the editor.</td>
278 </tr><tr> 278 </tr><tr>
279 <td><a href="#MiniEditor.getSRHistory">getSRHistory</a></td> 279 <td><a href="#MiniEditor.getSRHistory">getSRHistory</a></td>
280 <td>Public method to get the search or replace history list.</td> 280 <td>Public method to get the search or replace history list.</td>
281 </tr><tr> 281 </tr><tr>
282 <td><a href="#MiniEditor.gotoLine">gotoLine</a></td>
283 <td>Public slot to jump to the beginning of a line.</td>
284 </tr><tr>
282 <td><a href="#MiniEditor.setLanguage">setLanguage</a></td> 285 <td><a href="#MiniEditor.setLanguage">setLanguage</a></td>
283 <td>Public method to set a lexer language.</td> 286 <td>Public method to set a lexer language.</td>
284 </tr><tr> 287 </tr><tr>
285 <td><a href="#MiniEditor.setSearchIndicator">setSearchIndicator</a></td> 288 <td><a href="#MiniEditor.setSearchIndicator">setSearchIndicator</a></td>
286 <td>Public method to set a search indicator for the given range.</td> 289 <td>Public method to set a search indicator for the given range.</td>
935 </dd> 938 </dd>
936 </dl><dl> 939 </dl><dl>
937 <dt>Returns:</dt> 940 <dt>Returns:</dt>
938 <dd> 941 <dd>
939 the requested history list (list of strings) 942 the requested history list (list of strings)
943 </dd>
944 </dl><a NAME="MiniEditor.gotoLine" ID="MiniEditor.gotoLine"></a>
945 <h4>MiniEditor.gotoLine</h4>
946 <b>gotoLine</b>(<i>line, pos=1</i>)
947 <p>
948 Public slot to jump to the beginning of a line.
949 </p><dl>
950 <dt><i>line</i> (int)</dt>
951 <dd>
952 line number to go to
953 </dd><dt><i>pos=</i> (int)</dt>
954 <dd>
955 position in line to go to
940 </dd> 956 </dd>
941 </dl><a NAME="MiniEditor.setLanguage" ID="MiniEditor.setLanguage"></a> 957 </dl><a NAME="MiniEditor.setLanguage" ID="MiniEditor.setLanguage"></a>
942 <h4>MiniEditor.setLanguage</h4> 958 <h4>MiniEditor.setLanguage</h4>
943 <b>setLanguage</b>(<i>filename, initTextDisplay=True, pyname=""</i>) 959 <b>setLanguage</b>(<i>filename, initTextDisplay=True, pyname=""</i>)
944 <p> 960 <p>

eric ide

mercurial