Documentation/Source/eric5.QScintilla.Editor.html

changeset 795
917f1945355c
parent 788
5b1b59777460
child 812
240adf04a50e
equal deleted inserted replaced
794:e338e1e8f3ca 795:917f1945355c
653 <td>Public method to return the name of the file being displayed.</td> 653 <td>Public method to return the name of the file being displayed.</td>
654 </tr><tr> 654 </tr><tr>
655 <td><a href="#Editor.getFileType">getFileType</a></td> 655 <td><a href="#Editor.getFileType">getFileType</a></td>
656 <td>Public method to return the type of the file being displayed.</td> 656 <td>Public method to return the type of the file being displayed.</td>
657 </tr><tr> 657 </tr><tr>
658 <td><a href="#Editor.getFileTypeByFlag">getFileTypeByFlag</a></td>
659 <td>Public method to return the type of the file, if it was set by an eflag: marker.</td>
660 </tr><tr>
658 <td><a href="#Editor.getFlakesWarnings">getFlakesWarnings</a></td> 661 <td><a href="#Editor.getFlakesWarnings">getFlakesWarnings</a></td>
659 <td>Public method to retrieve the flakes warning markers.</td> 662 <td>Public method to retrieve the flakes warning markers.</td>
660 </tr><tr> 663 </tr><tr>
661 <td><a href="#Editor.getFolds">getFolds</a></td> 664 <td><a href="#Editor.getFolds">getFolds</a></td>
662 <td>Public method to get a list line numbers of collapsed folds.</td> 665 <td>Public method to get a list line numbers of collapsed folds.</td>
2377 </p><dl> 2380 </p><dl>
2378 <dt>Returns:</dt> 2381 <dt>Returns:</dt>
2379 <dd> 2382 <dd>
2380 type of the displayed file (string) 2383 type of the displayed file (string)
2381 </dd> 2384 </dd>
2385 </dl><a NAME="Editor.getFileTypeByFlag" ID="Editor.getFileTypeByFlag"></a>
2386 <h4>Editor.getFileTypeByFlag</h4>
2387 <b>getFileTypeByFlag</b>(<i></i>)
2388 <p>
2389 Public method to return the type of the file, if it was set by an eflag: marker.
2390 </p><dl>
2391 <dt>Returns:</dt>
2392 <dd>
2393 type of the displayed file, if set by an eflag: marker or an empty
2394 string (string)
2395 </dd>
2382 </dl><a NAME="Editor.getFlakesWarnings" ID="Editor.getFlakesWarnings"></a> 2396 </dl><a NAME="Editor.getFlakesWarnings" ID="Editor.getFlakesWarnings"></a>
2383 <h4>Editor.getFlakesWarnings</h4> 2397 <h4>Editor.getFlakesWarnings</h4>
2384 <b>getFlakesWarnings</b>(<i></i>) 2398 <b>getFlakesWarnings</b>(<i></i>)
2385 <p> 2399 <p>
2386 Public method to retrieve the flakes warning markers. 2400 Public method to retrieve the flakes warning markers.

eric ide

mercurial