Hi all,
I have implemented the functionality in a form of plugin, as it was suggested by Lex. The source code is available on Github: https://github.com/vmkononenko/pair-tag-highlighter
I've played with several HTML files and it seems to work properly. A bit more playing with code is needed for XML support. Quick testing showed, that in some cases it does not work.
To install plugin, run make && make install. It may be needed to edit Makefile depending on your OS and arch.
Suggestion and bugreports are welcome. After discussion in mailing list I will follow guidelines at http://www.geany.org/manual/reference/guidelines.html regarding adding plugin to main geany-plugins repository.
I've made pull request: https://github.com/geany/geany-plugins/pull/98
After a short discussion on IRC channel I finally decided to make a single commit. If somebody is interested in git history, the separate plugin repo is here: https://github.com/vmkononenko/pair-tag-highlighter
Please, review the pull request.
2013/4/2 Volodymyr Kononenko vmkononenko@gmail.com
Hi all,
I have implemented the functionality in a form of plugin, as it was suggested by Lex. The source code is available on Github: https://github.com/vmkononenko/pair-tag-highlighter
I've played with several HTML files and it seems to work properly. A bit more playing with code is needed for XML support. Quick testing showed, that in some cases it does not work.
To install plugin, run make && make install. It may be needed to edit Makefile depending on your OS and arch.
Suggestion and bugreports are welcome. After discussion in mailing list I will follow guidelines at http://www.geany.org/manual/reference/guidelines.html regarding adding plugin to main geany-plugins repository.
Hi all.
Yesterday Colomban made the first code review: https://github.com/geany/geany-plugins/pull/98 There are questions about using indicator. Experts in indicators, please help! Suggest exact and correct usage in my code.
Thanks in advance for your help :)
2013/4/3 Volodymyr Kononenko vmkononenko@gmail.com
I've made pull request: https://github.com/geany/geany-plugins/pull/98
After a short discussion on IRC channel I finally decided to make a single commit. If somebody is interested in git history, the separate plugin repo is here: https://github.com/vmkononenko/pair-tag-highlighter
Please, review the pull request.
2013/4/2 Volodymyr Kononenko vmkononenko@gmail.com
Hi all,
I have implemented the functionality in a form of plugin, as it was suggested by Lex. The source code is available on Github: https://github.com/vmkononenko/pair-tag-highlighter
I've played with several HTML files and it seems to work properly. A bit more playing with code is needed for XML support. Quick testing showed, that in some cases it does not work.
To install plugin, run make && make install. It may be needed to edit Makefile depending on your OS and arch.
Suggestion and bugreports are welcome. After discussion in mailing list I will follow guidelines at http://www.geany.org/manual/reference/guidelines.html regarding adding plugin to main geany-plugins repository.