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 167589

Summary: Cannot reset "Do not show this message again" choice
Product: java Reporter: ecastro <ecastro>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description ecastro 2009-06-24 11:38:59 UTC
I could not figure out how to reset my "Do not show this message again" choices.

I inadvertently checked the "One or more programs were compiled with errors...", and I could not find a way to uncheck
it (except by trashing my .netbeans folder).

If the functionality exists, I guess it is not visible enough (I desperately looked after it in the Options panel).
If it does not exist, a button in the Option panel would be welcomed.
Comment 1 Jiri Skrivanek 2009-06-29 11:03:32 UTC
Could you be more specific? I don't know which dialog do you mean. Please, describe step-by-step. Thank you.
Comment 2 ecastro 2009-06-29 13:31:42 UTC
Create a new Java project (ensure that compile on save is activated. Not sure it sure is necessary...)

Create two classes. One with a valid main method (i.e. it prints out "Hello World"), an other with a compile error.
When you run the valid class, you get a message "One or more programs were compiled with errors...". Check the box for
"Do not show this message again", and click Ok.

The class runs well printing out "Hello World".

Now, try to uncheck the "Do not show this message again" checkbox, so that a compile errors prevent running.

Note: the same is true for many other functionality that present "Do not show this message again" to the user.