dorukkilitcioglu / persistd

Persist your virtual desktop over multiple reboots
GNU Affero General Public License v3.0
0 stars 0 forks source link

[SublimeText/Windows] Find way to not force users to disable automatic loading of last session #4

Open dorukkilitcioglu opened 6 years ago

dorukkilitcioglu commented 6 years ago

Currently we force users to disable automatic loading of last session to make everything work. Related Github issues:

Can't see this ever getting fixed, since the first one is from 2013. The only idea I got is to use the portable SublimeText implementation.

Ideas are welcome.

dorukkilitcioglu commented 5 years ago

This answer suggests that you can use the session objects to manage everything. An idea is to keep the default session object, but remove/rename it at project opening time so that it opens up the session object of the project. This should also allow it to continue the default session!

dorukkilitcioglu commented 5 years ago

Session Manager also looks promising, but it looks like it considers all of the open windows as the session. Not sure if it would be useful.