Detlev Offenbach wrote:
* The autocomplete window always pops up regardless of how I configure
it. I want it to be available but only to appear when I press
Ctnl+Space. (I see that you've improved the popup too in the snapshot.
cool! much better)
Did you disable autocompletion in the configuration dialog? It works over
here.
I've had a very though play with the autocompletion dialog and have
tried every combination. It even pops up by its self when the threshold
is on 10. It does look like a bug. Tell me where to insert the debug
line. ;-)

In file QScintilla/Editor.py in method __setAutoCompletion check, what the call of Preferences.getEditor("AutoCompletionEnabled") returns. If autocompletion has been turned off in the configuration dialog, this should be False. If it still returns True, please exit eric4 and check the file ~/.config/Eric4/eric4.conf. The AutoCompletionEnabled in the Editor section should be 0.

Ok. That does turn off the automatic popup, but now Ctnl+Space gives an error message about "...no autocompletion source set".

cheers,

--
Simon Edwards             | KDE-NL, Guidance tools, Guarddog Firewall
[EMAIL PROTECTED]       | http://www.simonzone.com/software/
Nijmegen, The Netherlands | "ZooTV? You made the right choice."
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to