@b4n commented on this pull request.
> +void sci_scroll_lines(ScintillaObject *sci, gint lines)
+{
+ SSM(sci, SCI_LINESCROLL, 0, (uptr_t) lines);
+}
+
+
@elextr I'm not concerned by any speed issues, just that although it looks
"clean", it also makes the code somewhat more complex, adding a tiny bit of an
additional constraints through new interfaces just to transform that interface
(the wrapper doesn't have any logic of its own)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3835#discussion_r1564511904
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3835/review/[email protected]>