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

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.QScintilla.SpellChecker.html	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Documentation/Source/eric6.QScintilla.SpellChecker.html	Mon Feb 01 10:38:16 2021 +0100
@@ -220,17 +220,17 @@
 the language to be used as the default (string).
             The string should be in language locale format (e.g. en_US, de).
 </dd>
-<dt><i>pwl=</i></dt>
+<dt><i>pwl</i></dt>
 <dd>
 name of the personal/project word list (string)
 </dd>
-<dt><i>pel=</i></dt>
+<dt><i>pel</i></dt>
 <dd>
 name of the personal/project exclude list (string)
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 reference to the dictionary (enchant.Dict)
 </dd>
@@ -243,7 +243,7 @@
         Class method to get all available languages.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of available languages (list of strings)
 </dd>
@@ -264,7 +264,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 file name of the default user dictionary or the default user
             exception dictionary (string)
@@ -286,7 +286,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 file name of the user dictionary or the user exception
             dictionary (string)
@@ -300,7 +300,7 @@
         Class method to check, if spellchecking is available.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating availability (boolean)
 </dd>
@@ -337,13 +337,13 @@
 <dd>
 spell checking indicator
 </dd>
-<dt><i>defaultLanguage=</i></dt>
+<dt><i>defaultLanguage</i></dt>
 <dd>
 the language to be used as the default
             (string). The string should be in language locale format
             (e.g. en_US, de).
 </dd>
-<dt><i>checkRegion=</i></dt>
+<dt><i>checkRegion</i></dt>
 <dd>
 reference to a function to check for a valid
             region
@@ -387,7 +387,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 tuple of three values (the extracted word (string),
             start position (integer), end position (integer))
@@ -408,7 +408,7 @@
         Special method to create an iterator.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 self
 </dd>
@@ -421,7 +421,7 @@
         Special method to advance to the next error.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 self
 </dd>
@@ -506,7 +506,7 @@
 <dd>
 position to check at (integer)
 </dd>
-<dt><i>atEnd=</i></dt>
+<dt><i>atEnd</i></dt>
 <dd>
 flag indicating the position is at the end of the word
             to check (boolean)
@@ -538,7 +538,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 tuple of the leading and trailing context (string, string)
 </dd>
@@ -551,7 +551,7 @@
         Public method to get information about the last error found.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 tuple of last faulty word (string), starting position of the
             faulty word (integer) and ending position of the faulty word
@@ -566,7 +566,7 @@
         Public method to get the current language.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 current language in language locale format (string)
 </dd>
@@ -586,7 +586,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of suggestions (list of strings)
 </dd>
@@ -625,7 +625,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating successful initialization (boolean)
 </dd>
@@ -688,11 +688,11 @@
 the language to be used as the default (string).
             The string should be in language locale format (e.g. en_US, de).
 </dd>
-<dt><i>pwl=</i></dt>
+<dt><i>pwl</i></dt>
 <dd>
 name of the personal/project word list (string)
 </dd>
-<dt><i>pel=</i></dt>
+<dt><i>pel</i></dt>
 <dd>
 name of the personal/project exclude list (string)
 </dd>

eric ide

mercurial