Note: These pages are being reviewed.
How do you change the configuration of other modules?
Without adding a dependency to the other module?
Once you found out the property file (from the userdir), where the setting is located, you can set the configuration via code:
For example your setting in located in
config/Preferences/org/netbeans/modules/subversion.properties
a) So you can set it via the NbPreferences-API ` NbPreferences.root().node("org/netbeans/modules/subversion")…. `
b) Or use the branding approach from http://wiki.netbeans.org/DevFaqPropertySheetHideDescription
Apache Migration Information
The content in this page was kindly donated by Oracle Corp. to the Apache Software Foundation.
This page was exported from http://wiki.netbeans.org/DevFaqHowToChangeSettingsFromAnExternalModules , that was last modified by NetBeans user Markiewb on 2016-07-01T18:57:31Z.
NOTE: This document was automatically converted to the AsciiDoc format on 2018-02-07, and needs to be reviewed.