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 56991 - Line highlighting isn't synchronized with annotation
Summary: Line highlighting isn't synchronized with annotation
Status: CLOSED DUPLICATE of bug 75144
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-25 13:29 UTC by Marian Mirilovic
Modified: 2009-12-03 03:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (3.21 KB, image/png)
2005-03-25 13:30 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2005-03-25 13:29:57 UTC
NB4.1(200503242007), JDK1.5.0_02

Steps to reproduce:
- run IDE
- open project
- open Options and set color for Bookmark annotation and push Use Highlight color
- add bookmark at line 17
- > annotation (arrow and color) are at the same line
- push enter et the 0 position in this line
-> color stay sat line 17 AND arrow moves at line 18 (see attached screenshot)
Comment 1 Marian Mirilovic 2005-03-25 13:30:17 UTC
Created attachment 21138 [details]
screenshot
Comment 2 Miloslav Metelka 2005-04-01 14:48:41 UTC
The problem is likely caused by DrawMark having backward bias for the highlight
of the annotation. We should resolve this during promoF.
Comment 3 Miloslav Metelka 2006-12-11 11:07:04 UTC
We could eventually migrate to use the regular annotations for the bookmarks.
This could be done in 6.0 but marking as future preliminarily.
Comment 4 Vitezslav Stejskal 2007-09-24 12:22:35 UTC

*** This issue has been marked as a duplicate of 75144 ***
Comment 5 Marian Mirilovic 2009-12-03 03:24:19 UTC
v/c