AssistantEric/Documentation/source/Plugin_Assistant_Eric.AssistantEric.Assistant.html

changeset 84
67197c1f11eb
parent 66
f57b151c9761
child 116
a109c6b8ac77
equal deleted inserted replaced
83:b447f89da620 84:67197c1f11eb
184 </dd><dt><i>word</i></dt> 184 </dd><dt><i>word</i></dt>
185 <dd> 185 <dd>
186 function to get calltips for (string) 186 function to get calltips for (string)
187 </dd><dt><i>commas</i></dt> 187 </dd><dt><i>commas</i></dt>
188 <dd> 188 <dd>
189 minimum number of commas contained in the calltip (integer) 189 minimum number of commas contained in the calltip
190 (integer)
190 </dd><dt><i>prefix</i></dt> 191 </dd><dt><i>prefix</i></dt>
191 <dd> 192 <dd>
192 prefix of the word to be completed (string) 193 prefix of the word to be completed (string)
193 </dd><dt><i>module</i></dt> 194 </dd><dt><i>module</i></dt>
194 <dd> 195 <dd>
242 <dt><i>pos</i></dt> 243 <dt><i>pos</i></dt>
243 <dd> 244 <dd>
244 position to get character at (integer) 245 position to get character at (integer)
245 </dd><dt><i>editor</i></dt> 246 </dd><dt><i>editor</i></dt>
246 <dd> 247 <dd>
247 reference to the editor object to work with (QScintilla.Editor) 248 reference to the editor object to work with
249 (QScintilla.Editor)
248 </dd> 250 </dd>
249 </dl><dl> 251 </dl><dl>
250 <dt>Returns:</dt> 252 <dt>Returns:</dt>
251 <dd> 253 <dd>
252 requested character or "", if there are no more (string) and 254 requested character or "", if there are no more (string) and
429 </dd><dt><i>pos</i></dt> 431 </dd><dt><i>pos</i></dt>
430 <dd> 432 <dd>
431 position in the text for the calltip (integer) 433 position in the text for the calltip (integer)
432 </dd><dt><i>commas</i></dt> 434 </dd><dt><i>commas</i></dt>
433 <dd> 435 <dd>
434 minimum number of commas contained in the calltip (integer) 436 minimum number of commas contained in the calltip
437 (integer)
435 </dd> 438 </dd>
436 </dl><dl> 439 </dl><dl>
437 <dt>Returns:</dt> 440 <dt>Returns:</dt>
438 <dd> 441 <dd>
439 list of possible calltips (list of strings) 442 list of possible calltips (list of strings)

eric ide

mercurial