Geany dev
|
The Tag Manager Workspace. More...
#include <tm_workspace.h>
Data Fields | |
GPtrArray * | global_tags |
Global tags loaded at startup. More... | |
GPtrArray * | source_files |
An array of TMSourceFile pointers. More... | |
GPtrArray * | tags_array |
Sorted tags from all source files (just pointers to source file tags, the tag objects are owned by the source files). More... | |
The Tag Manager Workspace.
This is a singleton object containing a list of individual source files. There is also a global tag list which can be loaded or created. This contains global tags gleaned from /usr/include, etc. and should be used for autocompletion, calltips, etc.
GPtrArray* TMWorkspace::global_tags |
Global tags loaded at startup.
(element-type: TMTag)
GPtrArray* TMWorkspace::source_files |
An array of TMSourceFile pointers.
(element-type: TMSourceFile)
GPtrArray* TMWorkspace::tags_array |
Sorted tags from all source files (just pointers to source file tags, the tag objects are owned by the source files).
(element-type: TMTag)