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

< PDE
(Removing all content from page)
Line 1: Line 1:
 +
The PDE UI component provides a comprehensive set of tools to create, develop, test, debug and deploy Eclipse plug-ins, fragments, features, update sites and RCP products.
  
 +
== Resources ==
 +
 +
[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.
 +
 +
== Links ==
 +
 +
[[PDE]] - PDE Wiki Page
 +
 +
[http://www.eclipse.org/pde/pde-ui/ PDE UI Home Page] - The main PDE UI web site.

Revision as of 11:56, 28 July 2008

The PDE UI component provides a comprehensive set of tools to create, develop, test, debug and deploy Eclipse plug-ins, fragments, features, update sites and RCP products.

Resources

PDE Does Plug-ins - Chronicles the creation, development, testing, building, and deployment of a simple "Hello World" plug-in using PDE tools.

Recommended Work Flow for Cheat Sheet Development - Demonstrates the recommended work flow for doing cheat sheet development using User Assistance and 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.

Links

PDE - PDE Wiki Page

PDE UI Home Page - The main PDE UI web site.

Back to the top