[QScintilla]  Problem with autoCompletionShowSingle
    Vincent Renaudineau 
    vincent.renaudineau at lip6.fr
       
    Thu Feb  3 15:56:49 GMT 2011
    
    
  
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 <vincent.renaudineau at lip6.fr>
Lip6 - Paris - France
    
    
More information about the QScintilla
mailing list