On Tue, 20 Jul 2010 11:31:58 -0300, Bruno Lima <[email protected]> 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 _______________________________________________ QScintilla mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
