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

Summary: The editor re-paints brakepoints
Product: editor Reporter: Josef Pavlicek <josefpavlicek>
Component: Painting & PrintingAssignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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 ***