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 115708 - The editor re-paints brakepoints
Summary: The editor re-paints brakepoints
Status: RESOLVED DUPLICATE of bug 107104
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-17 13:59 UTC by Josef Pavlicek
Modified: 2007-11-05 13:45 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 Josef Pavlicek 2007-09-17 13:59:01 UTC
If I select the code (by CTRL + A or by mouse) the editor re-paints  brakepoints (red belt in the row) or profile
points. I think, if I select the code, the selected area should be "under" brakepoints (they should be still visible).
The same with profile points.
Josef
Comment 1 Vitezslav Stejskal 2007-09-18 09:42:00 UTC
A reasonable usecase, I think. It'll covered by issue #107104, which should allow merging background colors supplied by
different layers. In this particular case they're the AnnotationsDrawLayer and TextSelectionHighlighting layers.

*** This issue has been marked as a duplicate of 107104 ***