eht16 left a comment (geany/geany-plugins#1510) I won't download and open your ZIP archive.
Just create a fork and open a PR on this repository, or at least put the patch as plaintext here, like this: <pre> ```diff diff --git a/src/keyfile.c b/src/keyfile.c index c3b2ce17c..cff0cfbf8 100644 --- a/src/keyfile.c +++ b/src/keyfile.c @@ -108,6 +108,7 @@ #define GEANY_MAX_SYMBOLS_UPDATE_FREQ 250 #define GEANY_DEFAULT_FILETYPE_REGEX "-\\*-\\s*([^\\s]+)\\s*-\\*-" +just an example static gchar *scribble_text = NULL; static gint scribble_pos = -1; ``` </pre> -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1510#issuecomment-3218102658 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1510/3218102...@github.com>