Deprecated List

Global DOC_IDX (doc_ptr)
- copy into your plugin code if needed.

Global documents_foreach (i)
Use foreach_document() instead.

Global GeanyFunctions::p_msgwindow
Use GeanyFunctions::p_msgwin instead.

Global GeanyFunctions::p_support
Use ui_lookup_widget() instead.

Global GeanyKeyGroupInfo
- use plugin_set_key_group() instead.

Global plugin_fields
Use ui_add_document_sensitive() instead.

Global plugin_info
Use GeanyPlugin::info instead.

Global PLUGIN_KEY_GROUP (group_name, key_count)
- use plugin_set_key_group() instead.

Global PluginFields
Use ui_add_document_sensitive() instead.

Global PluginFlags
Use ui_add_document_sensitive() instead.

Global sci_get_selected_text (ScintillaObject *sci, gchar *text)
sci_get_selected_text is deprecated and should not be used in newly-written code. Use sci_get_selection_contents() instead.

Global sci_get_text (ScintillaObject *sci, gint len, gchar *text)
sci_get_text is deprecated and should not be used in newly-written code. Use sci_get_contents() instead.

Global sci_get_text_range (ScintillaObject *sci, gint start, gint end, gchar *text)
sci_get_text_range is deprecated and should not be used in newly-written code. Use sci_get_contents_range() instead.

Global SciFuncs::sci_send_message )(struct _ScintillaObject *sci, unsigned int iMessage, long unsigned int wParam, long int lParam)
Use scintilla_send_message() instead.

Global setptr (ptr, result)
2011/11/15 - use SETPTR() instead.

Global ui_widget_set_tooltip_text (GtkWidget *widget, const gchar *text)
0.21 use gtk_widget_set_tooltip_text() instead