Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PDE"

m (Quick Links)
 
(52 intermediate revisions by 8 users not shown)
Line 1: Line 1:
Welcome to the '''Plug-in Development Environment (PDE)''' Wiki Page.
+
{{PDE}}
  
The PDE subproject provides a comprehensive set of tools to create, develop, test, debug and deploy Eclipse plug-ins, fragments, features, update sites and RCP products.
+
Welcome to the '''Plug-in Development Environment (PDE)''' Wiki Page.  
  
== User Resources ==
+
The PDE subproject provides a comprehensive set of tools centered around OSGi bundle development.
  
[http://www.eclipse.org/pde/ PDE Home Page] - The main PDE web site.
+
== Components  ==
  
[http://www.eclipse.org/articles/Article-PDE-does-plugins/PDE-intro.html PDE Does Plug-ins] - Chronicles the creation, development, testing, building, and deployment of a simple "Hello World" plug-in using PDE tools.
+
PDE is divided into a series of components:
  
[http://www.eclipse.org/pde/pde-ui/articles/cheat_sheet_dev_workflow/ Recommended Work Flow for Cheat Sheet Development] -  Demonstrates the recommended work flow for doing cheat sheet development using User Assistance and PDE tools.
+
*[[PDE/UI|PDE UI]]
 +
*[[PDE/Build|PDE Build]]
 +
*[[PDE/API Tools|PDE API Tools]]
  
[http://www.eclipse.org/pde/pde-ui/examples/eclipsecon_2007/org.eclipse.pde.examples_1.1.0.jar Eclipse Links View Plug-in 1.1.0] -  EclipseCon 2007 PDE tutorial example. A plug-in that contributes a fully functional view providing Eclipse related links that can be opened up in an internal or external browser. The view contains three sections: (1) Project Links - Contains a tree viewer that models the Eclipse project, sub-projects and components; (2) Useful Links - Contains useful Eclipse hyperlinks; (3) Search - Contains a Google search box to enter search queries.
+
In addition PDE has an incubator for developing and testing innovative ideas:  
  
== Developer Resources ==
+
*[[PDE/Incubator|PDE Incubator]]
  
[https://bugs.eclipse.org/bugs/ Eclipse Bugzilla] - Eclipse bug tracking database.
+
== Quick Links  ==
  
[http://wiki.eclipse.org/index.php/PDE_UI_Incubator PDE Incubator] - New projects that might be incorporated into PDE in future.
+
[[PDE/Plan/4.4|4.4 Plan]] - PDE plan for the 4.4 (Luna) release
  
[[Bugzilla PDE Tags]] - Tags prefixed to PDE Bugzilla bug summaries in order to facilitate categorization.
+
[[PDE/Testing|Testing]] - Test plans, scenarios, test data and more
  
[http://www.eclipse.org/pde/pde-ui/cheatsheets/tag-pde.xml How To Tag PDE] - Cheat sheet illustrating how to tag PDE using Releng tools ([[Cheat Sheet Loading Instructions]]).
+
[[Eclipse/Committers/FAQ|Eclipse Committer FAQs]] - Important pages for Eclipse developers
 +
 
 +
[[Development_Resources/Handling_Git_Contributions|Handling Git Contributions]] - Necessary IP process for contribution through git and github
 +
 
 +
[[PDE/4.4TargetChanges|4.4 Target Platform Changes]] - Changes made to the target platform API and PDE models in 4.4 Luna
 +
 
 +
=== Web Sites  ===
 +
 
 +
*[http://www.eclipse.org/pde/ PDE Home Page] - The main PDE web site
 +
*[http://www.eclipse.org/pde/pde-ui/committers/committers.php Meet the team] - See the faces of the PDE team
 +
 
 +
[[Category:Eclipse_Project]]

Latest revision as of 16:30, 29 August 2013

PDE
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse SourceProject Set File

Welcome to the Plug-in Development Environment (PDE) Wiki Page.

The PDE subproject provides a comprehensive set of tools centered around OSGi bundle development.

Components

PDE is divided into a series of components:

In addition PDE has an incubator for developing and testing innovative ideas:

Quick Links

4.4 Plan - PDE plan for the 4.4 (Luna) release

Testing - Test plans, scenarios, test data and more

Eclipse Committer FAQs - Important pages for Eclipse developers

Handling Git Contributions - Necessary IP process for contribution through git and github

4.4 Target Platform Changes - Changes made to the target platform API and PDE models in 4.4 Luna

Web Sites

Back to the top