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 162217

Summary: Ergonomics doesn't work well with Groovy support
Product: groovy Reporter: Geertjan Wielenga <geertjan>
Component: CodeAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WONTFIX    
Severity: blocker CC: phejl, pjiricka
Priority: P3 Keywords: ERGONOMICS
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Geertjan Wielenga 2009-04-08 13:36:28 UTC
Groovy tab in Project Properties is only available once Groovy is enabled. Groovy is only enabled (as far as I am aware)
when I create one of the samples from the Groovy support. So, the user must create a Groovy sample before being able to
use Groovy in their own projects, which is counter intuitive.
Comment 1 Geertjan Wielenga 2009-04-08 16:09:29 UTC
Actually, I was wrong. Ergonomics is actually a BIG improvement for workflow with Groovy. Why? Because now there is no
need to check the checkbox in the Project Properties... because Ergonomics sets everything up when a Groovy file is
created by the user. Therefore, a few less steps in the tutorial. Thanks.
Comment 2 Petr Hejl 2009-04-08 16:41:16 UTC
Actually there never was a need to check the checkbox first (at least both 6.5 and 6.7). Creating the groovy file was
enough. Ergonomics' job is to delay the load of groovy modules to that moment.