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 - Comments after Class definition cannot be folded
Summary: Comments after Class definition cannot be folded
Status: RESOLVED DUPLICATE of bug 40104
Alias: None
Product: editor
Classification: Unclassified
Component: Code folding (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-14 11:21 UTC by tkellerer
Modified: 2007-11-05 13:39 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 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 ***