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

Colomban Wendling notifications at xxxxx
Sat Jul 23 21:20:28 UTC 2016


> @@ -531,6 +550,8 @@ void notebook_init(void)
>  	/* in case the switch dialog misses an event while drawing the dialog */
>  	g_signal_connect(main_widgets.window, "key-release-event", G_CALLBACK(on_key_release_event), NULL);
>  
> +	g_signal_connect(geany_object, "document-open", G_CALLBACK(on_document_open), NULL);

you probably also need to catch `document-save` in case the document has been saved as.

---
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/4f219bdad24610e674da26cf2dc97d7d8a10b8c8#r71978431
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160723/3841f55d/attachment.html>


More information about the Github-comments mailing list