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.


Bruno Seabra Mendonça Lima
--------------
Bacharel em Ciência da Computação - UFMA
Mestrando da PUC-Rio
Pesquisador Laboratório Telemidia (PUC-Rio)
Pesquisador Colaborador LAWS (UFMA)
Pesquisador/Desenvolvedor Intacto Software
-------------
www.bslima.com
_______________________________________________
QScintilla mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/qscintilla

Reply via email to