feat(merge): additive conflict accept — stack ours/theirs in click order
Replace the single-side replace (and the short-lived accept-both button) with additive accepts: each result conflict region starts EMPTY (thin marker bar), and the gutter controls append a side in click order — > adds ours, < adds theirs (first pick on top, next below), x clears. Controls stay visible after the first pick so both sides can be stacked; empty/unresolved regions render a marker so they stay visible. en/de keys updated; Ui 128 + Localization 16 green.
This commit is contained in:
@@ -406,9 +406,9 @@
|
||||
"binaryHint": "Binärdateien können hier nicht zusammengeführt werden — brich ab und löse sie in deinem Editor:",
|
||||
"prevConflict": "Vorheriger Konflikt (Umschalt+F8)",
|
||||
"nextConflict": "Nächster Konflikt (F8)",
|
||||
"acceptOurs": "Ours ins Ergebnis übernehmen",
|
||||
"acceptTheirs": "Theirs ins Ergebnis übernehmen",
|
||||
"acceptBoth": "Beide übernehmen (ours, dann theirs)",
|
||||
"acceptOurs": "Ours hinzufügen (Reihenfolge = Stapel)",
|
||||
"acceptTheirs": "Theirs hinzufügen (Reihenfolge = Stapel)",
|
||||
"clearConflict": "Konflikt zurücksetzen (neu beginnen)",
|
||||
"continue": "Lösen & fortfahren",
|
||||
"abort": "Merge abbrechen"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user