mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 13:25:45 +02:00
Fix capitalization of Run to Line, Move to Line, etc.
This commit is contained in:
parent
654c2999e1
commit
7861db94e1
4 changed files with 10 additions and 10 deletions
|
@ -54,10 +54,10 @@ ToggleWatchpointAction.label=Toggle Watchpoint
|
|||
ToggleWatchpointAction.tooltip=Toggle Variable Watchpoint
|
||||
BreakpointPropertiesAction.label=P&roperties...
|
||||
AddExpressionAction.label=Add Watch Expression...
|
||||
RunToLineAction.label=Run To &Line
|
||||
ResumeAtLineAction.label=Resume At Li&ne
|
||||
MoveToLineAction.label=&Move To Line
|
||||
GlobalResumeAtLineAction.label=Resume At Li&ne (C/C++)
|
||||
RunToLineAction.label=Run to &Line
|
||||
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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2004, 2005 QNX Software Systems and others.
|
||||
* Copyright (c) 2004, 2015 QNX Software Systems 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
|
||||
|
@ -33,7 +33,7 @@ import org.eclipse.ui.PlatformUI;
|
|||
* Manages the current evaluation context (stack frame) for evaluation actions.
|
||||
* In each page, the selection is tracked in each debug view (if any). When a debug
|
||||
* target selection exists, the "debuggerActive" System property is set to true.
|
||||
* This property is used to make the "Run To Line" and "Resume At Line" actions
|
||||
* This property is used to make the "Run to Line" and "Resume at Line" actions
|
||||
* visible in editors only if there is a running debug session.
|
||||
*/
|
||||
public class EvaluationContextManager implements IWindowListener, IPageListener, ISelectionListener, IPartListener2 {
|
||||
|
|
|
@ -30,7 +30,7 @@ SignalZeroObjectActionDelegate.1=Operation failed.
|
|||
RunToLineActionDelegate.Error_1=Error
|
||||
RunToLineActionDelegate.Operation_failed_1=Operation failed.
|
||||
RunToLineAdapter.Empty_editor_1=Empty editor
|
||||
RunToLineAdapter.0=Run To Line failed.
|
||||
RunToLineAdapter.0=Run to Line failed.
|
||||
RunToLineAdapter.Missing_document_1=Missing document
|
||||
ToggleBreakpointAdapter.Empty_editor_1=Empty editor
|
||||
ToggleBreakpointAdapter.Missing_document_1=Missing document
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2004, 2010 QNX Software Systems and others.
|
||||
* Copyright (c) 2004, 2015 QNX Software Systems 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
|
||||
|
@ -29,8 +29,8 @@ import org.eclipse.ui.PlatformUI;
|
|||
* Manages the current evaluation context (stack frame) for evaluation actions.
|
||||
* In each page, the selection is tracked in each debug view (if any). When a debug
|
||||
* target selection exists, the "debuggerActive" System property is set to true.
|
||||
* This property is used to make the "Run To Line", "Resume At Line",
|
||||
* "Move To Line" and "Add Watch Expression" actions
|
||||
* This property is used to make the "Run to Line", "Resume at Line",
|
||||
* "Move to Line" and "Add Watch Expression" actions
|
||||
* visible in editors only if there is a running debug session.
|
||||
*/
|
||||
public class EvaluationContextManager implements IWindowListener, IDebugContextListener {
|
||||
|
|
Loading…
Add table
Reference in a new issue