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 59727 - Annotations without glyph mask line numbers
Summary: Annotations without glyph mask line numbers
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks: 55639
  Show dependency tree
 
Reported: 2005-06-08 12:11 UTC by _ pkuzel
Modified: 2007-11-05 13:39 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 _ pkuzel 2005-06-08 12:11:02 UTC
CVS: Show ... Annotations annotates document by glyph-less annotations (in order
to show error stripe marks). Line numbers does not appear for annotated lines.

Expected behaviour: if annotation does not specyfy glyph thwn line numbers are
normally visible.
Comment 1 _ pkuzel 2005-06-08 12:12:08 UTC
Related to ErrorStripe API (issue #55639).
Comment 2 Martin Roskanin 2005-06-08 14:18:32 UTC
We should fix it to NB4.2
Comment 3 Martin Roskanin 2005-06-08 14:48:44 UTC
fixed in [maintrunk]

/cvs/editor/libsrc/org/netbeans/editor/GlyphGutter.java,v  <--  GlyphGutter.java
new revision: 1.46; previous revision: 1.45
Comment 4 _ pkuzel 2005-06-08 15:46:29 UTC
VERIFIED