This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 122847 - Hide or implement customizer features in project and NB options
Summary: Hide or implement customizer features in project and NB options
Status: VERIFIED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: schmidtm
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-27 13:46 UTC by martin_adamek
Modified: 2008-10-30 14:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description martin_adamek 2007-11-27 13:46:12 UTC
In project customizer -> development environment chooser
in NB options -> server/port option
Comment 1 schmidtm 2007-12-13 10:04:10 UTC
Fixed this. See:

http://www.netbeans.org/source/browse/scripting/groovy/grails/src/org/netbeans/modules/groovy/grails/api/GrailsProjectConfig.java?rev=1.1&view=markup
http://www.netbeans.org/source/browse/scripting/groovy/grails/src/org/netbeans/modules/groovy/grails/api/GrailsServerState.java?r1=1.2&r2=1.3
http://www.netbeans.org/source/browse/scripting/groovy/grails/src/org/netbeans/modules/groovy/grails/GrailsServerRunnable.java?r1=1.10&r2=1.11
http://www.netbeans.org/source/browse/scripting/groovy/grails/src/org/netbeans/modules/groovy/grails/ExternalGrailsServer.java?r1=1.14&r2=1.15
http://www.netbeans.org/source/browse/scripting/groovy/grails/src/org/netbeans/modules/groovy/grails/settings/GrailsRuntimePanel.java?r1=1.7&r2=1.8
http://www.netbeans.org/source/browse/scripting/groovy/grails/src/org/netbeans/modules/groovy/grails/settings/GrailsRuntimePanel.form?r1=1.5&r2=1.6
http://www.netbeans.org/source/browse/scripting/groovy/grails/src/org/netbeans/modules/groovy/grails/settings/Bundle.properties?r1=1.5&r2=1.6
http://www.netbeans.org/source/browse/scripting/groovy/grails/src/org/netbeans/modules/groovy/grails/settings/Settings.java?r1=1.4&r2=1.5
http://www.netbeans.org/source/browse/scripting/groovy/grailsproject/src/org/netbeans/modules/groovy/grailsproject/ui/GeneralCustomizerPanel.java?r1=1.5&r2=1.6
http://www.netbeans.org/source/browse/scripting/groovy/grailsproject/src/org/netbeans/modules/groovy/grailsproject/ui/Bundle.properties?r1=1.2&r2=1.3
http://www.netbeans.org/source/browse/scripting/groovy/grailsproject/src/org/netbeans/modules/groovy/grailsproject/ui/GeneralCustomizerPanel.form?r1=1.4&r2=1.5
Comment 2 Lukas Jungmann 2008-10-02 18:32:40 UTC
v.