added git and commit integrations with highlighted diff viewer#88
Open
TimeBlaster wants to merge 8 commits intoMattParkerDev:mainfrom
Open
added git and commit integrations with highlighted diff viewer#88TimeBlaster wants to merge 8 commits intoMattParkerDev:mainfrom
TimeBlaster wants to merge 8 commits intoMattParkerDev:mainfrom
Conversation
src/SharpIDE.Application/Features/SolutionDiscovery/VsPersistence/SharpIdeModels.cs
Outdated
Show resolved
Hide resolved
src/SharpIDE.Application/Features/SolutionDiscovery/SharpIdeFolder.cs
Outdated
Show resolved
Hide resolved
- introduce a git application layer for repository snapshots, refs/history, commit and stash inspection, repository monitoring, and selective stage/unstage/revert patch building - added commit panel for browsing working tree changes, stashes - added git panel for branches, history, opening diff previews in editor - added diff rendering with reusable viewers, action gutters, connector overlays, scrollbar markers, synced scrolling - some performance and compatibility fixes
show diff for commits and working trees not yet implemented
5203842 to
0401466
Compare
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.
Summary
This PR introduces a new Git backend and related UI/editor integrations for
working with repository state, history, diffs, and stashes inside the editor.
Changes
Added a new Git backend in
SharpIDE.Applicationthat can:single line stagingAdded
CommitPanelandGitPanelto the Godot UI, with support for:Added a reusable Git diff viewer, along with editor integrations for:
Updated bottom panels to include:
Screenshot