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 53404

Summary: Comments after Class definition cannot be folded
Product: editor Reporter: tkellerer <tkellerer>
Component: Code foldingAssignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description tkellerer 2005-01-14 11:21:22 UTC
When I have a comment after the class definition
(e.g. a CVS log) this comment is not included in
the code folding:

public class Test()
{
   public Test()
   {
   }
}
/*
$Log: Test.java,v $
Revision 1.50  2005/01/14 11:15:00  tkellerer
Some change

Revision 1.49  2005/01/14 09:30:37  tkellerer
Issue xyz fixed
*/

The cvs log comment cannot be folded.

Would also be nice to include an option to fold
those comments initially as well.
Comment 1 Martin Roskanin 2005-02-02 13:53:36 UTC
Comments are not taken into fold structure yet. Changing to enhancement.


*** This issue has been marked as a duplicate of 40104 ***