I have installed in my eclipse (3.7.1) that i use for Java(JDT) development, aptana plugin because i'm working on some web project sometimes, now my console view have black background also when i'm in Java perspective ...
Why ?
How can i restore the default withe background of the console when i'm in Java perspective ? How can i do ?
As you can see from the screenshot above the name of the console now is : "Aptana Scripting Console" , Why ?
The strange thing is that when i run the application in debug mode the console turn automatically with the default white background, and when i remove the debug instance the console turn black background again ...
Can i change the background color of a view for a specific perspective ?
Update
Switching to Eclipse theme from Preferences > Aptana Studio > Themes i had my Console view white again, but remain the fact that the console is named "Aptana Scripting Console", seems that aptana override the default eclipse console .
If i try to open the standard JDT Console, i can't because i don't have it in the list, the console appear only when i start debug my application :
Maybe could be a bug of the plugin, or an incompatibility of eclipse with the plugin ...