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/Resources"

< PDE
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{PDE}}
+
{{PDE}}  
  
 
= Articles  =
 
= Articles  =
  
*[http://www.eclipse.org/articles/Article-PDE-does-plugins/PDE-intro.html PDE Does Plug-ins]  
+
*[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.
 +
 
 +
*[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.
 +
 
 +
*[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.
 +
 
 +
*[[FAQ_How_do_I_create_an_update_site_(site.xml)%3F|Create an update site]] - Basic instructions for creating an update site.
 +
 
 
*[http://www-128.ibm.com/developerworks/library/os-eclipse-pde/ Building Templates with PDE]  
 
*[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]
 
  
= Presentations =
+
*[http://wiki.eclipse.org/PDE/Resources/Execution_Environments Execution Environments]
 +
 
 +
= Developer Resources =
  
= Tutorials =
+
*[[PDE/Architecture/Models|Core Models]] - An explanation of the different model interfaces used in PDE Core
 +
*[[PDE/CodingConventions|Coding Conventions]] - A list of common coding conventions in PDE
 +
*[[PDE/BugzillaTags|PDE Bugzilla Tags]] - We use tags in bugzilla report summaries to help searching and triaging
 +
*[http://www.eclipse.org/pde/pde-ui/cheatsheets/tag-pde.xml How To Tag PDE] - A cheat sheet that can be loaded inside Eclipse to guide you through releasing PDE for integration builds

Latest revision as of 17:14, 20 January 2011

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

Articles

  • PDE Does Plug-ins - Chronicles the creation, development, testing, building, and deployment of a simple "Hello World" plug-in using PDE tools.
  • 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.

Developer Resources

  • Core Models - An explanation of the different model interfaces used in PDE Core
  • Coding Conventions - A list of common coding conventions in PDE
  • PDE Bugzilla Tags - We use tags in bugzilla report summaries to help searching and triaging
  • How To Tag PDE - A cheat sheet that can be loaded inside Eclipse to guide you through releasing PDE for integration builds

Back to the top