Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html

changeset 6059
8f7c66c53c27
parent 6038
b9d2063e610e
child 6287
9a193ff6d24a
--- a/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html	Sat Jan 06 18:59:24 2018 +0100
+++ b/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html	Sun Jan 07 17:18:07 2018 +0100
@@ -91,6 +91,9 @@
 <td><a href="#QsciScintillaCompat.byteAt">byteAt</a></td>
 <td>Public method to get the raw character (bytes) at a position in the text.</td>
 </tr><tr>
+<td><a href="#QsciScintillaCompat.canPaste">canPaste</a></td>
+<td>Public method to test, if the paste action is available (i.e.</td>
+</tr><tr>
 <td><a href="#QsciScintillaCompat.charAt">charAt</a></td>
 <td>Public method to get the character at a position in the text observing multibyte characters.</td>
 </tr><tr>
@@ -492,6 +495,22 @@
 raw character at the requested position or empty bytes, if the
             position is negative or past the end of the document (bytes)
 </dd>
+</dl><a NAME="QsciScintillaCompat.canPaste" ID="QsciScintillaCompat.canPaste"></a>
+<h4>QsciScintillaCompat.canPaste</h4>
+<b>canPaste</b>(<i></i>)
+<p>
+        Public method to test, if the paste action is available (i.e. if the
+        clipboard contains some text).
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating the availability of 'paste'
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
 </dl><a NAME="QsciScintillaCompat.charAt" ID="QsciScintillaCompat.charAt"></a>
 <h4>QsciScintillaCompat.charAt</h4>
 <b>charAt</b>(<i>pos</i>)

eric ide

mercurial