Re: Starmath hightlight syntax (need help)

2021-01-27 Thread Dante Doménech
Took a look. My code was hiding the effects of a postevent stuff. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Starmath hightlight syntax (need help)

2021-01-26 Thread Miklos Vajna
Hi Dante, On Tue, Jan 26, 2021 at 08:35:07PM +0100, Dante Doménech wrote: > I'm working on a simple starmath syntax highlighter over here: > https://gerrit.libreoffice.org/c/core/+/109639 > There's a little bit more work to do finding the node on which the cursor > is placed, so don't get alarme

Starmath hightlight syntax (need help)

2021-01-26 Thread Dante Doménech
Hello. I'm working on a simple starmath syntax highlighter over here: https://gerrit.libreoffice.org/c/core/+/109639 There's a little bit more work to do finding the node on which the cursor is placed, so don't get alarmed with SmNode* brace1 = nullptr; if(brace1 != nullptr). The point: with the s