Geany  0.20
Data Fields
GeanyApp Struct Reference

Important application fields. More...

Data Fields

gchar * configdir
 User configuration directory, usually ~/.config/geany.
gboolean debug_mode
 TRUE if debug messages should be printed.
struct GeanyProjectproject
 Currently active project or NULL if none is open.
const TMWorkspacetm_workspace
 TagManager workspace/session tags.

Detailed Description

Important application fields.


Field Documentation

User configuration directory, usually ~/.config/geany.

This is a full path read by tm_get_real_path().

Note:
Plugin configuration files should be saved as:
 g_build_path(G_DIR_SEPARATOR_S, geany->app->configdir, "plugins", "pluginname",
    "file.conf"); 

TRUE if debug messages should be printed.

Currently active project or NULL if none is open.

TagManager workspace/session tags.