Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Adding new menus using the menuContribution extension point into Search menu

Hi Mickael,

According to eclipse forum posts, the actionsets are processed after processing the menuContribution. What i found is that when my menu contribution are getting processed there is no search menu. Not sure from which it get contributed because i see that JDT also has a menu definition in it’s a actionset.

Best regards,
Gayan. 

On Mon, 7 Mar 2022 at 12:39, Mickael Istria <mistria@xxxxxxxxxx> wrote:
Hi Gayan,

> But seems like the search menu is not available when my menuContributions are processed.

Have you identified the reason why the search menu isn't contributed in 1st place? Does the plugin that contribute your menu has a dependency on the plugin that contributes this parent search menu, as it might affect the order?
_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev

Back to the top