Re: [Geany-Devel] PairTagHighlighter / Not auto clear previous highlight when click other tag

2015-03-09 Thread Volodymyr Kononenko
Lex, Thank for exhaustive answer! A search with git bisect has shown, that the bug was introduced with updating Scintilla to 3.3.2: kvm@dell-e6220 /mnt/doc/devel/geany/geany $ git bisect good f5588043b7e6bbd9dff5ac37eb37b00a503d192a is the first bad commit commit

Re: [Geany-Devel] PairTagHighlighter / Not auto clear previous highlight when click other tag

2015-03-09 Thread Colomban Wendling
Hi, tl;dr: I found the issue in the end, which is in a call from the plugin. Here below is my train of responses because they still are of some interest, but you can skip directly to the last paragraph. Le 09/03/2015 14:48, Volodymyr Kononenko a écrit : A search with git bisect has shown, that

Re: [Geany-Devel] PairTagHighlighter / Not auto clear previous highlight when click other tag

2015-03-09 Thread Colomban Wendling
Le 09/03/2015 17:40, Volodymyr Kononenko a écrit : Colomban, Really my fault ( Thanks a lot for participation and detecting root cause! I've tested your patch, it fixes the issue. Thanks again! You're welcome :) P.S. The only question, when the new version of geany-plugins is planned to

Re: [Geany-Devel] PairTagHighlighter / Not auto clear previous highlight when click other tag

2015-03-09 Thread Volodymyr Kononenko
Colomban, Really my fault ( Thanks a lot for participation and detecting root cause! I've tested your patch, it fixes the issue. Thanks again! P.S. The only question, when the new version of geany-plugins is planned to be released? On 9 March 2015 at 18:19, Colomban Wendling

Re: [Geany-Devel] PairTagHighlighter / Not auto clear previous highlight when click other tag

2015-03-09 Thread Frank Lanitz
Am 09.03.2015 um 17:40 schrieb Volodymyr Kononenko: Thanks a lot for participation and detecting root cause! I've tested your patch, it fixes the issue. Just merged the PR. Cheers, Frank signature.asc Description: OpenPGP digital signature ___

Re: [Geany-Devel] PairTagHighlighter / Not auto clear previous highlight when click other tag

2015-03-09 Thread Volodymyr Kononenko
Thanks Frank! On 9 March 2015 at 22:37, Frank Lanitz fr...@frank.uvena.de wrote: Am 09.03.2015 um 17:40 schrieb Volodymyr Kononenko: Thanks a lot for participation and detecting root cause! I've tested your patch, it fixes the issue. Just merged the PR. Cheers, Frank

Re: [Geany-Devel] PairTagHighlighter / Not auto clear previous highlight when click other tag

2015-03-08 Thread Lex Trotman
cd /somedirectory mkdir geany cd geany git clone https://github.com/geany/geany.git cd geany git checkout the_version_you_want ./autogen.sh --prefix=/somedirectory/geany make install cd ../bin ./geany -c ../config gives a version of geany completely independent of your system geany for plugins