| Summary: | Console window does not hold colour scheme on restart | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Ashish Choudhari <ashishjchoudhari> |
| Component: | Debug | Assignee: | Platform-Debug-Inbox <platform-debug-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | daniel_megert |
| Version: | 4.3 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Ashish Choudhari
Works fine for me using R3.8: http://download.eclipse.org/eclipse/downloads/drops/R-3.8-201206081200/ R4.2: http://download.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/ with these steps: 1. start new workspace 2. on Run/Debug > Console change text and background color 3. paste the following snippet into the 'Package Explorer': --- %< --- class A { public static void main(String[] args) { System.out.println("works just fine"); } } --- %< --- 4. run it ==> colors as expected 5. exit 6. start with previous workspace 7. run the snippet ==> colors as set in step 2. OK, I can reproduce the bug: if I close the Console before I exit, then the first time the Console open, it has the wrong background color. *** This bug has been marked as a duplicate of bug 278529 *** |