Gtksourceview-2.0
Mike Spivey <[email protected]> Tue, 01 Sep 2009 15:06:26 +0100
| Newsgroups | gmane.comp.lang.ocaml.lib.gtk |
|---|---|
| Message-ID | <1251813986.8131.7.camel@staysail> |
Dear all, I noticed there is an initial binding for gtksourceview-2.0 in the SVN repository, and I have been trying to port my application (a debugger) to use this binding, instead of the partial binding that I put together for myself some time ago. In doing so, I've noticed that a number of things are missing: * There's no binding for SourceStyleSchemeManager objects. I need access to these in order to set the search path for style schemes. * There's no support for setting display attributes for source marks. These are needed in my application to highlight breakpoints. Perhaps there are others that I haven't noticed yet. I hope there will be no objection if I add the things I need and later produce a patch. (This message is by way of ensuring that efforts on this are properly coordinated.) Best wishes, -- Mike Spivey