This PR implements generation of scintilla_object_* wrappers for each exported sci_* function. The intention is that scintilla_object_* can be used as true object methods for GeanyScintilla.
e.g. python: text = sci.get_text() instead of text = Geany.sci_get_text(sci)
https://github.com/geany/geany/pull/935
—
Reply to this email directly or view it on GitHub.