The GeanyEditorPrefs
structure has no public members yet is public itself, which is likely to denote some missing documentation.
Use in Geany and GP:
$ git grep 'editor_prefs->'
plugins/splitwindow.c: set_line_numbers(sci, geany->editor_prefs->show_linenumber_margin);
plugins/splitwindow.c: if (!geany->editor_prefs->folding)
$ git grep 'editor_prefs->'
defineformat/src/defineformat.c: gint max = geany_data->editor_prefs->long_line_column;
geanyextrasel/src/extrasel.c: if (geany_data->editor_prefs->smart_home_key)
geanyminiscript/src/gms.c: data->editor_prefs->indentation->width,
pohelper/src/gph-plugin.c: gint line_len = geany_data->editor_prefs->line_break_column;
—
Reply to this email directly or view it on GitHub.