pde-ui-home/main.html
Parent Directory
|
Revision Log
Revision 1.41 - (view) (download) (as text)
| 1 : | jeff | 1.1 | <html> |
| 2 : | <head> | ||
| 3 : | <title>PDE UI Component</title> | ||
| 4 : | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | ||
| 5 : | <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css"> | ||
| 6 : | </head> | ||
| 7 : | |||
| 8 : | <body bgcolor="#FFFFFF" text="#000000"> | ||
| 9 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 10 : | <tr> | ||
| 11 : | jeff | 1.2 | <td align=left width="72%"> <font class=indextop> pde ui </font> <br> |
| 12 : | <font class=indexsub> plug-in development ui </font></td> | ||
| 13 : | jeff | 1.1 | <td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg" height=86 width=120></td> |
| 14 : | </tr> | ||
| 15 : | </table> | ||
| 16 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 17 : | <tr> | ||
| 18 : | <td align=LEFT valign=TOP bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Development | ||
| 19 : | Resources </font></b></td> | ||
| 20 : | </tr> | ||
| 21 : | <tr> | ||
| 22 : | <td> | ||
| 23 : | <p>If you are already a PDE UI developer, check out the <a href="dev.html">Development | ||
| 24 : | Resources</a>.</p> | ||
| 25 : | </td> | ||
| 26 : | </tr> | ||
| 27 : | </table> | ||
| 28 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 29 : | <tr> | ||
| 30 : | <td align=LEFT valign=TOP bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">PDE UI</font></b></td> | ||
| 31 : | </tr> | ||
| 32 : | <tr> | ||
| 33 : | <td> | ||
| 34 : | wmelhem | 1.13 | <p>The Plug-In Development Environment (PDE) is a collection of integrated |
| 35 : | tools targeted at you, the plug-in developer. Some of PDE's contributions | ||
| 36 : | to the Eclipse workbench include:<ul> | ||
| 37 : | <li>New Plug-in, fragment, feature and update site projects creation | ||
| 38 : | wizards.</li> | ||
| 39 : | <li>Multi-page editors to edit manifest files for plug-ins, fragments, | ||
| 40 : | features and update sites.</li> | ||
| 41 : | <li>Import wizards to import external plug-ins, fragments and | ||
| 42 : | features.</li> | ||
| 43 : | <li>Export wizards to build, package and deploy plug-ins, fragments | ||
| 44 : | and features.</li> | ||
| 45 : | <li>a launcher to test and debug your plug-in.</li> | ||
| 46 : | <li>a search engine to search for plug-ins, fragments, extensions, and | ||
| 47 : | extension points with a scope that goes beyond the workspace.</li> | ||
| 48 : | <li>a log view with sorting, filtering capabilities to view the | ||
| 49 : | contents of the log file.</li> | ||
| 50 : | vlad | 1.3 | </ul></p> |
| 51 : | jeff | 1.1 | </td> |
| 52 : | </tr> | ||
| 53 : | </table> | ||
| 54 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 55 : | <tr> | ||
| 56 : | dejan | 1.4 | <td align=LEFT valign=TOP bgcolor="#0080C0"><b><font face="Arial,Helvetica" color="#FFFFFF">What's |
| 57 : | jeff | 1.1 | Happening? </font></b></td> |
| 58 : | </tr> | ||
| 59 : | <tr> | ||
| 60 : | <td> | ||
| 61 : | <p>Over the next 6 months the major focus points are:</p> | ||
| 62 : | <ul> | ||
| 63 : | wmelhem | 1.32 | <li>RCP tooling.</li> |
| 64 : | <li>Runtime/OSGi tooling.</li> | ||
| 65 : | <li>Improving feature development tooling.</li> | ||
| 66 : | <li>Enhancing existing features.</li> | ||
| 67 : | <li>Reducing the defect backlog</li> | ||
| 68 : | jeff | 1.1 | </ul> |
| 69 : | <p>For more detailed information, check out the <a href="dev.html">Development | ||
| 70 : | Resources</a>.</p> | ||
| 71 : | dejan | 1.4 | <p> </p> |
| 72 : | </td> | ||
| 73 : | </tr> | ||
| 74 : | <tr> | ||
| 75 : | <td> | ||
| 76 : | wmelhem | 1.11 | |
| 77 : | wmelhem | 1.41 | <h4> <a name="Milestone_Planning"></a> 3.2 Development Effort - Milestone 2 |
| 78 : | wmelhem | 1.32 | (September 24, 2004)</h4> |
| 79 : | dejan | 1.4 | |
| 80 : | <ul> | ||
| 81 : | wmelhem | 1.34 | <li>Rich Client Platform<ul> |
| 82 : | <li>Enhance the New Plug-in Project Creation wizard to allow the creation of a | ||
| 83 : | wmelhem | 1.41 | headless rich client application.</li> |
| 84 : | <li>Provide a Hello World headless RCP template.</li> | ||
| 85 : | <li>Add Intro support to the RCP Product editor.</li> | ||
| 86 : | wmelhem | 1.34 | |
| 87 : | </ul> | ||
| 88 : | </li> | ||
| 89 : | wmelhem | 1.41 | <li>Runtime/OSGi<ul> |
| 90 : | <li>Enhance the New Plug-in Project Creation wizard to allow the creation of a | ||
| 91 : | pure OSGi bundle that is not dependent on the runtime layer.</li> | ||
| 92 : | <li>Implement an OSGi Application launcher.</li> | ||
| 93 : | dejan | 1.4 | |
| 94 : | </ul> | ||
| 95 : | wmelhem | 1.32 | </li> |
| 96 : | |||
| 97 : | wmelhem | 1.41 | <li>An Integrated IDE<ul> |
| 98 : | <li>Plug-in working sets should participate in builds, view filtering, searches.</li> | ||
| 99 : | <li>Participate in refactoring (manifest.mf, plugin.xml and fragment.xml files).</li> | ||
| 100 : | wmelhem | 1.36 | |
| 101 : | </ul> | ||
| 102 : | </li> | ||
| 103 : | wmelhem | 1.41 | <li>Eclipse Application launcher<ul> |
| 104 : | <li>Make the launch configurations portable.</li> | ||
| 105 : | <li>Make the launcher tabs and the runner configuration API.</li> | ||
| 106 : | wmelhem | 1.32 | |
| 107 : | wmelhem | 1.22 | </ul> |
| 108 : | wmelhem | 1.34 | </li> |
| 109 : | wmelhem | 1.32 | |
| 110 : | wmelhem | 1.37 | </ul> |
| 111 : | wmelhem | 1.28 | </td> |
| 112 : | </tr> | ||
| 113 : | <tr> | ||
| 114 : | <td> | ||
| 115 : | |||
| 116 : | </td> | ||
| 117 : | jeff | 1.1 | </tr> |
| 118 : | </table> | ||
| 119 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 120 : | <tr> | ||
| 121 : | <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Get | ||
| 122 : | Involved!</font></b></td> | ||
| 123 : | </tr> | ||
| 124 : | <tr> | ||
| 125 : | <td> | ||
| 126 : | <p>If you are interested in participating in the development of the PDE UI component, | ||
| 127 : | check out the developer's mailing list: <a href="http://dev.eclipse.org/mailman/listinfo/pde-ui-dev">pde-ui-dev@eclipse.org</a>. | ||
| 128 : | Chat with people there about your problems and interests, and find out | ||
| 129 : | what you can do to help.</p> | ||
| 130 : | vlad | 1.3 | <p>In particular, if you have written (or have ideas for) any utilities, "spy" functions, code generators, transformers, |
| 131 : | importers, exporters, or any other code that you find useful (or would find useful) for development of plug-ins, and | ||
| 132 : | would like to get involved in getting the function integrated as part of PDE, we would like to hear from you.</p> | ||
| 133 : | jeff | 1.1 | <p>For more detailed information, check out the <a href="dev.html">Development |
| 134 : | Resources</a>.</p> | ||
| 135 : | </td> | ||
| 136 : | </tr> | ||
| 137 : | </table> | ||
| 138 : | <p> </p> | ||
| 139 : | </body> | ||
| 140 : | wmelhem | 1.11 | </html> |
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
