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"

(Links)
m (Quick Links)
 
(39 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Infobox
+
{{PDE}}  
| name = PDE
+
| download = http://download.eclipse.org/eclipse/downloads/
+
| website = http://www.eclipse.org/pde
+
| list = pde-dev
+
| newsgroup = eclipse.platform
+
| product = PDE
+
}}
+
  
Welcome to the '''Plug-in Development Environment (PDE)''' Wiki Page.
+
Welcome to the '''Plug-in Development Environment (PDE)''' Wiki Page.  
  
The PDE subproject provides a comprehensive set of tools centered around plug-in development.
+
The PDE subproject provides a comprehensive set of tools centered around OSGi bundle development.  
  
== Components ==
+
== Components ==
  
PDE is divided into a series of components:
+
PDE is divided into a series of components:  
  
* [http://wiki.eclipse.org/PDE/UI UI] - PDE UI ("Proper")
+
*[[PDE/UI|PDE UI]]
* [http://wiki.eclipse.org/PDE/Build Build] - PDE Build
+
*[[PDE/Build|PDE Build]]
* [http://wiki.eclipse.org/PDE/API API] - PDE API Tools
+
*[[PDE/API Tools|PDE API Tools]]
  
== User Resources ==
+
In addition PDE has an incubator for developing and testing innovative ideas:
  
=== Web Sites ===
+
*[[PDE/Incubator|PDE Incubator]]
* [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
+
  
=== Articles ===
+
== Quick Links  ==
* [http://www.eclipse.org/articles/Article-PDE-does-plugins/PDE-intro.html PDE Does Plug-ins]
+
* [http://www-128.ibm.com/developerworks/library/os-eclipse-pde/ Building Templates with PDE]
+
* [http://www.eclipse.org/pde/pde-ui/articles/cheat_sheet_dev_workflow/ Recommend Work Flow for Cheat Sheet Development]
+
  
== Developer Resources ==
+
[[PDE/Plan/4.4|4.4 Plan]] - PDE plan for the 4.4 (Luna) release
  
=== Meetings ===
+
[[PDE/Testing|Testing]] - Test plans, scenarios, test data and more
  
* Every Tuesday @ 1:15pm CDT
+
[[Eclipse/Committers/FAQ|Eclipse Committer FAQs]] - Important pages for Eclipse developers
** Conference ID: 1696709
+
** Local Dial-in number: 416-343-2607
+
** Toll-free Dial-in number: 1 866-245-5059
+
  
=== Architecture ===
+
[[Development_Resources/Handling_Git_Contributions|Handling Git Contributions]] - Necessary IP process for contribution through git and github
  
* [http://wiki.eclipse.org/PDE/Architecture/Models PDE Core Models]
+
[[PDE/4.4TargetChanges|4.4 Target Platform Changes]] - Changes made to the target platform API and PDE models in 4.4 Luna
  
=== Mailing Lists ===
+
=== Web Sites  ===
  
* [http://dev.eclipse.org/mailman/listinfo/pde-dev General PDE Questions]
+
*[http://www.eclipse.org/pde/ PDE Home Page] - The main PDE web site
* [http://dev.eclipse.org/mailman/listinfo/pde-ui-dev PDE UI]
+
*[http://www.eclipse.org/pde/pde-ui/committers/committers.php Meet the team] - See the faces of the PDE team
* [http://dev.eclipse.org/mailman/listinfo/pde-build-dev PDE Build]
+
  
=== Links ===
+
[[Category:Eclipse_Project]]
 
+
* [https://bugs.eclipse.org/bugs/ Eclipse Bugzilla]
+
* [http://wiki.eclipse.org/PDE/Incubator PDE Incubator]
+
* [http://wiki.eclipse.org/index.php/PDE/BugzillaTags PDE Bugzilla Tags]
+
* [http://www.eclipse.org/pde/pde-ui/cheatsheets/tag-pde.xml How To Tag PDE]
+
* [http://wiki.eclipse.org/PDE/CodingConventions Coding Conventions]
+
* [http://wiki.eclipse.org/PDE/Ideas Future Plans and Ideas]
+

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