-
Notifications
You must be signed in to change notification settings - Fork 1
DevFaqRenamingMenuItem
If you are creating a custom application (e.g. Standalone Application in suite project properties) you specify a branding for the application. You can then override localized text strings from platform modules without modifying those modules directly; the overrides will be active whenever your branding is selected (this part is taken care of for you by the suite build harness). You will need to locate the module which defines the menu item and find the localized Bundle.properties
which gives a label for it. Then you can create a file in your suite project like
branding/modules/''jarname''.jar/''path''/Bundle.properties
containing definitions of overridden labels.
When you enable branding on a suite the IDE automatically brands a few bundle strings for the main window title and so on, so you can look at these files for examples.
The Branding menu item on a suite (or Maven app project) lets you search for other strings and override them easily.
See also Technical details
Applies to: NetBeans 5.0, 5.5, 6.x === Apache Migration Information The content in this page was kindly donated by Oracle Corp. to the Apache Software Foundation. This page was exported from link:http://wiki.netbeans.org/DevFaqRenamingMenuItem[http://wiki.netbeans.org/DevFaqRenamingMenuItem] , that was last modified by NetBeans user Jglick on 2011-12-14T00:19:11Z. *NOTE:* This document was automatically converted to the AsciiDoc format on 2018-01-26, and needs to be reviewed.
Apache NetBeans is an effort undergoing incubation at The Apache Software Foundation (ASF).
Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
This wiki is an experiment pending Apache NetBeans Community approval.