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)


You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/935

Commit Summary

File Changes

Patch Links:


Reply to this email directly or view it on GitHub.