File: plugin.properties

package info (click to toggle)
eclipse-platform-ui 4.26-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 70,148 kB
  • sloc: java: 610,590; xml: 19,492; makefile: 7
file content (45 lines) | stat: -rw-r--r-- 2,408 bytes parent folder | download | duplicates (3)
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
###############################################################################
# Copyright (c) 2003, 2014 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
# Mickael Istria - [427768] Nested projects in Project Navigator
###############################################################################
Plugin.name = Navigator Workbench Components
Plugin.providerName = Eclipse.org 

resource.extension.name=Resources
resourceGoTo.extension.name=Resources Go To
workingsets.extension.name=Working Sets
Common_Resource_Navigator=Project Explorer
 
filters.startsWithDot.name=.* resources
filters.startsWithDot.description=Hides resources that begin with "."
filters.endsWithClass.name=*.class resources
filters.endsWithClass.description=Hides resources that end with ".class"
filters.closedProject.name=Closed projects
filters.closedProject.description=Hides closed projects
filters.workingSet.name=Working sets [not visible in UI]
filters.workingSet.description=Hides unselected working sets [not visible in UI]
filters.userDefined.name=User defined filters [not visible in UI]
filters.userDefined.description=Hides resources matching user-defined regexp [not visible in UI]

Resource=Resource

nestedProjects.provider.name=Nested Projects
nestedProjects.menu.projectPresentation=P&rojects Presentation
nestedProjects.menu.projectPresentation.flat=&Flat
nestedProjects.menu.projectPresentation.hierarchical=&Hierarchical
nestedProjects.filters.HideFolderWhenProjectIsShownAsNested.name=Nested Projects: hide folders when project is shown as nested
nestedProjects.filters.HideFolderWhenProjectIsShownAsNested.description=When a project is shown as nested under its container, folder is hidden to show only the corresponding project.
nestedProjects.filters.HideTopLevelProjectIfNested.name=Nested Projects: hide top-level project if shown as nested
nestedProjects.filters.HideTopLevelProjectIfNested.description=When a project is shown as nested under its container, hide the view of the project as immediate child of workspace or working set
nestedProjects.radioStateName=Nested Project view - Radio State