Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html

changeset 3164
a027fc190f82
parent 3078
b9422535d0fe
child 3169
7b1b754a60a6
--- a/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html	Wed Jan 01 14:38:45 2014 +0100
+++ b/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html	Thu Jan 02 19:40:08 2014 +0100
@@ -223,6 +223,9 @@
 <td><a href="#QsciScintillaCompat.hasIndicator">hasIndicator</a></td>
 <td>Public method to test for the existence of an indicator.</td>
 </tr><tr>
+<td><a href="#QsciScintillaCompat.hasSelectedText">hasSelectedText</a></td>
+<td>Public method to indicate the presence of selected text.</td>
+</tr><tr>
 <td><a href="#QsciScintillaCompat.hasSelection">hasSelection</a></td>
 <td>Public method to check for a selection.</td>
 </tr><tr>
@@ -941,6 +944,18 @@
 <dd>
 flag indicating the existence of the indicator (boolean)
 </dd>
+</dl><a NAME="QsciScintillaCompat.hasSelectedText" ID="QsciScintillaCompat.hasSelectedText"></a>
+<h4>QsciScintillaCompat.hasSelectedText</h4>
+<b>hasSelectedText</b>(<i></i>)
+<p>
+        Public method to indicate the presence of selected text.
+</p><p>
+        This is an overriding method to cope with a bug in QsciScintilla.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating the presence of selected text (boolean)
+</dd>
 </dl><a NAME="QsciScintillaCompat.hasSelection" ID="QsciScintillaCompat.hasSelection"></a>
 <h4>QsciScintillaCompat.hasSelection</h4>
 <b>hasSelection</b>(<i></i>)

eric ide

mercurial