Export scintilla_get_type() from libgeany
commit87ee835ef22c6a8658eb479b29981e7379fa5c83
authorMatthew Brush <matt@geany.org>
Sat, 11 Apr 2015 18:44:55 +0000 (11 11:44 -0700)
committerMatthew Brush <matt@geany.org>
Sat, 11 Apr 2015 20:35:11 +0000 (11 13:35 -0700)
tree6725584b133fb4c4327ba27f31f944cf8732c044
parent8bbe58cdf79b91aa1eb38d1ac933fafdf280dc6a
Export scintilla_get_type() from libgeany

This is useful for plugins to be able to subclass the ScintillaObject
and use its full GObject features. The Overview plugin is one known
plugin that needs this.

Also update scintilla_changes.patch by running update-scintilla.sh
script with patch application commented-out and generating a reverse
diff using `git -R`, and manually remove `a/` and `b/` prefixes from
the resulting diff so it can be used with update-scintilla.sh script.
scintilla/gtk/ScintillaGTK.cxx
scintilla/scintilla_changes.patch
src/plugindata.h