mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
Add integrated Git conflict resolution workflow
Introduce a three-pane UIMergeView with an editable shared result document, conflict navigation and acceptance actions, live diff highlighting, synchronized scrolling, and contextual pane labels. Read conflict stages directly from Git's index, detect paused merge operations, restore conflict sessions, and support resolving, staging, recreating, continuing, committing, and aborting operations. Add repository-aware conflict state handling, safe asynchronous lifetimes, merge operation UI, configurable key modifiers, i18n strings, and focused merge-view and Git conflict tests.
This commit is contained in:
@@ -2004,6 +2004,7 @@ workspace "eepp"
|
||||
language "C++"
|
||||
files { "src/tests/unit_tests/*.cpp",
|
||||
"src/tools/ecode/jsonhelper.cpp",
|
||||
"src/tools/ecode/plugins/git/git.cpp",
|
||||
"src/tools/ecode/plugins/autocomplete/snippetparser.cpp",
|
||||
"src/tools/ecode/plugins/autocomplete/usersnippetstore.cpp" }
|
||||
filter { "system:not windows", "system:not haiku" }
|
||||
|
||||
Reference in New Issue
Block a user