[QScintilla] autoCompletionFillups is not working
Phil Thompson
phil at riverbankcomputing.com
Thu Jul 22 14:57:00 BST 2010
On Tue, 20 Jul 2010 11:31:58 -0300, Bruno Lima <bslima19 at gmail.com> wrote:
> Hi,
> I setup a lexer that extends the HTML one.
> Everything works great except the autoCompletionFillups.
> I reemplimented the default implementation in QsciLexer:
>
> const char *QsciLexerNCL::autoCompletionFillups() const {
>
> return "/>";
>
> }
>
>
> But when i choose the word in the autoCompletetion list the fillup is
not
> appended to the text.
> Anyone has an ideia why ?
>
> Thanks for any help.
I suspect that this is a build issue. I had the same problem while putting
together a test case, but I think it was caused by not recompiling
everything.
Anyway, it's a good change for the HTML lexer itself so I've added it to
that and everything seems to work.
Phil
More information about the QScintilla
mailing list