[Github-comments] [geany/geany] Add features for sorting editor tabs (#1144)

Colomban Wendling notifications at xxxxx
Sat Jul 30 14:29:11 UTC 2016


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

need to be added to the end of the structure not to break ABI, as the other fields are part of the API.
Also, those new fields should probably not be added to the API (`/**` comment), so make the comment use `/*` only.

---
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/1144/files/c064984ff29744294b7c25d2987c5b51f3c24405#r72888449
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160730/eba231ec/attachment.html>


More information about the Github-comments mailing list