Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html

changeset 2587
68cc83a68883
parent 2387
2d119e79ab54
child 2589
a51b0c113ed7
--- a/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html	Mon Apr 15 18:48:56 2013 +0200
+++ b/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html	Mon Apr 15 19:36:22 2013 +0200
@@ -262,6 +262,9 @@
 <td><a href="#QsciScintillaCompat.scrollVertical">scrollVertical</a></td>
 <td>Public method to scroll the text area.</td>
 </tr><tr>
+<td><a href="#QsciScintillaCompat.selectionIsRectangle">selectionIsRectangle</a></td>
+<td>Public method to check, if the current selection is rectangular.</td>
+</tr><tr>
 <td><a href="#QsciScintillaCompat.setContractedFolds">setContractedFolds</a></td>
 <td>Public method to set a list of line numbers of collapsed folds.</td>
 </tr><tr>
@@ -1043,6 +1046,16 @@
 number of lines to scroll (negative scrolls up,
             positive scrolls down) (integer)
 </dd>
+</dl><a NAME="QsciScintillaCompat.selectionIsRectangle" ID="QsciScintillaCompat.selectionIsRectangle"></a>
+<h4>QsciScintillaCompat.selectionIsRectangle</h4>
+<b>selectionIsRectangle</b>(<i></i>)
+<p>
+        Public method to check, if the current selection is rectangular.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating a rectangular selection.
+</dd>
 </dl><a NAME="QsciScintillaCompat.setContractedFolds" ID="QsciScintillaCompat.setContractedFolds"></a>
 <h4>QsciScintillaCompat.setContractedFolds</h4>
 <b>setContractedFolds</b>(<i>folds</i>)

eric ide

mercurial