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 160028

Summary: Package view similar to Java SE
Product: groovy Reporter: Petr Hejl <phejl>
Component: GrailsAssignee: Martin Janicek <mjanicek>
Status: VERIFIED FIXED    
Severity: blocker CC: arminheinzer, athompson, fmcypriano, pjiricka, pstehlik
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: possible simple implementation for this enhancement

Description Petr Hejl 2009-03-10 17:21:36 UTC
Source packages in grails project are represented as ordinary folders we should use the same package view as Java SE
project.
Comment 1 akochnev 2009-06-03 05:20:49 UTC
*** Issue 166365 has been marked as a duplicate of this issue. ***
Comment 2 akochnev 2009-06-10 07:36:52 UTC
Created attachment 83379 [details]
possible simple implementation for this enhancement
Comment 3 akochnev 2009-06-10 07:38:44 UTC
The patch creates a "package view" for all Grails folders except : conf, i18n, views, web-app,libraries
Comment 4 akochnev 2009-10-22 16:15:01 UTC
*** Issue 173520 has been marked as a duplicate of this issue. ***
Comment 5 dmitry_skorikov 2010-03-16 08:33:42 UTC
Is there any progess on this issue ?
Comment 6 samcarr 2010-06-30 23:31:55 UTC
This is still not sorted in 6.9 I note. It makes the UI quite cluttered as you have endless package trees cascading down the screen rather than the neat collapsing that NetBeans usually does.
Comment 7 Martin Janicek 2011-12-30 12:03:24 UTC
*** Bug 206599 has been marked as a duplicate of this bug. ***
Comment 8 Martin Janicek 2011-12-30 14:01:48 UTC
Fixed in: web-main #25f9d08aaf60
Comment 9 athompson 2012-03-27 15:30:38 UTC
Still not working on daily builds after being marked as "fixed" for 3 months.  Does the code need to be merged somewhere?
Comment 10 Martin Janicek 2012-03-28 03:57:38 UTC
Ah, thanks for pointing this out! I've pushed the changes into the different branch that trunk. I'll integrate the changes right away.
Comment 11 Martin Janicek 2012-03-28 07:18:42 UTC
Ok, it should be done now. Correct revision is web-main #ab730f22ac5a
Comment 12 athompson 2012-05-15 14:37:04 UTC
yup