Documentation/Source/eric5.QScintilla.Editor.html

changeset 1196
77da430b4080
parent 1169
36a3bb21e6e6
child 1228
7afaf2fca55b
--- a/Documentation/Source/eric5.QScintilla.Editor.html	Sun Jul 24 15:25:42 2011 +0200
+++ b/Documentation/Source/eric5.QScintilla.Editor.html	Sun Jul 24 19:22:40 2011 +0200
@@ -760,6 +760,9 @@
 <td><a href="#Editor.isLastEditPositionAvailable">isLastEditPositionAvailable</a></td>
 <td>Public method to check, if a last edit position is available.</td>
 </tr><tr>
+<td><a href="#Editor.isPreviewable">isPreviewable</a></td>
+<td>Public method to check, if the contents of the file is previewable in a web browser.</td>
+</tr><tr>
 <td><a href="#Editor.isPy2File">isPy2File</a></td>
 <td>Public method to return a flag indicating a Python file.</td>
 </tr><tr>
@@ -2781,6 +2784,17 @@
 <dd>
 flag indicating availability (boolean)
 </dd>
+</dl><a NAME="Editor.isPreviewable" ID="Editor.isPreviewable"></a>
+<h4>Editor.isPreviewable</h4>
+<b>isPreviewable</b>(<i></i>)
+<p>
+        Public method to check, if the contents of the file is previewable in
+        a web browser.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating a previewable file (boolean)
+</dd>
 </dl><a NAME="Editor.isPy2File" ID="Editor.isPy2File"></a>
 <h4>Editor.isPy2File</h4>
 <b>isPy2File</b>(<i></i>)

eric ide

mercurial