Hi everyone,
The new 7.90 version is ready, I think I have fixed / addressed all issues that were raised and implemented the ideas as best as possible, but let’s do some final checks.
You can see the list in the
Session Manager Changelog.
So let’s recap to be sure:
Lusayalumino wrote: ↑24 Dec 2024 17:29
There is one little thing (and I'm not even sure it's actually Session Manager) -- many of my directories don't remember the folder views (Save Folder View #472;). I have always assumed it's because they're saved in one of my many, many, many tabsets. It would be nice if, there was a way to manage this (e.g. a toggle to turn off Session Manager's override).
⮞ After digging a bit, it’s the tabsets feature itself which takes precedence over FVS (see changelog for details). The best I could do was to add an action "Restore Folder View Settings of All Visible Tabs" (i.e. it doesn’t affect tabs in hidden pane). I also made it available as an external command, so it can easily be assigned to a keyboard shortcut, combined with the command to load a specific session, etc.
———————————————————————————
Daniel0312 wrote: ↑01 Jan 2025 18:19
For the first time ever, I got a script error today, when re-ordering sessions.
There's a ')" missing in the regex line 2654, adding it solved the error.
⮞ This one left me perplexed because I just couldn’t find an error in the regex. Maybe there was a corruption in your file… Can you send me the line you fixed so I can compare it with the default? Note that in v7.90 I’ve updated the action to reorder the list of sessions, but not the regex itself.
———————————————————————————
autocart wrote: ↑26 Feb 2025 11:06
1) Old issue:
When I save a session (mostly a temporary one) under a new session name, then it gets misplaced in the drop-down menu.
When I reorder the sorting in the edit box, there are multiple blank lines between the new session name and the preexisting session names.
I have to manually delete these blank lines for the menu to look ok again.
⮞ Well, this was more "bad design" than an bug, the empty lines acted as a separator between the manually ordered sessions and the rest, but on the next reorder those sessions were considered commited, and the new ones appened… Well, this wasn’t clean, nor clear, so I rewrote the thing (see changelog). You should find the new behavior much better!
———————————————————————————
autocart wrote: ↑26 Feb 2025 11:06
2) Crazy idea:
I notice that I find myself having the need to often switch between two sessions. Probably too complicated both for coding and also for application in the UI, but I see 2 possible solutions:
A) Keyboard-Shortcuts for (selected or all) sessions.
B) Being able to define sessions per pane, so that I can have one session open in pane 1 and another session in pane 2.
However, I completely understand if you don't want to go down either of these paths. But I thought, before I don't mention it, I just write down this feedback. Maybe something good - in any form - will come from it.
EDIT: Thinking about it, a keyboard shortcut for sessions would be preferable. Maybe also easier to implement and use?
⮞ There are already lots of way to achieve that, some of them ultra-fast!
– Ctrl+Click (default mouse modifier) on Session Manager button will switch between the last 2 sessions used
– Just pressing eg ~ (or any CKS assigned to "Quick Load"), will launch the Quick Load dialog. Then if you press the first letter(s) of a session and Enter, it will load it, eg press ~ then p will launch your session "Photo". And if you leave empty, it will switch between the last 2.
– As a last but powerful resort, you can already assign custom keyboard shortcuts to load any of your sessions, and much, much more.
⮚ You’ll find more info on all of this and more in Session Manager menu Options > Help: Cheat Sheet...
———————————————————————————
@all
Don’t hesitate to give your pre-feedback before I release the update (especially if I’ve missed or misinterpreted something).
Have a nice day,
Flux