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

changeset 7756
c23a94f7e2e5
parent 7273
391d6b7b1eff
child 7953
68c12f4cb876
equal deleted inserted replaced
7755:1f0a5024360c 7756:c23a94f7e2e5
228 <tr> 228 <tr>
229 <td><a href="#QsciScintillaCompat.extendSelectionWordRight">extendSelectionWordRight</a></td> 229 <td><a href="#QsciScintillaCompat.extendSelectionWordRight">extendSelectionWordRight</a></td>
230 <td>Public method to extend the selection one word to the right.</td> 230 <td>Public method to extend the selection one word to the right.</td>
231 </tr> 231 </tr>
232 <tr> 232 <tr>
233 <td><a href="#QsciScintillaCompat.findFirst">findFirst</a></td>
234 <td>Public method to search in the current editor text.</td>
235 </tr>
236 <tr>
237 <td><a href="#QsciScintillaCompat.findFirstTarget">findFirstTarget</a></td> 233 <td><a href="#QsciScintillaCompat.findFirstTarget">findFirstTarget</a></td>
238 <td>Public method to search in a specified range of text without setting the selection.</td> 234 <td>Public method to search in a specified range of text without setting the selection.</td>
239 </tr> 235 </tr>
240 <tr> 236 <tr>
241 <td><a href="#QsciScintillaCompat.findNextTarget">findNextTarget</a></td> 237 <td><a href="#QsciScintillaCompat.findNextTarget">findNextTarget</a></td>
358 <td>Public method to get the indentation guide view.</td> 354 <td>Public method to get the indentation guide view.</td>
359 </tr> 355 </tr>
360 <tr> 356 <tr>
361 <td><a href="#QsciScintillaCompat.indicatorDefine">indicatorDefine</a></td> 357 <td><a href="#QsciScintillaCompat.indicatorDefine">indicatorDefine</a></td>
362 <td>Public method to define the appearance of an indicator.</td> 358 <td>Public method to define the appearance of an indicator.</td>
363 </tr>
364 <tr>
365 <td><a href="#QsciScintillaCompat.insert">insert</a></td>
366 <td>Public method to insert text at the cursor position.</td>
367 </tr> 359 </tr>
368 <tr> 360 <tr>
369 <td><a href="#QsciScintillaCompat.isModified">isModified</a></td> 361 <td><a href="#QsciScintillaCompat.isModified">isModified</a></td>
370 <td>Public method to return the modification status.</td> 362 <td>Public method to return the modification status.</td>
371 </tr> 363 </tr>
1005 <b>extendSelectionWordRight</b>(<i></i>) 997 <b>extendSelectionWordRight</b>(<i></i>)
1006 998
1007 <p> 999 <p>
1008 Public method to extend the selection one word to the right. 1000 Public method to extend the selection one word to the right.
1009 </p> 1001 </p>
1010 <a NAME="QsciScintillaCompat.findFirst" ID="QsciScintillaCompat.findFirst"></a>
1011 <h4>QsciScintillaCompat.findFirst</h4>
1012 <b>findFirst</b>(<i>expression, regexp, caseSensitive, word, wrap, forward=True, line=-1, index=-1, show=True, posix=False, cxx11=False</i>)
1013
1014 <p>
1015 Public method to search in the current editor text.
1016 </p>
1017 <dl>
1018
1019 <dt><i>expression</i> (str)</dt>
1020 <dd>
1021 search expression
1022 </dd>
1023 <dt><i>regexp</i> (bool)</dt>
1024 <dd>
1025 flag indicating a regular expression
1026 </dd>
1027 <dt><i>caseSensitive</i> (bool)</dt>
1028 <dd>
1029 flag indicating a case sensitive search
1030 </dd>
1031 <dt><i>word</i> (bool)</dt>
1032 <dd>
1033 flag indicating a word only search
1034 </dd>
1035 <dt><i>wrap</i> (bool)</dt>
1036 <dd>
1037 flag indicating to warp around
1038 </dd>
1039 <dt><i>forward</i> (bool)</dt>
1040 <dd>
1041 flag indicating the search direction
1042 </dd>
1043 <dt><i>line</i> (int)</dt>
1044 <dd>
1045 line to start the search on
1046 </dd>
1047 <dt><i>index</i> (int)</dt>
1048 <dd>
1049 index to start the search on
1050 </dd>
1051 <dt><i>show</i> (bool)</dt>
1052 <dd>
1053 flag indicating to set the selection to the found
1054 expression
1055 </dd>
1056 <dt><i>posix</i> (bool)</dt>
1057 <dd>
1058 flag indicating the POSIX regular expression search mode
1059 </dd>
1060 <dt><i>cxx11</i> (bool)</dt>
1061 <dd>
1062 flag indicating the CXX11 regular expression search mode
1063 </dd>
1064 </dl>
1065 <dl>
1066 <dt>Returns:</dt>
1067 <dd>
1068 flag indicating a successful search
1069 </dd>
1070 </dl>
1071 <dl>
1072 <dt>Return Type:</dt>
1073 <dd>
1074 bool
1075 </dd>
1076 </dl>
1077 <a NAME="QsciScintillaCompat.findFirstTarget" ID="QsciScintillaCompat.findFirstTarget"></a> 1002 <a NAME="QsciScintillaCompat.findFirstTarget" ID="QsciScintillaCompat.findFirstTarget"></a>
1078 <h4>QsciScintillaCompat.findFirstTarget</h4> 1003 <h4>QsciScintillaCompat.findFirstTarget</h4>
1079 <b>findFirstTarget</b>(<i>expr_, re_, cs_, wo_, begline=-1, begindex=-1, endline=-1, endindex=-1, ws_=False, posix=False, cxx11=False</i>) 1004 <b>findFirstTarget</b>(<i>expr_, re_, cs_, wo_, begline=-1, begindex=-1, endline=-1, endindex=-1, ws_=False, posix=False, cxx11=False</i>)
1080 1005
1081 <p> 1006 <p>
1732 <dt>Raises <b>ValueError</b>:</dt> 1657 <dt>Raises <b>ValueError</b>:</dt>
1733 <dd> 1658 <dd>
1734 the indicator or style are not valid 1659 the indicator or style are not valid
1735 </dd> 1660 </dd>
1736 </dl> 1661 </dl>
1737 <a NAME="QsciScintillaCompat.insert" ID="QsciScintillaCompat.insert"></a>
1738 <h4>QsciScintillaCompat.insert</h4>
1739 <b>insert</b>(<i>txt</i>)
1740
1741 <p>
1742 Public method to insert text at the cursor position.
1743 </p>
1744 <dl>
1745
1746 <dt><i>txt</i> (str)</dt>
1747 <dd>
1748 text to be inserted
1749 </dd>
1750 </dl>
1751 <a NAME="QsciScintillaCompat.isModified" ID="QsciScintillaCompat.isModified"></a> 1662 <a NAME="QsciScintillaCompat.isModified" ID="QsciScintillaCompat.isModified"></a>
1752 <h4>QsciScintillaCompat.isModified</h4> 1663 <h4>QsciScintillaCompat.isModified</h4>
1753 <b>isModified</b>(<i></i>) 1664 <b>isModified</b>(<i></i>)
1754 1665
1755 <p> 1666 <p>

eric ide

mercurial