87ee835ef2
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.
These files are from the Scintilla project, http://www.scintilla.org. See License.txt for the Scintilla license. We try to keep these files in sync with the official project; any changes should be sent there first. Otherwise changes could cause conflicts when we next update Scintilla. Public header constants (include/*.h) ------------------------------------- You should not add constants in header files - instead use Scintilla.iface and HFacer.py. Do not change the value of constants in header files as this will break Scintilla's ABI.