feat(undotree plugin): adds undotree support and a sidecar concept#160
Open
obukhovaa wants to merge 1 commit intofolke:mainfrom
Open
feat(undotree plugin): adds undotree support and a sidecar concept#160obukhovaa wants to merge 1 commit intofolke:mainfrom
obukhovaa wants to merge 1 commit intofolke:mainfrom
Conversation
Contributor
|
This PR is stale because it has been open 30 days with no activity. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
For those who can't imagine coding without undotree even in a chill mode.
The initial idea was to somehow fit it into the existing zen-mode's plugin concept, but I've quickly realised that to make it happen a new "sidecar-plugin" concept has to emerge, it effectively allows any other plugin to attach its window(s) to the main zen-view to the left or right. Since the idea of zen-mode is to not overload user with the information, only one plugin is allowed to register a sidecar.
There's a few minor places where Im not completely happy with the solution, to be specific:
Other than that it should work smoothly, at least I've been already using it for a while and didn't find any experience-breaking issues.
Screenshots