dmusican / Elegit

A GUI client for people who want to learn Git.
MIT License
30 stars 7 forks source link

Allow typing in middle window of conflictResolution tool #631

Open mgorra opened 6 years ago

mgorra commented 6 years ago

Currently the user can only edit the conflicting file in the tool via accepting or rejecting changes. They should also be able to edit the file via typing, and have that input be recorded. This is a pretty major feature to add, since it would require restructuring how the tool saves and parses files and conflicts.