[QScintilla] autoCompletionFillups is not working

Bruno Lima bslima19 at gmail.com
Thu Jul 22 18:38:18 BST 2010


Is it present in the today's snapshot ?
Thanks :)

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


On Thu, Jul 22, 2010 at 10:57 AM, Phil Thompson <phil at riverbankcomputing.com
> wrote:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20100722/4a441058/attachment.html>


More information about the QScintilla mailing list