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 107453 - Fold Code and Assistant checkboxes in Options does not work correctly
Summary: Fold Code and Assistant checkboxes in Options does not work correctly
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Linux
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-20 15:19 UTC by Jiri Vagner
Modified: 2008-06-16 13:26 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 Jiri Vagner 2007-06-20 15:19:40 UTC
"Fold Generated Code" and "Show Assistant" checkboxes in "Options -> Miscellaneous -> GUI Builder" does not work correctly.

Steps to reproduce:
 - open IDE, create form
 - disable "Fold Generated Code" and "Show Assistant" checkboxes in "Options -> Miscellaneous -> GUI Builder"
 - go into form code, generated code is still folded
 - in Options check "Show Assistant" and go back to form designer, hints are still disabled
 - close form, open it again, hints are still disabled
 - close project, open it again, open form, hints are still disabled

Product Version: NetBeans IDE Dev (Build 200706180000)
Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04
System: Linux version 2.6.17-10-386 running on i386; UTF-8; en_US (nb)
Comment 1 Jan Stola 2008-06-16 13:26:15 UTC
"Fold Generated Code" option specifies whether initComponents() should be folded when the code is regenerated. It does 
not affect existing or opened forms until some change is made in the form.

I am not able to reproduce the second part. Assistent is shown correctly according to "Show Assistent" option in the 
last development build.