@asifamin13 commented on this pull request.


In bracketcolors/src/bracketcolors.cc:

> +    static gchar char_at(ScintillaObject *sci, gint pos)
+/*
+
+----------------------------------------------------------------------------- */
+{
+    return sci_get_char_at(sci, pos);
+}

When I was writing this, I was using the autoclose plugin as a template which has this wrapper as well. I suspect the authors of autoclose used the wrapper for convenience since it's used a lot, I don't really need it as bad to be honest.


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-plugins/pull/1221/review/1335709178@github.com>