These changes do not affect current usage.
* Make StashPref and StashGroup publicly accessible so lookup functions to make Geany preferences available to plugins can be added later. * Add comment field to StashPref. - stash_group_add_comment() * Add double key type: - utils_get_setting_double() in utils.c - stash_group_add_double() in stash.c
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3000
-- Commit Summary --
* Modify/Extend Stash Settings API
-- File Changes --
M doc/stash-example.c (19) M src/plugindata.h (2) M src/stash.c (125) M src/stash.h (47) M src/utils.c (55) M src/utils.h (2)
-- Patch Links --
https://github.com/geany/geany/pull/3000.patch https://github.com/geany/geany/pull/3000.diff