On Thu, 03 Feb 2011 16:56:49 +0100, Vincent Renaudineau
<[email protected]> wrote:
> 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);
> ...

I think it's working as it should. However it is really badly named.

I've deprecated it and added a new autoCompletionUseSingle() which is a
bit more flexible and has a better name.

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

Reply via email to