Community
Participate
Working Groups
Currently the options for the console allow the changing of the colors of: - command line - message - error though there is nothing allowing the changing of the background color. It would be nice to allow the changing of the console background colour.
Do you want to set the background color for a stream, or for the entire console?
I had been thinking just the console, imagining it as something fairly general, much in the same way as a terminal. If we were to allow stream background colour to ba changed, then I would still want the console to have a user selectable default colour, since it would be used as the 'clear colour'. If a stream has a 'null' background colour, then it would default to using the console's background colour. All this said and done, just the console background colour would be enough, with a per-stream being a bonus.
Extra note, if the background colour is specified as 'null', then the system default colour would be used, as it is done now.
Fixed. Added API to TextConsole to change set a background color. Added a preference to the debugger's process console for background color (on Console preference page).
Please verify, Mike.
verified
Hi, (I am using Eclipse 3.3.2 (Europa)) After setting the background color of the console through the preferences dialog, I create a simple "Hello World" project and run it. Unfortunately the console has the default color. If I re-run the application the console gets the color I have specified and stays that way for the rest of my eclipse session. If I restart the IDE I get the same experience. Please note that I have heavily changed the colors of the Java editor ie.default background of the java editor, keywords etc. I don't know if the console background is influenced from these settings. If you have the time please fix it :) Regards, Christos