############################################################################### # Copyright (c) 2000, 2006 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 ############################################################################### # # PDE plugin.xml resources # name = Plug-in Development UI provider-name = Eclipse.org expoint.pluginContent.name=Plug-in content wizards expoint.newExtension.name=Extension wizards expoint.templates.name = Extension Templates expoint.samples.name = Code Samples perspective.name=Plug-in Development perspective.description=This perspective is designed to support efficient development and integration of plug-in projects. It adds the Plug-ins and Error Log views which are particularly useful. preferences.main.name= Plug-in Development preferences.target.name = Target Platform preferences.compilers.name = Compilers preferences.editor.name = Editors preferenceKeywords.PDE=Plug-in plugin Development PDE preferenceKeywords.MainPreferencePage=ID Label preferenceKeywords.TargetPlatformPreferencePage=external target plug-in fragment preferenceKeywords.EditorPreferencePage=editor colors source page preferenceKeywords.CompilersPreferencePage=error warning ignore marker schema binaryFilter.name = Binary plug-in and feature projects binaryFilter.desc = Hides Java projects created by importing Eclipse plug-ins \ as binary (no source code) new.category.name=Plug-in Development new.pluginProject.name=Plug-in Project new.pluginProject.description=Create a Plug-in Project new.pluginWithJarsProject.name=Plug-in from existing JAR archives new.pluginWithJarsProject.description=Create a plug-in project from existing JAR archives. new.fragmentProject.name=Fragment Project new.fragmentProject.description=Create a Plug-in Fragment Project new.schemaFile.name = Extension Point Schema new.schemaFile.description = Create an Extension Point Schema File new.convert.name= Convert Projects to Plug-in Projects... new.feature.name=Feature Project new.feature.description=Create a Feature project new.patch.name=Feature Patch new.patch.description=Create a Feature Patch new.site.name=Update Site Project new.site.description=Create an Update Site project PluginImportWizard.label=Plug-ins and Fragments PluginImportWizard.description=Create projects from plug-ins and fragments in the file system. FeatureImportWizard.label=Features FeatureImportWizard.description=Create projects from features in the file system. PluginSearchPage.label = Plug-in Search PluginExportWizard.label=Deployable plug-ins and fragments PluginExportWizard.description=Export the selected plug-ins and/or fragments \ in a form suitable for deploying in an Eclipse product. FeatureExportWizard.label=Deployable features FeatureExportWizard.description=Export the selected features \ in a form suitable for deploying in an Eclipse product. ProductExportWizard.label=Eclipse product ProductExportWizard.description=Export an Eclipse product. PluginImportExport.category = Plug-in Development ### Individual extension templates ############ template.helloWorld.name = "Hello world" Action Set template.helloWorld.desc = This template creates a simple action set \ that adds Sample Menu to the menu bar and a button to \ the tool bar. Both the menu item in the new menu and the button \ invoke the same Sample Action. Its role is to open a \ simple message dialog with a message of your choice. template.intro.desc = This wizard creates a minimal standalone RCP application with an intro. \ Sample intro consists of three static pages, and optionally \ a page with content created dynamically. template.propertyPages.name = Property Page template.propertyPages.desc = This template adds a property page to a resource and will \ appear in the Properties Dialog for that resource. This property page can be used to view \ and set application-specific properties of a resource. template.editor.name = XML Editor template.editor.desc = This template creates a basic XML editor. It has all the basic functions \ of an editor, such as cut, copy, paste, find, etc. It also has syntax highlighting and supports double-clicking. template.popupMenus.name = Popup Menu template.popupMenus.desc = This template adds a submenu and a new action to a target object's \ popup menu. This contribution will appear in all viewers where an object of the specified type \ is selected. template.view.name = View template.view.desc = This template creates a workbench view. \ The view is contributed to the workbench by \ creating a category. The view can be opened by selecting \ Window, Show View and then Other... \ on the menu bar. The template offers several choices including \ pop-up menu support, local tool bar, double-click, sorting and \ filtering. template.multiPageEditor.name = Multi-page Editor template.multiPageEditor.desc = This template creates a \ multi-page editor. It works on text files with the chosen extension. \ The editor has three pages: Edit where you enter text, \ Properties that allows you to change font of the result \ and Preview that shows sorted words from the Edit page \ using the font set in Properties. To open the editor, choose \ File, New then Other... from the menu bar. \ In the "Simple" category, choose to create a new file. Use any file \ name, but use the extension the editor is registered for (*.mpe by \ default). template.newWizard.name = New File Wizard template.newWizard.desc = This template creates a \ wizard that can create a new file in the workspace. It is designed to \ generate files that can be opened by a Multi-Page Editor. \ To test the wizard, select File, \ New then Other... from the menu bar. When the master \ wizard opens, select the created category and the new wizard registered \ for that category. Make sure that the chosen extension matches \ the extension the multi-page editor is registered for (*.mpe by \ default). template.preferences.name = Preference Page template.preferences.desc = This template creates a \ page that is contributed to the Preferences. It demonstrates how \ to create common preference fields and how to save and restore \ values between invocations. To see the result, select \ Window then Preferences... from the menu bar. template.help.name = Help Table of Contents template.help.desc = This template creates a Help table of contents. \ If this table is set to primary, it can be standalone, or integrated \ into pre-set categories. If the table is not set to primary, it can \ optionally be integrated into a primary table of contents for testing. template.decorator.name = Icon Decorator template.decorator.desc = This template creates a simple declarative image decorator \ or a more specific class based decorator. The declarative instance will add an \ image to all files in the workspace and optionally to the project folders, while the class-based \ example will only decorate Read-only files. template.importWizard.name = File Import Wizard template.importWizard.desc = This template creates a basic import wizard that imports \ files from the local file system into a specified location in the workspace. \ It also demonstrates how import categories are defined and how file extension filters are used. template.universalWelcome.name = Universal Welcome Contribution template.universalWelcome.desc = This template creates a link in one of sections of the Universal Welcome. \ The product must be using Universal Welcome for this extension to work. pluginContent.helloWorld.name = Hello, World pluginContent.helloWorld.description=\

This wizard creates standard plug-in directory structure and \ adds the following:

\
  • Action set. %template.helloWorld.desc%
  • \

    Extensions Used

    \
  • org.eclipse.ui.actionSets
  • pluginContent.intro.name = RCP application with an intro pluginContent.intro.description=\

    %template.intro.desc%

    \

    Extensions Used

    \
  • org.eclipse.core.runtime.products
  • \
  • org.eclipse.ui.intro
  • \
  • org.eclipse.ui.intro.config
  • \
  • org.eclipse.core.runtime.applications
  • \
  • org.eclipse.ui.perspectives
  • \
  • org.eclipse.ui.intro.configExtension (if dynamic content selected)
  • pluginContent.propertyPages.name = Plug-in with a property page pluginContent.propertyPages.description=\

    This wizard creates standard plug-in directory structure and \ adds the following:

    \
  • Property Page. %template.propertyPages.desc%
  • \

    Extension Used

    \
  • org.eclipse.ui.propertyPages
  • pluginContent.popupMenus.name = Plug-in with a popup menu pluginContent.popupMenus.description=\

    This wizard creates a standard plug-in directory structure and \ adds the following:

    \
  • Popup Menu. %template.popupMenus.desc%
  • \

    Extension Used

    \
  • org.eclipse.ui.popupMenus
  • pluginContent.editor.name = Plug-in with an editor pluginContent.editor.description=\

    This wizard creates standard plug-in directory structure and \ adds the following:

    \
  • Editor. %template.editor.desc%
  • \

    Extension Used

    \
  • org.eclipse.ui.editors
  • pluginContent.view.name = Plug-in with a view pluginContent.view.description=\

    This wizard creates standard plug-in directory structure and \ adds the following:

    \
  • Sample view. %template.view.desc%
  • \

    Extensions Used

    \
  • org.eclipse.ui.views
  • pluginContent.multiPageEditor.name = Plug-in with a multi-page editor pluginContent.multiPageEditor.description=\

    This wizard creates standard plug-in directory structure and \ adds the following:

    \
  • Sample Multi-page Editor. %template.multiPageEditor.desc%
  • \
  • Sample New Wizard. %template.newWizard.desc%
  • \

    Extensions Used

    \
  • org.eclipse.ui.editors
  • \
  • org.eclipse.ui.newWizards
  • pluginContent.builder.name = Plug-in with a incremental project builder pluginContent.builder.description=\

    This wizard creates standard plug-in directory structure and \ adds the following:

    \
  • Sample Incremental Project Builder. The sample builder checks XML files in the project \ and adds a problem marker to not well formed files.
  • \
  • Sample Project Nature. This nature owns the builder. Builder runs for projects \ of this nature.
  • \
  • Sample Problem Marker. The builder uses this sub-type of a problem marker to mark errors.
  • \
  • Sample Popup Menu Action. An action in a project context menu allows adding or removing \ the sample nature to or from a workspace project.
  • \

    Extensions Used

    \
  • org.eclipse.core.resources.builders
  • \
  • org.eclipse.core.resources.markers
  • \
  • org.eclipse.core.resources.natures
  • \
  • org.eclipse.ui.popupMenus
  • pluginContent.mail.name = RCP Mail Template pluginContent.mail.description=\

    This wizard creates a standalone RCP application that shows how to:

    \
  • add top-level menu and toolbar with actions
  • \
  • add keybindings to actions
  • \
  • create views that can't be closed and multiple instances of the same view
  • \
  • create perspectives with placeholders for new views
  • \
  • use the default About dialog
  • \
  • create a product definition
  • \

    Extensions Used

    \
  • org.eclipse.core.runtime.applications
  • \
  • org.eclipse.core.runtime.products
  • \
  • org.eclipse.ui.commands
  • \
  • org.eclipse.ui.perspectives
  • \
  • org.eclipse.ui.views
  • pluginContent.helloRCP.name = Hello RCP pluginContent.helloRCP.description=\

    This wizard creates a minimal standalone RCP application that consists of an application window with a title.

    \

    Extensions Used

    \
  • org.eclipse.core.runtime.applications
  • \
  • org.eclipse.ui.perspectives
  • \ pluginContent.helloNonUIRCP.name = Headless Hello RCP pluginContent.helloNonUIRCP.description=\

    This wizard creates a minimal standalone headless RCP application that prints "Hello RCP" to the console.

    \

    Extensions Used

    \
  • org.eclipse.core.runtime.applications
  • \ pluginContent.helloOSGi.name = Hello OSGi Bundle pluginContent.helloOSGi.description=\

    This wizard creates a pure OSGi Bundle that prints to the console when it starts and stops.

    \

    Imports Used

    \
  • org.osgi.framework
  • \ pluginContent.viewRCP.name = RCP application with a view pluginContent.viewRCP.description=\

    This wizard creates a standalone RCP application that consists of an application window with a single view.

    \

    Extensions Used

    \
  • org.eclipse.core.runtime.applications
  • \
  • org.eclipse.ui.perspectives
  • \
  • org.eclipse.ui.views
  • \ pluginContent.choice.name = Custom plug-in wizard pluginContent.choice.description=This wizard creates standard \ plug-in directory structure and provides for choosing additional \ content from a list of templates. pluginContent.help.name = Plug-in with sample help content pluginContent.help.description=This wizard creates a plugin with a \ sample standalone or integrated table of contents.\

    Extensions Used

    \
  • org.eclipse.help.toc
  • editors.pluginManifest.name = Plug-in Manifest Editor editors.schema.name = Extension Point Schema Editor editors.buildProperties.name = Build Properties Editor editors.featureManifest.name = Feature Manifest Editor editors.siteManifest.name = Site Manifest Editor editors.sample.name = Code Sample Editor views.category.name = PDE views.plugins.name = Plug-ins views.dependencies.name = Plug-in Dependencies ViewCommand.pluginsView.name = Plug-ins ViewCommand.pluginsView.description = Show the Plug-ins view ViewCommand.dependenciesView.name = Plug-in Dependencies ViewCommand.dependenciesView.description = Show the Plug-in Dependencies view newExtension.templates = Extension Templates newExtension.templates.hello.name = "Hello, World" action set newExtension.templates.hello.desc =

    %template.helloWorld.desc%

    newExtension.templates.view.name = Sample View newExtension.templates.view.desc =

    %template.view.desc%

    newExtension.templates.multiPageEditor.name = Multi-page Editor newExtension.templates.multiPageEditor.desc =

    %template.multiPageEditor.desc%

    newExtension.templates.newWizard.name = New File Wizard newExtension.templates.newWizard.desc =

    %template.newWizard.desc%

    newExtension.templates.preferences.name = Preference Page newExtension.templates.preferences.desc =

    %template.preferences.desc%

    newExtension.templates.propertyPages.name = Property Page newExtension.templates.propertyPages.desc =

    %template.propertyPages.desc%

    newExtension.templates.editor.name = Editor newExtension.templates.editor.desc =

    %template.editor.desc%

    newExtension.templates.popupMenus.name = Popup Menu newExtension.templates.popupMenus.desc =

    %template.popupMenus.desc%

    newExtension.templates.help.name = Help Content newExtension.templates.help.desc =

    %template.help.desc%

    newExtension.templates.builder.name = New plug-in project with a sample project builder and nature newExtension.templates.builder.name = Project Builder and Nature newExtension.templates.builder.desc =

    This template creates an incremental \ project builder and a project nature. The sample builder checks XML files in the project \ and adds a problem marker to not well formed files. The builder runs for projects \ of the sample nature.

    Select Add/Remove Sample Nature action from \ a project context menu, to toggle the nature on a project.

    newExtension.templates.decorator.name = Icon Decorator newExtension.templates.decorator.desc =

    %template.decorator.desc%

    newExtension.templates.universalWelcome.name = Universal Welcome Contribution newExtension.templates.universalWelcome.desc =

    %template.universalWelcome.desc%

    newExtension.templates.importWizard.name = File Import Wizard newExtension.templates.importWizard.desc =

    %template.importWizard.desc%

    org.eclipse.pde.ui.tools = PDE To&ols MigrationAction.label = Migrate to 3.0... popupMenus.createJar.label = Create Ant &Build File popupMenus.buildFragment.label = Create Ant &Build File popupMenus.buildPlugin.label = Create Ant &Build File popupMenus.createHelpIndex.label = Create &Help Index popupMenus.buildSite.label = Build &Site OrganizeManifest.label= &Organize Manifests... OpenManifest.label= Open &Manifest UpdateClasspathAction.label= &Update Classpath... OpenDependenciesAction.label= Ope&n Dependencies launcher.shortcut.label= Eclipse Application EclipseApplicationShortcut.description.debug = Debug Eclipse Application EclipseApplicationShortcut.description.run = Run Eclipse Application Equinox.shortcut.label = Equinox Framework EquinoxShortcut.description.debug = Debug Equinox Framework EquinoxShortcut.description.run = Run Equinox Framework launcher.junit.name = JUnit Plug-in Test JUnitApplicationShortcut.description.debug = Debug JUnit Plug-in Test JUnitApplicationShortcut.description.run = Run JUnit Plug-in Test SWTApplicationShortcut.description.debug = Debug SWT Application SWTApplicationShortcut.description.run = Run SWT Application launchConfigurationType.name = Eclipse Application launcher.framework.name = Equinox OSGi Framework launcher.swt.name = SWT Application equinoxLauncherTabGroup.description.debug=Create a configuration to launch the Equinox OSGi framework in debug mode. equinoxLauncherTabGroup.description.run=Create a configuration to launch the Equinox OSGi framework. workbenchLauncherTabGroup.description.debug=Create a configuration to launch an Eclipse application in debug mode. workbenchLauncherTabGroup.description.run=Create a configuration to launch an Eclipse application. jUnitTabGroup.description.debug=Create a configuration that will launch a JUnit plug-in test in debug mode. jUnitTabGroup.description.run=Create a configuration that will launch a JUnit plug-in test. swtLauncherTabGroup.description.debug=Create a configuration to launch an SWT application in debug mode. swtLauncherTabGroup.description.run=Create a configuration to launch an SWT application. decorator.label = Binary Plug-in Projects decorator.desc = Decorates plug-in projects imported using \ 'External Plug-ins and Fragments' wizard, allowing you to \ differentiate between binary and source projects. PreviewReference.label = &Preview Reference Document PropertyPage.pluginDevelopment = Plug-in Development PropertyPage.selfHosting = Runtime Classpath PropertyPage.compilers = Plug-in Manifest Compiler Plugin.dependencies.container = Plug-in Dependencies Plugin.WorkingSet = Plug-ins and Fragments new.product.config = Product Configuration new.product.desc = Create a new Eclipse product configuration product.editor = Product Configuration Editor rename.type.participant = Manifest Rename Type Participant rename.package.participant = Manifest Rename Package Participant move.type.participant = Manifest Move Type Participant move.package.participant = Manifest Move Package Participant ExternalizeStrings.label = &Externalize Strings... queryParticipant.name.0 = PDE Java Search Participant new.profile.name = Target Definition wizard.profile.name = Create a new target definition editor.profile.name = Target Editor fontDefinition.label.0 = Manifest compare text font fontDefinition.description.0 = The MANIFEST.MF compare text font is used by Bundle manifest compare/merge tools. convert.html.xhtml = Convert Help files to &XHTML... pde.sourcelocator = PDE Source Lookup Director