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 121139 - cleanup auto-generated code variables: surround with editor-fold
Summary: cleanup auto-generated code variables: surround with editor-fold
Status: RESOLVED DUPLICATE of bug 59302
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-05 04:11 UTC by ggsize
Modified: 2007-11-05 14:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ggsize 2007-11-05 04:11:35 UTC
There is a section of code that is auto-generated by using the design view for forms. This section is surrounded by 
editor-fold (// <editor-fold defaultstate="collapsed" desc="Generated Code"> ) Why not also use editor-fold on the 
declared variables right below this code, which is auto-generated and also labelled with "do not modify". This will 
make the code look cleaner.
Comment 1 Tomas Pavek 2007-11-05 14:39:02 UTC

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