--- a/Documentation/Source/eric5.QScintilla.Editor.html Sat Jan 01 14:55:41 2011 +0100 +++ b/Documentation/Source/eric5.QScintilla.Editor.html Sat Jan 01 18:04:43 2011 +0100 @@ -655,6 +655,9 @@ <td><a href="#Editor.getFileType">getFileType</a></td> <td>Public method to return the type of the file being displayed.</td> </tr><tr> +<td><a href="#Editor.getFileTypeByFlag">getFileTypeByFlag</a></td> +<td>Public method to return the type of the file, if it was set by an eflag: marker.</td> +</tr><tr> <td><a href="#Editor.getFlakesWarnings">getFlakesWarnings</a></td> <td>Public method to retrieve the flakes warning markers.</td> </tr><tr> @@ -2379,6 +2382,17 @@ <dd> type of the displayed file (string) </dd> +</dl><a NAME="Editor.getFileTypeByFlag" ID="Editor.getFileTypeByFlag"></a> +<h4>Editor.getFileTypeByFlag</h4> +<b>getFileTypeByFlag</b>(<i></i>) +<p> + Public method to return the type of the file, if it was set by an eflag: marker. +</p><dl> +<dt>Returns:</dt> +<dd> +type of the displayed file, if set by an eflag: marker or an empty + string (string) +</dd> </dl><a NAME="Editor.getFlakesWarnings" ID="Editor.getFlakesWarnings"></a> <h4>Editor.getFlakesWarnings</h4> <b>getFlakesWarnings</b>(<i></i>)