Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2017-02-28 04:11:00 +0000
committerSarika Sinha2017-03-02 10:26:41 +0000
commita01efbceb2a8b9d62410cd7a6e2542417a64c815 (patch)
tree08670873e8ad7641f13b10be6c307df45e88129f /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui
parent5875ab13fa7cbd511932f98efcdeb50447d49d99 (diff)
downloadeclipse.platform.debug-a01efbceb2a8b9d62410cd7a6e2542417a64c815.tar.gz
eclipse.platform.debug-a01efbceb2a8b9d62410cd7a6e2542417a64c815.tar.xz
eclipse.platform.debug-a01efbceb2a8b9d62410cd7a6e2542417a64c815.zip
Bug 498428 - "Run to Line" on Ctrl+Alt+Click in annotation/line numberY20170302-1000I20170302-2000
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.java4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties4
2 files changed, 6 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.java
index fa785991b..622fcf206 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2016 IBM Corporation and others.
+ * Copyright (c) 2000, 2017 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -166,6 +166,8 @@ public class ActionMessages extends NLS {
public static String RunToLineAction_0;
public static String RunToLineAction_1;
+ public static String RunToLineAction_2;
+ public static String RunToLineAction_3;
public static String RunToLineHandler_0;
public static String RunToLineActionDelegate_4;
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
index 7dbb8cbfc..721f34a81 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2016 IBM Corporation and others.
+# Copyright (c) 2000, 2017 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -139,6 +139,8 @@ DetailPaneMaxLengthAction_0=&Max Length...
RunToLineAction_0=Error
RunToLineAction_1=Run to line failed
+RunToLineAction_2=Run to Line
+RunToLineAction_3=Click
RunToLineHandler_0=Run To Line
RunToLineActionDelegate_4=Run to &Line

Back to the top