Hi folks,
recently I tried to customize the matching phase using the extension point
org.eclipse.emf.compare.rcp.matchEngine
.
When I realized, that my MatchEngineFactory is not used, I debugged a little bit into the org.eclipse.emf.compare.ide.ui.internal.handler.AbstractCompareHandler
which seems to be responsible for configuring EMF Compare when triggered by the context menu actions contributed by the org.eclipse.emf.compare.ide.ui plugin.
My findings were, that this AbstractCompareHandler always registers its own IMatchEngine.Factory using the highest possible ranking (.
So are contributions made via the extension point org.eclipse.emf.compare.rcp.matchEngine
considered at all?
Configuring EMF Compare programmatically works like a charm!
Thanks very much in advance!
Ferdinand
[Updated on: Wed, 02 December 2015 10:53] by Moderator