[Github-comments] [geany/geany] Add features for sorting editor tabs (#1144)
konsolebox
notifications at xxxxx
Mon Aug 1 07:26:30 UTC 2016
> + g_free(base_b);
> + }
> +
> + g_free(dirname_b);
> + ++pos;
> + }
> +
> + g_free(base_a);
> + g_free(dirname_a);
> + move_tab(doc, -1);
> +}
> +
> +
> +static void on_document_open(GObject *obj, GeanyDocument *doc)
> +{
> + if (interface_prefs.show_notebook_tabs)
The default-permanent shortcut keys still work (Page-Up and Page-Down) when Show Editor Tabs is disabled, but secondary custom keys (mine is Ctrl-Tab and Ctrl-Shift-Tab) won't.
---
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#r72933300
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160801/83d88844/attachment.html>
More information about the Github-comments
mailing list