Hi,<div>I setup a lexer that extends the HTML one.</div><div>Everything works great except the <span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">autoCompletionFillups.</span></div><div><div>
I reemplimented the default implementation in QsciLexer:</div><div><br></div><div><pre style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><span style="color: rgb(128, 128, 0); ">const</span><span style="color: rgb(192, 192, 192); "> </span><span style="color: rgb(128, 128, 0); ">char</span><span style="color: rgb(192, 192, 192); "> </span><span style="color: rgb(0, 0, 0); ">*</span>QsciLexerNCL<span style="color: rgb(0, 0, 0); ">::</span>autoCompletionFillups<span style="color: rgb(0, 0, 0); ">()</span><span style="color: rgb(192, 192, 192); "> </span><span style="color: rgb(128, 128, 0); ">const</span><span style="color: rgb(192, 192, 192); "> </span><span style="color: rgb(0, 0, 0); ">{</span></pre>
<pre style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><span style="color: rgb(192, 192, 192); "> </span><span style="color: rgb(128, 128, 0); ">return</span><span style="color: rgb(192, 192, 192); "> </span><span style="color: rgb(0, 128, 0); ">"/>"</span><span style="color: rgb(0, 0, 0); ">;</span></pre>
<pre style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; "><span style="color: rgb(0, 0, 0); ">}</span></pre><pre style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-indent: 0px; ">
<span style="color: rgb(0, 0, 0); "><br></span></pre></div><div>But when i choose the word in the autoCompletetion list the fillup is not appended to the text.</div></div><div>Anyone has an ideia why ?</div><div><br></div>
<div>Thanks for any help.</div><div><br></div><div><br></div><div>
Bruno Seabra Mendonça Lima<br>--------------<br>Bacharel em Ciência da Computação - UFMA<br>Mestrando da PUC-Rio<br>Pesquisador Laboratório Telemidia (PUC-Rio)<br>Pesquisador Colaborador LAWS (UFMA)<br>Pesquisador/Desenvolvedor Intacto Software<br>
-------------<br><a href="http://www.bslima.com">www.bslima.com</a><br>
</div>