Hi !

It seems that there is a problem with the autoCompletionShowSingle
parameter :
autoCompletionShowSingle(true) select the single word,
autoCompletionShowSingle(false), show it.

Qt4/qscisintilla.cpp line 758 in 

void QsciScintilla::startAutoCompletion(AutoCompletionSource acs,
        bool checkThresh, bool single)
...
SendScintilla(SCI_AUTOCSETCHOOSESINGLE, single);
...

-- 
Vincent Renaudineau <[email protected]>
Lip6 - Paris - France

_______________________________________________
QScintilla mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/qscintilla

Reply via email to