eric6/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html

changeset 7756
c23a94f7e2e5
parent 7273
391d6b7b1eff
child 7953
68c12f4cb876
--- a/eric6/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html	Sun Oct 04 18:03:33 2020 +0200
+++ b/eric6/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html	Sun Oct 04 18:53:35 2020 +0200
@@ -230,10 +230,6 @@
 <td>Public method to extend the selection one word to the right.</td>
 </tr>
 <tr>
-<td><a href="#QsciScintillaCompat.findFirst">findFirst</a></td>
-<td>Public method to search in the current editor text.</td>
-</tr>
-<tr>
 <td><a href="#QsciScintillaCompat.findFirstTarget">findFirstTarget</a></td>
 <td>Public method to search in a specified range of text without setting the selection.</td>
 </tr>
@@ -362,10 +358,6 @@
 <td>Public method to define the appearance of an indicator.</td>
 </tr>
 <tr>
-<td><a href="#QsciScintillaCompat.insert">insert</a></td>
-<td>Public method to insert text at the cursor position.</td>
-</tr>
-<tr>
 <td><a href="#QsciScintillaCompat.isModified">isModified</a></td>
 <td>Public method to return the modification status.</td>
 </tr>
@@ -1007,73 +999,6 @@
 <p>
         Public method to extend the selection one word to the right.
 </p>
-<a NAME="QsciScintillaCompat.findFirst" ID="QsciScintillaCompat.findFirst"></a>
-<h4>QsciScintillaCompat.findFirst</h4>
-<b>findFirst</b>(<i>expression, regexp, caseSensitive, word, wrap, forward=True, line=-1, index=-1, show=True, posix=False, cxx11=False</i>)
-
-<p>
-        Public method to search in the current editor text.
-</p>
-<dl>
-
-<dt><i>expression</i> (str)</dt>
-<dd>
-search expression
-</dd>
-<dt><i>regexp</i> (bool)</dt>
-<dd>
-flag indicating a regular expression
-</dd>
-<dt><i>caseSensitive</i> (bool)</dt>
-<dd>
-flag indicating a case sensitive search
-</dd>
-<dt><i>word</i> (bool)</dt>
-<dd>
-flag indicating a word only search
-</dd>
-<dt><i>wrap</i> (bool)</dt>
-<dd>
-flag indicating to warp around
-</dd>
-<dt><i>forward</i> (bool)</dt>
-<dd>
-flag indicating the search direction
-</dd>
-<dt><i>line</i> (int)</dt>
-<dd>
-line to start the search on
-</dd>
-<dt><i>index</i> (int)</dt>
-<dd>
-index to start the search on
-</dd>
-<dt><i>show</i> (bool)</dt>
-<dd>
-flag indicating to set the selection to the found
-            expression
-</dd>
-<dt><i>posix</i> (bool)</dt>
-<dd>
-flag indicating the POSIX regular expression search mode
-</dd>
-<dt><i>cxx11</i> (bool)</dt>
-<dd>
-flag indicating the CXX11 regular expression search mode
-</dd>
-</dl>
-<dl>
-<dt>Returns:</dt>
-<dd>
-flag indicating a successful search
-</dd>
-</dl>
-<dl>
-<dt>Return Type:</dt>
-<dd>
-bool
-</dd>
-</dl>
 <a NAME="QsciScintillaCompat.findFirstTarget" ID="QsciScintillaCompat.findFirstTarget"></a>
 <h4>QsciScintillaCompat.findFirstTarget</h4>
 <b>findFirstTarget</b>(<i>expr_, re_, cs_, wo_, begline=-1, begindex=-1, endline=-1, endindex=-1, ws_=False, posix=False, cxx11=False</i>)
@@ -1734,20 +1659,6 @@
 the indicator or style are not valid
 </dd>
 </dl>
-<a NAME="QsciScintillaCompat.insert" ID="QsciScintillaCompat.insert"></a>
-<h4>QsciScintillaCompat.insert</h4>
-<b>insert</b>(<i>txt</i>)
-
-<p>
-            Public method to insert text at the cursor position.
-</p>
-<dl>
-
-<dt><i>txt</i> (str)</dt>
-<dd>
-text to be inserted
-</dd>
-</dl>
 <a NAME="QsciScintillaCompat.isModified" ID="QsciScintillaCompat.isModified"></a>
 <h4>QsciScintillaCompat.isModified</h4>
 <b>isModified</b>(<i></i>)

eric ide

mercurial