Is it possible to read / edit standard project properties?
"sbobrov85" <[email protected]> Sat, 15 Apr 2017 16:43:59 +0000
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello. I am newbie to programming plugins for netbeans and I can not solve one problem. Is it possible to read / edit standard project properties like remote connection or etc (Project -> Properties)? I tried to use: * ProjectUtils.getPreferences * NbProperties But all this works only for modules... I want to change what's in the file nbproject/private/private.properties Help me, please.