geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
Tag-related functions. More...
Go to the source code of this file.
Functions | |
const gchar * | symbols_get_context_separator (gint ft_id) |
Gets the context separator used by the tag manager for a particular file type. More... | |
Tag-related functions.
Definition in file symbols.h.
const gchar * symbols_get_context_separator | ( | gint | ft_id | ) |
Gets the context separator used by the tag manager for a particular file type.
ft_id | File type identifier. |
Returns non-printing sequence "\x03" ie ETX (end of text) for filetypes without a context separator.
Definition at line 254 of file symbols.c.
References filetypes, and tm_parser_context_separator().
Referenced by append_calltip(), get_current_tag_name(), and get_symbol_name().