<p>In <a href="https://github.com/geany/geany/pull/1144#discussion_r72889495">src/ui_utils.h</a>:</p>
<pre style='color:#555'>> @@ -51,6 +51,8 @@ typedef struct GeanyInterfacePrefs
>    gchar                   *tagbar_font;                           /**< symbol sidebar font */
>    gchar                   *msgwin_font;                           /**< message window font */
>    gboolean                show_notebook_tabs;                     /**< whether editor tabs are visible */
> +  gboolean                auto_sort_tabs_filename;        /**< whether to automatically sort tabs based on filename */
> +  gboolean                auto_sort_tabs_pathname;        /**< whether to automatically sort tabs based on pathname */
</pre>
<p>and it would be better to have one single setting that selects the mode (<code>NONE</code>/<code>BASENAME</code>/<code>PATH</code>) instead of two mutually exclusive booleans.</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/1144/files/c064984ff29744294b7c25d2987c5b51f3c24405#r72889495">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ3hBk2MUaXmCixxSW_1wcxrKr51pks5qa3DrgaJpZM4JQxCD">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ5xLt2589SGe30JG3OFRo6IJVrF4ks5qa3DrgaJpZM4JQxCD.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/1144/files/c064984ff29744294b7c25d2987c5b51f3c24405#r72889495"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>