Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2005-06-16 22:31:01 +0000
committerDarin Swanson2005-06-16 22:31:01 +0000
commit7f0ca27eebd50f26b1d6a949cc70cbe4d91ad476 (patch)
tree5de445c9f55d2be6dfea0f3db56582c787a1e858 /org.eclipse.debug.ui/plugin.properties
parent3467e1824e0a844e2a3c1355442e62595e03e2f4 (diff)
downloadeclipse.platform.debug-7f0ca27eebd50f26b1d6a949cc70cbe4d91ad476.tar.gz
eclipse.platform.debug-7f0ca27eebd50f26b1d6a949cc70cbe4d91ad476.tar.xz
eclipse.platform.debug-7f0ca27eebd50f26b1d6a949cc70cbe4d91ad476.zip
Bug 100489 - "color" as a preference keyword
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index dbe3354e5..d731a0da3 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -339,8 +339,8 @@ NewMemoryViewAction.label=New Memory View
PinMemoryBlockAction.label=Pin Memory Monitor
TableRenderingInfo.label = Rendering Selection
-preferenceKeywords.general=run debug breakpoints variables
-preferenceKeywords.console=console stdout stderr
+preferenceKeywords.general=run debug breakpoints variables color
+preferenceKeywords.console=console stdout stderr color
preferenceKeywords.launching=launching build
preferenceKeywords.stringSubstitution=variables
preferenceKeywords.viewManagement=views \ No newline at end of file

Back to the top