7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
129 | 129 |
130 <p> | 130 <p> |
131 Public method to return the list of separators for autocompletion. | 131 Public method to return the list of separators for autocompletion. |
132 </p> | 132 </p> |
133 <dl> | 133 <dl> |
134 <dt>Returns:</dt> | 134 <dt>Return:</dt> |
135 <dd> | 135 <dd> |
136 list of separators (list of strings) | 136 list of separators (list of strings) |
137 </dd> | 137 </dd> |
138 </dl> | 138 </dl> |
139 <a NAME="LexerPython.defaultKeywords" ID="LexerPython.defaultKeywords"></a> | 139 <a NAME="LexerPython.defaultKeywords" ID="LexerPython.defaultKeywords"></a> |
149 <dd> | 149 <dd> |
150 number of the keyword set (integer) | 150 number of the keyword set (integer) |
151 </dd> | 151 </dd> |
152 </dl> | 152 </dl> |
153 <dl> | 153 <dl> |
154 <dt>Returns:</dt> | 154 <dt>Return:</dt> |
155 <dd> | 155 <dd> |
156 string giving the keywords (string) or None | 156 string giving the keywords (string) or None |
157 </dd> | 157 </dd> |
158 </dl> | 158 </dl> |
159 <a NAME="LexerPython.getIndentationDifference" ID="LexerPython.getIndentationDifference"></a> | 159 <a NAME="LexerPython.getIndentationDifference" ID="LexerPython.getIndentationDifference"></a> |
173 <dd> | 173 <dd> |
174 QScintilla editor | 174 QScintilla editor |
175 </dd> | 175 </dd> |
176 </dl> | 176 </dl> |
177 <dl> | 177 <dl> |
178 <dt>Returns:</dt> | 178 <dt>Return:</dt> |
179 <dd> | 179 <dd> |
180 amount of difference in indentation (integer) | 180 amount of difference in indentation (integer) |
181 </dd> | 181 </dd> |
182 </dl> | 182 </dl> |
183 <a NAME="LexerPython.initProperties" ID="LexerPython.initProperties"></a> | 183 <a NAME="LexerPython.initProperties" ID="LexerPython.initProperties"></a> |
200 <dd> | 200 <dd> |
201 style to check (integer) | 201 style to check (integer) |
202 </dd> | 202 </dd> |
203 </dl> | 203 </dl> |
204 <dl> | 204 <dl> |
205 <dt>Returns:</dt> | 205 <dt>Return:</dt> |
206 <dd> | 206 <dd> |
207 flag indicating a comment style (boolean) | 207 flag indicating a comment style (boolean) |
208 </dd> | 208 </dd> |
209 </dl> | 209 </dl> |
210 <a NAME="LexerPython.isStringStyle" ID="LexerPython.isStringStyle"></a> | 210 <a NAME="LexerPython.isStringStyle" ID="LexerPython.isStringStyle"></a> |
220 <dd> | 220 <dd> |
221 style to check (integer) | 221 style to check (integer) |
222 </dd> | 222 </dd> |
223 </dl> | 223 </dl> |
224 <dl> | 224 <dl> |
225 <dt>Returns:</dt> | 225 <dt>Return:</dt> |
226 <dd> | 226 <dd> |
227 flag indicating a string style (boolean) | 227 flag indicating a string style (boolean) |
228 </dd> | 228 </dd> |
229 </dl> | 229 </dl> |
230 <a NAME="LexerPython.language" ID="LexerPython.language"></a> | 230 <a NAME="LexerPython.language" ID="LexerPython.language"></a> |
233 | 233 |
234 <p> | 234 <p> |
235 Public method to get the lexer language. | 235 Public method to get the lexer language. |
236 </p> | 236 </p> |
237 <dl> | 237 <dl> |
238 <dt>Returns:</dt> | 238 <dt>Return:</dt> |
239 <dd> | 239 <dd> |
240 lexer language (string) | 240 lexer language (string) |
241 </dd> | 241 </dd> |
242 </dl> | 242 </dl> |
243 <a NAME="LexerPython.maximumKeywordSet" ID="LexerPython.maximumKeywordSet"></a> | 243 <a NAME="LexerPython.maximumKeywordSet" ID="LexerPython.maximumKeywordSet"></a> |
246 | 246 |
247 <p> | 247 <p> |
248 Public method to get the maximum keyword set. | 248 Public method to get the maximum keyword set. |
249 </p> | 249 </p> |
250 <dl> | 250 <dl> |
251 <dt>Returns:</dt> | 251 <dt>Return:</dt> |
252 <dd> | 252 <dd> |
253 maximum keyword set (integer) | 253 maximum keyword set (integer) |
254 </dd> | 254 </dd> |
255 </dl> | 255 </dl> |
256 <div align="right"><a href="#top">Up</a></div> | 256 <div align="right"><a href="#top">Up</a></div> |