Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html

branch
5_3_x
changeset 2652
894f162dd635
parent 2374
f78ee0e8f96c
--- a/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html	Wed May 08 18:34:20 2013 +0200
+++ b/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html	Wed May 08 18:42:59 2013 +0200
@@ -256,6 +256,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>
@@ -1037,6 +1040,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