Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-07-19 08:35:59 +0000
committerDani Megert2012-07-19 08:35:59 +0000
commitcd489e8bd3eecf6d16997b9b16ac42003af13670 (patch)
treead9581c19b90453d1860d2f323ad39c76920ea16 /org.eclipse.debug.ui/plugin.properties
parenteb1377719b70d2785cb1dea595e7411eec73730e (diff)
downloadeclipse.platform.debug-cd489e8bd3eecf6d16997b9b16ac42003af13670.tar.gz
eclipse.platform.debug-cd489e8bd3eecf6d16997b9b16ac42003af13670.tar.xz
eclipse.platform.debug-cd489e8bd3eecf6d16997b9b16ac42003af13670.zip
Fixed bug 379442: preferences - "reuse" should be a searchable keyword.
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 44456ebee..7adbb7097 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -340,7 +340,7 @@ PinMemoryBlockAction.label=&Pin Memory Monitor
PinMemoryBlockAction.tooltip=Pin Memory Monitor
TableRenderingInfo.label = Rendering Selection
-preferenceKeywords.general=run debug breakpoints variables color editor source code conditional workbench expression confirmation memory
+preferenceKeywords.general=run debug breakpoints variables color editor source code conditional workbench expression confirmation memory reuse
preferenceKeywords.console=run debug console stdout stderr color process fixed width character write standard program background in out error
preferenceKeywords.launching=run debug launching build required dirty editor build wait workspace continue project error remove terminate launch history context previous selected resource
preferenceKeywords.stringSubstitution=run debug variables string substitution launch

Back to the top