eric6/Documentation/Source/eric6.QScintilla.SpellChecker.html

branch
without_py2_and_pyqt4
changeset 7204
cbf6d88004ce
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
7203:2079ccbfa335 7204:cbf6d88004ce
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>
143 <td><a href="#SpellChecker.remove">remove</a></td> 140 <td><a href="#SpellChecker.remove">remove</a></td>
144 <td>Public method to add a word to the personal exclude list.</td> 141 <td>Public method to add a word to the personal exclude list.</td>
145 </tr><tr> 142 </tr><tr>
146 <td><a href="#SpellChecker.replace">replace</a></td> 143 <td><a href="#SpellChecker.replace">replace</a></td>
147 <td>Public method to tell the checker to replace the current word with the replacement string.</td> 144 <td>Public method to tell the checker to replace the current word with the replacement string.</td>
478 </dd> 475 </dd>
479 </dl><dl> 476 </dl><dl>
480 <dt>Returns:</dt> 477 <dt>Returns:</dt>
481 <dd> 478 <dd>
482 flag indicating successful initialization (boolean) 479 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> 480 </dd>
494 </dl><a NAME="SpellChecker.remove" ID="SpellChecker.remove"></a> 481 </dl><a NAME="SpellChecker.remove" ID="SpellChecker.remove"></a>
495 <h4>SpellChecker.remove</h4> 482 <h4>SpellChecker.remove</h4>
496 <b>remove</b>(<i>word</i>) 483 <b>remove</b>(<i>word</i>)
497 <p> 484 <p>

eric ide

mercurial