--- a/Documentation/Source/eric5.QScintilla.SpellChecker.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.QScintilla.SpellChecker.html Fri Mar 11 16:51:57 2011 +0100 @@ -149,7 +149,7 @@ </table> <a NAME="SpellChecker.__init__" ID="SpellChecker.__init__"></a> <h4>SpellChecker (Constructor)</h4> -<b>SpellChecker</b>(<i>editor, indicator, defaultLanguage = None, checkRegion = None</i>) +<b>SpellChecker</b>(<i>editor, indicator, defaultLanguage=None, checkRegion=None</i>) <p> Constructor </p><dl> @@ -221,7 +221,7 @@ </dd> </dl><a NAME="SpellChecker._getDict" ID="SpellChecker._getDict"></a> <h4>SpellChecker._getDict</h4> -<b>_getDict</b>(<i>lang, pwl = "", pel = ""</i>) +<b>_getDict</b>(<i>lang, pwl="", pel=""</i>) <p> Protected classmethod to get a new dictionary. </p><dl> @@ -243,7 +243,7 @@ </dd> </dl><a NAME="SpellChecker.add" ID="SpellChecker.add"></a> <h4>SpellChecker.add</h4> -<b>add</b>(<i>word = None</i>) +<b>add</b>(<i>word=None</i>) <p> Public method to add a word to the personal word list. </p><dl> @@ -286,7 +286,7 @@ Private method to check the current selection. </p><a NAME="SpellChecker.checkWord" ID="SpellChecker.checkWord"></a> <h4>SpellChecker.checkWord</h4> -<b>checkWord</b>(<i>pos, atEnd = False</i>) +<b>checkWord</b>(<i>pos, atEnd=False</i>) <p> Public method to check the word at position pos. </p><dl> @@ -369,7 +369,7 @@ </dd> </dl><a NAME="SpellChecker.ignoreAlways" ID="SpellChecker.ignoreAlways"></a> <h4>SpellChecker.ignoreAlways</h4> -<b>ignoreAlways</b>(<i>word = None</i>) +<b>ignoreAlways</b>(<i>word=None</i>) <p> Public method to tell the checker, to always ignore the given word or the current word. @@ -420,7 +420,7 @@ <h4>SpellChecker.replace</h4> <b>replace</b>(<i>replacement</i>) <p> - Public method to tell the checker to replace the current word with + Public method to tell the checker to replace the current word with the replacement string. </p><dl> <dt><i>replacement</i></dt> @@ -451,7 +451,7 @@ </dd> </dl><a NAME="SpellChecker.setLanguage" ID="SpellChecker.setLanguage"></a> <h4>SpellChecker.setLanguage</h4> -<b>setLanguage</b>(<i>language, pwl = "", pel = ""</i>) +<b>setLanguage</b>(<i>language, pwl="", pel=""</i>) <p> Public method to set the current language. </p><dl>