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 62445 - [error_stripe]Errorstripe only showing errors
Summary: [error_stripe]Errorstripe only showing errors
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-08-17 08:48 UTC by kovica
Modified: 2007-11-05 13:42 UTC (History)
1 user (show)

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 kovica 2005-08-17 08:48:54 UTC
I'm using 4.2 dev build 200508161800.

In the editor there is the new error stripe, but it is only showing errors.
Before it was showing also TODOs, FIXMEs, breakpoints, bookmarks, ...

Where are they ?
Comment 1 Martin Roskanin 2005-08-23 13:58:23 UTC
Although bookmarks are already present in an error-stripe bar after fixing of
issue #62530
other annos mentioned in this issue are not. Honza, could you please look at
this? Thanks.
Comment 2 Martin Matula 2005-08-23 15:54:06 UTC
Reassigning to jlahoda.
Comment 3 Jan Lahoda 2005-09-12 16:50:58 UTC
I am sorry, but the current state is according the UI spec:
http://editor.netbeans.org/doc/UISpecs/ErrorStripe/errorstrip-ui-spec.html

The breakpoints and similar could be simply added, but the TODOs (FIXMEs, XXX,
etc.) cannot be added easily, please see issue #63953.

Jindra should we show other annotations (like breakpoints) in the Error Stripe?
Comment 4 kovica 2005-09-13 09:57:13 UTC
I hope you will show breakpoints, ... too and that the tasklist module will be
able to show TODOs, FIXMEs, ... as annotations.

I really like this feature.
Comment 5 Jindrich Dinga 2005-10-10 16:43:09 UTC
I think we should also show breakpoints. Honzo, please use this color (#FF8FD5) for breakpoint's stripe.
Comment 6 Jan Lahoda 2005-10-11 10:32:31 UTC
Also the error mark's color and the global "error" status color should be
changed to "#FF2A1C".
Comment 7 Jan Lahoda 2005-10-21 13:02:55 UTC
Implemented (see log below). If there are both breakpoint and bookmark on one
line (in one block of lines), breakpoint should be prefered.

Checking in debuggercore/src/org/netbeans/modules/debugger/resources/PC_anyBP.xml;
/cvs/debuggercore/src/org/netbeans/modules/debugger/resources/PC_anyBP.xml,v 
<--  PC_anyBP.xml
new revision: 1.5; previous revision: 1.4
done
Checking in debuggercore/src/org/netbeans/modules/debugger/resources/mixed_BP.xml;
/cvs/debuggercore/src/org/netbeans/modules/debugger/resources/mixed_BP.xml,v 
<--  mixed_BP.xml
new revision: 1.5; previous revision: 1.4
done
Checking in debuggercore/src/org/netbeans/modules/debugger/resources/Breakpoint.xml;
/cvs/debuggercore/src/org/netbeans/modules/debugger/resources/Breakpoint.xml,v 
<--  Breakpoint.xml
new revision: 1.8; previous revision: 1.7
done
Checking in debuggercore/src/org/netbeans/modules/debugger/resources/PC_mixedBP.xml;
/cvs/debuggercore/src/org/netbeans/modules/debugger/resources/PC_mixedBP.xml,v 
<--  PC_mixedBP.xml
new revision: 1.5; previous revision: 1.4
done
Checking in
debuggercore/src/org/netbeans/modules/debugger/resources/CondBreakpoint.xml;
/cvs/debuggercore/src/org/netbeans/modules/debugger/resources/CondBreakpoint.xml,v
 <--  CondBreakpoint.xml
new revision: 1.7; previous revision: 1.6
done
Checking in
editor/bookmarks/src/org/netbeans/modules/editor/bookmarks/resources/bookmark.xml;
/cvs/editor/bookmarks/src/org/netbeans/modules/editor/bookmarks/resources/bookmark.xml,v
 <--  bookmark.xml
new revision: 1.4; previous revision: 1.3
done
Checking in
editor/errorstripe/src/org/netbeans/modules/editor/errorstripe/AnnotationView.java;
/cvs/editor/errorstripe/src/org/netbeans/modules/editor/errorstripe/AnnotationView.java,v
 <--  AnnotationView.java
new revision: 1.26; previous revision: 1.25
done
Checking in
editor/errorstripe/src/org/netbeans/modules/editor/errorstripe/privatespi/Status.java;
/cvs/editor/errorstripe/src/org/netbeans/modules/editor/errorstripe/privatespi/Status.java,v
 <--  Status.java
new revision: 1.5; previous revision: 1.4
done