22#ifndef GEANY_SYMBOLS_H
23#define GEANY_SYMBOLS_H 1
39 SYMBOLS_SORT_BY_APPEARANCE,
40 SYMBOLS_SORT_USE_PREVIOUS
Document related actions: new, save, open, etc.
Structure for representing an open tab with all its properties.
void symbols_reload_config_files(void)
int symbols_generate_global_tags(int argc, char **argv, gboolean want_preprocess)
gint symbols_get_current_function(GeanyDocument *doc, const gchar **tagname)
GString * symbols_find_typenames_as_string(TMParserType lang, gboolean global)
gboolean symbols_recreate_tag_list(GeanyDocument *doc, gint sort_mode)
void symbols_finalize(void)
gboolean symbols_goto_tag(const gchar *name, gboolean definition)
void symbols_global_tags_loaded(guint file_type_idx)
void symbols_show_load_tags_dialog(void)
gint symbols_get_current_scope(GeanyDocument *doc, const gchar **tagname)
const gchar * symbols_get_context_separator(gint ft_id)
Gets the context separator used by the tag manager for a particular file type.