pde-ui-home/dev.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.19 - (view) (download) (as text)

1 : jeff 1.1 <html>
2 :     <head>
3 :     <title>PDE UI Component Development Resources</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 :    
10 :     <table border=0 cellspacing=5 cellpadding=2 width="100%" >
11 :     <tr>
12 :     <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">
13 :     PDE UI Component Development Resources</font></b></td>
14 :     </tr>
15 :     <tr>
16 :     <td align=right valign=top width="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>
17 :     <td width="98%"> <b>Bugs</b>
18 :     <ul>
19 : droberts 1.2 <li><a href="http://dev.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&priority=P1&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=PDE&version=&component=UI&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Reuse+same+sort+as+last+time" target="_top">Priority
20 : jeff 1.1 1</a></li>
21 : dejan 1.7 <li><a href="http://bugs.eclipse.org/bugs/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;priority=P1&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=PDE&amp;component=UI&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time">Priority
22 :     2</a></li>
23 : jeff 1.1 <li><a href="http://dev.eclipse.org/bugs/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=PDE&component=UI&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&newqueryname=&order=Reuse%2Bsame%2Bsort%2Bas%2Blast%2Btime" target="_top" >New,
24 :     Assigned and Reopened</a> </li>
25 : vlad 1.4 <li><a href="http://dev.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=7&votes=&chfield=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=PDE&version=&component=UI&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Reuse+same+sort+as+last+time" target="_top">Resolved
26 : jeff 1.1 in the last week</a></li>
27 :     </ul>
28 :     </td>
29 :     </tr>
30 :     <tr>
31 :     <td align=right valign=top width="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>
32 :     <td width="98%"> <b>Documents</b>
33 :     <ul>
34 : wmelhem 1.18 <li>How to build an Eclipse product</li>
35 : jeff 1.1 <li><a href="http://dev.eclipse.org/conventions.html">coding conventions</a></li>
36 : dejan 1.5 <li>Eclipse self-hosting</li>
37 :     <ul>
38 : dejan 1.6 <li><a href="selfhosting/selfhosting-checklist.html">Quick self-hosting checklist (short)</a></li>
39 :     <li><a href="selfhosting/selfhosting.html">Eclipse self-hosting using PDE (long)</a></li>
40 : dejan 1.14 <li><a href="working/feature-based-selfhosting.html">Feature-based
41 :     self-hosting</a></li>
42 : dejan 1.16 <li><a href="selfhosting/dynamic-classpaths.html">Dynamic classpaths FAQ</a></li>
43 : dejan 1.5 </ul>
44 : wmelhem 1.19 <li><a href="scenarios/PDEScenarios3_1.html">Testing scenarios (3.1)</a></li>
45 : dejan 1.10 <li><a href="working/extension-point-schemas.html">Extension point
46 : dejan 1.12 schema ownership guide [January 2003]</a></li>
47 : dejan 1.11 <li><a href="working/site-builder.html">Using Update Site building
48 : dejan 1.12 support in PDE [January 2003]</a></li>
49 : wmelhem 1.18 </ul>
50 : dejan 1.9 <p><b>Drafts</b></p>
51 :     <ul>
52 :     <li><a href="working/plugin_search.html">Plug-in search proposal</a></li>
53 :     <li><a href="working/Building_in_PDE.html">Plug-in and feature building
54 :     improvement proposal</a></li>
55 :     </ul>
56 : jeff 1.1 </td>
57 :     </tr>
58 :     <tr>
59 :     <td align=right valign=top width="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>
60 :     <td width="98%"> <b>Plugins</b><br>
61 :     The PDE UI component consists of the following plug-ins:
62 :     <ul>
63 :     <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.pde" target="_top">org.eclipse.pde</a></li>
64 : wmelhem 1.13 <li>
65 :     <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.pde.core">
66 :     org.eclipse.pde.core</a></li>
67 : jeff 1.1 <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.pde.runtime" target="_top">org.eclipse.pde.runtime</a></li>
68 : wmelhem 1.13 <li>
69 :     <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.pde.ui">
70 :     org.eclipse.pde.ui</a></li>
71 : jeff 1.1 </ul>
72 :     </td>
73 :     </tr>
74 :     <tr>
75 :     <td align=right valign=top width="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>
76 :     <td width="98%"> <b>Mailing Lists</b>
77 :     <ul>
78 :     <li><a href="http://dev.eclipse.org/mailman/listinfo/pde-ui-dev">pde-ui-dev@eclipse.org</a>
79 : droberts 1.3 (<a href="mailto:pde-ui-dev@eclipse.org">post</a>, <a href="http://dev.eclipse.org/mhonarc/lists/pde-ui-dev/maillist.html">archives</a>)</li>
80 : jeff 1.1 </ul>
81 :     </td>
82 :     </tr>
83 :     </table>
84 :     </body>
85 : wmelhem 1.13 </html>