<p>In <a href="https://github.com/geany/geany/pull/1144#discussion_r72892256">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>
<blockquote>
<p>and it would be better to have one single setting that selects the mode (NONE/BASENAME/PATH) instead of two mutually exclusive booleans.</p>
</blockquote>

<p>Agree.</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#r72892256">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ-E6rK5vQA73N7LcG2CIpJ0mXv8Yks5qa5kkgaJpZM4JQxCD">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ1P0Frz2HsBNy6eQSmhBoNom_-8pks5qa5kkgaJpZM4JQxCD.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#r72892256"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>