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 124146

Summary: Synchronize error indicators in Projects/Files with error stripe indicator
Product: java Reporter: matthies <matthies>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description matthies 2007-12-17 16:55:19 UTC
Changes to the indicator at the top of the editor's error stripe (i.e. the small green/yellow/red box that indicates 
whether the current Java source file has errors (or warnings) or not) should directly propagate to the error indicator 
state of the document's node in the Projects and Files windows. Currently the latter is only updated when switching to 
a different document in the editor. It's irritating to see/not to see error indicators in the Projects or Files window 
when there is no error/there are any errors in the current Java source file in the editor.