Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f5c52b549d2e8a76c760da14e9a3b647035fe4e6 (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
###############################################################################
# Copyright (c) 2000, 2005 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
###############################################################################


TextViewer.error.bad_location.WidgetCommand.setEvent= TextViewer.WidgetCommand.setEvent: BadLocationException
TextViewer.error.bad_location.findAndSelect= TextViewer.findAndSelect: BadLocationException
TextViewer.error.bad_location.getBottomIndex= TextViewer.getBottomIndex: BadLocationException
TextViewer.error.bad_location.getBottomIndexEndOffset= TextViewer.getBottomIndexEndOffset: BadLocationException
TextViewer.error.bad_location.getFirstCompleteLineOfRegion= TextViewer.getFirstCompleteLineOfRegion: BadLocationException
TextViewer.error.bad_location.getTopIndex= TextViewer.getTopIndex: BadLocationException
TextViewer.error.bad_location.getTopIndexStartOffset= TextViewer.getTopIndexStartOffset: BadLocationException
TextViewer.error.bad_location.selectContentTypePlugin= TextViewer.selectContentTypePlugin: BadLocationException
TextViewer.error.bad_location.setTopIndex_1= TextViewer.setTopIndex: BadLocationException
TextViewer.error.bad_location.setTopIndex_2= TextViewer.setTopIndex: BadLocationException
TextViewer.error.bad_location.shift_1= TextViewer.shift: BadLocationException
TextViewer.error.bad_location.shift_2= TextViewer.shift: BadLocationException
TextViewer.error.bad_location.verifyText= TextViewer.verifyText: BadLocationException
TextViewer.error.invalid_range= Invalid range argument
TextViewer.error.invalid_visible_region_1= Invalid visible region argument
TextViewer.error.invalid_visible_region_2= Invalid visible region argument

AbstractHoverInformationControlManager.hover.restarter= Hover Restart Delay

# The first parameter is the annotation type label and the second is the number of annotations
OverviewRulerHeader.toolTipTextEntry= {0}: {1}

DefaultUndoManager.operationLabel= Typing
DefaultUndoManager.error.undoFailed.title= Undo Failed
DefaultUndoManager.error.redoFailed.title= Redo Failed

Back to the top