Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-10-12 15:10:49 +0000
committerDarin Wright2006-10-12 15:10:49 +0000
commitaa4c53722f1d5b42860d7918b138838a1a772449 (patch)
tree6dc45a5bbfb44185e38dc22b8ff259de260ed69e /org.eclipse.debug.ui
parent0bda80e3cecdd0b30bd23f464d8ace88cd3d5684 (diff)
downloadeclipse.platform.debug-aa4c53722f1d5b42860d7918b138838a1a772449.tar.gz
eclipse.platform.debug-aa4c53722f1d5b42860d7918b138838a1a772449.tar.xz
eclipse.platform.debug-aa4c53722f1d5b42860d7918b138838a1a772449.zip
find doesn't work yet
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchView.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchView.java
index 0c5f6ffa7..d242ed05b 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchView.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchView.java
@@ -573,7 +573,7 @@ public class LaunchView extends AbstractDebugView implements ISelectionChangedLi
menu.add(new Separator(IDebugUIConstants.EMPTY_EDIT_GROUP));
menu.add(new Separator(IDebugUIConstants.EDIT_GROUP));
- menu.add(getAction(FIND_ACTION));
+ //menu.add(getAction(FIND_ACTION)); TODO:
menu.add(new Separator(IDebugUIConstants.EMPTY_STEP_GROUP));
menu.add(new Separator(IDebugUIConstants.STEP_GROUP));
menu.add(new GroupMarker(IDebugUIConstants.STEP_INTO_GROUP));

Back to the top