Documentation/Source/eric6.QScintilla.Shell.html

changeset 6573
ccac2d1f6858
parent 6478
f76f5bd81a90
child 6576
ea60ea85067a
equal deleted inserted replaced
6572:dd7ed346b052 6573:ccac2d1f6858
1453 <dd> 1453 <dd>
1454 type of the debug client (string) 1454 type of the debug client (string)
1455 </dd> 1455 </dd>
1456 </dl><a NAME="Shell.searchNext" ID="Shell.searchNext"></a> 1456 </dl><a NAME="Shell.searchNext" ID="Shell.searchNext"></a>
1457 <h4>Shell.searchNext</h4> 1457 <h4>Shell.searchNext</h4>
1458 <b>searchNext</b>(<i>txt, caseSensitive, wholeWord</i>) 1458 <b>searchNext</b>(<i>txt, caseSensitive, wholeWord, regexp</i>)
1459 <p> 1459 <p>
1460 Public method to search the next occurrence of the given text. 1460 Public method to search the next occurrence of the given text.
1461 </p><dl> 1461 </p><dl>
1462 <dt><i>txt</i></dt> 1462 <dt><i>txt</i> (str)</dt>
1463 <dd> 1463 <dd>
1464 text to search for (string) 1464 text to search for
1465 </dd><dt><i>caseSensitive</i></dt> 1465 </dd><dt><i>caseSensitive</i> (bool)</dt>
1466 <dd> 1466 <dd>
1467 flag indicating to perform a case sensitive 1467 flag indicating to perform a case sensitive
1468 search (boolean) 1468 search
1469 </dd><dt><i>wholeWord</i></dt> 1469 </dd><dt><i>wholeWord</i> (bool)</dt>
1470 <dd> 1470 <dd>
1471 flag indicating to search for whole words 1471 flag indicating to search for whole words
1472 only (boolean) 1472 only
1473 </dd><dt><i>regexp</i> (bool)</dt>
1474 <dd>
1475 flag indicating a regular expression search
1473 </dd> 1476 </dd>
1474 </dl><a NAME="Shell.searchPrev" ID="Shell.searchPrev"></a> 1477 </dl><a NAME="Shell.searchPrev" ID="Shell.searchPrev"></a>
1475 <h4>Shell.searchPrev</h4> 1478 <h4>Shell.searchPrev</h4>
1476 <b>searchPrev</b>(<i>txt, caseSensitive, wholeWord</i>) 1479 <b>searchPrev</b>(<i>txt, caseSensitive, wholeWord, regexp</i>)
1477 <p> 1480 <p>
1478 Public method to search the previous occurrence of the given text. 1481 Public method to search the previous occurrence of the given text.
1479 </p><dl> 1482 </p><dl>
1480 <dt><i>txt</i></dt> 1483 <dt><i>txt</i> (str)</dt>
1481 <dd> 1484 <dd>
1482 text to search for (string) 1485 text to search for
1483 </dd><dt><i>caseSensitive</i></dt> 1486 </dd><dt><i>caseSensitive</i> (bool)</dt>
1484 <dd> 1487 <dd>
1485 flag indicating to perform a case sensitive 1488 flag indicating to perform a case sensitive
1486 search (boolean) 1489 search
1487 </dd><dt><i>wholeWord</i></dt> 1490 </dd><dt><i>wholeWord</i> (bool)</dt>
1488 <dd> 1491 <dd>
1489 flag indicating to search for whole words 1492 flag indicating to search for whole words
1490 only (boolean) 1493 only
1494 </dd><dt><i>regexp</i> (bool)</dt>
1495 <dd>
1496 flag indicating a regular expression search
1491 </dd> 1497 </dd>
1492 </dl><a NAME="Shell.selectHistory" ID="Shell.selectHistory"></a> 1498 </dl><a NAME="Shell.selectHistory" ID="Shell.selectHistory"></a>
1493 <h4>Shell.selectHistory</h4> 1499 <h4>Shell.selectHistory</h4>
1494 <b>selectHistory</b>(<i></i>) 1500 <b>selectHistory</b>(<i></i>)
1495 <p> 1501 <p>

eric ide

mercurial