Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c67022fa51be43514cf456876df8a5d1fe308f42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
###############################################################################
# Copyright (c) 2005, 2013 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# 
# Contributors:
#     IBM Corporation - initial API and implementation
#     QNX Software System
#     Anton Leherbauer (Wind River Systems)
#     Markus Schorn (Wind River Systems)
#     Sergey Prigogin (Google)
#     Tomasz Wesolowski
###############################################################################

AddInclude.label=A&dd Include
AddInclude.tooltip=Add Include Statement for Selected Name
AddInclude.description=Adds an include statement for selected name

OrganizeIncludes.label=Or&ganize Includes
OrganizeIncludes.tooltip=Evaluate All Required Includes and Replace the Current Ones
OrganizeIncludes.description=Evaluates all required includes and replaces the current ones

SortLines.label=Sort Lines
SortLines.tooltip=Sort Selected Lines Alphabetically
SortLines.description=Sorts selected lines alphabetically

OpenOutline.label= Quick Out&line
OpenOutline.tooltip= Show the Quick Outline of Editor Input
OpenOutline.description= Shows the quick outline for the editor input

OpenHierarchy.label= Quick Type Hierarchy
OpenHierarchy.tooltip= Show the Quick Type Hierarchy of Editor Input
OpenHierarchy.description= Shows the quick type hierarchy for the editor input

TogglePresentation.label=Show Source of Selected Element Only
TogglePresentation.tooltip=Show Source of Selected Element Only

#NextError.label=Ne&xt Problem
#NextError.tooltip=Go to Next Problem
#NextError.description=Go to next problem
#
#PreviousError.label=Previo&us Problem
#PreviousError.tooltip=Go to Previous Problem
#PreviousError.description=Go to previous problem

ContentAssistProposal.label=Co&ntent Assist
ContentAssistProposal.tooltip=Content Assist
ContentAssistProposal.description=Content Assist

ContentAssistContextInformation.label=Parameter &Hints
ContentAssistContextInformation.tooltip=Show Parameter Hints
ContentAssistContextInformation.description=Shows method parameter hints

ToggleComment.label=Togg&le Comment
ToggleComment.tooltip=Toggle Comment For the Selected Lines
ToggleComment.description=Toggles comment for the selected lines

AddBlockComment.label=Add &Block Comment
AddBlockComment.tooltip=Enclose the Selection in a Block Comment
AddBlockComment.description=Encloses the selection with block comment markers

RemoveBlockComment.label=Remove Bloc&k Comment
RemoveBlockComment.tooltip=Remove Block Comment Markers Enclosing the Caret
RemoveBlockComment.description=Removes any block comment markers enclosing the caret

Format.label=F&ormat
Format.tooltip=Format the Selected Text
Format.description=Formats the selected text

ShiftRight.label=Sh&ift Right
ShiftRight.tooltip=Shift Right
ShiftRight.description=Shift the selected text to the right

ShiftLeft.label=S&hift Left
ShiftLeft.tooltip=Shift Left
ShiftLeft.description=Shifts the selected text to the left

NextAnnotation.label= Ne&xt Annotation
NextAnnotation.tooltip= Next Annotation
NextAnnotation.description= Next Annotation

PreviousAnnotation.label= Pre&vious Annotation
PreviousAnnotation.tooltip= Previous Annotation
PreviousAnnotation.description= Previous Annotation

Indent.label=Correct &Indentation
Indent.tooltip=&Indent Current Line to Correct Indentation
Indent.description=&Indents the current line or selection depending on surrounding source code

AlignConst.label=&Align const
AlignConst.tooltip=&Align const qualifier according to preferences
AlignConst.description=&Aligns const qualified according to preferences

GotoNextMember.label= N&ext Member
GotoNextMember.tooltip=Move the Caret to the Next Member of the Translation Unit
GotoNextMember.description=Moves the caret to the next member of the translation unit

GotoPreviousMember.label= Previ&ous Member
GotoPreviousMember.tooltip=Move the Caret to the Previous Member of the Translation Unit
GotoPreviousMember.description=Moves the caret to the previous member of the translation unit

GotoMatchingBracket.label= Matching &Bracket
GotoMatchingBracket.tooltip=Go to Matching Bracket
GotoMatchingBracket.description=Moves the caret to the matching bracket

GotoNextBookmark.label=Next Bookmark
GotoNextBookmark.tooltip=Go to Next Bookmark
GotoNextBookmark.description=Moves selection to the next bookmark of the selected file

FindWord.label=Find Word
FindWord.tooltip=Selects a Word and Find the Next Occurrence
FindWord.description=Selects a word and find the next occurrence

ToggleInsertMode.label=Sma&rt Insert Mode
ToggleInsertMode.tooltip=Toggle Smart Insert Mode
ToggleInsertMode.image=
ToggleInsertMode.description= Toggles smart insert mode

ToggleSourceHeader.label= To&ggle Source/Header
ToggleSourceHeader.tooltip= Toggle Source and Header File
ToggleSourceHeader.image=
ToggleSourceHeader.description= Toggles between corresponding source and header file

ToggleMarkOccurrencesAction.label= Toggle Mark Occurrences
ToggleMarkOccurrencesAction.tooltip= Toggle Mark Occurrences

OpenMacroExplorer.label= Explore &Macro Expansion
OpenMacroExplorer.tooltip= Open a quick view for macro expansion exploration
OpenMacroExplorer.image=
OpenMacroExplorer.description= Opens a quick view for macro expansion exploration

CSelectAnnotationRulerAction.QuickFix.label= &Quick Fix
CSelectAnnotationRulerAction.QuickFix.tooltip= Quick Fix
CSelectAnnotationRulerAction.QuickFix.description= Runs Quick Fix on the annotation's line
CSelectAnnotationRulerAction.QuickFix.image=

CSelectAnnotationRulerAction.GotoAnnotation.label= &Go to Annotation
CSelectAnnotationRulerAction.GotoAnnotation.tooltip= Go to Annotation
CSelectAnnotationRulerAction.GotoAnnotation.description= Selects the annotation in the editor
CSelectAnnotationRulerAction.GotoAnnotation.image=

StructureSelectNext.label=&Next Element
StructureSelectNext.tooltip=Expand Selection to Include Next Sibling
StructureSelectNext.description=Expands selection to include next sibling

StructureSelectPrevious.label=&Previous Element
StructureSelectPrevious.tooltip=Expand Selection to Include Previous Sibling
StructureSelectPrevious.description=Expands selection to include previous sibling

StructureSelectEnclosing.label=&Enclosing Element
StructureSelectEnclosing.tooltip=Expand Selection to Include Enclosing Element
StructureSelectEnclosing.description=Expands selection to include enclosing element

StructureSelectHistory.label=&Restore Last Selection
StructureSelectHistory.tooltip=Restore Last Selection
StructureSelectHistory.description=Restores last selection

CSelectAnnotationRulerAction.OpenSuperImplementation.label= &Open Super Implementation
CSelectAnnotationRulerAction.OpenSuperImplementation.tooltip= Open Super Implementation
CSelectAnnotationRulerAction.OpenSuperImplementation.description= Opens the super implementation
CSelectAnnotationRulerAction.OpenSuperImplementation.image=

Back to the top