In src/ui_utils.h:

> @@ -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 */

and it would be better to have one single setting that selects the mode (NONE/BASENAME/PATH) instead of two mutually exclusive booleans.

Agree.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.