denieler / save-workspace-atom-plugin

If you work with few projects same time this plugin give you the opportunity to change your workspace faster. Save your workspace, all your opened tabs, cursor position, etc. for each task you are working with.
MIT License
23 stars 5 forks source link

Open tab locations/sections lost #24

Open JestDotty opened 6 years ago

JestDotty commented 6 years ago

Had 3 sets/sections of different tabs open and a terminal (atom xtrem, had its own section)

Upon re-opening the save all tabs were put into one section (no tabs were lost, but the arrangement was), and one 'section' was removed from the layout:

image

I arranged my windows into 3 sections and saved & reloaded -- now I have 2 tab sections and again one has all the tabs in it

gary-menzel commented 6 years ago

I just added this package (it's exactly what I need) and created two workspaces. When I switched back to the first one the above happens. It is easy to reproduce and Atom complains about a deprecated API call that needs to be updated.

"atom.workspace.paneContainer has always been private, but it is now gone. Please use atom.workspace.getCenter() instead and consult the workspace API docs for public methods."

in...

.atom/packages/save-workspace/lib/models/workspace.js:46:41

I am using Atom version 1.23.3 x64

doteric commented 6 years ago

I have the exact same problem. The files will always be opened in the last used panel. Would really appreciate if such feature is added to save the locations.