Bug 521234 - The annotation color is difficult to see when using Darkest Dark Theme.
Summary: The annotation color is difficult to see when using Darkest Dark Theme.
Status: CLOSED DUPLICATE of bug 521299
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.7   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2017-08-22 05:37 EDT by Marwen Ben taleb ali CLA
Modified: 2017-08-24 11:29 EDT (History)
1 user (show)

See Also:


Attachments
annotation color problem when using Darkest Dark Theme. (24.60 KB, image/png)
2017-08-22 05:37 EDT, Marwen Ben taleb ali CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marwen Ben taleb ali CLA 2017-08-22 05:37:37 EDT
Created attachment 269931 [details]
annotation color problem when using Darkest Dark Theme.

Hello,

Im working on a Symfony project and i opened the perspective php.
– The file is opened with a php editor.
– The Editor Colors is set to ‘Darkest Dark’ theme.

the problem: The annotation color is difficult to see.
Code with problem:
 
/**
 * @Assert\NotBlank(message="Champ obligatoire!")
 * @Assert\Length(min=10, minMessage="Le login doit faire au moins {{ limit }} caracteres.")
 */ 
protected $login;

Code with no problem:
 
/*message comment*/
//message comment

Im using Windows7-64bit and Eclipse Java EE IDE for Web Developers
Version: Oxygen Release (4.7.0).

in General > Appearance, i tryed all themes
-Windows classic theme, not working fine
-Light theme, working fine
-Windows XP Blue theme, working fine
-Windows XP Olive, working fine
-Classic , working fine
-Dark, not working fine
-Darkest Dark – It’s a Total Eclipse, not working fine

Im using these annotations @Assert and @ORM.
whene importing these annotations
 
use Symfony\Component\Validator\Constraints as Assert;
use Doctrine\ORM\Mapping as ORM;

it says:
 
The import Symfony\Component\Validator\Constraints is never used
The import Doctrine\ORM\Mapping is never used
Comment 1 Dani Megert CLA 2017-08-24 11:29:18 EDT

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