@b4n commented on this pull request.
> SSM(sci, SCI_SETILEXER, 0, (uintptr_t) lexer); - if (old != (gint)lexer_id) + if (old != sci_get_lexer(sci)) OK. I can easily use this here (seems to work), but porting every use in Geany is gonna be more tricky, especially for cases like `highlighting_is_*_style()` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3668#discussion_r1382225682 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3668/review/[email protected]>
