I am sorry if this message will not jump into necessary thread. I'm replying to digest message in Gmail and setting appropriate subject.<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

> A little googling showed me, that this feature is in Geany wishlist. So, I<br>
> wish to implement it.<br>
> After the brief investigation I've found, that it may be implemented in<br>
> on_update_ui (src/editor.c) by checking active lexer, and if it is HTML,<br>
> then calling editor_highlight_html_tag function (or something like this).<br>
<br>
You should do language specific stuff in a plugin, you can connect to<br>
the editor-notify signal.  Just ensure you return false.<br>
<br>
><br>
> Is it OK to implement on the editor level, or you think it would be correct<br>
> to implement on the Scintilla lexer level (LexHTML.cxx)? Please, suggest.<br>
<br>
I assume you want to make it work like brace matching, when the cursor<br>
is in/next to a tag highlight the opposing tag.<br>
 </blockquote><div><br>Exactly.<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It is probably not possible to implement in the lexer as it won't be<br>
called for changes to the cursor position.<br></blockquote><div><br>Ok, I will implement it as a plugin. Thank you for the tips!<br><br></div></div>-- <br>Best regards,<br>Volodymyr Kononenko<br><a href="http://kononenko.ws" target="_blank">http://kononenko.ws</a><br>