Is it possible to rearrange the tabs in the sidebar? I would like to have the mostly used tabs visible without scrolling.
Unfortunately only one tab can be visible at a time in the sidebar.
Cheers Lex
On 16 October 2017 at 16:37, Joerg Desch news@jdesch.de wrote:
Is it possible to rearrange the tabs in the sidebar? I would like to have the mostly used tabs visible without scrolling.
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Am Mon, 16 Oct 2017 17:11:02 +1000 schrieb Lex Trotman:
Unfortunately only one tab can be visible at a time in the sidebar.
That is OK. I just want to rearrange the label/title of the notebooks in the sidebar. Currently, 4 labels are visible ("Symbols", "Documents", "Files", "Devhelp") and I want to see "Project" instead of "Files".
Le 16/10/2017 à 00:20, Joerg Desch a écrit :
Am Mon, 16 Oct 2017 17:11:02 +1000 schrieb Lex Trotman:
Unfortunately only one tab can be visible at a time in the sidebar.
That is OK. I just want to rearrange the label/title of the notebooks in the sidebar. Currently, 4 labels are visible ("Symbols", "Documents", "Files", "Devhelp") and I want to see "Project" instead of "Files".
"Files" and "DevHelp" are provided by plugins, I'm not sure but maybe it's possible to trick the plugin loading order (e.g. listing them in another order in the conffile) and it may alter the tab order then.
On 16 October 2017 at 17:24, Colomban Wendling lists.ban@herbesfolles.org wrote:
Le 16/10/2017 à 00:20, Joerg Desch a écrit :
Am Mon, 16 Oct 2017 17:11:02 +1000 schrieb Lex Trotman:
Unfortunately only one tab can be visible at a time in the sidebar.
That is OK. I just want to rearrange the label/title of the notebooks in the sidebar. Currently, 4 labels are visible ("Symbols", "Documents", "Files", "Devhelp") and I want to see "Project" instead of "Files".
"Files" and "DevHelp" are provided by plugins, I'm not sure but maybe it's possible to trick the plugin loading order (e.g. listing them in another order in the conffile) and it may alter the tab order then.
I think the conf file gets re-written each time geany closes and the order may change back then.
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Am Mon, 16 Oct 2017 00:24:04 -0700 schrieb Colomban Wendling:
"Files" and "DevHelp" are provided by plugins, I'm not sure but maybe it's possible to trick the plugin loading order (e.g. listing them in another order in the conffile) and it may alter the tab order then.
Yes, this works like expected, but only for one call. After leaving Geany, the list of active plugins seems to be rewritten.
On 16 October 2017 at 17:44, Joerg Desch news@jdesch.de wrote:
Am Mon, 16 Oct 2017 00:24:04 -0700 schrieb Colomban Wendling:
"Files" and "DevHelp" are provided by plugins, I'm not sure but maybe it's possible to trick the plugin loading order (e.g. listing them in another order in the conffile) and it may alter the tab order then.
Yes, this works like expected, but only for one call. After leaving Geany, the list of active plugins seems to be rewritten.
As I suspected.
AFAICT the list of active plugins is not sorted, the order is entirely dependent on the details of the implementation and what the user does regarding enabling and disabling plugins.
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
On 16 October 2017 at 17:21, Colomban Wendling lists.ban@herbesfolles.org wrote:
Le 16/10/2017 à 00:11, Lex Trotman a écrit :
Unfortunately only one tab can be visible at a time in the sidebar.
I think the OP meant to see the tab labels, not the content.
Oh, make the sidebar wider :)
But no it's not possible to reorder the tabs (yet at least).
Regards, Colomban _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Am Mon, 16 Oct 2017 17:40:02 +1000 schrieb Lex Trotman:
I think the OP meant to see the tab labels, not the content.
Oh, make the sidebar wider :)
That is what I've done. And I have disabled the files plugin. ;-)
Nevertheless, the order isn't optimal. "Project", "Symbols", ... would be what I expect.