<div dir="ltr"><div><div>Hi Detlev,<br></div>I did find a solution. PythonQT 3.1 does autocomplete in their PythonConsole window and gives a good example on how to extract the API from Python.<br><br></div>Andrew<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 18, 2017 at 10:06 AM, Detlev Offenbach <span dir="ltr"><<a href="mailto:detlev@die-offenbachs.de" target="_blank">detlev@die-offenbachs.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Andrew,<br>
<br>
you may have a look into the eric IDE editor. It does all that and more.<br>
<br>
Detlev<br>
<div class="HOEnZb"><div class="h5"><br>
Am Donnerstag, 18. Mai 2017, 00:51:22 CEST schrieb Andrew Cunningham:<br>
> Hi,<br>
><br>
> I’ve implemented a simple Python aware editor using QScintilla.<br>
><br>
> I notice auto-complete (naturally) only works for only the python functions<br>
> that QScintilla ‘has encountered’ in the current editor session.<br>
><br>
> I wanted to teach it about all the functions in a particular (loaded)<br>
> Python module. Obviously this will require calling into the Python API to<br>
> get the information from the module but it seems like this must have been<br>
> done before!<br>
><br>
><br>
> Thanks<br>
><br>
> ANdrew<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Detlev Offenbach<br>
<a href="mailto:detlev@die-offenbachs.de">detlev@die-offenbachs.de</a><br>
</font></span></blockquote></div><br></div>