| Summary: | unable to change makefile editor foreground color in syntax highlighing perferences | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Vladimir <vlaman> |
| Component: | cdt-core | Assignee: | Project Inbox <cdt-core-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | aleherb+eclipse, mschorn.eclipse |
| Version: | 3.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Vladimir
This is IMHO a serious problem for folks with disabilities that need some high contrast. Even when changing the default editor or default system background/foeground, the makefile editor ignores this. you can work around ( ugly way ) the problem by adding the following line with your own color choice (RGB) : org.eclipse.cdt.make.ui.editor.default=230,230,250 to the preference file : <workspace_dir>/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.make.ui.prefs PS : tested on eclipse 3.1.1 with cdt 3.0.1 This is a duplicate of bug 101816. |