[QScintilla] Non full-Lowercase words in QsciAPIs?

Phil Thompson phil at riverbankcomputing.com
Fri Mar 23 16:44:59 GMT 2007


On Monday 19 March 2007 4:32 pm, Timo Rothenpieler wrote:
> Is it right, that i can only add full lowercase words to QsciAPIs?
> If I add something linke "FooBar" there does no list apper if i type "Foo"
> in the Editor.
> But if I add "foobar" it works like expected.
>
> I have the function "bool caseSensitive()" in my Lexer. It's returning
> false.
> And I used QsciScintilla::setAutoCompletionCaseSensitivity() to set case
> sensitivity to false.
>
> Did is miss something, or how can I tell Scintilla not to care about upper
> or lower case?

The current code is definitely broken.

Phil


More information about the QScintilla mailing list