Re: How to remove the "Customize" menu item from toolbars popupmenu ?

2019-05-08 Thread Emilian Bold
Sure, many of these UI things should be configurable. Even the TopComponent popup has hardcoded things but there are ugly workarounds to filter those... --emi mie., 8 mai 2019, 09:13 Tushar Joshi a scris: > As this is a platform issue and platform should be flexible, should we add > some way

Re: How to remove the "Customize" menu item from toolbars popupmenu ?

2019-05-08 Thread Tushar Joshi
As this is a platform issue and platform should be flexible, should we add some way to hide such menu items for platform applications? with regards Tushar Tushar Joshi, Nagpur: http://www.tusharjoshi.com * MCSD_NET C#, SCJP, RHCE, ZCE, PMP, CSM, SAFe, PRINCE2 * Senior Architect @

Re: How to remove the "Customize" menu item from toolbars popupmenu ?

2019-05-07 Thread Emilian Bold
I didn't do this before nor see an easy workaround. Generally I highly recommend serious Platform applications to maintain an Platform fork and recompile it themselves. Then little customizations like this are just a matter of commenting a few lines of code. Of course, this makes updating the

How to remove the "Customize" menu item from toolbars popupmenu ?

2019-05-07 Thread Jerome Lelasseux
In my RCP app the Customize action from the toolbars popup menu confuses users and I'd like to remove it. Problem is that the popupmenu is not built from the layer file, it is hardcoded (module Core Windows / ToolbarConfiguration.java / method fillToolbarsMenu() method)... Is there a