On Wed, 24 Feb 2010 13:08:24 +0000 Nick Treleaven nick.treleaven@btinternet.com wrote:
...
I had to tamper GeanyEditor struct a bit. It seems to cause no troubles for plugins as GeanyEditor is not exported. Fields 'long_line_*' are renamed to corresponding 'long_line_global_*' to emphasize they got different semantics.
I think you mean GeanyEditorPrefs, not GeanyEditor. (Although there are no doc comments, editor_prefs is actually exported so we should break the ABI also, though perhaps it would be better to just append the new field instead of inserting).
The project fields should be made private.
Now committed, thanks ;-)
Regards, Nick