Documentation/Source/eric5.QScintilla.SpellChecker.html

changeset 3592
eb4db8e3bcaa
parent 3591
2f2a4a76dd22
child 3621
15f23ed3f216
--- a/Documentation/Source/eric5.QScintilla.SpellChecker.html	Sun May 18 14:13:09 2014 +0200
+++ b/Documentation/Source/eric5.QScintilla.SpellChecker.html	Sun May 18 16:35:00 2014 +0200
@@ -137,6 +137,9 @@
 <td><a href="#SpellChecker.initCheck">initCheck</a></td>
 <td>Public method to initialize a spell check.</td>
 </tr><tr>
+<td><a href="#SpellChecker.next">next</a></td>
+<td>Public method to advance to the next error.</td>
+</tr><tr>
 <td><a href="#SpellChecker.remove">remove</a></td>
 <td>Public method to add a word to the personal exclude list.</td>
 </tr><tr>
@@ -478,6 +481,21 @@
 <dd>
 flag indicating successful initialization (boolean)
 </dd>
+</dl><a NAME="SpellChecker.next" ID="SpellChecker.next"></a>
+<h4>SpellChecker.next</h4>
+<b>next</b>(<i></i>)
+<p>
+            Public method to advance to the next error.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+self
+</dd>
+</dl><dl>
+<dt>Raises <b>StopIteration</b>:</dt>
+<dd>
+raised to indicate the end of the iteration
+</dd>
 </dl><a NAME="SpellChecker.remove" ID="SpellChecker.remove"></a>
 <h4>SpellChecker.remove</h4>
 <b>remove</b>(<i>word</i>)

eric ide

mercurial