another crazy idea - this one is really wild, so may not be worth any time and effort:
to be able to add a "dynamic" entry in the list of sessions that acts as a placeholder and gets the project names that should be inserted in its place from the sub-folder names of a specified parent/container folder.
In my case the project names are based on the folder names of folders in a certain container folder that holds all these project main folders.
I use session manager to hold my tabs that I want to have open for each project. But each project name is normally based on the respective projects main folder name. When I add another main project folder, I usually want that project to also be displayed in the list of sessions.
Session Manager [v7.90] — Bookmark your environments: locations and/or display (save/restore tabsets and layout)
-
autocart
- Posts: 1387
- Joined: 26 Sep 2013 15:22
Re: Session Manager [v7.90] — Bookmark your environments: locations and/or display (save/restore tabsets and layout)
[AHK] redirecting Windows Explorer to XY, [XYS] Mini Tree with open tabs (cur loc expanded, tab folders highlighted), [AHK] customInlineRenameKeys, [AHK] clipboardHelper_and_XYEscToList
-
autocart
- Posts: 1387
- Joined: 26 Sep 2013 15:22
Re: Session Manager [v7.90] — Bookmark your environments: locations and/or display (save/restore tabsets and layout)
In the meantime, for anyone who wants to see the whole session name in the button's text:
Change line 4441 fromto
Simple as that. Have a good day.
Change line 4441 from
Code: Select all
$icon = "text:".chr(8249)." ".substr($nameToDisplay, 0, 20)." ".chr(8250);
Code: Select all
$icon = "text:".chr(8249)." ".$nameToDisplay." ".chr(8250);[AHK] redirecting Windows Explorer to XY, [XYS] Mini Tree with open tabs (cur loc expanded, tab folders highlighted), [AHK] customInlineRenameKeys, [AHK] clipboardHelper_and_XYEscToList
XYplorer Beta Club