@elextr commented on this pull request.


In src/sciwrappers.c:

>  	{
-		g_warning("Failed to find lexer for ID %u", lexer_id);
+		g_warning("Failed to find lexer for name %s", lexer_name);

going through all the lexers we use and check if we manage to create them;

Making startup slower, would have to be avoided if geany is only being run to send a filename over the socket.

Better if all lexers are tested by CI not internal to Geany.


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/1711449679@github.com>