|
Geany
1.22
|
Indentation prefs that might be different according to project or filetype. More...
Data Fields | |
| gint | hard_tab_width |
| Width of a tab, but only when using GEANY_INDENT_TYPE_BOTH. | |
| GeanyIndentType | type |
| Whether to use tabs, spaces or both to indent. | |
| gint | width |
| Indent width. | |
Indentation prefs that might be different according to project or filetype.
Use editor_get_indent_prefs() to lookup the prefs for a particular document.
| gint GeanyIndentPrefs::hard_tab_width |
Width of a tab, but only when using GEANY_INDENT_TYPE_BOTH.
To get the display tab width, use sci_get_tab_width().
| GeanyIndentType GeanyIndentPrefs::type |
Whether to use tabs, spaces or both to indent.
| gint GeanyIndentPrefs::width |
Indent width.
1.8.3