From 25e3c8851a5113423ce16a6b80085925ebac2e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Techet?= Date: Sun, 6 Mar 2016 19:07:40 +0100 Subject: [PATCH 1/2] Remove deprecated GeanyFunctions *geany_functions --- autoclose/src/autoclose.c | 1 - automark/src/automark.c | 1 - codenav/src/codenavigation.c | 1 - codenav/src/codenavigation.h | 2 -- commander/src/commander-plugin.c | 1 - debugger/src/breakpoints.c | 1 - debugger/src/btnpanel.c | 1 - debugger/src/callbacks.c | 1 - debugger/src/dbm_gdb.c | 1 - debugger/src/debug.c | 1 - debugger/src/dpaned.c | 1 - debugger/src/envtree.c | 1 - debugger/src/keys.c | 1 - debugger/src/markers.c | 1 - debugger/src/plugin.c | 1 - debugger/src/tabs.c | 1 - debugger/src/tpage.c | 1 - debugger/src/utils.c | 1 - defineformat/src/defineformat.c | 1 - devhelp/src/dhp-plugin.c | 1 - devhelp/src/dhp-plugin.h | 1 - geanydoc/src/config.c | 1 - geanydoc/src/geanydoc.c | 1 - geanyextrasel/src/extrasel.c | 1 - geanygendoc/src/ggd-plugin.c | 1 - geanygendoc/src/ggd-plugin.h | 1 - geanyinsertnum/src/insertnum.c | 1 - geanylatex/src/geanylatex.c | 1 - geanylatex/src/geanylatex.h | 1 - geanylipsum/src/geanylipsum.c | 1 - geanymacro/src/geanymacro.c | 1 - geanyminiscript/src/gms.c | 1 - geanyminiscript/src/gms.h | 1 - geanynumberedbookmarks/src/geanynumberedbookmarks.c | 1 - geanypg/src/geanypg.c | 1 - geanypg/src/geanypg.h | 1 - geanyprj/src/geanyprj.c | 1 - geanyprj/src/geanyprj.h | 1 - geanyprj/src/unittests.c | 3 --- geanysendmail/src/geanysendmail.c | 1 - geanyvc/src/externdiff.c | 2 -- geanyvc/src/geanyvc.c | 1 - geanyvc/src/utils.c | 1 - geniuspaste/src/geniuspaste.c | 1 - git-changebar/src/gcb-plugin.c | 1 - markdown/src/plugin.c | 1 - overview/overview/overviewplugin.c | 1 - overview/overview/overviewplugin.h | 1 - pairtaghighlighter/src/pair_tag_highlighter.c | 1 - pohelper/src/gph-plugin.c | 1 - pretty-printer/src/PluginEntry.c | 1 - shiftcolumn/src/shiftcolumn.c | 2 -- tableconvert/src/tableconvert.c | 1 - tableconvert/src/tableconvert.h | 1 - treebrowser/src/treebrowser.c | 1 - updatechecker/src/updatechecker.c | 1 - webhelper/src/gwh-plugin.c | 1 - webhelper/src/gwh-plugin.h | 1 - xmlsnippets/src/plugin.c | 1 - xmlsnippets/src/plugin.h | 1 - 60 files changed, 65 deletions(-) diff --git a/autoclose/src/autoclose.c b/autoclose/src/autoclose.c index ecc74ca3f..c679e01bf 100644 --- a/autoclose/src/autoclose.c +++ b/autoclose/src/autoclose.c @@ -41,7 +41,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(218) PLUGIN_SET_TRANSLATABLE_INFO( diff --git a/automark/src/automark.c b/automark/src/automark.c index 33bcb9c37..e7a32d9fd 100644 --- a/automark/src/automark.c +++ b/automark/src/automark.c @@ -39,7 +39,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(216) PLUGIN_SET_TRANSLATABLE_INFO( diff --git a/codenav/src/codenavigation.c b/codenav/src/codenavigation.c index 84929d73c..ef6a0d67a 100644 --- a/codenav/src/codenavigation.c +++ b/codenav/src/codenavigation.c @@ -63,7 +63,6 @@ typedef enum /* These items are set by Geany before plugin_init() is called. */ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; static GtkListStore *list_store; /* for settings dialog */ diff --git a/codenav/src/codenavigation.h b/codenav/src/codenavigation.h index 9aa3419a5..d1af996da 100644 --- a/codenav/src/codenavigation.h +++ b/codenav/src/codenavigation.h @@ -42,7 +42,6 @@ /* Last */ #include "plugindata.h" /* this defines the plugin API */ -#include "geanyfunctions.h" /* this wraps geany_functions function pointers */ /* Debug flag */ /*#define CODE_NAVIGATION_DEBUG*/ @@ -81,7 +80,6 @@ enum /* Items for controlling geany */ extern GeanyPlugin *geany_plugin; extern GeanyData *geany_data; -extern GeanyFunctions *geany_functions; extern GeanyKeyGroup *plugin_key_group; diff --git a/commander/src/commander-plugin.c b/commander/src/commander-plugin.c index acbfc007f..9a2dc9e8d 100644 --- a/commander/src/commander-plugin.c +++ b/commander/src/commander-plugin.c @@ -34,7 +34,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(205) diff --git a/debugger/src/breakpoints.c b/debugger/src/breakpoints.c index dba416aeb..3b038bfa7 100644 --- a/debugger/src/breakpoints.c +++ b/debugger/src/breakpoints.c @@ -28,7 +28,6 @@ #include #include "geanyplugin.h" -extern GeanyFunctions *geany_functions; #include "breakpoints.h" #include "utils.h" diff --git a/debugger/src/btnpanel.c b/debugger/src/btnpanel.c index 41140bfd5..2c52945ae 100644 --- a/debugger/src/btnpanel.c +++ b/debugger/src/btnpanel.c @@ -30,7 +30,6 @@ #endif #include -extern GeanyFunctions *geany_functions; extern GeanyPlugin *geany_plugin; #include "gui.h" diff --git a/debugger/src/callbacks.c b/debugger/src/callbacks.c index 7d3ec46a0..c2bbfb7df 100644 --- a/debugger/src/callbacks.c +++ b/debugger/src/callbacks.c @@ -44,7 +44,6 @@ #include "dconfig.h" #include "tabs.h" -extern GeanyFunctions *geany_functions; /* * Set breakpoint and stack markers for a file diff --git a/debugger/src/dbm_gdb.c b/debugger/src/dbm_gdb.c index 7f0076a6e..614679739 100644 --- a/debugger/src/dbm_gdb.c +++ b/debugger/src/dbm_gdb.c @@ -33,7 +33,6 @@ #include "config.h" #endif #include -extern GeanyFunctions *geany_functions; extern GeanyData *geany_data; #include "breakpoint.h" diff --git a/debugger/src/debug.c b/debugger/src/debug.c index b98e3ea94..740daaa04 100644 --- a/debugger/src/debug.c +++ b/debugger/src/debug.c @@ -56,7 +56,6 @@ int grantpt(int fd); #include "config.h" #endif #include -extern GeanyFunctions *geany_functions; extern GeanyData *geany_data; #include "tpage.h" diff --git a/debugger/src/dpaned.c b/debugger/src/dpaned.c index 58fcd37b2..7615cb9fb 100644 --- a/debugger/src/dpaned.c +++ b/debugger/src/dpaned.c @@ -30,7 +30,6 @@ #include #include "geanyplugin.h" -extern GeanyFunctions *geany_functions; extern GeanyData *geany_data; #include "dpaned.h" diff --git a/debugger/src/envtree.c b/debugger/src/envtree.c index c0165ab3b..d7d669fcd 100644 --- a/debugger/src/envtree.c +++ b/debugger/src/envtree.c @@ -30,7 +30,6 @@ #endif #include -extern GeanyFunctions *geany_functions; extern GeanyPlugin *geany_plugin; #include diff --git a/debugger/src/keys.c b/debugger/src/keys.c index 7c35b5710..a736304af 100644 --- a/debugger/src/keys.c +++ b/debugger/src/keys.c @@ -28,7 +28,6 @@ #endif #include -extern GeanyFunctions *geany_functions; extern GeanyPlugin *geany_plugin; #include "keys.h" diff --git a/debugger/src/markers.c b/debugger/src/markers.c index 4ba3c0d6c..560cdc8c4 100644 --- a/debugger/src/markers.c +++ b/debugger/src/markers.c @@ -26,7 +26,6 @@ #include #include "geanyplugin.h" -extern GeanyFunctions *geany_functions; extern GeanyData *geany_data; #include "markers.h" diff --git a/debugger/src/plugin.c b/debugger/src/plugin.c index fe30f4974..e14a33096 100644 --- a/debugger/src/plugin.c +++ b/debugger/src/plugin.c @@ -44,7 +44,6 @@ /* These items are set by Geany before plugin_init() is called. */ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; /* Check that the running Geany supports the plugin API version used below, and check diff --git a/debugger/src/tabs.c b/debugger/src/tabs.c index 225514fb6..8b327e041 100644 --- a/debugger/src/tabs.c +++ b/debugger/src/tabs.c @@ -29,7 +29,6 @@ #endif #include -extern GeanyFunctions *geany_functions; extern GeanyData *geany_data; #include "tabs.h" diff --git a/debugger/src/tpage.c b/debugger/src/tpage.c index fdaea4a17..7553ad924 100644 --- a/debugger/src/tpage.c +++ b/debugger/src/tpage.c @@ -34,7 +34,6 @@ #endif #include "geanyplugin.h" -extern GeanyFunctions *geany_functions; extern GeanyData *geany_data; #include "breakpoints.h" diff --git a/debugger/src/utils.c b/debugger/src/utils.c index 60b7f264c..3486b8a22 100644 --- a/debugger/src/utils.c +++ b/debugger/src/utils.c @@ -36,7 +36,6 @@ #include "config.h" #endif #include -extern GeanyFunctions *geany_functions; #include "utils.h" diff --git a/defineformat/src/defineformat.c b/defineformat/src/defineformat.c index a0e004263..28ad0642c 100644 --- a/defineformat/src/defineformat.c +++ b/defineformat/src/defineformat.c @@ -47,7 +47,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(216) PLUGIN_SET_TRANSLATABLE_INFO( diff --git a/devhelp/src/dhp-plugin.c b/devhelp/src/dhp-plugin.c index 89959b273..5acfdb51d 100644 --- a/devhelp/src/dhp-plugin.c +++ b/devhelp/src/dhp-plugin.c @@ -49,7 +49,6 @@ PLUGIN_SET_TRANSLATABLE_INFO( GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; struct PluginData plugin; diff --git a/devhelp/src/dhp-plugin.h b/devhelp/src/dhp-plugin.h index f852d7c64..f8b8d8a9a 100644 --- a/devhelp/src/dhp-plugin.h +++ b/devhelp/src/dhp-plugin.h @@ -31,7 +31,6 @@ extern GeanyPlugin *geany_plugin; extern GeanyData *geany_data; -extern GeanyFunctions *geany_functions; struct PluginData diff --git a/geanydoc/src/config.c b/geanydoc/src/config.c index 931698402..1ba1d5c2f 100644 --- a/geanydoc/src/config.c +++ b/geanydoc/src/config.c @@ -29,7 +29,6 @@ #include "geanydoc.h" extern GeanyData *geany_data; -extern GeanyFunctions *geany_functions; const gchar defaults[] = "[C]\n" diff --git a/geanydoc/src/geanydoc.c b/geanydoc/src/geanydoc.c index 7358a8764..e0c6e66d3 100644 --- a/geanydoc/src/geanydoc.c +++ b/geanydoc/src/geanydoc.c @@ -37,7 +37,6 @@ /* These items are set by Geany before init() is called. */ PluginFields *plugin_fields; GeanyData *geany_data; -GeanyFunctions *geany_functions; static GtkWidget *keyb1; static GtkWidget *keyb2; diff --git a/geanyextrasel/src/extrasel.c b/geanyextrasel/src/extrasel.c index 1dd68e8f5..96364ce3d 100644 --- a/geanyextrasel/src/extrasel.c +++ b/geanyextrasel/src/extrasel.c @@ -27,7 +27,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(189) diff --git a/geanygendoc/src/ggd-plugin.c b/geanygendoc/src/ggd-plugin.c index 49b24f252..36518f944 100644 --- a/geanygendoc/src/ggd-plugin.c +++ b/geanygendoc/src/ggd-plugin.c @@ -47,7 +47,6 @@ /* These items are set by Geany before plugin_init() is called. */ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; /* TODO check minimum requierment */ PLUGIN_VERSION_CHECK (221) diff --git a/geanygendoc/src/ggd-plugin.h b/geanygendoc/src/ggd-plugin.h index 610f15f23..140673824 100644 --- a/geanygendoc/src/ggd-plugin.h +++ b/geanygendoc/src/ggd-plugin.h @@ -39,7 +39,6 @@ G_BEGIN_DECLS /* Note that this cannot be hidden since it is accessed by the Geany instance */ extern GeanyPlugin *geany_plugin; extern GeanyData *geany_data; -extern GeanyFunctions *geany_functions; /* Begin of the plugin's self API */ diff --git a/geanyinsertnum/src/insertnum.c b/geanyinsertnum/src/insertnum.c index ae3f0fd22..6bf8b4cea 100644 --- a/geanyinsertnum/src/insertnum.c +++ b/geanyinsertnum/src/insertnum.c @@ -37,7 +37,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(189) diff --git a/geanylatex/src/geanylatex.c b/geanylatex/src/geanylatex.c index 6bf58de95..d3e2fe519 100644 --- a/geanylatex/src/geanylatex.c +++ b/geanylatex/src/geanylatex.c @@ -45,7 +45,6 @@ PLUGIN_SET_TRANSLATABLE_INFO( GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; /* Widgets for plugin */ static GtkWidget *menu_latex = NULL; diff --git a/geanylatex/src/geanylatex.h b/geanylatex/src/geanylatex.h index 6395a9f9c..d9823958d 100644 --- a/geanylatex/src/geanylatex.h +++ b/geanylatex/src/geanylatex.h @@ -46,7 +46,6 @@ typedef void (*MenuCallback) (G_GNUC_UNUSED GtkMenuItem * menuitem, G_GNUC_UNUSE extern GeanyPlugin *geany_plugin; extern GeanyData *geany_data; -extern GeanyFunctions *geany_functions; #define create_sub_menu(base_menu, menu, item, title) \ diff --git a/geanylipsum/src/geanylipsum.c b/geanylipsum/src/geanylipsum.c index f6728062b..472d07b7e 100644 --- a/geanylipsum/src/geanylipsum.c +++ b/geanylipsum/src/geanylipsum.c @@ -31,7 +31,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(188) PLUGIN_SET_TRANSLATABLE_INFO( diff --git a/geanymacro/src/geanymacro.c b/geanymacro/src/geanymacro.c index 6c9512091..79a9f883d 100644 --- a/geanymacro/src/geanymacro.c +++ b/geanymacro/src/geanymacro.c @@ -174,7 +174,6 @@ enum GEANY_MACRO_BUTTON { GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(147) diff --git a/geanyminiscript/src/gms.c b/geanyminiscript/src/gms.c index c0ab8bafc..c67156cd6 100644 --- a/geanyminiscript/src/gms.c +++ b/geanyminiscript/src/gms.c @@ -45,7 +45,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; /* Check that the running Geany supports the plugin API used below, and check diff --git a/geanyminiscript/src/gms.h b/geanyminiscript/src/gms.h index f02f53f4b..80eae1499 100644 --- a/geanyminiscript/src/gms.h +++ b/geanyminiscript/src/gms.h @@ -27,7 +27,6 @@ extern GeanyPlugin *geany_plugin; extern GeanyData *geany_data; -extern GeanyFunctions *geany_functions; #endif /* GMS_H */ diff --git a/geanynumberedbookmarks/src/geanynumberedbookmarks.c b/geanynumberedbookmarks/src/geanynumberedbookmarks.c index f695608cb..91ce90b3b 100644 --- a/geanynumberedbookmarks/src/geanynumberedbookmarks.c +++ b/geanynumberedbookmarks/src/geanynumberedbookmarks.c @@ -52,7 +52,6 @@ typedef struct FileData GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(147) diff --git a/geanypg/src/geanypg.c b/geanypg/src/geanypg.c index 889e36665..83f4a0424 100644 --- a/geanypg/src/geanypg.c +++ b/geanypg/src/geanypg.c @@ -23,7 +23,6 @@ /* These items are set by Geany before plugin_init() is called. */ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; /* Check that the running Geany supports the plugin API version used below, and check * for binary compatibility. */ diff --git a/geanypg/src/geanypg.h b/geanypg/src/geanypg.h index 4b019dc4e..3235d440e 100644 --- a/geanypg/src/geanypg.h +++ b/geanypg/src/geanypg.h @@ -54,7 +54,6 @@ typedef struct extern GeanyPlugin *geany_plugin; extern GeanyData *geany_data; -extern GeanyFunctions *geany_functions; /* auxiliary functions (helper_functions.c) */ void geanypg_init_ed(encrypt_data * ed); diff --git a/geanyprj/src/geanyprj.c b/geanyprj/src/geanyprj.c index 22d5b05bd..23279c778 100644 --- a/geanyprj/src/geanyprj.c +++ b/geanyprj/src/geanyprj.c @@ -40,7 +40,6 @@ PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, "Yura Siamashka ") GeanyData *geany_data; -GeanyFunctions *geany_functions; static gchar *config_file; diff --git a/geanyprj/src/geanyprj.h b/geanyprj/src/geanyprj.h index 0dcc63e12..74c8d40cd 100644 --- a/geanyprj/src/geanyprj.h +++ b/geanyprj/src/geanyprj.h @@ -65,7 +65,6 @@ struct GeanyPrj }; extern GeanyData *geany_data; -extern GeanyFunctions *geany_functions; extern const gchar *project_type_string[NEW_PROJECT_TYPE_SIZE]; extern gboolean (*project_type_filter[NEW_PROJECT_TYPE_SIZE]) (const gchar *); diff --git a/geanyprj/src/unittests.c b/geanyprj/src/unittests.c index 0a250db23..bd1201a95 100644 --- a/geanyprj/src/unittests.c +++ b/geanyprj/src/unittests.c @@ -8,9 +8,6 @@ #include "geanyprj.h" -GeanyFunctions *geany_functions = NULL; - - void file_setup(void) { diff --git a/geanysendmail/src/geanysendmail.c b/geanysendmail/src/geanysendmail.c index 00704db01..abadfec9f 100644 --- a/geanysendmail/src/geanysendmail.c +++ b/geanysendmail/src/geanysendmail.c @@ -33,7 +33,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(199) diff --git a/geanyvc/src/externdiff.c b/geanyvc/src/externdiff.c index 5b867d97b..1b2f79ce5 100644 --- a/geanyvc/src/externdiff.c +++ b/geanyvc/src/externdiff.c @@ -26,8 +26,6 @@ #include #endif -extern GeanyFunctions *geany_functions; - enum { diff --git a/geanyvc/src/geanyvc.c b/geanyvc/src/geanyvc.c index 1666f8316..e95eb771c 100644 --- a/geanyvc/src/geanyvc.c +++ b/geanyvc/src/geanyvc.c @@ -61,7 +61,6 @@ static GtkSpell *gtkspell_new_attach(GtkTextView *view, const gchar *lang, GErro #endif GeanyData *geany_data; -GeanyFunctions *geany_functions; GeanyPlugin *geany_plugin; diff --git a/geanyvc/src/utils.c b/geanyvc/src/utils.c index 4df4291c0..9e93da0e3 100644 --- a/geanyvc/src/utils.c +++ b/geanyvc/src/utils.c @@ -23,7 +23,6 @@ #include "utils.h" extern GeanyData *geany_data; -extern GeanyFunctions *geany_functions; /* Normalize a pathname. This collapses redundant separators and up-level references so that A//B, A/./B diff --git a/geniuspaste/src/geniuspaste.c b/geniuspaste/src/geniuspaste.c index fe44e3fdc..634292b81 100644 --- a/geniuspaste/src/geniuspaste.c +++ b/geniuspaste/src/geniuspaste.c @@ -63,7 +63,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; static GtkWidget *main_menu_item = NULL; diff --git a/git-changebar/src/gcb-plugin.c b/git-changebar/src/gcb-plugin.c index 6f42a3ef2..a99fd9e8d 100644 --- a/git-changebar/src/gcb-plugin.c +++ b/git-changebar/src/gcb-plugin.c @@ -49,7 +49,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(219) /* for document IDs */ diff --git a/markdown/src/plugin.c b/markdown/src/plugin.c index d59678bfa..cf0a63952 100644 --- a/markdown/src/plugin.c +++ b/markdown/src/plugin.c @@ -26,7 +26,6 @@ GeanyData *geany_data; GeanyPlugin *geany_plugin; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(211) diff --git a/overview/overview/overviewplugin.c b/overview/overview/overviewplugin.c index 68cb724dd..652410004 100644 --- a/overview/overview/overviewplugin.c +++ b/overview/overview/overviewplugin.c @@ -33,7 +33,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; /* scintilla_get_type() is needed but was only added to the API in 224, but * previous versions will still work on Linux since it's before the symbol diff --git a/overview/overview/overviewplugin.h b/overview/overview/overviewplugin.h index 72596dde1..fc4a55ba2 100644 --- a/overview/overview/overviewplugin.h +++ b/overview/overview/overviewplugin.h @@ -29,7 +29,6 @@ extern GeanyData *geany_data; extern GeanyPlugin *geany_plugin; -extern GeanyFunctions *geany_functions; void overview_plugin_queue_update (void); gboolean overview_geany_supports_left_position (void); diff --git a/pairtaghighlighter/src/pair_tag_highlighter.c b/pairtaghighlighter/src/pair_tag_highlighter.c index e9107cfaf..666523c4b 100644 --- a/pairtaghighlighter/src/pair_tag_highlighter.c +++ b/pairtaghighlighter/src/pair_tag_highlighter.c @@ -24,7 +24,6 @@ /* These items are set by Geany before plugin_init() is called. */ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; /* Is needed for clearing highlighting after moving cursor out * from the tag */ diff --git a/pohelper/src/gph-plugin.c b/pohelper/src/gph-plugin.c index 3cf02ac53..1789799c7 100644 --- a/pohelper/src/gph-plugin.c +++ b/pohelper/src/gph-plugin.c @@ -31,7 +31,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK (211) /* FIXME: what's the version really required? */ diff --git a/pretty-printer/src/PluginEntry.c b/pretty-printer/src/PluginEntry.c index 10613340a..1b58e8d1b 100644 --- a/pretty-printer/src/PluginEntry.c +++ b/pretty-printer/src/PluginEntry.c @@ -26,7 +26,6 @@ GeanyPlugin* geany_plugin; GeanyData* geany_data; -GeanyFunctions* geany_functions; /*========================================== PLUGIN INFORMATION ==========================================================*/ diff --git a/shiftcolumn/src/shiftcolumn.c b/shiftcolumn/src/shiftcolumn.c index a954c2a1d..1b7895c2a 100644 --- a/shiftcolumn/src/shiftcolumn.c +++ b/shiftcolumn/src/shiftcolumn.c @@ -35,7 +35,6 @@ #include "document.h" #include "keybindings.h" #include "plugindata.h" -#include "geanyfunctions.h" #include #include @@ -43,7 +42,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(130) PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, diff --git a/tableconvert/src/tableconvert.c b/tableconvert/src/tableconvert.c index 44cb22311..6a8174bc9 100644 --- a/tableconvert/src/tableconvert.c +++ b/tableconvert/src/tableconvert.c @@ -34,7 +34,6 @@ PLUGIN_SET_TRANSLATABLE_INFO( GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; TableConvertRule tablerules[] = { /* LaTeX */ diff --git a/tableconvert/src/tableconvert.h b/tableconvert/src/tableconvert.h index 27de0adca..a7f9e4e6d 100644 --- a/tableconvert/src/tableconvert.h +++ b/tableconvert/src/tableconvert.h @@ -31,7 +31,6 @@ extern GeanyPlugin *geany_plugin; extern GeanyData *geany_data; -extern GeanyFunctions *geany_functions; enum diff --git a/treebrowser/src/treebrowser.c b/treebrowser/src/treebrowser.c index 9b710f572..3c7b98aa9 100644 --- a/treebrowser/src/treebrowser.c +++ b/treebrowser/src/treebrowser.c @@ -30,7 +30,6 @@ /* These items are set by Geany before plugin_init() is called. */ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; static gint page_number = 0; static GtkTreeStore *treestore; diff --git a/updatechecker/src/updatechecker.c b/updatechecker/src/updatechecker.c index 783fb3c63..d0af0eff8 100644 --- a/updatechecker/src/updatechecker.c +++ b/updatechecker/src/updatechecker.c @@ -31,7 +31,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(203) diff --git a/webhelper/src/gwh-plugin.c b/webhelper/src/gwh-plugin.c index 49dc45e13..b796832ab 100644 --- a/webhelper/src/gwh-plugin.c +++ b/webhelper/src/gwh-plugin.c @@ -40,7 +40,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(195) diff --git a/webhelper/src/gwh-plugin.h b/webhelper/src/gwh-plugin.h index bc87aeca0..f3a2b9d08 100644 --- a/webhelper/src/gwh-plugin.h +++ b/webhelper/src/gwh-plugin.h @@ -35,7 +35,6 @@ G_BEGIN_DECLS extern GeanyPlugin *geany_plugin; extern GeanyData *geany_data; -extern GeanyFunctions *geany_functions; G_END_DECLS diff --git a/xmlsnippets/src/plugin.c b/xmlsnippets/src/plugin.c index 4da00a22a..32d7ca2be 100644 --- a/xmlsnippets/src/plugin.c +++ b/xmlsnippets/src/plugin.c @@ -35,7 +35,6 @@ static gboolean editor_notify_cb(GObject *object, GeanyEditor *editor, GeanyData *geany_data; -GeanyFunctions *geany_functions; GeanyPlugin *geany_plugin; PLUGIN_VERSION_CHECK(210) diff --git a/xmlsnippets/src/plugin.h b/xmlsnippets/src/plugin.h index 9a58844d2..2677e935d 100644 --- a/xmlsnippets/src/plugin.h +++ b/xmlsnippets/src/plugin.h @@ -24,7 +24,6 @@ #define XMLSNIPPETS_PLUGIN_H #include -extern GeanyFunctions *geany_functions; #endif #endif From 52679814e6511567d7dbbd99c0df0dec846119f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Techet?= Date: Sun, 6 Mar 2016 19:26:40 +0100 Subject: [PATCH 2/2] Bump required plugin API to 224 because of removed geany_functions --- autoclose/src/autoclose.c | 2 +- automark/src/automark.c | 2 +- codenav/src/codenavigation.c | 2 +- commander/src/commander-plugin.c | 2 +- debugger/src/plugin.c | 2 +- defineformat/src/defineformat.c | 2 +- devhelp/src/dhp-plugin.c | 2 +- geanydoc/src/geanydoc.c | 2 +- geanyextrasel/src/extrasel.c | 2 +- geanygendoc/src/ggd-plugin.c | 2 +- geanyinsertnum/src/insertnum.c | 2 +- geanylatex/src/geanylatex.c | 2 +- geanylipsum/src/geanylipsum.c | 2 +- geanymacro/src/geanymacro.c | 2 +- geanyminiscript/src/gms.c | 2 +- geanynumberedbookmarks/src/geanynumberedbookmarks.c | 2 +- geanypg/src/geanypg.c | 2 +- geanyprj/src/geanyprj.c | 2 +- geanysendmail/src/geanysendmail.c | 2 +- geanyvc/src/geanyvc.c | 2 +- geniuspaste/src/geniuspaste.c | 2 +- git-changebar/src/gcb-plugin.c | 2 +- markdown/src/plugin.c | 2 +- overview/overview/overviewplugin.c | 7 ------- pairtaghighlighter/src/pair_tag_highlighter.c | 2 +- pohelper/src/gph-plugin.c | 2 +- pretty-printer/src/PluginEntry.c | 2 +- shiftcolumn/src/shiftcolumn.c | 2 +- tableconvert/src/tableconvert.c | 2 +- treebrowser/src/treebrowser.c | 2 +- updatechecker/src/updatechecker.c | 2 +- webhelper/src/gwh-plugin.c | 2 +- xmlsnippets/src/plugin.c | 2 +- 33 files changed, 32 insertions(+), 39 deletions(-) diff --git a/autoclose/src/autoclose.c b/autoclose/src/autoclose.c index c679e01bf..8ffab4bc3 100644 --- a/autoclose/src/autoclose.c +++ b/autoclose/src/autoclose.c @@ -42,7 +42,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -PLUGIN_VERSION_CHECK(218) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO( LOCALEDIR, GETTEXT_PACKAGE, diff --git a/automark/src/automark.c b/automark/src/automark.c index e7a32d9fd..ffa976970 100644 --- a/automark/src/automark.c +++ b/automark/src/automark.c @@ -40,7 +40,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -PLUGIN_VERSION_CHECK(216) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO( LOCALEDIR, GETTEXT_PACKAGE, diff --git a/codenav/src/codenavigation.c b/codenav/src/codenavigation.c index ef6a0d67a..dc1187713 100644 --- a/codenav/src/codenavigation.c +++ b/codenav/src/codenavigation.c @@ -34,7 +34,7 @@ /* Check that the running Geany supports the plugin API used below, and check * for binary compatibility. */ -PLUGIN_VERSION_CHECK(200) +PLUGIN_VERSION_CHECK(224) /* All plugins must set name, description, version and author. */ PLUGIN_SET_TRANSLATABLE_INFO( diff --git a/commander/src/commander-plugin.c b/commander/src/commander-plugin.c index 9a2dc9e8d..099e9f702 100644 --- a/commander/src/commander-plugin.c +++ b/commander/src/commander-plugin.c @@ -35,7 +35,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -PLUGIN_VERSION_CHECK(205) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO ( LOCALEDIR, GETTEXT_PACKAGE, diff --git a/debugger/src/plugin.c b/debugger/src/plugin.c index e14a33096..66c7e4a17 100644 --- a/debugger/src/plugin.c +++ b/debugger/src/plugin.c @@ -48,7 +48,7 @@ GeanyData *geany_data; /* Check that the running Geany supports the plugin API version used below, and check * for binary compatibility. */ -PLUGIN_VERSION_CHECK(209) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO( LOCALEDIR, GETTEXT_PACKAGE, diff --git a/defineformat/src/defineformat.c b/defineformat/src/defineformat.c index 28ad0642c..f4ae32c88 100644 --- a/defineformat/src/defineformat.c +++ b/defineformat/src/defineformat.c @@ -48,7 +48,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -PLUGIN_VERSION_CHECK(216) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO( LOCALEDIR, GETTEXT_PACKAGE, diff --git a/devhelp/src/dhp-plugin.c b/devhelp/src/dhp-plugin.c index 5acfdb51d..d4f7aedcc 100644 --- a/devhelp/src/dhp-plugin.c +++ b/devhelp/src/dhp-plugin.c @@ -36,7 +36,7 @@ #include "dhp.h" -PLUGIN_VERSION_CHECK(200) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO( LOCALEDIR, diff --git a/geanydoc/src/geanydoc.c b/geanydoc/src/geanydoc.c index e0c6e66d3..484714cde 100644 --- a/geanydoc/src/geanydoc.c +++ b/geanydoc/src/geanydoc.c @@ -44,7 +44,7 @@ static GtkWidget *keyb2; /* Check that Geany supports plugin API version 128 or later, and check * for binary compatibility. */ -PLUGIN_VERSION_CHECK(128) +PLUGIN_VERSION_CHECK(224) /* All plugins must set name, description, version and author. */ PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, _("Doc"), _("Call documentation viewer on current symbol."), VERSION, diff --git a/geanyextrasel/src/extrasel.c b/geanyextrasel/src/extrasel.c index 96364ce3d..510d701ef 100644 --- a/geanyextrasel/src/extrasel.c +++ b/geanyextrasel/src/extrasel.c @@ -28,7 +28,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -PLUGIN_VERSION_CHECK(189) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, _("Extra Selection"), _("Column mode, select to line / brace / anchor."), diff --git a/geanygendoc/src/ggd-plugin.c b/geanygendoc/src/ggd-plugin.c index 36518f944..6743b3cb9 100644 --- a/geanygendoc/src/ggd-plugin.c +++ b/geanygendoc/src/ggd-plugin.c @@ -49,7 +49,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; /* TODO check minimum requierment */ -PLUGIN_VERSION_CHECK (221) +PLUGIN_VERSION_CHECK (224) PLUGIN_SET_TRANSLATABLE_INFO ( LOCALEDIR, GETTEXT_PACKAGE, diff --git a/geanyinsertnum/src/insertnum.c b/geanyinsertnum/src/insertnum.c index 6bf8b4cea..510e85b10 100644 --- a/geanyinsertnum/src/insertnum.c +++ b/geanyinsertnum/src/insertnum.c @@ -38,7 +38,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -PLUGIN_VERSION_CHECK(189) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, _("Insert Numbers"), _("Insert/Fill columns with numbers."), diff --git a/geanylatex/src/geanylatex.c b/geanylatex/src/geanylatex.c index d3e2fe519..8e8bf7e68 100644 --- a/geanylatex/src/geanylatex.c +++ b/geanylatex/src/geanylatex.c @@ -33,7 +33,7 @@ #include "geanylatex.h" #include "ctype.h" -PLUGIN_VERSION_CHECK(217) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO( LOCALEDIR, diff --git a/geanylipsum/src/geanylipsum.c b/geanylipsum/src/geanylipsum.c index 472d07b7e..d2aa9f464 100644 --- a/geanylipsum/src/geanylipsum.c +++ b/geanylipsum/src/geanylipsum.c @@ -32,7 +32,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -PLUGIN_VERSION_CHECK(188) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO( LOCALEDIR, GETTEXT_PACKAGE, diff --git a/geanymacro/src/geanymacro.c b/geanymacro/src/geanymacro.c index 79a9f883d..a6d789c26 100644 --- a/geanymacro/src/geanymacro.c +++ b/geanymacro/src/geanymacro.c @@ -175,7 +175,7 @@ enum GEANY_MACRO_BUTTON { GeanyPlugin *geany_plugin; GeanyData *geany_data; -PLUGIN_VERSION_CHECK(147) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, _("Macros"),_("Macros for Geany"), diff --git a/geanyminiscript/src/gms.c b/geanyminiscript/src/gms.c index c67156cd6..9ba68538e 100644 --- a/geanyminiscript/src/gms.c +++ b/geanyminiscript/src/gms.c @@ -49,7 +49,7 @@ GeanyData *geany_data; /* Check that the running Geany supports the plugin API used below, and check * for binary compatibility. */ -PLUGIN_VERSION_CHECK(100) +PLUGIN_VERSION_CHECK(224) /* All plugins must set name, description, version and author. */ PLUGIN_SET_TRANSLATABLE_INFO( diff --git a/geanynumberedbookmarks/src/geanynumberedbookmarks.c b/geanynumberedbookmarks/src/geanynumberedbookmarks.c index 91ce90b3b..37b46fcbd 100644 --- a/geanynumberedbookmarks/src/geanynumberedbookmarks.c +++ b/geanynumberedbookmarks/src/geanynumberedbookmarks.c @@ -53,7 +53,7 @@ typedef struct FileData GeanyPlugin *geany_plugin; GeanyData *geany_data; -PLUGIN_VERSION_CHECK(147) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, "Numbered Bookmarks", diff --git a/geanypg/src/geanypg.c b/geanypg/src/geanypg.c index 83f4a0424..6f1f7c53b 100644 --- a/geanypg/src/geanypg.c +++ b/geanypg/src/geanypg.c @@ -26,7 +26,7 @@ GeanyData *geany_data; /* Check that the running Geany supports the plugin API version used below, and check * for binary compatibility. */ -PLUGIN_VERSION_CHECK(201) +PLUGIN_VERSION_CHECK(224) /* All plugins must set name, description, version and author. */ PLUGIN_SET_TRANSLATABLE_INFO( diff --git a/geanyprj/src/geanyprj.c b/geanyprj/src/geanyprj.c index 23279c778..e4aadab31 100644 --- a/geanyprj/src/geanyprj.c +++ b/geanyprj/src/geanyprj.c @@ -34,7 +34,7 @@ #include "geanyprj.h" -PLUGIN_VERSION_CHECK(221) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, "GeanyPrj", _("Alternative project support."), VERSION, "Yura Siamashka ") diff --git a/geanysendmail/src/geanysendmail.c b/geanysendmail/src/geanysendmail.c index abadfec9f..eab72d392 100644 --- a/geanysendmail/src/geanysendmail.c +++ b/geanysendmail/src/geanysendmail.c @@ -34,7 +34,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -PLUGIN_VERSION_CHECK(199) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO( LOCALEDIR, diff --git a/geanyvc/src/geanyvc.c b/geanyvc/src/geanyvc.c index e95eb771c..cc403c57d 100644 --- a/geanyvc/src/geanyvc.c +++ b/geanyvc/src/geanyvc.c @@ -64,7 +64,7 @@ GeanyData *geany_data; GeanyPlugin *geany_plugin; -PLUGIN_VERSION_CHECK(188) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO( LOCALEDIR, GETTEXT_PACKAGE, diff --git a/geniuspaste/src/geniuspaste.c b/geniuspaste/src/geniuspaste.c index 634292b81..47aef28a0 100644 --- a/geniuspaste/src/geniuspaste.c +++ b/geniuspaste/src/geniuspaste.c @@ -88,7 +88,7 @@ static gchar *author_name = NULL; static gchar *pastebin_selected = NULL; static gboolean check_button_is_checked = FALSE; -PLUGIN_VERSION_CHECK(147) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, PLUGIN_NAME, _("Paste your code on your favorite pastebin"), PLUGIN_VERSION, "Enrico Trotta ") diff --git a/git-changebar/src/gcb-plugin.c b/git-changebar/src/gcb-plugin.c index a99fd9e8d..076d28846 100644 --- a/git-changebar/src/gcb-plugin.c +++ b/git-changebar/src/gcb-plugin.c @@ -51,7 +51,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -PLUGIN_VERSION_CHECK(219) /* for document IDs */ +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO ( LOCALEDIR, GETTEXT_PACKAGE, diff --git a/markdown/src/plugin.c b/markdown/src/plugin.c index cf0a63952..7cb7b9ed9 100644 --- a/markdown/src/plugin.c +++ b/markdown/src/plugin.c @@ -27,7 +27,7 @@ GeanyData *geany_data; GeanyPlugin *geany_plugin; -PLUGIN_VERSION_CHECK(211) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, "Markdown", diff --git a/overview/overview/overviewplugin.c b/overview/overview/overviewplugin.c index 652410004..9dd55ab6e 100644 --- a/overview/overview/overviewplugin.c +++ b/overview/overview/overviewplugin.c @@ -34,14 +34,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -/* scintilla_get_type() is needed but was only added to the API in 224, but - * previous versions will still work on Linux since it's before the symbol - * linkage was fixed up. TODO: remove this after next Geany release. */ -#if GEANY_API_VERSION >= 224 PLUGIN_VERSION_CHECK (224) -#else -PLUGIN_VERSION_CHECK (211) -#endif PLUGIN_SET_TRANSLATABLE_INFO ( LOCALEDIR, diff --git a/pairtaghighlighter/src/pair_tag_highlighter.c b/pairtaghighlighter/src/pair_tag_highlighter.c index 666523c4b..064b3ac48 100644 --- a/pairtaghighlighter/src/pair_tag_highlighter.c +++ b/pairtaghighlighter/src/pair_tag_highlighter.c @@ -29,7 +29,7 @@ GeanyData *geany_data; * from the tag */ static gint highlightedBrackets[] = {0, 0, 0, 0}; -PLUGIN_VERSION_CHECK(211) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, _("Pair Tag Highlighter"), _("Finds and highlights matching opening/closing HTML tag"), diff --git a/pohelper/src/gph-plugin.c b/pohelper/src/gph-plugin.c index 1789799c7..6c817e542 100644 --- a/pohelper/src/gph-plugin.c +++ b/pohelper/src/gph-plugin.c @@ -33,7 +33,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -PLUGIN_VERSION_CHECK (211) /* FIXME: what's the version really required? */ +PLUGIN_VERSION_CHECK (224) PLUGIN_SET_TRANSLATABLE_INFO ( LOCALEDIR, GETTEXT_PACKAGE, diff --git a/pretty-printer/src/PluginEntry.c b/pretty-printer/src/PluginEntry.c index 1b58e8d1b..d3e2512fc 100644 --- a/pretty-printer/src/PluginEntry.c +++ b/pretty-printer/src/PluginEntry.c @@ -29,7 +29,7 @@ GeanyData* geany_data; /*========================================== PLUGIN INFORMATION ==========================================================*/ -PLUGIN_VERSION_CHECK(130) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO( LOCALEDIR, GETTEXT_PACKAGE, diff --git a/shiftcolumn/src/shiftcolumn.c b/shiftcolumn/src/shiftcolumn.c index 1b7895c2a..cb6e0c6d0 100644 --- a/shiftcolumn/src/shiftcolumn.c +++ b/shiftcolumn/src/shiftcolumn.c @@ -43,7 +43,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -PLUGIN_VERSION_CHECK(130) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, _("Shift Column"), _("Shift a selection left and right"), diff --git a/tableconvert/src/tableconvert.c b/tableconvert/src/tableconvert.c index 6a8174bc9..b526e326c 100644 --- a/tableconvert/src/tableconvert.c +++ b/tableconvert/src/tableconvert.c @@ -25,7 +25,7 @@ #include "tableconvert.h" #include "tableconvert_ui.h" -PLUGIN_VERSION_CHECK(200) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO( LOCALEDIR, GETTEXT_PACKAGE, _("Tableconvert"), diff --git a/treebrowser/src/treebrowser.c b/treebrowser/src/treebrowser.c index 3c7b98aa9..c9776008d 100644 --- a/treebrowser/src/treebrowser.c +++ b/treebrowser/src/treebrowser.c @@ -118,7 +118,7 @@ enum * PLUGIN INFO * ------------------ */ -PLUGIN_VERSION_CHECK(188) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO( LOCALEDIR, diff --git a/updatechecker/src/updatechecker.c b/updatechecker/src/updatechecker.c index d0af0eff8..4a5ff41a5 100644 --- a/updatechecker/src/updatechecker.c +++ b/updatechecker/src/updatechecker.c @@ -32,7 +32,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -PLUGIN_VERSION_CHECK(203) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO( LOCALEDIR, diff --git a/webhelper/src/gwh-plugin.c b/webhelper/src/gwh-plugin.c index b796832ab..62da71e6b 100644 --- a/webhelper/src/gwh-plugin.c +++ b/webhelper/src/gwh-plugin.c @@ -42,7 +42,7 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -PLUGIN_VERSION_CHECK(195) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO ( LOCALEDIR, GETTEXT_PACKAGE, diff --git a/xmlsnippets/src/plugin.c b/xmlsnippets/src/plugin.c index 32d7ca2be..4bf93958e 100644 --- a/xmlsnippets/src/plugin.c +++ b/xmlsnippets/src/plugin.c @@ -37,7 +37,7 @@ static gboolean editor_notify_cb(GObject *object, GeanyEditor *editor, GeanyData *geany_data; GeanyPlugin *geany_plugin; -PLUGIN_VERSION_CHECK(210) +PLUGIN_VERSION_CHECK(224) PLUGIN_SET_TRANSLATABLE_INFO( LOCALEDIR, GETTEXT_PACKAGE,