@b4n commented on this pull request.


In src/sciwrappers.c:

>  	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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3668/review/1713565445@github.com>