Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html

changeset 4253
508b025f5d8e
parent 4020
ea66934c7d74
child 4434
8ba11cf46483
diff -r d3bd7c3dcb80 -r 508b025f5d8e Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html
--- a/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html	Sat May 09 14:10:59 2015 +0200
+++ b/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html	Sat May 09 17:07:56 2015 +0200
@@ -208,6 +208,12 @@
 <td><a href="#QsciScintillaCompat.getFoundTarget">getFoundTarget</a></td>
 <td>Public method to get the recently found target.</td>
 </tr><tr>
+<td><a href="#QsciScintillaCompat.getIndicatorEndPos">getIndicatorEndPos</a></td>
+<td>Public method to get the end position of an indicator at a position.</td>
+</tr><tr>
+<td><a href="#QsciScintillaCompat.getIndicatorStartPos">getIndicatorStartPos</a></td>
+<td>Public method to get the start position of an indicator at a position.</td>
+</tr><tr>
 <td><a href="#QsciScintillaCompat.getLineSeparator">getLineSeparator</a></td>
 <td>Public method to get the line separator for the current eol mode.</td>
 </tr><tr>
@@ -226,6 +232,12 @@
 <td><a href="#QsciScintillaCompat.getZoom">getZoom</a></td>
 <td>Public method used to retrieve the current zoom factor.</td>
 </tr><tr>
+<td><a href="#QsciScintillaCompat.gotoNextIndicator">gotoNextIndicator</a></td>
+<td>Public method to move the cursor to the next position of an indicator.</td>
+</tr><tr>
+<td><a href="#QsciScintillaCompat.gotoPreviousIndicator">gotoPreviousIndicator</a></td>
+<td>Public method to move the cursor to the previous position of an indicator.</td>
+</tr><tr>
 <td><a href="#QsciScintillaCompat.hasIndicator">hasIndicator</a></td>
 <td>Public method to test for the existence of an indicator.</td>
 </tr><tr>
@@ -901,6 +913,42 @@
 found target as a tuple of starting position and target length
             (integer, integer)
 </dd>
+</dl><a NAME="QsciScintillaCompat.getIndicatorEndPos" ID="QsciScintillaCompat.getIndicatorEndPos"></a>
+<h4>QsciScintillaCompat.getIndicatorEndPos</h4>
+<b>getIndicatorEndPos</b>(<i>indicator, pos</i>)
+<p>
+        Public method to get the end position of an indicator at a position.
+</p><dl>
+<dt><i>indicator</i></dt>
+<dd>
+ID of the indicator (integer)
+</dd><dt><i>pos</i></dt>
+<dd>
+position within the indicator (integer)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+end position of the indicator (integer)
+</dd>
+</dl><a NAME="QsciScintillaCompat.getIndicatorStartPos" ID="QsciScintillaCompat.getIndicatorStartPos"></a>
+<h4>QsciScintillaCompat.getIndicatorStartPos</h4>
+<b>getIndicatorStartPos</b>(<i>indicator, pos</i>)
+<p>
+        Public method to get the start position of an indicator at a position.
+</p><dl>
+<dt><i>indicator</i></dt>
+<dd>
+ID of the indicator (integer)
+</dd><dt><i>pos</i></dt>
+<dd>
+position within the indicator (integer)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+start position of the indicator (integer)
+</dd>
 </dl><a NAME="QsciScintillaCompat.getLineSeparator" ID="QsciScintillaCompat.getLineSeparator"></a>
 <h4>QsciScintillaCompat.getLineSeparator</h4>
 <b>getLineSeparator</b>(<i></i>)
@@ -971,6 +1019,53 @@
 <dd>
 zoom factor (integer)
 </dd>
+</dl><a NAME="QsciScintillaCompat.gotoNextIndicator" ID="QsciScintillaCompat.gotoNextIndicator"></a>
+<h4>QsciScintillaCompat.gotoNextIndicator</h4>
+<b>gotoNextIndicator</b>(<i>indicator, wrap</i>)
+<p>
+        Public method to move the cursor to the next position of an indicator.
+</p><p>
+        This method ensures, that the position found is visible (i.e. unfolded
+        and inside the visible range). The text containing the indicator is
+        selected.
+</p><dl>
+<dt><i>indicator</i></dt>
+<dd>
+ID of the indicator to search (integer)
+</dd><dt><i>wrap</i></dt>
+<dd>
+flag indicating to wrap around at the beginning of the
+            text (boolean)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating if the indicator was found (boolean)
+</dd>
+</dl><a NAME="QsciScintillaCompat.gotoPreviousIndicator" ID="QsciScintillaCompat.gotoPreviousIndicator"></a>
+<h4>QsciScintillaCompat.gotoPreviousIndicator</h4>
+<b>gotoPreviousIndicator</b>(<i>indicator, wrap</i>)
+<p>
+        Public method to move the cursor to the previous position of an
+        indicator.
+</p><p>
+        This method ensures, that the position found is visible (i.e. unfolded
+        and inside the visible range). The text containing the indicator is
+        selected.
+</p><dl>
+<dt><i>indicator</i></dt>
+<dd>
+ID of the indicator to search (integer)
+</dd><dt><i>wrap</i></dt>
+<dd>
+flag indicating to wrap around at the beginning of the
+            text (boolean)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating if the indicator was found (boolean)
+</dd>
 </dl><a NAME="QsciScintillaCompat.hasIndicator" ID="QsciScintillaCompat.hasIndicator"></a>
 <h4>QsciScintillaCompat.hasIndicator</h4>
 <b>hasIndicator</b>(<i>indicator, pos</i>)

eric ide

mercurial