The 
[`GeanyEditorPrefs`](https://github.com/geany/geany/blob/master/src/editor.h#L93)
 structure has no public members yet is [public 
itself](https://github.com/geany/geany/blob/master/src/plugindata.h#L230), 
which is likely to denote some missing documentation.

Use in Geany and GP:
```console
$ 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:
https://github.com/geany/geany/issues/910

Reply via email to