Hi, Some changes to pluginmacros.h:
Add geany macro that simply expands to geany_data. Deprecate app, main_widgets, prefs, project macros, as the geany macro can be used instead.
http://geany.svn.sourceforge.net/viewvc/geany?view=rev&revision=2761
Also, deprecated macros and typedefs have been removed (except DOC_IDX_*).
Regards, Nick
On Mon, 7 Jul 2008 17:22:54 +0100 Nick Treleaven nick.treleaven@btinternet.com wrote:
Deprecate app, main_widgets, prefs, project macros, as the geany macro can be used instead.
We decided to remove these, as they conflicted with the new geany->main_widgets way of accessing geany_data fields (if GEANY_DISABLE_DEPRECATED was not set). Otherwise that would expand to geany_data->geany_data->main_widgets.
Regards, Nick