Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-11-17 21:56:53 +0000
committerDarin Wright2006-11-17 21:56:53 +0000
commit53b044bc60827f3615f128ac13ae46af2817eefc (patch)
treeacd39b70dc51da3c82294ccf1494992b3eceb406 /org.eclipse.debug.core
parent1cc8bf2b733cd689c5bb071156bfaaa1695799ee (diff)
downloadeclipse.platform.debug-53b044bc60827f3615f128ac13ae46af2817eefc.tar.gz
eclipse.platform.debug-53b044bc60827f3615f128ac13ae46af2817eefc.tar.xz
eclipse.platform.debug-53b044bc60827f3615f128ac13ae46af2817eefc.zip
Bug 156761 Allow possibility of changing console background color
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/buildnotes_platform-debug.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/buildnotes_platform-debug.html b/org.eclipse.debug.core/buildnotes_platform-debug.html
index 5cfda5df8..84739407d 100644
--- a/org.eclipse.debug.core/buildnotes_platform-debug.html
+++ b/org.eclipse.debug.core/buildnotes_platform-debug.html
@@ -174,10 +174,12 @@ The launch framework has been enhanced to support the following:
</ul>
<h3>Console</h3>
<ul>
- <li>added <code>DebugPlugin.ATTR_CONSOLE_ENCODING</code> - this launch attribute
+ <li>Added <code>DebugPlugin.ATTR_CONSOLE_ENCODING</code> - this launch attribute
specifies the encoding used by the console. When unspecified the default system
encoding is used. This constant replaces the now deprecated <code>IDebugUIConstants.ATTR_CONSOLE_ENCODING</code>.</li>
- <li>deprecated <code>IDebugUIConstants.ATTR_CONSOLE_ENCODING</code>.</li>
+ <li>Deprecated <code>IDebugUIConstants.ATTR_CONSOLE_ENCODING</code>.</li>
+ <li>Added support to set the background color to text consoles - see new methods
+ <code>TextConsole.setBackground(Color)</code> and <code>getBackground()</code></li>
</ul>
<h3>Expressions</h3>
<ul>

Back to the top