<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Is there any documentation on how to load and use the QScintilla .api
files to do autocompletion outside of the actual QScintilla editor?<br>
<br>
I'd like to be able to use the autocompletion capabilities in a couple
of different places which aren't regular text-editing UIs, and
therefore can't directly use the QScintilla widget.<br>
<br>
I've looked at the QsciAPIs class in the QScintilla reference, but it
looks like the four functions I'd really need aren't available to python<br>
<br>
void autoCompletionList (const QStringList &amp;context, QStringList
&amp;wlist)
<br>
<!-- doxytag: member="QsciAPIs::autoCompletionSelected" ref="d9ccd8478b45aa00664b43b0016559ee" args="(const QString &amp;sel)" -->
void autoCompletionSelected (const QString &amp;sel)
<br>
<!-- doxytag: member="QsciAPIs::callTips" ref="ea02073720bde97450deef54525838e4" args="(const QStringList &amp;context, QsciScintilla::CallTipsStyle style, int maxnr, int commas, int &amp;ctshift)" -->
QString callTips (const QStringList &amp;context,
QsciScintilla::CallTipsStyle style, int maxnr, int commas, int
&amp;ctshift)
<br>
<!-- doxytag: member="QsciAPIs::callTipsNextPrev" ref="aa71054979aa33bda1defdf6900e16a0" args="(int dir, int &amp;ctshift)" -->
QString callTipsNextPrev (int dir, int &amp;ctshift)<br>
<br>
<br>
So, is there any way to use the .api files outside of the internal
usage by a QScintilla editor instance?<br>
Is there any documentation on how to load and read from a prepared .api
file (the .pap files)? I can't find any docs on the format of the
information within those api files at all.<br>
<br>
Thanks in advance,<br>
-Dave<br>
<pre class="moz-signature" cols="80">-- 
Presenting:
mediocre nebula.
</pre>
</body>
</html>