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 231762 - [Dark Metal] wrong highlighting color in diff window
Summary: [Dark Metal] wrong highlighting color in diff window
Status: RESOLVED DUPLICATE of bug 231821
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-25 09:08 UTC by Martin Kanak
Modified: 2013-07-31 10:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (39.91 KB, image/png)
2013-06-25 09:08 UTC, Martin Kanak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Kanak 2013-06-25 09:08:15 UTC
Created attachment 136256 [details]
screenshot

Theme: Dark Metal, Norway Today

Test to reproduce:
- have a SVN project
- all files of this project are committed
- make some local changes in file: 
   + Insert brand-new line somewhere into the file.
   + Delete some other line, but not directly next to the new line.
   + Modify another line, but not directly next to the lines mentioned above 
   + Save the file
- now do a diff between local and remote file
- as you can see on screenshot in attachments, deleted line is highlighted correctly, but modified line (row 17 on screenshot) is not highlighted at all
- also the the white color of new code in file is difficult to read in green highlight color

Product Version: NetBeans IDE Dev (Build 201306242301)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b16
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Ondrej Vrabec 2013-07-31 10:00:13 UTC
unreadable highlightings: fixed in #231821
> - as you can see on screenshot in attachments, deleted line is highlighted
> correctly, but modified line (row 17 on screenshot) is not highlighted at all
it's not supposed to. When you change just a word/several words on the line, only the modifications are highlighted to emphasize the granularity of the change. So correctly only Cauves/Hello are highlighted.

*** This bug has been marked as a duplicate of bug 231821 ***