Documentation/Source/eric5.QScintilla.SpellChecker.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
equal deleted inserted replaced
57:81326a94fdca 58:37f0444c3479
20 </style> 20 </style>
21 </head> 21 </head>
22 <body><a NAME="top" ID="top"></a> 22 <body><a NAME="top" ID="top"></a>
23 <h1>eric5.QScintilla.SpellChecker</h1> 23 <h1>eric5.QScintilla.SpellChecker</h1>
24 <p> 24 <p>
25 &#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#115;&#112;&#101;&#108;&#108; &#99;&#104;&#101;&#99;&#107;&#101;&#114; &#102;&#111;&#114; &#116;&#104;&#101; &#101;&#100;&#105;&#116;&#111;&#114; &#99;&#111;&#109;&#112;&#111;&#110;&#101;&#110;&#116;. 25 Module implementing the spell checker for the editor component.
26 </p><p> 26 </p><p>
27 &#84;&#104;&#101; &#115;&#112;&#101;&#108;&#108; &#99;&#104;&#101;&#99;&#107;&#101;&#114; &#105;&#115; &#98;&#97;&#115;&#101;&#100; &#111;&#110; &#112;y&#101;&#110;&#99;&#104;&#97;&#110;&#116;. 27 The spell checker is based on pyenchant.
28 </p> 28 </p>
29 <h3>Global Attributes</h3> 29 <h3>Global Attributes</h3>
30 <table> 30 <table>
31 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
32 </table> 32 </table>
33 <h3>Classes</h3> 33 <h3>Classes</h3>
34 <table> 34 <table>
35 <tr> 35 <tr>
36 <td><a href="#SpellChecker">SpellChecker</a></td> 36 <td><a href="#SpellChecker">SpellChecker</a></td>
37 <td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#112;y&#101;&#110;&#99;&#104;&#97;&#110;&#116; &#98;&#97;&#115;&#101;&#100; &#115;&#112;&#101;&#108;&#108; &#99;&#104;&#101;&#99;&#107;&#101;&#114;.</td> 37 <td>Class implementing a pyenchant based spell checker.</td>
38 </tr> 38 </tr>
39 </table> 39 </table>
40 <h3>Functions</h3> 40 <h3>Functions</h3>
41 <table> 41 <table>
42 <tr><td>None</td></tr> 42 <tr><td>None</td></tr>
43 </table> 43 </table>
44 <hr /><hr /> 44 <hr /><hr />
45 <a NAME="SpellChecker" ID="SpellChecker"></a> 45 <a NAME="SpellChecker" ID="SpellChecker"></a>
46 <h2>SpellChecker</h2> 46 <h2>SpellChecker</h2>
47 <p> 47 <p>
48 &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#112;y&#101;&#110;&#99;&#104;&#97;&#110;&#116; &#98;&#97;&#115;&#101;&#100; &#115;&#112;&#101;&#108;&#108; &#99;&#104;&#101;&#99;&#107;&#101;&#114;. 48 Class implementing a pyenchant based spell checker.
49 </p> 49 </p>
50 <h3>Derived from</h3> 50 <h3>Derived from</h3>
51 QObject 51 QObject
52 <h3>Class Attributes</h3> 52 <h3>Class Attributes</h3>
53 <table> 53 <table>
55 </table> 55 </table>
56 <h3>Methods</h3> 56 <h3>Methods</h3>
57 <table> 57 <table>
58 <tr> 58 <tr>
59 <td><a href="#SpellChecker.__init__">SpellChecker</a></td> 59 <td><a href="#SpellChecker.__init__">SpellChecker</a></td>
60 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td> 60 <td>Constructor</td>
61 </tr><tr> 61 </tr><tr>
62 <td><a href="#SpellChecker.__checkDocumentPart">__checkDocumentPart</a></td> 62 <td><a href="#SpellChecker.__checkDocumentPart">__checkDocumentPart</a></td>
63 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#115;&#111;&#109;&#101; &#112;&#97;&#114;&#116; &#111;&#102; &#116;&#104;&#101; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;.</td> 63 <td>Private method to check some part of the document.</td>
64 </tr><tr> 64 </tr><tr>
65 <td><a href="#SpellChecker.__getNextWord">__getNextWord</a></td> 65 <td><a href="#SpellChecker.__getNextWord">__getNextWord</a></td>
66 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#110;&#101;x&#116; w&#111;&#114;&#100; &#105;&#110; &#116;&#104;&#101; &#116;&#101;x&#116; &#97;&#102;&#116;&#101;&#114; &#116;&#104;&#101; &#103;&#105;v&#101;&#110; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110;.</td> 66 <td>Private method to get the next word in the text after the given position.</td>
67 </tr><tr> 67 </tr><tr>
68 <td><a href="#SpellChecker.__incrementalCheck">__incrementalCheck</a></td> 68 <td><a href="#SpellChecker.__incrementalCheck">__incrementalCheck</a></td>
69 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#116;&#104;&#101; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116; &#105;&#110;&#99;&#114;&#101;&#109;&#101;&#110;&#116;&#97;&#108;&#108;y.</td> 69 <td>Private method to check the document incrementally.</td>
70 </tr><tr> 70 </tr><tr>
71 <td><a href="#SpellChecker.__iter__">__iter__</a></td> 71 <td><a href="#SpellChecker.__iter__">__iter__</a></td>
72 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#97;&#110; &#105;&#116;&#101;&#114;&#97;&#116;&#111;&#114;.</td> 72 <td>Private method to create an iterator.</td>
73 </tr><tr> 73 </tr><tr>
74 <td><a href="#SpellChecker.__next__">__next__</a></td> 74 <td><a href="#SpellChecker.__next__">__next__</a></td>
75 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#100;v&#97;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#110;&#101;x&#116; &#101;&#114;&#114;&#111;&#114;.</td> 75 <td>Public method to advance to the next error.</td>
76 </tr><tr> 76 </tr><tr>
77 <td><a href="#SpellChecker._getDict">_getDict</a></td> 77 <td><a href="#SpellChecker._getDict">_getDict</a></td>
78 <td>&#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#99;&#108;&#97;&#115;&#115;&#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#110;&#101;w &#100;&#105;&#99;&#116;&#105;&#111;&#110;&#97;&#114;y.</td> 78 <td>Protected classmethod to get a new dictionary.</td>
79 </tr><tr> 79 </tr><tr>
80 <td><a href="#SpellChecker.add">add</a></td> 80 <td><a href="#SpellChecker.add">add</a></td>
81 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#100;&#100; &#97; w&#111;&#114;&#100; &#116;&#111; &#116;&#104;&#101; &#112;&#101;&#114;&#115;&#111;&#110;&#97;&#108; w&#111;&#114;&#100; &#108;&#105;&#115;&#116;.</td> 81 <td>Public method to add a word to the personal word list.</td>
82 </tr><tr> 82 </tr><tr>
83 <td><a href="#SpellChecker.checkCurrentPage">checkCurrentPage</a></td> 83 <td><a href="#SpellChecker.checkCurrentPage">checkCurrentPage</a></td>
84 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116;&#108;y v&#105;&#115;&#105;&#98;&#108;&#101; &#112;&#97;&#103;&#101;.</td> 84 <td>Private method to check the currently visible page.</td>
85 </tr><tr> 85 </tr><tr>
86 <td><a href="#SpellChecker.checkDocument">checkDocument</a></td> 86 <td><a href="#SpellChecker.checkDocument">checkDocument</a></td>
87 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#116;&#104;&#101; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#101; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;</td> 87 <td>Public method to check the complete document</td>
88 </tr><tr> 88 </tr><tr>
89 <td><a href="#SpellChecker.checkDocumentIncrementally">checkDocumentIncrementally</a></td> 89 <td><a href="#SpellChecker.checkDocumentIncrementally">checkDocumentIncrementally</a></td>
90 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#116;&#104;&#101; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116; &#105;&#110;&#99;&#114;&#101;&#109;&#101;&#110;&#116;&#97;&#108;&#108;y.</td> 90 <td>Public method to check the document incrementally.</td>
91 </tr><tr> 91 </tr><tr>
92 <td><a href="#SpellChecker.checkLines">checkLines</a></td> 92 <td><a href="#SpellChecker.checkLines">checkLines</a></td>
93 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#115;&#111;&#109;&#101; &#108;&#105;&#110;&#101;&#115; &#111;&#102; &#116;&#101;x&#116;.</td> 93 <td>Public method to check some lines of text.</td>
94 </tr><tr> 94 </tr><tr>
95 <td><a href="#SpellChecker.checkSelection">checkSelection</a></td> 95 <td><a href="#SpellChecker.checkSelection">checkSelection</a></td>
96 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#115;&#101;&#108;&#101;&#99;&#116;&#105;&#111;&#110;.</td> 96 <td>Private method to check the current selection.</td>
97 </tr><tr> 97 </tr><tr>
98 <td><a href="#SpellChecker.checkWord">checkWord</a></td> 98 <td><a href="#SpellChecker.checkWord">checkWord</a></td>
99 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#116;&#104;&#101; w&#111;&#114;&#100; &#97;&#116; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#112;&#111;&#115;.</td> 99 <td>Public method to check the word at position pos.</td>
100 </tr><tr> 100 </tr><tr>
101 <td><a href="#SpellChecker.clearAll">clearAll</a></td> 101 <td><a href="#SpellChecker.clearAll">clearAll</a></td>
102 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#108;&#101;&#97;&#114; &#97;&#108;&#108; &#115;&#112;&#101;&#108;&#108;&#105;&#110;&#103; &#109;&#97;&#114;&#107;&#101;&#114;&#115;.</td> 102 <td>Public method to clear all spelling markers.</td>
103 </tr><tr> 103 </tr><tr>
104 <td><a href="#SpellChecker.getAvailableLanguages">getAvailableLanguages</a></td> 104 <td><a href="#SpellChecker.getAvailableLanguages">getAvailableLanguages</a></td>
105 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#99;&#108;&#97;&#115;&#115;&#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97;&#108;&#108; &#97;v&#97;&#105;&#108;&#97;&#98;&#108;&#101; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101;&#115;.</td> 105 <td>Public classmethod to get all available languages.</td>
106 </tr><tr> 106 </tr><tr>
107 <td><a href="#SpellChecker.getContext">getContext</a></td> 107 <td><a href="#SpellChecker.getContext">getContext</a></td>
108 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#99;&#111;&#110;&#116;&#101;x&#116; &#111;&#102; &#97; &#102;&#97;&#117;&#108;&#116;y w&#111;&#114;&#100;.</td> 108 <td>Public method to get the context of a faulty word.</td>
109 </tr><tr> 109 </tr><tr>
110 <td><a href="#SpellChecker.getError">getError</a></td> 110 <td><a href="#SpellChecker.getError">getError</a></td>
111 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#105;&#110;&#102;&#111;&#114;&#109;&#97;&#116;&#105;&#111;&#110; &#97;&#98;&#111;&#117;&#116; &#116;&#104;&#101; &#108;&#97;&#115;&#116; &#101;&#114;&#114;&#111;&#114; &#102;&#111;&#117;&#110;&#100;.</td> 111 <td>Public method to get information about the last error found.</td>
112 </tr><tr> 112 </tr><tr>
113 <td><a href="#SpellChecker.getLanguage">getLanguage</a></td> 113 <td><a href="#SpellChecker.getLanguage">getLanguage</a></td>
114 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101;.</td> 114 <td>Public method to get the current language.</td>
115 </tr><tr> 115 </tr><tr>
116 <td><a href="#SpellChecker.getSuggestions">getSuggestions</a></td> 116 <td><a href="#SpellChecker.getSuggestions">getSuggestions</a></td>
117 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#115;&#117;&#103;&#103;&#101;&#115;&#116;&#105;&#111;&#110;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#103;&#105;v&#101;&#110; w&#111;&#114;&#100;.</td> 117 <td>Public method to get suggestions for the given word.</td>
118 </tr><tr> 118 </tr><tr>
119 <td><a href="#SpellChecker.ignoreAlways">ignoreAlways</a></td> 119 <td><a href="#SpellChecker.ignoreAlways">ignoreAlways</a></td>
120 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#116;&#101;&#108;&#108; &#116;&#104;&#101; &#99;&#104;&#101;&#99;&#107;&#101;&#114;, &#116;&#111; &#97;&#108;w&#97;y&#115; &#105;&#103;&#110;&#111;&#114;&#101; &#116;&#104;&#101; &#103;&#105;v&#101;&#110; w&#111;&#114;&#100; &#111;&#114; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; w&#111;&#114;&#100;.</td> 120 <td>Public method to tell the checker, to always ignore the given word or the current word.</td>
121 </tr><tr> 121 </tr><tr>
122 <td><a href="#SpellChecker.initCheck">initCheck</a></td> 122 <td><a href="#SpellChecker.initCheck">initCheck</a></td>
123 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#97;&#108;&#105;z&#101; &#97; &#115;&#112;&#101;&#108;&#108; &#99;&#104;&#101;&#99;&#107;.</td> 123 <td>Public method to initialize a spell check.</td>
124 </tr><tr> 124 </tr><tr>
125 <td><a href="#SpellChecker.isAvailable">isAvailable</a></td> 125 <td><a href="#SpellChecker.isAvailable">isAvailable</a></td>
126 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#99;&#108;&#97;&#115;&#115;&#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#115;&#112;&#101;&#108;&#108;&#99;&#104;&#101;&#99;&#107;&#105;&#110;&#103; &#105;&#115; &#97;v&#97;&#105;&#108;&#97;&#98;&#108;&#101;.</td> 126 <td>Public classmethod to check, if spellchecking is available.</td>
127 </tr><tr> 127 </tr><tr>
128 <td><a href="#SpellChecker.remove">remove</a></td> 128 <td><a href="#SpellChecker.remove">remove</a></td>
129 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#100;&#100; &#97; w&#111;&#114;&#100; &#116;&#111; &#116;&#104;&#101; &#112;&#101;&#114;&#115;&#111;&#110;&#97;&#108; &#101;x&#99;&#108;&#117;&#100;&#101; &#108;&#105;&#115;&#116;.</td> 129 <td>Public method to add a word to the personal exclude list.</td>
130 </tr><tr> 130 </tr><tr>
131 <td><a href="#SpellChecker.replace">replace</a></td> 131 <td><a href="#SpellChecker.replace">replace</a></td>
132 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#116;&#101;&#108;&#108; &#116;&#104;&#101; &#99;&#104;&#101;&#99;&#107;&#101;&#114; &#116;&#111; &#114;&#101;&#112;&#108;&#97;&#99;&#101; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; w&#111;&#114;&#100; w&#105;&#116;&#104; &#116;&#104;&#101; &#114;&#101;&#112;&#108;&#97;&#99;&#101;&#109;&#101;&#110;&#116; &#115;&#116;&#114;&#105;&#110;&#103;.</td> 132 <td>Public method to tell the checker to replace the current word with the replacement string.</td>
133 </tr><tr> 133 </tr><tr>
134 <td><a href="#SpellChecker.replaceAlways">replaceAlways</a></td> 134 <td><a href="#SpellChecker.replaceAlways">replaceAlways</a></td>
135 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#116;&#101;&#108;&#108; &#116;&#104;&#101; &#99;&#104;&#101;&#99;&#107;&#101;&#114; &#116;&#111; &#97;&#108;w&#97;y&#115; &#114;&#101;&#112;&#108;&#97;&#99;&#101; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; w&#111;&#114;&#100; w&#105;&#116;&#104; &#116;&#104;&#101; &#114;&#101;&#112;&#108;&#97;&#99;&#101;&#109;&#101;&#110;&#116; &#115;&#116;&#114;&#105;&#110;&#103;.</td> 135 <td>Public method to tell the checker to always replace the current word with the replacement string.</td>
136 </tr><tr> 136 </tr><tr>
137 <td><a href="#SpellChecker.setDefaultLanguage">setDefaultLanguage</a></td> 137 <td><a href="#SpellChecker.setDefaultLanguage">setDefaultLanguage</a></td>
138 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#99;&#108;&#97;&#115;&#115;&#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#100;&#101;&#102;&#97;&#117;&#108;&#116; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101;.</td> 138 <td>Public classmethod to set the default language.</td>
139 </tr><tr> 139 </tr><tr>
140 <td><a href="#SpellChecker.setLanguage">setLanguage</a></td> 140 <td><a href="#SpellChecker.setLanguage">setLanguage</a></td>
141 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101;.</td> 141 <td>Public method to set the current language.</td>
142 </tr><tr> 142 </tr><tr>
143 <td><a href="#SpellChecker.setMinimumWordSize">setMinimumWordSize</a></td> 143 <td><a href="#SpellChecker.setMinimumWordSize">setMinimumWordSize</a></td>
144 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#109;&#105;&#110;&#105;&#109;&#117;&#109; w&#111;&#114;&#100; &#115;&#105;z&#101;.</td> 144 <td>Public method to set the minimum word size.</td>
145 </tr><tr> 145 </tr><tr>
146 <td><a href="#SpellChecker.stopIncrementalCheck">stopIncrementalCheck</a></td> 146 <td><a href="#SpellChecker.stopIncrementalCheck">stopIncrementalCheck</a></td>
147 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#116;&#111;&#112; &#97;&#110; &#105;&#110;&#99;&#114;&#101;&#109;&#101;&#110;&#116;&#97;&#108; &#99;&#104;&#101;&#99;&#107;.</td> 147 <td>Public method to stop an incremental check.</td>
148 </tr> 148 </tr>
149 </table> 149 </table>
150 <a NAME="SpellChecker.__init__" ID="SpellChecker.__init__"></a> 150 <a NAME="SpellChecker.__init__" ID="SpellChecker.__init__"></a>
151 <h4>SpellChecker (Constructor)</h4> 151 <h4>SpellChecker (Constructor)</h4>
152 <b>SpellChecker</b>(<i>editor, indicator, defaultLanguage = None, checkRegion = None</i>) 152 <b>SpellChecker</b>(<i>editor, indicator, defaultLanguage = None, checkRegion = None</i>)
153 <p> 153 <p>
154 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114; 154 Constructor
155 </p><dl> 155 </p><dl>
156 <dt><i>editor</i></dt> 156 <dt><i>editor</i></dt>
157 <dd> 157 <dd>
158 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#101;&#100;&#105;&#116;&#111;&#114; &#111;&#98;&#106;&#101;&#99;&#116; (&#81;&#83;&#99;&#105;&#110;&#116;&#105;&#108;&#108;&#97;.&#69;&#100;&#105;&#116;&#111;&#114;) 158 reference to the editor object (QScintilla.Editor)
159 </dd><dt><i>indicator</i></dt> 159 </dd><dt><i>indicator</i></dt>
160 <dd> 160 <dd>
161 &#115;&#112;&#101;&#108;&#108; &#99;&#104;&#101;&#99;&#107;&#105;&#110;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#111;&#114; 161 spell checking indicator
162 </dd><dt><i>defaultLanguage=</i></dt> 162 </dd><dt><i>defaultLanguage=</i></dt>
163 <dd> 163 <dd>
164 &#116;&#104;&#101; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101; &#116;&#111; &#98;&#101; &#117;&#115;&#101;&#100; &#97;&#115; &#116;&#104;&#101; &#100;&#101;&#102;&#97;&#117;&#108;&#116; (&#115;&#116;&#114;&#105;&#110;&#103;). 164 the language to be used as the default (string).
165 &#84;&#104;&#101; &#115;&#116;&#114;&#105;&#110;&#103; &#115;&#104;&#111;&#117;&#108;&#100; &#98;&#101; &#105;&#110; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101; &#108;&#111;&#99;&#97;&#108;&#101; &#102;&#111;&#114;&#109;&#97;&#116; (&#101;.&#103;. &#101;&#110;&#95;&#85;&#83;, &#100;&#101;). 165 The string should be in language locale format (e.g. en_US, de).
166 </dd><dt><i>checkRegion=</i></dt> 166 </dd><dt><i>checkRegion=</i></dt>
167 <dd> 167 <dd>
168 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#97; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#102;&#111;&#114; &#97; v&#97;&#108;&#105;&#100; &#114;&#101;&#103;&#105;&#111;&#110; 168 reference to a function to check for a valid region
169 </dd> 169 </dd>
170 </dl><a NAME="SpellChecker.__checkDocumentPart" ID="SpellChecker.__checkDocumentPart"></a> 170 </dl><a NAME="SpellChecker.__checkDocumentPart" ID="SpellChecker.__checkDocumentPart"></a>
171 <h4>SpellChecker.__checkDocumentPart</h4> 171 <h4>SpellChecker.__checkDocumentPart</h4>
172 <b>__checkDocumentPart</b>(<i>startPos, endPos</i>) 172 <b>__checkDocumentPart</b>(<i>startPos, endPos</i>)
173 <p> 173 <p>
174 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#115;&#111;&#109;&#101; &#112;&#97;&#114;&#116; &#111;&#102; &#116;&#104;&#101; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116;. 174 Private method to check some part of the document.
175 </p><dl> 175 </p><dl>
176 <dt><i>startPos</i></dt> 176 <dt><i>startPos</i></dt>
177 <dd> 177 <dd>
178 &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#97;&#116; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 178 position to start at (integer)
179 </dd><dt><i>endPos</i></dt> 179 </dd><dt><i>endPos</i></dt>
180 <dd> 180 <dd>
181 &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#116;&#111; &#101;&#110;&#100; &#97;&#116; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 181 position to end at (integer)
182 </dd> 182 </dd>
183 </dl><a NAME="SpellChecker.__getNextWord" ID="SpellChecker.__getNextWord"></a> 183 </dl><a NAME="SpellChecker.__getNextWord" ID="SpellChecker.__getNextWord"></a>
184 <h4>SpellChecker.__getNextWord</h4> 184 <h4>SpellChecker.__getNextWord</h4>
185 <b>__getNextWord</b>(<i>pos, endPosition</i>) 185 <b>__getNextWord</b>(<i>pos, endPosition</i>)
186 <p> 186 <p>
187 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#110;&#101;x&#116; w&#111;&#114;&#100; &#105;&#110; &#116;&#104;&#101; &#116;&#101;x&#116; &#97;&#102;&#116;&#101;&#114; &#116;&#104;&#101; &#103;&#105;v&#101;&#110; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110;. 187 Private method to get the next word in the text after the given position.
188 </p><dl> 188 </p><dl>
189 <dt><i>pos</i></dt> 189 <dt><i>pos</i></dt>
190 <dd> 190 <dd>
191 &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#116;&#111; &#115;&#116;&#97;&#114;&#116; w&#111;&#114;&#100; &#101;x&#116;&#114;&#97;&#99;&#116;&#105;&#111;&#110; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 191 position to start word extraction (integer)
192 </dd><dt><i>endPosition</i></dt> 192 </dd><dt><i>endPosition</i></dt>
193 <dd> 193 <dd>
194 &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#116;&#111; &#115;&#116;&#111;&#112; w&#111;&#114;&#100; &#101;x&#116;&#114;&#97;&#99;&#116;&#105;&#111;&#110; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 194 position to stop word extraction (integer)
195 </dd> 195 </dd>
196 </dl><dl> 196 </dl><dl>
197 <dt>Returns:</dt> 197 <dt>Returns:</dt>
198 <dd> 198 <dd>
199 &#116;&#117;&#112;&#108;&#101; &#111;&#102; &#116;&#104;&#114;&#101;&#101; v&#97;&#108;&#117;&#101;&#115; (&#116;&#104;&#101; &#101;x&#116;&#114;&#97;&#99;&#116;&#101;&#100; w&#111;&#114;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;), 199 tuple of three values (the extracted word (string),
200 &#115;&#116;&#97;&#114;&#116; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;), &#101;&#110;&#100; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)) 200 start position (integer), end position (integer))
201 </dd> 201 </dd>
202 </dl><a NAME="SpellChecker.__incrementalCheck" ID="SpellChecker.__incrementalCheck"></a> 202 </dl><a NAME="SpellChecker.__incrementalCheck" ID="SpellChecker.__incrementalCheck"></a>
203 <h4>SpellChecker.__incrementalCheck</h4> 203 <h4>SpellChecker.__incrementalCheck</h4>
204 <b>__incrementalCheck</b>(<i></i>) 204 <b>__incrementalCheck</b>(<i></i>)
205 <p> 205 <p>
206 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#116;&#104;&#101; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116; &#105;&#110;&#99;&#114;&#101;&#109;&#101;&#110;&#116;&#97;&#108;&#108;y. 206 Private method to check the document incrementally.
207 </p><a NAME="SpellChecker.__iter__" ID="SpellChecker.__iter__"></a> 207 </p><a NAME="SpellChecker.__iter__" ID="SpellChecker.__iter__"></a>
208 <h4>SpellChecker.__iter__</h4> 208 <h4>SpellChecker.__iter__</h4>
209 <b>__iter__</b>(<i></i>) 209 <b>__iter__</b>(<i></i>)
210 <p> 210 <p>
211 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#97;&#110; &#105;&#116;&#101;&#114;&#97;&#116;&#111;&#114;. 211 Private method to create an iterator.
212 </p><a NAME="SpellChecker.__next__" ID="SpellChecker.__next__"></a> 212 </p><a NAME="SpellChecker.__next__" ID="SpellChecker.__next__"></a>
213 <h4>SpellChecker.__next__</h4> 213 <h4>SpellChecker.__next__</h4>
214 <b>__next__</b>(<i></i>) 214 <b>__next__</b>(<i></i>)
215 <p> 215 <p>
216 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#100;v&#97;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#110;&#101;x&#116; &#101;&#114;&#114;&#111;&#114;. 216 Public method to advance to the next error.
217 </p><dl> 217 </p><dl>
218 <dt>Returns:</dt> 218 <dt>Returns:</dt>
219 <dd> 219 <dd>
220 &#115;&#101;&#108;&#102; 220 self
221 </dd> 221 </dd>
222 </dl><a NAME="SpellChecker._getDict" ID="SpellChecker._getDict"></a> 222 </dl><a NAME="SpellChecker._getDict" ID="SpellChecker._getDict"></a>
223 <h4>SpellChecker._getDict</h4> 223 <h4>SpellChecker._getDict</h4>
224 <b>_getDict</b>(<i>lang, pwl = "", pel = ""</i>) 224 <b>_getDict</b>(<i>lang, pwl = "", pel = ""</i>)
225 <p> 225 <p>
226 &#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#99;&#108;&#97;&#115;&#115;&#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#110;&#101;w &#100;&#105;&#99;&#116;&#105;&#111;&#110;&#97;&#114;y. 226 Protected classmethod to get a new dictionary.
227 </p><dl> 227 </p><dl>
228 <dt><i>lang</i></dt> 228 <dt><i>lang</i></dt>
229 <dd> 229 <dd>
230 &#116;&#104;&#101; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101; &#116;&#111; &#98;&#101; &#117;&#115;&#101;&#100; &#97;&#115; &#116;&#104;&#101; &#100;&#101;&#102;&#97;&#117;&#108;&#116; (&#115;&#116;&#114;&#105;&#110;&#103;). 230 the language to be used as the default (string).
231 &#84;&#104;&#101; &#115;&#116;&#114;&#105;&#110;&#103; &#115;&#104;&#111;&#117;&#108;&#100; &#98;&#101; &#105;&#110; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101; &#108;&#111;&#99;&#97;&#108;&#101; &#102;&#111;&#114;&#109;&#97;&#116; (&#101;.&#103;. &#101;&#110;&#95;&#85;&#83;, &#100;&#101;). 231 The string should be in language locale format (e.g. en_US, de).
232 </dd><dt><i>pwl=</i></dt> 232 </dd><dt><i>pwl=</i></dt>
233 <dd> 233 <dd>
234 &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#112;&#101;&#114;&#115;&#111;&#110;&#97;&#108;/&#112;&#114;&#111;&#106;&#101;&#99;&#116; w&#111;&#114;&#100; &#108;&#105;&#115;&#116; (&#115;&#116;&#114;&#105;&#110;&#103;) 234 name of the personal/project word list (string)
235 </dd><dt><i>pel=</i></dt> 235 </dd><dt><i>pel=</i></dt>
236 <dd> 236 <dd>
237 &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#112;&#101;&#114;&#115;&#111;&#110;&#97;&#108;/&#112;&#114;&#111;&#106;&#101;&#99;&#116; &#101;x&#99;&#108;&#117;&#100;&#101; &#108;&#105;&#115;&#116; (&#115;&#116;&#114;&#105;&#110;&#103;) 237 name of the personal/project exclude list (string)
238 </dd> 238 </dd>
239 </dl><dl> 239 </dl><dl>
240 <dt>Returns:</dt> 240 <dt>Returns:</dt>
241 <dd> 241 <dd>
242 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#100;&#105;&#99;&#116;&#105;&#111;&#110;&#97;&#114;y (&#101;&#110;&#99;&#104;&#97;&#110;&#116;.&#68;&#105;&#99;&#116;) 242 reference to the dictionary (enchant.Dict)
243 </dd> 243 </dd>
244 </dl><a NAME="SpellChecker.add" ID="SpellChecker.add"></a> 244 </dl><a NAME="SpellChecker.add" ID="SpellChecker.add"></a>
245 <h4>SpellChecker.add</h4> 245 <h4>SpellChecker.add</h4>
246 <b>add</b>(<i>word = None</i>) 246 <b>add</b>(<i>word = None</i>)
247 <p> 247 <p>
248 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#100;&#100; &#97; w&#111;&#114;&#100; &#116;&#111; &#116;&#104;&#101; &#112;&#101;&#114;&#115;&#111;&#110;&#97;&#108; w&#111;&#114;&#100; &#108;&#105;&#115;&#116;. 248 Public method to add a word to the personal word list.
249 </p><dl> 249 </p><dl>
250 <dt><i>word</i></dt> 250 <dt><i>word</i></dt>
251 <dd> 251 <dd>
252 w&#111;&#114;&#100; &#116;&#111; &#97;&#100;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;) 252 word to add (string)
253 </dd> 253 </dd>
254 </dl><a NAME="SpellChecker.checkCurrentPage" ID="SpellChecker.checkCurrentPage"></a> 254 </dl><a NAME="SpellChecker.checkCurrentPage" ID="SpellChecker.checkCurrentPage"></a>
255 <h4>SpellChecker.checkCurrentPage</h4> 255 <h4>SpellChecker.checkCurrentPage</h4>
256 <b>checkCurrentPage</b>(<i></i>) 256 <b>checkCurrentPage</b>(<i></i>)
257 <p> 257 <p>
258 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116;&#108;y v&#105;&#115;&#105;&#98;&#108;&#101; &#112;&#97;&#103;&#101;. 258 Private method to check the currently visible page.
259 </p><a NAME="SpellChecker.checkDocument" ID="SpellChecker.checkDocument"></a> 259 </p><a NAME="SpellChecker.checkDocument" ID="SpellChecker.checkDocument"></a>
260 <h4>SpellChecker.checkDocument</h4> 260 <h4>SpellChecker.checkDocument</h4>
261 <b>checkDocument</b>(<i></i>) 261 <b>checkDocument</b>(<i></i>)
262 <p> 262 <p>
263 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#116;&#104;&#101; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#101; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116; 263 Public method to check the complete document
264 </p><a NAME="SpellChecker.checkDocumentIncrementally" ID="SpellChecker.checkDocumentIncrementally"></a> 264 </p><a NAME="SpellChecker.checkDocumentIncrementally" ID="SpellChecker.checkDocumentIncrementally"></a>
265 <h4>SpellChecker.checkDocumentIncrementally</h4> 265 <h4>SpellChecker.checkDocumentIncrementally</h4>
266 <b>checkDocumentIncrementally</b>(<i></i>) 266 <b>checkDocumentIncrementally</b>(<i></i>)
267 <p> 267 <p>
268 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#116;&#104;&#101; &#100;&#111;&#99;&#117;&#109;&#101;&#110;&#116; &#105;&#110;&#99;&#114;&#101;&#109;&#101;&#110;&#116;&#97;&#108;&#108;y. 268 Public method to check the document incrementally.
269 </p><a NAME="SpellChecker.checkLines" ID="SpellChecker.checkLines"></a> 269 </p><a NAME="SpellChecker.checkLines" ID="SpellChecker.checkLines"></a>
270 <h4>SpellChecker.checkLines</h4> 270 <h4>SpellChecker.checkLines</h4>
271 <b>checkLines</b>(<i>firstLine, lastLine</i>) 271 <b>checkLines</b>(<i>firstLine, lastLine</i>)
272 <p> 272 <p>
273 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#115;&#111;&#109;&#101; &#108;&#105;&#110;&#101;&#115; &#111;&#102; &#116;&#101;x&#116;. 273 Public method to check some lines of text.
274 </p><dl> 274 </p><dl>
275 <dt><i>firstLine</i></dt> 275 <dt><i>firstLine</i></dt>
276 <dd> 276 <dd>
277 &#108;&#105;&#110;&#101; &#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#102;&#105;&#114;&#115;&#116; &#108;&#105;&#110;&#101; &#116;&#111; &#99;&#104;&#101;&#99;&#107; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 277 line number of first line to check (integer)
278 </dd><dt><i>lastLine</i></dt> 278 </dd><dt><i>lastLine</i></dt>
279 <dd> 279 <dd>
280 &#108;&#105;&#110;&#101; &#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#108;&#97;&#115;&#116; &#108;&#105;&#110;&#101; &#116;&#111; &#99;&#104;&#101;&#99;&#107; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 280 line number of last line to check (integer)
281 </dd> 281 </dd>
282 </dl><a NAME="SpellChecker.checkSelection" ID="SpellChecker.checkSelection"></a> 282 </dl><a NAME="SpellChecker.checkSelection" ID="SpellChecker.checkSelection"></a>
283 <h4>SpellChecker.checkSelection</h4> 283 <h4>SpellChecker.checkSelection</h4>
284 <b>checkSelection</b>(<i></i>) 284 <b>checkSelection</b>(<i></i>)
285 <p> 285 <p>
286 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#115;&#101;&#108;&#101;&#99;&#116;&#105;&#111;&#110;. 286 Private method to check the current selection.
287 </p><a NAME="SpellChecker.checkWord" ID="SpellChecker.checkWord"></a> 287 </p><a NAME="SpellChecker.checkWord" ID="SpellChecker.checkWord"></a>
288 <h4>SpellChecker.checkWord</h4> 288 <h4>SpellChecker.checkWord</h4>
289 <b>checkWord</b>(<i>pos, atEnd = False</i>) 289 <b>checkWord</b>(<i>pos, atEnd = False</i>)
290 <p> 290 <p>
291 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#116;&#104;&#101; w&#111;&#114;&#100; &#97;&#116; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#112;&#111;&#115;. 291 Public method to check the word at position pos.
292 </p><dl> 292 </p><dl>
293 <dt><i>pos</i></dt> 293 <dt><i>pos</i></dt>
294 <dd> 294 <dd>
295 &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#116;&#111; &#99;&#104;&#101;&#99;&#107; &#97;&#116; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 295 position to check at (integer)
296 </dd><dt><i>atEnd=</i></dt> 296 </dd><dt><i>atEnd=</i></dt>
297 <dd> 297 <dd>
298 &#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#105;&#115; &#97;&#116; &#116;&#104;&#101; &#101;&#110;&#100; &#111;&#102; &#116;&#104;&#101; w&#111;&#114;&#100; 298 flag indicating the position is at the end of the word
299 &#116;&#111; &#99;&#104;&#101;&#99;&#107; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;) 299 to check (boolean)
300 </dd> 300 </dd>
301 </dl><a NAME="SpellChecker.clearAll" ID="SpellChecker.clearAll"></a> 301 </dl><a NAME="SpellChecker.clearAll" ID="SpellChecker.clearAll"></a>
302 <h4>SpellChecker.clearAll</h4> 302 <h4>SpellChecker.clearAll</h4>
303 <b>clearAll</b>(<i></i>) 303 <b>clearAll</b>(<i></i>)
304 <p> 304 <p>
305 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#108;&#101;&#97;&#114; &#97;&#108;&#108; &#115;&#112;&#101;&#108;&#108;&#105;&#110;&#103; &#109;&#97;&#114;&#107;&#101;&#114;&#115;. 305 Public method to clear all spelling markers.
306 </p><a NAME="SpellChecker.getAvailableLanguages" ID="SpellChecker.getAvailableLanguages"></a> 306 </p><a NAME="SpellChecker.getAvailableLanguages" ID="SpellChecker.getAvailableLanguages"></a>
307 <h4>SpellChecker.getAvailableLanguages</h4> 307 <h4>SpellChecker.getAvailableLanguages</h4>
308 <b>getAvailableLanguages</b>(<i></i>) 308 <b>getAvailableLanguages</b>(<i></i>)
309 <p> 309 <p>
310 &#80;&#117;&#98;&#108;&#105;&#99; &#99;&#108;&#97;&#115;&#115;&#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97;&#108;&#108; &#97;v&#97;&#105;&#108;&#97;&#98;&#108;&#101; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101;&#115;. 310 Public classmethod to get all available languages.
311 </p><dl> 311 </p><dl>
312 <dt>Returns:</dt> 312 <dt>Returns:</dt>
313 <dd> 313 <dd>
314 &#108;&#105;&#115;&#116; &#111;&#102; &#97;v&#97;&#105;&#108;&#97;&#98;&#108;&#101; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101;&#115; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;) 314 list of available languages (list of strings)
315 </dd> 315 </dd>
316 </dl><a NAME="SpellChecker.getContext" ID="SpellChecker.getContext"></a> 316 </dl><a NAME="SpellChecker.getContext" ID="SpellChecker.getContext"></a>
317 <h4>SpellChecker.getContext</h4> 317 <h4>SpellChecker.getContext</h4>
318 <b>getContext</b>(<i>wordStart, wordEnd</i>) 318 <b>getContext</b>(<i>wordStart, wordEnd</i>)
319 <p> 319 <p>
320 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#99;&#111;&#110;&#116;&#101;x&#116; &#111;&#102; &#97; &#102;&#97;&#117;&#108;&#116;y w&#111;&#114;&#100;. 320 Public method to get the context of a faulty word.
321 </p><dl> 321 </p><dl>
322 <dt><i>wordStart</i></dt> 322 <dt><i>wordStart</i></dt>
323 <dd> 323 <dd>
324 &#116;&#104;&#101; &#115;&#116;&#97;&#114;&#116;&#105;&#110;&#103; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; w&#111;&#114;&#100; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 324 the starting position of the word (integer)
325 </dd><dt><i>wordEnd</i></dt> 325 </dd><dt><i>wordEnd</i></dt>
326 <dd> 326 <dd>
327 &#116;&#104;&#101; &#101;&#110;&#100;&#105;&#110;&#103; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; w&#111;&#114;&#100; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 327 the ending position of the word (integer)
328 </dd> 328 </dd>
329 </dl><dl> 329 </dl><dl>
330 <dt>Returns:</dt> 330 <dt>Returns:</dt>
331 <dd> 331 <dd>
332 &#116;&#117;&#112;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#108;&#101;&#97;&#100;&#105;&#110;&#103; &#97;&#110;&#100; &#116;&#114;&#97;&#105;&#108;&#105;&#110;&#103; &#99;&#111;&#110;&#116;&#101;x&#116; (&#115;&#116;&#114;&#105;&#110;&#103;, &#115;&#116;&#114;&#105;&#110;&#103;) 332 tuple of the leading and trailing context (string, string)
333 </dd> 333 </dd>
334 </dl><a NAME="SpellChecker.getError" ID="SpellChecker.getError"></a> 334 </dl><a NAME="SpellChecker.getError" ID="SpellChecker.getError"></a>
335 <h4>SpellChecker.getError</h4> 335 <h4>SpellChecker.getError</h4>
336 <b>getError</b>(<i></i>) 336 <b>getError</b>(<i></i>)
337 <p> 337 <p>
338 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#105;&#110;&#102;&#111;&#114;&#109;&#97;&#116;&#105;&#111;&#110; &#97;&#98;&#111;&#117;&#116; &#116;&#104;&#101; &#108;&#97;&#115;&#116; &#101;&#114;&#114;&#111;&#114; &#102;&#111;&#117;&#110;&#100;. 338 Public method to get information about the last error found.
339 </p><dl> 339 </p><dl>
340 <dt>Returns:</dt> 340 <dt>Returns:</dt>
341 <dd> 341 <dd>
342 &#116;&#117;&#112;&#108;&#101; &#111;&#102; &#108;&#97;&#115;&#116; &#102;&#97;&#117;&#108;&#116;y w&#111;&#114;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;), &#115;&#116;&#97;&#114;&#116;&#105;&#110;&#103; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; 342 tuple of last faulty word (string), starting position of the
343 &#102;&#97;&#117;&#108;&#116;y w&#111;&#114;&#100; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) &#97;&#110;&#100; &#101;&#110;&#100;&#105;&#110;&#103; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#102;&#97;&#117;&#108;&#116;y w&#111;&#114;&#100; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 343 faulty word (integer) and ending position of the faulty word (integer)
344 </dd> 344 </dd>
345 </dl><a NAME="SpellChecker.getLanguage" ID="SpellChecker.getLanguage"></a> 345 </dl><a NAME="SpellChecker.getLanguage" ID="SpellChecker.getLanguage"></a>
346 <h4>SpellChecker.getLanguage</h4> 346 <h4>SpellChecker.getLanguage</h4>
347 <b>getLanguage</b>(<i></i>) 347 <b>getLanguage</b>(<i></i>)
348 <p> 348 <p>
349 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101;. 349 Public method to get the current language.
350 </p><dl> 350 </p><dl>
351 <dt>Returns:</dt> 351 <dt>Returns:</dt>
352 <dd> 352 <dd>
353 &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101; &#105;&#110; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101; &#108;&#111;&#99;&#97;&#108;&#101; &#102;&#111;&#114;&#109;&#97;&#116; (&#115;&#116;&#114;&#105;&#110;&#103;) 353 current language in language locale format (string)
354 </dd> 354 </dd>
355 </dl><a NAME="SpellChecker.getSuggestions" ID="SpellChecker.getSuggestions"></a> 355 </dl><a NAME="SpellChecker.getSuggestions" ID="SpellChecker.getSuggestions"></a>
356 <h4>SpellChecker.getSuggestions</h4> 356 <h4>SpellChecker.getSuggestions</h4>
357 <b>getSuggestions</b>(<i>word</i>) 357 <b>getSuggestions</b>(<i>word</i>)
358 <p> 358 <p>
359 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#115;&#117;&#103;&#103;&#101;&#115;&#116;&#105;&#111;&#110;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#103;&#105;v&#101;&#110; w&#111;&#114;&#100;. 359 Public method to get suggestions for the given word.
360 </p><dl> 360 </p><dl>
361 <dt><i>word</i></dt> 361 <dt><i>word</i></dt>
362 <dd> 362 <dd>
363 w&#111;&#114;&#100; &#116;&#111; &#103;&#101;&#116; &#115;&#117;&#103;&#103;&#101;&#115;&#116;&#105;&#111;&#110;&#115; &#102;&#111;&#114; (&#115;&#116;&#114;&#105;&#110;&#103;) 363 word to get suggestions for (string)
364 </dd> 364 </dd>
365 </dl><dl> 365 </dl><dl>
366 <dt>Returns:</dt> 366 <dt>Returns:</dt>
367 <dd> 367 <dd>
368 &#108;&#105;&#115;&#116; &#111;&#102; &#115;&#117;&#103;&#103;&#101;&#115;&#116;&#105;&#111;&#110;&#115; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;) 368 list of suggestions (list of strings)
369 </dd> 369 </dd>
370 </dl><a NAME="SpellChecker.ignoreAlways" ID="SpellChecker.ignoreAlways"></a> 370 </dl><a NAME="SpellChecker.ignoreAlways" ID="SpellChecker.ignoreAlways"></a>
371 <h4>SpellChecker.ignoreAlways</h4> 371 <h4>SpellChecker.ignoreAlways</h4>
372 <b>ignoreAlways</b>(<i>word = None</i>) 372 <b>ignoreAlways</b>(<i>word = None</i>)
373 <p> 373 <p>
374 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#116;&#101;&#108;&#108; &#116;&#104;&#101; &#99;&#104;&#101;&#99;&#107;&#101;&#114;, &#116;&#111; &#97;&#108;w&#97;y&#115; &#105;&#103;&#110;&#111;&#114;&#101; &#116;&#104;&#101; &#103;&#105;v&#101;&#110; w&#111;&#114;&#100; 374 Public method to tell the checker, to always ignore the given word
375 &#111;&#114; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; w&#111;&#114;&#100;. 375 or the current word.
376 </p><dl> 376 </p><dl>
377 <dt><i>word</i></dt> 377 <dt><i>word</i></dt>
378 <dd> 378 <dd>
379 w&#111;&#114;&#100; &#116;&#111; &#98;&#101; &#105;&#103;&#110;&#111;&#114;&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;) 379 word to be ignored (string)
380 </dd> 380 </dd>
381 </dl><a NAME="SpellChecker.initCheck" ID="SpellChecker.initCheck"></a> 381 </dl><a NAME="SpellChecker.initCheck" ID="SpellChecker.initCheck"></a>
382 <h4>SpellChecker.initCheck</h4> 382 <h4>SpellChecker.initCheck</h4>
383 <b>initCheck</b>(<i>startPos, endPos</i>) 383 <b>initCheck</b>(<i>startPos, endPos</i>)
384 <p> 384 <p>
385 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#97;&#108;&#105;z&#101; &#97; &#115;&#112;&#101;&#108;&#108; &#99;&#104;&#101;&#99;&#107;. 385 Public method to initialize a spell check.
386 </p><dl> 386 </p><dl>
387 <dt><i>startPos</i></dt> 387 <dt><i>startPos</i></dt>
388 <dd> 388 <dd>
389 &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#97;&#116; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 389 position to start at (integer)
390 </dd><dt><i>endPos</i></dt> 390 </dd><dt><i>endPos</i></dt>
391 <dd> 391 <dd>
392 &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; &#116;&#111; &#101;&#110;&#100; &#97;&#116; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 392 position to end at (integer)
393 </dd> 393 </dd>
394 </dl><dl> 394 </dl><dl>
395 <dt>Returns:</dt> 395 <dt>Returns:</dt>
396 <dd> 396 <dd>
397 &#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#115;&#117;&#99;&#99;&#101;&#115;&#115;&#102;&#117;&#108; &#105;&#110;&#105;&#116;&#105;&#97;&#108;&#105;z&#97;&#116;&#105;&#111;&#110; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;) 397 flag indicating successful initialization (boolean)
398 </dd> 398 </dd>
399 </dl><a NAME="SpellChecker.isAvailable" ID="SpellChecker.isAvailable"></a> 399 </dl><a NAME="SpellChecker.isAvailable" ID="SpellChecker.isAvailable"></a>
400 <h4>SpellChecker.isAvailable</h4> 400 <h4>SpellChecker.isAvailable</h4>
401 <b>isAvailable</b>(<i></i>) 401 <b>isAvailable</b>(<i></i>)
402 <p> 402 <p>
403 &#80;&#117;&#98;&#108;&#105;&#99; &#99;&#108;&#97;&#115;&#115;&#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#115;&#112;&#101;&#108;&#108;&#99;&#104;&#101;&#99;&#107;&#105;&#110;&#103; &#105;&#115; &#97;v&#97;&#105;&#108;&#97;&#98;&#108;&#101;. 403 Public classmethod to check, if spellchecking is available.
404 </p><dl> 404 </p><dl>
405 <dt>Returns:</dt> 405 <dt>Returns:</dt>
406 <dd> 406 <dd>
407 &#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#97;v&#97;&#105;&#108;&#97;&#98;&#105;&#108;&#105;&#116;y (&#98;&#111;&#111;&#108;&#101;&#97;&#110;) 407 flag indicating availability (boolean)
408 </dd> 408 </dd>
409 </dl><a NAME="SpellChecker.remove" ID="SpellChecker.remove"></a> 409 </dl><a NAME="SpellChecker.remove" ID="SpellChecker.remove"></a>
410 <h4>SpellChecker.remove</h4> 410 <h4>SpellChecker.remove</h4>
411 <b>remove</b>(<i>word</i>) 411 <b>remove</b>(<i>word</i>)
412 <p> 412 <p>
413 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#100;&#100; &#97; w&#111;&#114;&#100; &#116;&#111; &#116;&#104;&#101; &#112;&#101;&#114;&#115;&#111;&#110;&#97;&#108; &#101;x&#99;&#108;&#117;&#100;&#101; &#108;&#105;&#115;&#116;. 413 Public method to add a word to the personal exclude list.
414 </p><dl> 414 </p><dl>
415 <dt><i>word</i></dt> 415 <dt><i>word</i></dt>
416 <dd> 416 <dd>
417 w&#111;&#114;&#100; &#116;&#111; &#97;&#100;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;) 417 word to add (string)
418 </dd> 418 </dd>
419 </dl><a NAME="SpellChecker.replace" ID="SpellChecker.replace"></a> 419 </dl><a NAME="SpellChecker.replace" ID="SpellChecker.replace"></a>
420 <h4>SpellChecker.replace</h4> 420 <h4>SpellChecker.replace</h4>
421 <b>replace</b>(<i>replacement</i>) 421 <b>replace</b>(<i>replacement</i>)
422 <p> 422 <p>
423 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#116;&#101;&#108;&#108; &#116;&#104;&#101; &#99;&#104;&#101;&#99;&#107;&#101;&#114; &#116;&#111; &#114;&#101;&#112;&#108;&#97;&#99;&#101; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; w&#111;&#114;&#100; w&#105;&#116;&#104; 423 Public method to tell the checker to replace the current word with
424 &#116;&#104;&#101; &#114;&#101;&#112;&#108;&#97;&#99;&#101;&#109;&#101;&#110;&#116; &#115;&#116;&#114;&#105;&#110;&#103;. 424 the replacement string.
425 </p><dl> 425 </p><dl>
426 <dt><i>replacement</i></dt> 426 <dt><i>replacement</i></dt>
427 <dd> 427 <dd>
428 &#114;&#101;&#112;&#108;&#97;&#99;&#101;&#109;&#101;&#110;&#116; &#115;&#116;&#114;&#105;&#110;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;) 428 replacement string (string)
429 </dd> 429 </dd>
430 </dl><a NAME="SpellChecker.replaceAlways" ID="SpellChecker.replaceAlways"></a> 430 </dl><a NAME="SpellChecker.replaceAlways" ID="SpellChecker.replaceAlways"></a>
431 <h4>SpellChecker.replaceAlways</h4> 431 <h4>SpellChecker.replaceAlways</h4>
432 <b>replaceAlways</b>(<i>replacement</i>) 432 <b>replaceAlways</b>(<i>replacement</i>)
433 <p> 433 <p>
434 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#116;&#101;&#108;&#108; &#116;&#104;&#101; &#99;&#104;&#101;&#99;&#107;&#101;&#114; &#116;&#111; &#97;&#108;w&#97;y&#115; &#114;&#101;&#112;&#108;&#97;&#99;&#101; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; w&#111;&#114;&#100; 434 Public method to tell the checker to always replace the current word
435 w&#105;&#116;&#104; &#116;&#104;&#101; &#114;&#101;&#112;&#108;&#97;&#99;&#101;&#109;&#101;&#110;&#116; &#115;&#116;&#114;&#105;&#110;&#103;. 435 with the replacement string.
436 </p><dl> 436 </p><dl>
437 <dt><i>replacement</i></dt> 437 <dt><i>replacement</i></dt>
438 <dd> 438 <dd>
439 &#114;&#101;&#112;&#108;&#97;&#99;&#101;&#109;&#101;&#110;&#116; &#115;&#116;&#114;&#105;&#110;&#103; (&#115;&#116;&#114;&#105;&#110;&#103;) 439 replacement string (string)
440 </dd> 440 </dd>
441 </dl><a NAME="SpellChecker.setDefaultLanguage" ID="SpellChecker.setDefaultLanguage"></a> 441 </dl><a NAME="SpellChecker.setDefaultLanguage" ID="SpellChecker.setDefaultLanguage"></a>
442 <h4>SpellChecker.setDefaultLanguage</h4> 442 <h4>SpellChecker.setDefaultLanguage</h4>
443 <b>setDefaultLanguage</b>(<i>language</i>) 443 <b>setDefaultLanguage</b>(<i>language</i>)
444 <p> 444 <p>
445 &#80;&#117;&#98;&#108;&#105;&#99; &#99;&#108;&#97;&#115;&#115;&#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#100;&#101;&#102;&#97;&#117;&#108;&#116; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101;. 445 Public classmethod to set the default language.
446 </p><dl> 446 </p><dl>
447 <dt><i>language</i></dt> 447 <dt><i>language</i></dt>
448 <dd> 448 <dd>
449 &#116;&#104;&#101; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101; &#116;&#111; &#98;&#101; &#117;&#115;&#101;&#100; &#97;&#115; &#116;&#104;&#101; &#100;&#101;&#102;&#97;&#117;&#108;&#116; (&#115;&#116;&#114;&#105;&#110;&#103;). 449 the language to be used as the default (string).
450 &#84;&#104;&#101; &#115;&#116;&#114;&#105;&#110;&#103; &#115;&#104;&#111;&#117;&#108;&#100; &#98;&#101; &#105;&#110; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101; &#108;&#111;&#99;&#97;&#108;&#101; &#102;&#111;&#114;&#109;&#97;&#116; (&#101;.&#103;. &#101;&#110;&#95;&#85;&#83;, &#100;&#101;). 450 The string should be in language locale format (e.g. en_US, de).
451 </dd> 451 </dd>
452 </dl><a NAME="SpellChecker.setLanguage" ID="SpellChecker.setLanguage"></a> 452 </dl><a NAME="SpellChecker.setLanguage" ID="SpellChecker.setLanguage"></a>
453 <h4>SpellChecker.setLanguage</h4> 453 <h4>SpellChecker.setLanguage</h4>
454 <b>setLanguage</b>(<i>language, pwl = "", pel = ""</i>) 454 <b>setLanguage</b>(<i>language, pwl = "", pel = ""</i>)
455 <p> 455 <p>
456 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101;. 456 Public method to set the current language.
457 </p><dl> 457 </p><dl>
458 <dt><i>language</i></dt> 458 <dt><i>language</i></dt>
459 <dd> 459 <dd>
460 &#116;&#104;&#101; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101; &#116;&#111; &#98;&#101; &#117;&#115;&#101;&#100; &#97;&#115; &#116;&#104;&#101; &#100;&#101;&#102;&#97;&#117;&#108;&#116; (&#115;&#116;&#114;&#105;&#110;&#103;). 460 the language to be used as the default (string).
461 &#84;&#104;&#101; &#115;&#116;&#114;&#105;&#110;&#103; &#115;&#104;&#111;&#117;&#108;&#100; &#98;&#101; &#105;&#110; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101; &#108;&#111;&#99;&#97;&#108;&#101; &#102;&#111;&#114;&#109;&#97;&#116; (&#101;.&#103;. &#101;&#110;&#95;&#85;&#83;, &#100;&#101;). 461 The string should be in language locale format (e.g. en_US, de).
462 </dd><dt><i>pwl=</i></dt> 462 </dd><dt><i>pwl=</i></dt>
463 <dd> 463 <dd>
464 &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#112;&#101;&#114;&#115;&#111;&#110;&#97;&#108;/&#112;&#114;&#111;&#106;&#101;&#99;&#116; w&#111;&#114;&#100; &#108;&#105;&#115;&#116; (&#115;&#116;&#114;&#105;&#110;&#103;) 464 name of the personal/project word list (string)
465 </dd><dt><i>pel=</i></dt> 465 </dd><dt><i>pel=</i></dt>
466 <dd> 466 <dd>
467 &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#112;&#101;&#114;&#115;&#111;&#110;&#97;&#108;/&#112;&#114;&#111;&#106;&#101;&#99;&#116; &#101;x&#99;&#108;&#117;&#100;&#101; &#108;&#105;&#115;&#116; (&#115;&#116;&#114;&#105;&#110;&#103;) 467 name of the personal/project exclude list (string)
468 </dd> 468 </dd>
469 </dl><a NAME="SpellChecker.setMinimumWordSize" ID="SpellChecker.setMinimumWordSize"></a> 469 </dl><a NAME="SpellChecker.setMinimumWordSize" ID="SpellChecker.setMinimumWordSize"></a>
470 <h4>SpellChecker.setMinimumWordSize</h4> 470 <h4>SpellChecker.setMinimumWordSize</h4>
471 <b>setMinimumWordSize</b>(<i>size</i>) 471 <b>setMinimumWordSize</b>(<i>size</i>)
472 <p> 472 <p>
473 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#109;&#105;&#110;&#105;&#109;&#117;&#109; w&#111;&#114;&#100; &#115;&#105;z&#101;. 473 Public method to set the minimum word size.
474 </p><dl> 474 </p><dl>
475 <dt><i>size</i></dt> 475 <dt><i>size</i></dt>
476 <dd> 476 <dd>
477 &#109;&#105;&#110;&#105;&#109;&#117;&#109; w&#111;&#114;&#100; &#115;&#105;z&#101; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 477 minimum word size (integer)
478 </dd> 478 </dd>
479 </dl><a NAME="SpellChecker.stopIncrementalCheck" ID="SpellChecker.stopIncrementalCheck"></a> 479 </dl><a NAME="SpellChecker.stopIncrementalCheck" ID="SpellChecker.stopIncrementalCheck"></a>
480 <h4>SpellChecker.stopIncrementalCheck</h4> 480 <h4>SpellChecker.stopIncrementalCheck</h4>
481 <b>stopIncrementalCheck</b>(<i></i>) 481 <b>stopIncrementalCheck</b>(<i></i>)
482 <p> 482 <p>
483 &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#116;&#111;&#112; &#97;&#110; &#105;&#110;&#99;&#114;&#101;&#109;&#101;&#110;&#116;&#97;&#108; &#99;&#104;&#101;&#99;&#107;. 483 Public method to stop an incremental check.
484 </p> 484 </p>
485 <div align="right"><a href="#top">Up</a></div> 485 <div align="right"><a href="#top">Up</a></div>
486 <hr /> 486 <hr />
487 </body></html> 487 </body></html>

eric ide

mercurial