operator << for Cursor seems to not work
Kornel Benko
kornel at lyx.org
Wed Jun 12 08:53:46 UTC 2024
Am Tue, 11 Jun 2024 16:37:37 +0200
schrieb Jean-Marc Lasgouttes <lasgouttes at lyx.org>:
> Le 11/06/2024 à 16:41, Kornel Benko a écrit :
> > Works now. But gives not the needed info.
> > Result is e.g. "inset: 0x5604fff94be0 idx: 0 par: 3 pos: 0".
>
> Could you give me a concrete example I can test?
>
> JMarc
>
I have no one now, because I replaced them all.
For instance
LYXERR(Debug::FINDVERBOSE, "Stringifying with len=" << len
<< " from cursor at pos: " << cur);
is replaced with
LYXERR(Debug::FINDVERBOSE, "Stringifying with len=" << len
<< " from cursor at " << showPos(cur));
See 'git show f248b003a9f'
Kornel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: Digitale Signatur von OpenPGP
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20240612/dca50f39/attachment.asc>
More information about the lyx-devel
mailing list