@asifamin13 commented on this pull request.
> + 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](https://github.com/geany/geany-plugins/blob/dc6980e5df24434597b37a5a7064837b3f5158e8/autoclose/src/autoclose.c#L93).
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 or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1221#discussion_r1132943357
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/review/[email protected]>