Using API to accept and reverse a patch
Hi I'm working on a testing system that gets a bunch of patches as input automatically accepts them and check how a plugin i wrote is behaving
I need to know if there is an API for accepting patches saving the workspace and then reversing them Thanks |
One answer
The Eclipse platform does have API to apply and reverse patches. It is fairly low level but it may still serve your purpose. Have a look at the org.eclipse.compare.patch package in the org.eclipse.compare.core bundle.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.