Documentation/Source/eric5.QScintilla.SpellChecker.html

changeset 3592
eb4db8e3bcaa
parent 3591
2f2a4a76dd22
child 3621
15f23ed3f216
equal deleted inserted replaced
3591:2f2a4a76dd22 3592:eb4db8e3bcaa
135 <td>Public method to tell the checker, to always ignore the given word or the current word.</td> 135 <td>Public method to tell the checker, to always ignore the given word or the current word.</td>
136 </tr><tr> 136 </tr><tr>
137 <td><a href="#SpellChecker.initCheck">initCheck</a></td> 137 <td><a href="#SpellChecker.initCheck">initCheck</a></td>
138 <td>Public method to initialize a spell check.</td> 138 <td>Public method to initialize a spell check.</td>
139 </tr><tr> 139 </tr><tr>
140 <td><a href="#SpellChecker.next">next</a></td>
141 <td>Public method to advance to the next error.</td>
142 </tr><tr>
140 <td><a href="#SpellChecker.remove">remove</a></td> 143 <td><a href="#SpellChecker.remove">remove</a></td>
141 <td>Public method to add a word to the personal exclude list.</td> 144 <td>Public method to add a word to the personal exclude list.</td>
142 </tr><tr> 145 </tr><tr>
143 <td><a href="#SpellChecker.replace">replace</a></td> 146 <td><a href="#SpellChecker.replace">replace</a></td>
144 <td>Public method to tell the checker to replace the current word with the replacement string.</td> 147 <td>Public method to tell the checker to replace the current word with the replacement string.</td>
475 </dd> 478 </dd>
476 </dl><dl> 479 </dl><dl>
477 <dt>Returns:</dt> 480 <dt>Returns:</dt>
478 <dd> 481 <dd>
479 flag indicating successful initialization (boolean) 482 flag indicating successful initialization (boolean)
483 </dd>
484 </dl><a NAME="SpellChecker.next" ID="SpellChecker.next"></a>
485 <h4>SpellChecker.next</h4>
486 <b>next</b>(<i></i>)
487 <p>
488 Public method to advance to the next error.
489 </p><dl>
490 <dt>Returns:</dt>
491 <dd>
492 self
493 </dd>
494 </dl><dl>
495 <dt>Raises <b>StopIteration</b>:</dt>
496 <dd>
497 raised to indicate the end of the iteration
480 </dd> 498 </dd>
481 </dl><a NAME="SpellChecker.remove" ID="SpellChecker.remove"></a> 499 </dl><a NAME="SpellChecker.remove" ID="SpellChecker.remove"></a>
482 <h4>SpellChecker.remove</h4> 500 <h4>SpellChecker.remove</h4>
483 <b>remove</b>(<i>word</i>) 501 <b>remove</b>(<i>word</i>)
484 <p> 502 <p>

eric ide

mercurial