Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4f2184330ff2c4ad4232570653e9e275a677b990 (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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
###############################################################################
# Copyright (c) 2000, 2015 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
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
#     Tom Eicher (Avaloq Evolution AG) - block selection mode
#     Daesung Ha <nberserk@gmail.com> - update recenter command description
#     Mickael Istria (Red Hat Inc.) - 469918 Zoom In/Out
#     Angelo Zerr <angelo.zerr@gmail.com> - [CodeMining] Provide extension point for CodeMining - Bug 528419
###############################################################################
pluginName= Text Editor Framework
providerName= Eclipse.org

category.textEditor.name= Text Editing
category.textEditor.description= Text Editing Commands

ExtPoint.referenceProvider= Reference Provider
ExtPoint.rulerColumns= Ruler Columns
ExtPoint.hyperlinkDetectors= Hyperlink Detectors
ExtPoint.hyperlinkDetectorTargets= Hyperlink Detector Targets
ExtPoint.codeMiningProviders=CodeMining Providers

textEditorPresentationActionSet.label= Editor Presentation

onlyShowSelectedElement.label= Show Selected Element Only
onlyShowSelectedElement.tooltip= Show Selected Element Only
onlyShowSelectedElement.description= Show Selected Element Only

showWhitespaceCharacters.label= Show Whitespace Characters
showWhitespaceCharacters.tooltip= Show Whitespace Characters
showWhitespaceCharacters.description= Shows whitespace characters in current text editor

showInformation.name= Show Tooltip Description
showInformation.description= Displays information for the current caret location in a focused hover

toggleBlockSelectionMode.label= Toggle Block Selection
toggleBlockSelectionMode.tooltip= Toggle Block Selection
toggleBlockSelectionMode.description= Toggle block / column selection in the current text editor

toggleWordWrap.label= Toggle Word Wrap
toggleWordWrap.tooltip= Toggle Word Wrap
toggleWordWrap.description= Toggle word wrap in the current text editor

smartEnter.label= Insert Line Below Current Line
smartEnter.description= Adds a new line below the current line
smartEnterInverse.label= Insert Line Above Current Line
smartEnterInverse.description= Adds a new line above the current line
moveLineUp.label= Move Lines Up
moveLineUp.description= Moves the selected lines up
moveLineDown.label= Move Lines Down
moveLineDown.description= Moves the selected lines down
copyLineUp.label= Duplicate Lines
copyLineUp.description= Duplicates the selected lines and leaves the selection unchanged
copyLineDown.label= Copy Lines
copyLineDown.description= Duplicates the selected lines and moves the selection to the copy
upperCase.description= Changes the selection to upper case
upperCase.label= To Upper Case
lowerCase.description= Changes the selection to lower case
lowerCase.label= To Lower Case

goToLastEditPosition.label= Last Edit Location
goToLastEditPosition.description= Last edit location

command.clearMark.description = Clear the mark
command.clearMark.name = Clear Mark
command.deleteLine.description = Delete a line of text
command.deleteLine.name = Delete Line
command.cutLine.description = Cut a line of text, or multiple lines when invoked again without interruption
command.cutLine.name = Cut Line
command.deleteLineBeginning.description = Delete to the beginning of a line of text
command.deleteLineBeginning.name = Delete to Beginning of Line
command.cutLineBeginning.description = Cut to the beginning of a line of text
command.cutLineBeginning.name = Cut to Beginning of Line
command.deleteLineEnd.description = Delete to the end of a line of text
command.deleteLineEnd.name = Delete to End of Line
command.cutLineEnd.description = Cut to the end of a line of text
command.cutLineEnd.name = Cut to End of Line
command.deleteNext.description = Delete the next character
command.deleteNext.name = Delete Next
command.deletePreviousWord.description = Delete the previous word
command.deletePreviousWord.name = Delete Previous Word
command.deleteNextWord.description = Delete the next word
command.deleteNextWord.name = Delete Next Word
command.deletePrevious.description = Delete the previous character
command.deletePrevious.name = Delete Previous
command.findIncremental.description = Incremental find
command.findIncremental.name = Incremental Find
command.findIncrementalReverse.description = Incremental find reverse
command.findIncrementalReverse.name = Incremental Find Reverse
command.findNext.description = Find next item
command.findNext.name = Find Next
command.findPrevious.description = Find previous item
command.findPrevious.name = Find Previous
command.goToLine.description = Go to a specified line of text
command.goToLine.name = Go to Line
command.lineDown.description = Go down one line of text
command.lineDown.name = Line Down
command.lineEnd.description = Go to the end of the line of text
command.lineEnd.name = Line End
command.lineStart.description = Go to the start of the line of text
command.lineStart.name = Line Start
command.lineUp.description = Go up one line of text
command.lineUp.name = Line Up
command.nextColumn.description = Go to the next column
command.nextColumn.name = Next Column
command.nextWord.description = Go to the next word
command.nextWord.name = Next Word
command.pageDown.description = Go down one page
command.pageDown.name = Page Down
command.pageUp.description = Go up one page
command.pageUp.name = Page Up
command.previousColumn.description = Go to the previous column
command.previousColumn.name = Previous Column
command.previousWord.description = Go to the previous word
command.previousWord.name = Previous Word
command.revertToSaved.description = Revert to the last saved state
command.revertToSaved.name = Revert to Saved
command.scrollLineDown.description = Scroll down one line of text
command.scrollLineDown.name = Scroll Line Down
command.scrollLineUp.description = Scroll up one line of text
command.scrollLineUp.name = Scroll Line Up
command.zoomIn.name = Zoom In
command.zoomIn.description = Zoom in text, increase default font size for text editors
command.zoomOut.name = Zoom Out
command.zoomOut.description = Zoom out text, decrease default font size for text editors
command.selectLineDown.description = Extend the selection to the next line of text
command.selectLineDown.name = Select Line Down
command.selectLineEnd.description = Select to the end of the line of text
command.selectLineEnd.name = Select Line End
command.selectLineStart.description = Select to the beginning of the line of text
command.selectLineStart.name = Select Line Start
command.selectLineUp.description = Extend the selection to the previous line of text
command.selectLineUp.name = Select Line Up
command.selectNextColumn.description = Select the next column
command.selectNextColumn.name = Select Next Column
command.selectPageDown.description = Select to the bottom of the page
command.selectPageDown.name = Select Page Down
command.selectPageUp.description = Select to the top of the page
command.selectPageUp.name = Select Page Up
command.selectPreviousColumn.description = Select the previous column
command.selectPreviousColumn.name = Select Previous Column
command.selectTextEnd.description = Select to the end of the text
command.selectTextEnd.name = Select Text End
command.selectTextStart.description = Select to the beginning of the text
command.selectTextStart.name = Select Text Start
command.selectWindowEnd.description = Select to the end of the window
command.selectWindowEnd.name = Select Window End
command.selectWindowStart.description = Select to the start of the window
command.selectWindowStart.name = Select Window Start
command.selectWordNext.description = Select the next word
command.selectWordNext.name = Select Next Word
command.selectWordPrevious.description = Select the previous word
command.selectWordPrevious.name = Select Previous Word
command.setMark.description = Set the mark
command.setMark.name = Set Mark
command.shiftLeft.description = Shift a block of text to the left
command.shiftLeft.name = Shift Left
command.shiftRight.description = Shift a block of text to the right
command.shiftRight.name = Shift Right
command.showRulerContextMenu.description = Show the context menu for the ruler
command.showRulerContextMenu.name = Show Ruler Context Menu
command.swapMark.description = Swap the mark with the cursor position
command.swapMark.name = Swap Mark
command.textEnd.description = Go to the end of the text
command.textEnd.name = Text End
command.textStart.description = Go to the beginning of the text
command.textStart.name = Text Start
command.toggleOverwrite.description = Toggle overwrite mode
command.toggleOverwrite.name = Toggle Overwrite
command.toggleInsertMode.description = Toggle insert mode
command.toggleInsertMode.name = Toggle Insert Mode
command.hippieCompletion.description = Context insensitive completion
command.hippieCompletion.name = Word Completion
command.windowEnd.description = Go to the end of the window
command.windowEnd.name = Window End
command.windowStart.description = Go to the start of the window
command.windowStart.name = Window Start
command.recenter.description = Scroll cursor line to center, top and bottom
command.recenter.name = Recenter
command.joinLines.description = Join lines of text
command.joinLines.name = Join Lines
command.openHyperlink.name= Open Hyperlink
command.openHyperlink.description= Opens the hyperlink at the caret location or opens a chooser if more than one hyperlink is available

Color.rangeIndicator= Range indicator color
Color.rangeIndicatorDesc= The color that is used for the ruler that marks the range of the current selected text block.

SpellingEngine= Spelling Engine

blockSelectionModeFont.label= Text Editor Block Selection Font
blockSelectionModeFont.description= The block selection mode font is used by text editors in block (column) mode. A monospace font should be used.

Back to the top