Bug 148436 - Cannot change default text color in Makefile editor
Summary: Cannot change default text color in Makefile editor
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 3.0.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.1.1   Edit
Assignee: Anton Leherbauer CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
: 101816 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-23 15:03 EDT by Benoit Miller CLA
Modified: 2008-06-19 13:56 EDT (History)
1 user (show)

See Also:


Attachments
makefile editor default color patch (2.30 KB, patch)
2006-06-23 15:04 EDT, Benoit Miller CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benoit Miller CLA 2006-06-23 15:03:21 EDT
In the Makefile Editor preference page for syntax hilighting, there is no option to change the default text color (it is hardcoded to black). This renders the Makefile editor useless if the window background color is also set to black.

The attached .diff will add the "default" preference back to the preference page.

This bug is filed against CDT 3.0.1 because that's what I run, however it is also present in the current CVS HEAD version of MakefileEditorPreferencePage.java.
Comment 1 Benoit Miller CLA 2006-06-23 15:04:10 EDT
Created attachment 45201 [details]
makefile editor default color patch
Comment 2 Anton Leherbauer CLA 2006-07-03 10:18:48 EDT
*** Bug 101816 has been marked as a duplicate of this bug. ***
Comment 3 Anton Leherbauer CLA 2006-07-03 10:30:02 EDT
Thanks, patch released to HEAD and 3.1.x branch.