#include <openldev-settings.h>
Data Fields | |
GConfClient * | client |
gint | auto_save |
gint | sidebar_width |
gint | height |
gint | outputmanager_height |
gint | tab_size |
gint | undo |
gint | width |
gboolean | auto_indent |
gboolean | auto_load |
gboolean | brackets |
gboolean | line_numbers |
gboolean | replace_tabs |
gboolean | right_margin |
gboolean | wrap |
gboolean | wrap_split |
string | error |
string | font_face |
string | font_size |
string | last_project |
string | warning |
GSList * | recent_files |
GSList * | plugins |
|
TRUE if auto indentation is enabled. |
|
TRUE if the last opened project is loaded on application load. |
|
Number of minutes between OpenLDev saving all of the open files. Set to 0 to disable. |
|
TRUE if the matching bracket is highlighted in the editor. |
|
Client that all of the settings are loaded from and saved to. |
|
The color used for an error in build output (e.g. FF0000). |
|
The font face used in each editor tab. |
|
A string representation of the font size used in each tab (e.g. 12). |
|
Height in pixels of the application window. |
|
Full file name of the last opened project. This will be loaded on application start if auto_load is TRUE. |
|
TRUE if line numbers are shown. |
|
Height in pixels of the build output manager. |
|
List of enabled plugins. These plugins are the only ones enabled on the next application start. |
|
List of the five most recently opened files in the editor. |
|
TRUE if spaces are inserted instead of tab characters. |
|
TRUE if a line should show the right margin at 80 characters. |
|
Width in pixels of the project sidebar. |
|
Number of spaces inserted when the tab key is pressed. |
|
Number of undoable actions to remember for each editor tab. |
|
The color used for an warning in build output (e.g. FF00FF). |
|
Width in pixels of the application window. |
|
TRUE if wrapping should be enabled in each editor tab. |
|
TRUE if words should be split when wrapping in each editor tab. |