Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 295194358a6cd8e345d106e4628c2958e5fff5e9 (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
#########################################
# (c) Copyright IBM Corp. 2000, 2001.
# All Rights Reserved.
#########################################


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

InfoPopup.info_delay_timer_name=AdditionalInfo Delay

ContentAssistant.assist_delay_timer_name=AutoAssist Delay

AbstractHoverInformationControlManager.hover.restarter=Hover Restart Delay

Back to the top