Is it possible to extend Eclipse Search Menu

前端 未结 3 1278
庸人自扰
庸人自扰 2021-01-13 13:14

right now in eclipse it is not possible to extend Menu defined by Other plugins by using eclipse extension: org.eclipse.ui.menus.

I want to add one menu item in Sear

3条回答
  •  轮回少年
    2021-01-13 13:47

    As long as you know the ID of the menu or toolbar, you can extend these using the org.eclipse.ui.menus extension point. For the search menu, this ID is org.eclipse.search.menu. If you want to add stuff to the dialogGroup then use org.eclipse.search.menu?after=dialogGroup.

提交回复
热议问题