[Github-comments] [geany/geany-plugins] Scope: Define GETTEXT_PACKAGE macro for recent cppcheck versions (PR #1264)

2023-08-01 Thread Enrico Tröger via Github-comments
Without this, cppcheck will throw errors like ``` store/scptreestore.c:1990:37: warning: syntax error [syntaxError] g_param_spec_boolean("sublevels", P_("Sublevels"), ``` This is probably caused by the P_() macro if GETTEXT_PACKAGE is not set. Admittedly, this is the easy way to fix or better w

[Github-comments] Re: [geany/geany-plugins] Addons: Delay updating of tasks list until document has been colorised (PR #1257)

2023-08-01 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > { + AoTasksUpdateTasksForDocArguments *arguments = data; + AoTasks *t = arguments->t; + GeanyDocument *doc = arguments->doc; Alright, done and also in a few more places in the Addons plugin. -- Reply to this email directly or view it

[Github-comments] Re: [geany/geany-plugins] Addons: Delay updating of tasks list until document has been colorised (PR #1257)

2023-08-01 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. b1ba03c3edc70677df578ee7282456e38f965af5 Use DOC_VALID macro across the Addons plugin -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1257/files/d975ce3f6c1a8e03d94ceb73bfc635b84bf2a1cc..b1ba03c3edc70677df578ee7282456e38f965af5 You are receiving this b

[Github-comments] Re: [geany/geany-plugins] Problem with Chinese display (Issue #1262)

2023-08-01 Thread DarkgreenWorld via Github-comments
That's effective, thank you! -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1262#issuecomment-1659829133 You are receiving this because you are subscribed to this thread. Message ID: