Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 35a697192275d1867e5c6eda698465e47cfd1419 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                               
                                                      







                                                                               


















                                                                                                                        
                                                                          


                                                                                              
###############################################################################
# Copyright (c) 2000, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials 
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-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}

Back to the top