After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 763069 - Make language defaults use a GSettings layer
Make language defaults use a GSettings layer
Status: RESOLVED OBSOLETE
Product: gnome-builder
Classification: Other
Component: editor
unspecified
Other All
: Normal enhancement
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on: 738564
Blocks:
 
 
Reported: 2016-03-03 23:29 UTC by Christian Hergert
Modified: 2018-01-11 09:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Hergert 2016-03-03 23:29:27 UTC
Currently, our IdeFileSettings rely on a base GSetting for the per-language settings. However, we much this up by writing language defaults from our data/file-settings/defaults.ini.

We should instead update defaults to a new location that is under the control of Builder and we are free to overwrite them with whatever settings are in default.ini.

Such an example might be to use the org.gnome.builder.editor.language schema at a path of /org/gnome/builder/editor/language/defaults/$lang/

This would allow us to use an EggSettingsSandwich (our layered GSettings helper) of:

 [/org/gnome/builder/editor/language/c/,
  /org/gnome/builder/editor/language/projects/$project/c/,
  /org/gnome/builder/editor/language/defaults/c/]
Comment 1 Christian Hergert 2016-05-05 11:23:24 UTC
Would be nice to have someone work on this for 3.22.
Comment 2 GNOME Infrastructure Team 2018-01-11 09:58:25 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-builder/issues/79.