Skip to content

Commit ce7b2ab

Browse files
committed
Fix duplicated compare/replace menu contributions
With new EGit we got adapters to File on URiEditorInputs, so the compare/replace popup menu contributions were contributed twice. Fix this by moving contribution to menu extension point and new SelectionTester. Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
1 parent 945480c commit ce7b2ab

File tree

3 files changed

+187
-346
lines changed

3 files changed

+187
-346
lines changed

AnyEditTools/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Export-Package: de.loskutov.anyedit,
3838
de.loskutov.anyedit.jdt,
3939
de.loskutov.anyedit.ui.editor,
4040
de.loskutov.anyedit.ui.preferences,
41+
de.loskutov.anyedit.ui.util,
4142
de.loskutov.anyedit.ui.wizards,
4243
de.loskutov.anyedit.util
4344
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

0 commit comments

Comments
 (0)