<p>In <a href="https://github.com/geany/geany/pull/1060#discussion_r66485755">src/prefs.c</a>:</p>
<pre style='color:#555'>> @@ -1108,6 +1108,9 @@ on_prefs_dialog_response(GtkDialog *dialog, gint response, gpointer user_data)
>  
>            widget = ui_lookup_widget(ui_widgets.prefs_dialog, "check_symbol_auto_completion");
>            editor_prefs.auto_complete_symbols = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(widget));
> +          
> +          widget = ui_lookup_widget(ui_widgets.prefs_dialog, "check_always_auto_close_brackets");
> +          editor_prefs.always_auto_close_brackets = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(widget));
</pre>
<p>the setting is never loaded.  Also, new settings should use Stash API, and here probably be in <em>keyfile.c:init_pref_groups()</em>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1060/files/67d9932e2620c252bb9e94d81dcc4991608b4fb0#r66485755">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ8xhR-hA0k8-tPP_oiLVtHgQGWiQks5qKE7hgaJpZM4IyHg0">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJzNmqYZixp_7CGBaUW_SjJQ6kbLVks5qKE7hgaJpZM4IyHg0.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/1060/files/67d9932e2620c252bb9e94d81dcc4991608b4fb0#r66485755"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>