Page 41 of 41

Re: Session Manager [v7.90]  —  Bookmark your environments: locations and/or display (save/restore tabsets and layout)

Posted: 02 Jul 2026 13:11
by autocart
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.

Re: Session Manager [v7.90]  —  Bookmark your environments: locations and/or display (save/restore tabsets and layout)

Posted: 08 Jul 2026 22:28
by autocart
In the meantime, for anyone who wants to see the whole session name in the button's text:
Change line 4441 from

Code: Select all

					$icon = "text:".chr(8249)." ".substr($nameToDisplay, 0, 20)." ".chr(8250);
to

Code: Select all

					$icon = "text:".chr(8249)." ".$nameToDisplay." ".chr(8250);
Simple as that. Have a good day.