Revision: 2597 http://geany.svn.sourceforge.net/geany/?rev=2597&view=rev Author: eht16 Date: 2008-05-18 09:08:26 -0700 (Sun, 18 May 2008)
Log Message: ----------- Define p_editor in the right way, oops.
Modified Paths: -------------- trunk/ChangeLog trunk/plugins/pluginmacros.h
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2008-05-18 16:03:20 UTC (rev 2596) +++ trunk/ChangeLog 2008-05-18 16:08:26 UTC (rev 2597) @@ -2,6 +2,8 @@
* src/document.c: Force using tabs for indentation when opening Makefiles. + * plugins/pluginmacros.h: + Define p_editor in the right way, oops.
2008-05-16 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/plugins/pluginmacros.h =================================================================== --- trunk/plugins/pluginmacros.h 2008-05-18 16:03:20 UTC (rev 2596) +++ trunk/plugins/pluginmacros.h 2008-05-18 16:08:26 UTC (rev 2597) @@ -39,6 +39,7 @@ * Example: document_open_file() -> p_document->open_file() */ #define p_filetypes geany_data->filetype #define p_navqueue geany_data->navqueue +#define p_editor geany_data->editor
#ifdef GEANY_DISABLE_DEPRECATED
@@ -55,7 +56,6 @@ #define p_tm geany_data->tm #define p_ui geany_data->ui #define p_utils geany_data->utils -#define p_editor geany_data->editor
#else
@@ -72,7 +72,6 @@ #define p_tm tagmanager #define p_ui ui #define p_utils utils -#define p_editor geany_data->editor
/* Temporary source compatibility macros - do not use these in new code. */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.