Hi all,
I have received several bugreports about PairTagHighlighter plugin. The subject is described on Github https://github.com/vmkononenko/pair-tag-highlighter/issues/1. While debugging I see that plugin is trying to clear highlighting on appropriate ranges, but nothing happens after SCI_INDICATORCLEARRANGE. BTW, I've checked, that clearing range is called for the correct indicator.
The issue is not reproducible on 1.23.1, while on 1.24.1 it has stable reproducibility.
I've found the issue http://sourceforge.net/p/scintilla/bugs/1604/ in Scintilla, which I suppose is related to subject. This issue was fixed in Scintilla after 3.4.2. In Geany codebase Scintilla was updated to 3.4.4 with 46affaf commit. I want to check if the issue is reproducible on this revision and one revision before.
Please, tell me how to build a certain version of Geany and plugin for it, because my playing with --with-geany-libdir and --prefix was unsuccessful.
If you have another ideas why the issue could happen, please let me know. Thanks in advance!