Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2008-07-07 18:44:06 +0000
committerJohn Cortell2008-07-07 18:44:06 +0000
commit8b0b647c7bf3f1619247ee5cf8393b875bddcfb6 (patch)
treeceb9fb3e4ffa7558e770cd7b17fc41171cb7bf71 /debug/org.eclipse.cdt.debug.ui/plugin.properties
parent076d4c7899608c0f2ce711a725d44d3a9725cec1 (diff)
downloadorg.eclipse.cdt-8b0b647c7bf3f1619247ee5cf8393b875bddcfb6.tar.gz
org.eclipse.cdt-8b0b647c7bf3f1619247ee5cf8393b875bddcfb6.tar.xz
org.eclipse.cdt-8b0b647c7bf3f1619247ee5cf8393b875bddcfb6.zip
Move-to-line feature. Application of the patch in bugzilla 118147. Includes refactoring of resume-at-line feature which used "jump to line" terminology. While such terminology is aligned with gdb (it invokes the 'jump' command), it is otherwise counter intuitive and collides with the "move to line" concept. The interfaces and code are now consistent throughout in its use of "resume at line" terminology.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties
index 2a5f1932ad0..4fe789f1efe 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties
@@ -45,8 +45,10 @@ ToggleWatchpointAction.tooltip=Toggle Variable Watchpoint
BreakpointPropertiesAction.label=P&roperties...
AddExpressionAction.label=Add Watch Expression...
RunToLineAction.label=Run To &Line
-JumpToLineAction.label=Resume At Li&ne
-GlobalJumpToLineAction.label=Resume At Li&ne (C/C++)
+ResumeAtLineAction.label=Resume At Li&ne
+MoveToLineAction.label=&Move To Line
+GlobalResumeAtLineAction.label=Resume At Li&ne (C/C++)
+GlobalMoveToLineAction.label=Move to Line (C/C++)
ShowFullPathsAction.label=Show Full &Paths
ShowFullPathsAction.tooltip=Show Full Paths
AddWatchpoint.label=Add Watchpoint (C/C++)...

Back to the top