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 48057 - [40cat] An alternate editor tab icon for a modified source file that has errors.
Summary: [40cat] An alternate editor tab icon for a modified source file that has errors.
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker with 2 votes (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-27 11:17 UTC by lleland
Modified: 2007-11-05 13: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 lleland 2004-08-27 11:17:30 UTC
[ JDK VERSION : J2SE 1.5.0 ]

Since compilation errors marked in the source file might not be visible (scrolled out of the window), it would be very helpful if the icon that designates a modified and uncompiled source file (the red 1's and 0's) could be replaced with an error icon (maybe a big red 'X').

The times when it is valid for a "compile error" icon to be displayed are a subset of the times when it is valid for an "uncompiled" icon to be displayed, so there should be no conflict.

This icon would allow a developer to edit out compilation errors before dedicating processing time to an actual build. Your builds wouldn't be halted because of simple syntax errors you did not  notice were marked since they were scrolled out of the window.
Comment 1 Roman Strobl 2004-12-07 14:00:23 UTC
Changing subcomponent to annotations.
Comment 2 Vitezslav Stejskal 2007-07-19 13:47:51 UTC
There is the little square box at the top of the error sidebar (ie. the right hand side bar) that shows the current
status of a file - red == errors, yellow == warning, green == ok.