[Github-comments] [geany/geany] Start porting to GSettings (#1257)

Matthew Brush notifications at xxxxx
Sat Oct 8 00:30:26 UTC 2016


@elextr just ported "editor_font" which shows what you were asking for an example of before, this is probably the "worst case" ugliness since:

  a) Has some `#include "settings.h"` which won't be required for porting future settings.
  b) ScintillaWidget unlike what you'd expect has no "font" property to bind directly to so it requires handling in a `changed` callback.
  c) Maintains `interface_prefs.editor_font` compatibility for plugin API.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1257#issuecomment-252389977
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161007/f354071e/attachment.html>


More information about the Github-comments mailing list