smashwilson / merge-conflicts

Resolve git merge conflicts in Atom
https://atom.io/packages/merge-conflicts
MIT License
432 stars 42 forks source link

[WIP] Add UI element for alternate resolution strategies like "Keep Both" #200

Open al-the-x opened 8 years ago

al-the-x commented 8 years ago

The plugin supports resolution via "Keep Both" methods acceptOursThenTheirs() and acceptTheirsThenOurs() but those options are "hidden" underneath the contextual menu (well, I certainly never thought to right-click on the conflict). Provide a UI element -- like a gear button? -- that will supply other resolution options.


This change is Reviewable

al-the-x commented 8 years ago

FYI, this is just a TODO in the code so I don't forget about it. Care to assign to me, @smashwilson?

al-the-x commented 7 years ago

@smashwilson See notes on my recent commits. Some insight would be helpful, if you have the bandwidth.

ardean commented 7 years ago

any news?