Re: Removing Menus, Options Panes, etc
arsi <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, Over layer.xml.. Arsi ------------------------------------------------------------------------ *From:* Jason Lee *Sent:* Saturday, March 04, 2017 11:48PM *To:* Dev *Subject:* [platform-dev] Removing Menus, Options Panes, etc > By default, NetBeans RCP applications include a number of UI elements, > some of which I'd like to be able to strip out. For example, View -> > IDE Log, Tools -> Templates, and, say, the Keymap options panel. Is > there a mechanism (in a Maven-based RCP project, in case that matters) > to suppress or remove items like that? If I had to guess, it might > involve removing some of the core cluster (?)/module dependencies, but > I don't know if 1) that's possible or 2) what the unintended > consequences of that might be. > > Anybody have ideas or pointers? Thanks! >