My 2 cents:
* it should use signals rather than riddling the code with additional calls every time a document is opened. Something like [`:document-new`](http://www.geany.org/manual/reference/pluginsignals_8c.html#ade8f8c5cef19212...) and [`:document-open`](http://www.geany.org/manual/reference/pluginsignals_8c.html#aac95623e4e1fae2...) * should use [Stash](http://www.geany.org/manual/reference/stash_8h.html) for new settings! * why not a plugin? * more generically, why? I mean, what is the motivation behind sorting the tabs by file name, what problem does it solve?
--- 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#issuecomment-234604865