Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1e5d5466c063c0a8f872fb1bc289fc8ecdbd36c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
###############################################################################
# Copyright (c) 2019 Pivotal Inc and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     Pivotal Inc - initial API and implementation
###############################################################################

pluginName= Quick Search
providerName= Eclipse.org
searchMenu.label= Se&arch
quickSearch.label= Quick Search
quickSearch.ellipsis= &Quick Search...
quickSearch.tooltip=Search for a text pattern in the workspace
quickAccess.category.label=File content

Back to the top