sascha-wolf / sublime-GitConflictResolver

A little plugin to help you resolving this nasty conflicts.
MIT License
44 stars 6 forks source link

My two cents #1

Open MarkMurphy opened 10 years ago

MarkMurphy commented 10 years ago

Have you looked at sublimerge?

Yes, I've tried it out and I'm not a fan. It shows this on their website alat sublimerge 3-way merge but doesn't offer this functionality out of the box and I'm not sure if purchasing a licence fixes that or not. Even if buying a licence does unlock that functionality I would still prefer to see an implementation that's more of a clone to what Netbeans does. The highlighting extending all the way across the view makes it much easier to compare. And I would like to see context options or buttons to do the any of the following:

In the context of either theirs or mine at the top of each file : "Accept", "Accept & Next" In the context of a block of code in conflict a right click might reveal: "Use mine before theirs", "Use theirs before mine", "Use this whole block", "Use this whole file"

Within Netbeans I can currently do the following:

Right clicking anywhere in the project file tree that is under source control, I can see Git -> "Resolve conflicts..." is there but disabled unless there are actually conflicts somewhere in the project.

alt

Clicking on "Resolve conflicts..." opens this interface:

alt