You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
This is a fork I've been using for a couple of months. It has some fixes to use local storage to save the tabs.
A couple of things to have in mind:
Multiple panes are partially supported (when reopened, they are put all on the same pane)
I wasn't intended to be released on public, so I have to change things back to their original (like the one on package.json, I was getting an error on an updater plugin)
Add comments to allow more understanding on the code.
If you are interested, we can talk about everything here.
If not, and you are reading and needing this plugin, feel free to use it from my repo.
hey lucas!
thanks for the pull request.
there are still unavoidable issues with how panes are handled that mean it's impossible to preserve the state of panes across sessions, which i see you've already noticed.
that obstacle was enough to deter me until it's fixed—there seems to be some activity in changing how tabs are serialized with the addition of modified text buffer layers.
if you'd like to update the package.json i'd be happy to pull this into the repo. i still have my eyes peeled for when atom's behavior changes to make git-tabs work how it should, but for now i haven't been maintaining things.
Hello again, I've made a couple of fixes and removed the changes that where not needed.
Feel free to try, comment or merge this PR.
Also I've tried (without any luck) to copy the way Atom handles the workspace on opening/closing.
I'll keep trying to see if there is a way to emulate it for branch changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello!
This is a fork I've been using for a couple of months. It has some fixes to use local storage to save the tabs.
A couple of things to have in mind:
If you are interested, we can talk about everything here.
If not, and you are reading and needing this plugin, feel free to use it from my repo.
Thanks!