Bug 69684

Summary: [projection] Add folding preferences for Anonymous and inner types
Product: [Eclipse Project] JDT Reporter: David Corbin <dcorbin>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, eclipse, the.ubik
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description David Corbin CLA 2004-07-08 19:54:05 EDT
Code folding has a nice preference setting that controls what the folding state
of  various Java elements are when an editor is opened.  Thee preferences have
should have "Anonymous classes" as well as "Inner classes.
Comment 1 R.J. Lorimer CLA 2004-09-07 22:04:22 EDT
I have a code folding plug-in that adds some of this functionality. It currently
doesn't have a discrepency between anonymous inner classes and regular inner
classes, but the functionality is there. Check it out:
http://www.coffee-bytes.com/servlet/PlatformSupport
Comment 2 Palmer Eldritch CLA 2012-12-08 12:08:07 EST
Well this is assigned since 2004 I see - and yes folding *types* - whether top level classes, enums or nested classes would be real useful. Should I open a new bug for top level classes ?
Comment 3 Dani Megert CLA 2012-12-10 04:56:30 EST
(In reply to comment #2)
> Well this is assigned since 2004 I see - and yes folding *types* - whether
> top level classes, enums or nested classes would be real useful. Should I
> open a new bug for top level classes ?

No we can use this bug for that as well.