platform-ui-home/componentAreas.html

Parent Directory Parent Directory | Revision Log Revision Log


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

1 : nick 1.1 <html>
2 :    
3 :     <head>
4 : khorne 1.29 <style type="text/css">
5 :     <!--
6 :     td.component {
7 :     vertical-align: top;
8 :     text-align:right;
9 :     }
10 :     a.bugs {
11 :     style="font-size: smaller";
12 :     }
13 :     div.owner {
14 :     text-indent: 30px;
15 :     }
16 :     -->
17 :     </style>
18 :    
19 : khorne 1.25 <script language="javascript">
20 :     <!--
21 :     function viewBugsWithSummary(desc) {
22 : khorne 1.28 window.location = "https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=anywordssubstr&short_desc=" + encodeURI(desc) + "&product=Platform&component=UI&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";
23 : khorne 1.25 }
24 :    
25 :     function viewBugsByUser(email) {
26 :     window.location = "https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&product=Platform&component=UI&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=" + email + "&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";
27 :     }
28 :     //-->
29 :     <!-- 'directories=0,height=480,location=0,resizable=1,scrollbars=1,toolbar=0,width=515' -->
30 :     </script>
31 : tod 1.65 <meta http-equiv="Content-Type"
32 :     content="text/html; charset=windows-1252">
33 : nick 1.1 <title>Platform UI Component Areas</title>
34 :     </head>
35 :    
36 :     <body>
37 :     <h2>Component Areas for Platform UI</h2>
38 : tod 1.65 Platform UI is divided into the following functional areas. The tags in
39 :     square brackets are used in bug report subject headings to indicate the
40 :     affected area. The current owner of each functional area is indicated in
41 :     parentheses. The queries here may not represent all bugs in a given
42 :     component area if there are any that havn't been properly tagged.
43 : khorne 1.71 <p>Last updated: December 13, 2006
44 : nick 1.1 <p>
45 : khorne 1.25 <table border="1">
46 : tod 1.65 <tr>
47 :     <td>
48 :     <h3>Component</h3>
49 :     </td>
50 :     <td>
51 :     <h3>Description</h3>
52 :     </td>
53 :     </tr>
54 :     <tr>
55 :     <td class="component">[<a
56 :     href="javascript:viewBugsWithSummary('[About]')">About</a>]</td>
57 :     <td>About dialog and System Summary Editor
58 :     <div class="owner">Kim <a class="bugs"
59 : tod 1.66 href="javascript:viewBugsByUser('Kim_Horne@ca.ibm.com')">[bugs]</a></div>
60 : tod 1.65 </td>
61 :     </tr>
62 :     <tr>
63 :     <td class="component">[<a
64 :     href="javascript:viewBugsWithSummary('[ActionSets]')">ActionSets</a>]</td>
65 :     <td>Action sets
66 : tod 1.72 <div class="owner">Paul<a class="bugs"
67 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
68 : tod 1.65 </td>
69 :     </tr>
70 :     <tr>
71 :     <td class="component">[<a
72 :     href="javascript:viewBugsWithSummary('[ActivityMgmt]')">ActivityMgmt</a>]</td>
73 :     <td>Support for activity grouping of functionality (AKA: Capabilities)
74 : tod 1.66 <div class="owner">Kim<a class="bugs"
75 : khorne 1.69 href="javascript:viewBugsByUser('kim_horne@ca.ibm.com')">[bugs]</a></div>
76 : tod 1.65 </td>
77 :     </tr>
78 :     <tr>
79 :     <td class="component">[<a
80 :     href="javascript:viewBugsWithSummary('[BiDi]')">BiDi</a>]</td>
81 :     <td>Bidirectional support. Triage '-dir rtl' defects to the
82 :     appropriate component area first (i.e. if it's a Drag 'n Drop issue
83 :     that only shows up in 'rtl' mode then triage to [DnD]...)
84 : tod 1.72 <div class="owner">Tod <a class="bugs"
85 :     href="javascript:viewBugsByUser('Tod_Creasey@ca.ibm.com')">[bugs]</a></div>
86 : tod 1.65 </td>
87 :     </tr>
88 :     <tr>
89 :     <td class="component">[<a
90 :     href="javascript:viewBugsWithSummary('[CellEditors]')">CellEditors</a>]</td>
91 :     <td>Cell editors in Tasks view, Properties view or other views
92 :     <div class="owner">Eric <a class="bugs"
93 :     href="javascript:viewBugsByUser('emoffatt@ca.ibm.com')">[bugs]</a></div>
94 :     </td>
95 :     </tr>
96 :     <tr>
97 :     <td class="component">[<a
98 :     href="javascript:viewBugsWithSummary('[Commands]')">Commands</a>]</td>
99 :     <td>Command support (added in 3.0)
100 :     <ul>
101 :     <li><em>handlers</em>. Anything dealing with handlers and handler
102 :     submissions.</li>
103 :     <li><em>instrumentation</em>. Instrumenting the command architecture
104 :     for gathering user information.</li>
105 :     <li><em>macros</em>. Sequential list of commands. Grouping commands.</li>
106 :     <li><em>parameters</em>. The ability to pass parameters to commands.
107 :     This is generally requested so that dyanamic commands can be defined
108 :     (e.g., launch configurations).</li>
109 :     <li><em>performance</em>. The performance of the key binding
110 :     architecture, or its registry.</li>
111 :     <li><em>request</em>. A request for a new command or a new key
112 :     binding (or both).</li>
113 :     </ul>
114 :     <div class="owner">Paul <a class="bugs"
115 : tod 1.66 href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
116 : tod 1.65 </td>
117 :     </tr>
118 :     <tr>
119 :     <td class="component">[<a
120 :     href="javascript:viewBugsWithSummary('[CommonNavigator]')"">CommonNavigator</a>]</td>
121 :     <td>The generic navigator API (org.eclipse.ui.navigator).
122 :     <div class="owner">Michael <a class="bugs"
123 :     href="javascript:viewBugsByUser('mdelder@us.ibm.com')">[bugs]</a></div>
124 :     </td>
125 :     </tr>
126 :     <tr>
127 :     <td class="component">[<a
128 :     href="javascript:viewBugsWithSummary('[Contexts]')"">Contexts</a>]</td>
129 :     <td>Support for context grouping of functionality
130 :     <div class="owner">Paul <a class="bugs"
131 : tod 1.66 href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
132 : tod 1.65 </td>
133 :     </tr>
134 :     <tr>
135 :     <td class="component">[<a
136 :     href="javascript:viewBugsWithSummary('[Contributions]')">Contributions</a>]</td>
137 :     <td>ContributionManager, ContributionItem hierarchy,
138 :     org.eclipse.jface.action, action contributions from plugin.xml
139 :     <ul>
140 :     <li><em>adapters</em>. Anything to do with the adapter mechanism and
141 :     its friends.</li>
142 :     <li><em>configurability</em>. The end user's ability to manipulate
143 :     contributions.</li>
144 :     <li><em>duplication</em>. Places where code needs to be duplicated
145 :     needlessly.</li>
146 :     <li><em>dynamic</em>. Anything dealing with dynamic menus</li>
147 :     <li><em>dynamic plug-ins</em>. The ability to respond to plug-ins
148 :     appearing or disappearing.</li>
149 :     <li><em>errors</em>. Error handling in the contributions framework.</li>
150 :     <li><em>interactions</em>. How contributions from different plug-ins
151 :     interact with each other. How different contributions interact with
152 :     each other in the same plug-in. Also, things which the workbench can
153 :     do, but plug-ins can't.</li>
154 :     <li><em>ordering</em>. Controlling the order of items in the menu --
155 :     in Java or XML.</li>
156 :     <li><em>updating</em>. Behaviour of the menu and toolbar management
157 :     code, in response to changes in its components. This primarily deals
158 :     with visibility and whether items are enabled. It also covers
159 :     selection and optimization of selection changes.</li>
160 :     <li><em>visible/enabled</em>. The control of visibility and the
161 :     enabled state through XML.</li>
162 :     <li><em>widgets</em>. Controlling the type of widget used to display
163 :     a contribution. This only includes controlling widget behaviour and
164 :     state (other than visible and enabled).</li>
165 :     </ul>
166 : tod 1.72 <div class="owner">Paul <a class="bugs"
167 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
168 : tod 1.65 </td>
169 :     </tr>
170 :     <tr>
171 :     <td class="component">[<a
172 :     href="javascript:viewBugsWithSummary('[Coolbar]')">Coolbar</a>]</td>
173 :     <td>Coolbar support (including layout within coolbar)
174 :     <div class="owner">Eric <a class="bugs"
175 : tod 1.66 href="javascript:viewBugsByUser('emoffatt@ca.ibm.com')">[bugs]</a></div>
176 : tod 1.65 </td>
177 :     </tr>
178 :     <tr>
179 :     <td class="component">[<a
180 :     href="javascript:viewBugsWithSummary('[DataBinding] [DataBindings]')">DataBinding</a>]</td>
181 :     <td>JFace Data Binding
182 :     <div class="owner">Boris <a class="bugs"
183 :     href="javascript:viewBugsByUser('Boris_Bokowski@ca.ibm.com')">[bugs]</a></div>
184 :     </td>
185 :     </tr>
186 :     <tr>
187 :     <td class="component">[<a
188 :     href="javascript:viewBugsWithSummary('[Decorators]')">Decorators</a>]</td>
189 :     <td>Decorators mechanism and Label Decorations preference page
190 :     <div class="owner">Tod <a class="bugs"
191 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
192 :     </td>
193 :     </tr>
194 :     <tr>
195 :     <td class="component">[<a
196 :     href="javascript:viewBugsWithSummary('[DetachedView] [DetachedViews]')">DetachedView</a>]</td>
197 :     <td>Views and editors in separate windows
198 :     <div class="owner">Eric <a class="bugs"
199 :     href="javascript:viewBugsByUser('emoffat@ca.ibm.com')">[bugs]</a></div>
200 :     </td>
201 :     </tr>
202 :     <tr>
203 :     <td class="component">[<a
204 :     href="javascript:viewBugsWithSummary('[Dialogs]')">Dialogs</a>]</td>
205 :     <td>JFace dialogs
206 :     <div class="owner">Susan <a class="bugs"
207 :     href="javascript:viewBugsByUser('susan_franklin@us.ibm.com')">[bugs]</a></div>
208 :     </td>
209 :     </tr>
210 :     <tr>
211 :     <td class="component">[<a
212 :     href="javascript:viewBugsWithSummary('[DND]')">DND</a>]</td>
213 :     <td>Drag and Drop. Does not include dragging views and editors.
214 :     <div class="owner">Eric <a class="bugs"
215 :     href="javascript:viewBugsByUser('emoffat@ca.ibm.com')">[bugs]</a></div>
216 :     </td>
217 :     </tr>
218 :     <tr>
219 :     <td class="component">[<a
220 :     href="javascript:viewBugsWithSummary('[DyanmicUI]')">DynamicUI</a>]</td>
221 :     <td>The ability to add/remove plug-ins from a running Eclipse<br>
222 :     <div class="owner">Kim <a class="bugs"
223 : tod 1.66 href="javascript:viewBugsByUser('kim_horne@ca.ibm.com')">[bugs]</a></div>
224 : tod 1.65 </td>
225 :     </tr>
226 :     <tr>
227 :     <td class="component">[<a
228 :     href="javascript:viewBugsWithSummary('[EditorMgmt]')">EditorMgmt</a>]</td>
229 :     <td>General editor management, not text editor specific
230 :     <ul>
231 :     <li><em>associations</em>. The file associations mechanism:
232 :     behaviour, preferences and functionality.</li>
233 :     <li><em>drop-down</em>. The editor drop-down: look, feel, bugs, etc.</li>
234 :     <li><em>history</em>. The navigation history mechanism.</li>
235 :     <li><em>tabs</em>. The tabbed editor user experience, and bugs
236 :     related to editor tabs.</li>
237 :     </ul>
238 : khorne 1.71 <div class="owner">Boris <a class="bugs"
239 :     href="javascript:viewBugsByUser('Boris_Bokowski@ca.ibm.com')">[bugs]</a></div>
240 : tod 1.65 </td>
241 :     </tr>
242 :     <tr>
243 :     <td class="component">[<a
244 :     href="javascript:viewBugsWithSummary('[EFS]')">EFS</a>]</td>
245 :     <td>Extended File System Support
246 : tod 1.72 <div class="owner">Tod <a class="bugs"
247 : tod 1.65 href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
248 :     </td>
249 :     </tr>
250 :     <tr>
251 :     <td class="component">[<a
252 :     href="javascript:viewBugsWithSummary('[ErrorHandling]')">ErrorHandling</a>]</td>
253 :     <td>OutOfMemory, NPE etc. Exceptions that are not exepected but need
254 :     to be handled to make it robust
255 :     <div class="owner">Kim <a class="bugs"
256 : tod 1.66 href="javascript:viewBugsByUser('kim_horne@ca.ibm.com')">[bugs]</a></div>
257 : tod 1.65 </td>
258 :     </tr>
259 :     <tr>
260 :     <td class="component">[<a
261 :     href="javascript:viewBugsWithSummary('[Examples]')">Examples</a>]</td>
262 :     <td>the 3 workbench examples (multipageeditor, propertysheet,
263 :     readmetool) but not javaeditor (owned by platform-text component)
264 :     <div class="owner">Paul <a class="bugs"
265 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
266 :     </td>
267 :     </tr>
268 :     <tr>
269 :     <td class="component">[<a
270 :     href="javascript:viewBugsWithSummary('[FastView]')">FastView</a>]</td>
271 :     <td>issues related to fast views
272 :     <div class="owner">Eric <a class="bugs"
273 :     href="javascript:viewBugsByUser('emoffat@ca.ibm.com')">[bugs]</a></div>
274 :     </td>
275 :     </tr>
276 :     <tr>
277 :     <td class="component">[<a
278 :     href="javascript:viewBugsWithSummary('[Features]')">Features</a>]</td>
279 :     <td>UI related to features, other than [About], e.g. product branding,
280 :     default perspective, etc.
281 :     <div class="owner">Kim <a class="bugs"
282 : khorne 1.69 href="javascript:viewBugsByUser('kim_horne@ca.ibm.com')">[bugs]</a></div>
283 : tod 1.65 </td>
284 :     </tr>
285 :     <tr>
286 :     <td class="component">[<a
287 :     href="javascript:viewBugsWithSummary('[FieldAssist]')">FieldAssist</a>]</td>
288 :     <td>Defects concerning DecoratedFields, Required Fields, Content
289 :     Proposal or Field Assistance
290 :     <div class="owner">Susan <a class="bugs"
291 :     href="javascript:viewBugsByUser('susan_franklin@us.ibm.com')">[bugs]</a></div>
292 :     </td>
293 :     </tr>
294 :     <tr>
295 :     <td class="component">[<a
296 :     href="javascript:viewBugsWithSummary('[GlobalActions]')">GlobalActions</a>]</td>
297 :     <td>actions created in workbench action builder that are not directly
298 :     related to other components
299 : tod 1.72 <div class="owner">Paul <a class="bugs"
300 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
301 : tod 1.65 </td>
302 :     </tr>
303 :     <tr>
304 :     <td class="component">[<a
305 :     href="javascript:viewBugsWithSummary('[Graphics]')">Graphics</a>]</td>
306 :     <td>Any graphics that UI has control over.
307 : karice 1.70 <div class="owner">Tod <a class="bugs"
308 :     href="javascript:viewBugsByUser('Tod_Creasey@ca.ibm.com')">[bugs]</a></div>
309 : tod 1.65 </td>
310 :     </tr>
311 :     <tr>
312 :     <td class="component">[<a
313 : tod 1.66 href="javascript:viewBugsWithSummary('[GTK/Linux]')">GTK/Linux</a>]</td>
314 :     <td>GTK/Linux specific issues.
315 :     <div class="owner">Paul <a class="bugs"
316 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
317 :     </td>
318 :     </tr>
319 :     <tr>
320 :     <td class="component">[<a
321 : tod 1.65 href="javascript:viewBugsWithSummary('[Help]')">Help</a>]</td>
322 :     <td>F1 help; missing or problems with content
323 :     <div class="owner">Eric <a class="bugs"
324 :     href="javascript:viewBugsByUser('emoffatt@ca.ibm.com')">[bugs]</a></div>
325 :     </td>
326 :     </tr>
327 :     <tr>
328 :     <td class="component">[<a
329 :     href="javascript:viewBugsWithSummary('[IDE]')">IDE</a>]</td>
330 :     <td>Issues related to the IDE as an app (as opposed to RCP)
331 : tod 1.72 <div class="owner">Tod <a class="bugs"
332 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
333 : tod 1.65 </td>
334 :     </tr>
335 :     <tr>
336 :     <td class="component">[<a
337 :     href="javascript:viewBugsWithSummary('[Intro] [Welcome]')">Intro</a>]</td>
338 :     <td>Intro part management and legacy welcome page support
339 :     <div class="owner">Paul <a class="bugs"
340 : tod 1.66 href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
341 : tod 1.65 </td>
342 :     </tr>
343 :     <tr>
344 :     <td class="component">[<a
345 :     href="javascript:viewBugsWithSummary('[Import/Export]')">Import/Export</a>]</td>
346 :     <td>Import/Export wizards
347 : tod 1.72 <div class="owner">Tod <a class="bugs"
348 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
349 : tod 1.65 </td>
350 :     </tr>
351 :     <tr>
352 :     <td class="component">[<a
353 :     href="javascript:viewBugsWithSummary('[JFace]')">JFace</a>]</td>
354 :     <td>parts of JFace not covered by [Dialogs], [Preferences], [Viewers]
355 :     and [Wizards]
356 :     <div class="owner">Susan <a class="bugs"
357 :     href="javascript:viewBugsByUser('susan_franklin@us.ibm.com')">[bugs]</a></div>
358 :     </td>
359 :     </tr>
360 :     <tr>
361 :     <td class="component">[<a
362 :     href="javascript:viewBugsWithSummary('[KeyBindings]')">KeyBindings</a>]</td>
363 :     <td>Key bindings engine and preferences; requests to change key
364 :     bindings, or keys not working
365 :     <ul>
366 :     <li><em>assist</em>. The key binding assist dialog.</li>
367 :     <li><em>doc</em>. Documentation, articles or notes about best
368 :     practices. Also, changing code to conform to best practices.</li>
369 :     <li><em>errors</em>. Error handling.</li>
370 :     <li><em>interactions</em>. Interactions between the key binding
371 :     architecture and native facilities (e.g., mnemonics). Also, the order
372 :     in which events arrive.</li>
373 :     <li><em>misc</em> Anything does not fit in other categories.</li>
374 :     <li><em>out-of-order</em>. Anything dealing with the two special
375 :     keys: ESC and DEL.</li>
376 :     <li><em>performance</em>. The performance of the key binding
377 :     architecture, or its registry.</li>
378 :     <li><em>preference page</em>. The keys preference page.</li>
379 :     <li><em>registry</em>. The registry, its syntax, and backward
380 :     compatibility.</li>
381 :     <li><em>request</em>. A request for a new command or a new key
382 :     binding (or both).</li>
383 :     </ul>
384 :     <div class="owner">Paul <a class="bugs"
385 : tod 1.66 href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
386 : tod 1.65 </td>
387 :     </tr>
388 :     <tr>
389 :     <td class="component">[<a
390 :     href="javascript:viewBugsWithSummary('[LinkedResources]')">LinkedResources</a>]</td>
391 :     <td>Handling of linked resources in Navigator and New File/Folder
392 :     wizards
393 : tod 1.72 <div class="owner">Boris<a class="bugs"
394 : tod 1.65 href="javascript:viewBugsByUser('Boris_Bokowski@ca.ibm.com')">[bugs]</a></div>
395 :     </td>
396 :     </tr>
397 :     <tr>
398 :     <td class="component">[<a
399 : tod 1.66 href="javascript:viewBugsWithSummary('[Mac]')">Mac</a>]</td>
400 :     <td>Mac specific issues
401 :     <div class="owner">Kim <a class="bugs"
402 :     href="javascript:viewBugsByUser('Kim_Horne@ca.ibm.com')">[bugs]</a></div>
403 :     </td>
404 :     </tr>
405 :     <tr>
406 :     <td class="component">[<a
407 : tod 1.65 href="javascript:viewBugsWithSummary('[Markers] [Bookmarks] [Tasks] [Problems]')">Markers</a>]</td>
408 :     <td>Issues related to markers, including tasks, problems, bookmarks,
409 :     etc. e.g. bugs related to MarkerImageProvider, MarkerHelp,
410 :     MarkerResolutions
411 : tod 1.72 <div class="owner">Tod<a class="bugs"
412 : tod 1.65 href="javascript:viewBugsByUser('Tod_Creasey@ca.ibm.com')">[bugs]</a></div>
413 :     </td>
414 :     </tr>
415 :     <tr>
416 :     <td class="component">[<a
417 :     href="javascript:viewBugsWithSummary('[Metadata]')">Metadata</a>]</td>
418 :     <td>Anything related to the metadata associated with plug-ins (e.g.,
419 :     MANIFEST.MF, build.properties, .classpath, version numbers, compiler
420 :     settings, formatter settings, etc.)
421 : tod 1.72 <div class="owner">Tod <a class="bugs"
422 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
423 : tod 1.65 </td>
424 :     </tr>
425 :     <tr>
426 :     <td class="component">[<a
427 :     href="javascript:viewBugsWithSummary('[Model]')">Model</a>]</td>
428 :     <td>anything related to org.eclipse.ui.model classes
429 :     IWorkbenchAdapter, WorkbenchLabelProvider, WorkbenchContentProvider
430 :     <div class="owner">Tod <a class="bugs"
431 :     href="javascript:viewBugsByUser('Tod_Creasey@ca.ibm.com')">[bugs]</a></div>
432 :     </td>
433 :     </tr>
434 :     <tr>
435 :     <td class="component">[<a
436 :     href="javascript:viewBugsWithSummary('[MPE]')">MPE</a>]</td>
437 :     <td>bugs related to Multipage editor that are not [Editor Mgmt] and
438 :     not editor specific
439 :     <div class="owner">Paul <a class="bugs"
440 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
441 :     </td>
442 :     </tr>
443 :     <tr>
444 :     <td class="component">[<a
445 :     href="javascript:viewBugsWithSummary('[Navigator]')">Navigator</a>]</td>
446 :     <td>Navigator view
447 : karice 1.70 <div class="owner">McQ <a class="bugs"
448 :     href="javascript:viewBugsByUser('Mike_Wilson@ca.ibm.com')">[bugs]</a></div>
449 : tod 1.65 </td>
450 :     </tr>
451 :     <tr>
452 :     <td class="component">[<a
453 :     href="javascript:viewBugsWithSummary('[OLE]')">OLE</a>]</td>
454 :     <td>OLE support on Windows
455 :     <div class="owner">Eric <a class="bugs"
456 :     href="javascript:viewBugsByUser('emoffatt@ca.ibm.com')">[bugs]</a></div>
457 :     </td>
458 :     </tr>
459 :     <tr>
460 :     <td class="component">[<a
461 :     href="javascript:viewBugsWithSummary('[OpenModes]')">OpenModes</a>]</td>
462 :     <td>Single click, double click support
463 :     <div class="owner">Boris <a class="bugs"
464 :     href="javascript:viewBugsByUser('Boris_Bokowski@ca.ibm.com')">[bugs]</a></div>
465 :     </td>
466 :     </tr>
467 :     <tr>
468 :     <td class="component">[<a
469 :     href="javascript:viewBugsWithSummary('[Outline]')">Outline</a>]</td>
470 :     <td>Outline view
471 : karice 1.70 <div class="owner">McQ <a class="bugs"
472 :     href="javascript:viewBugsByUser('Mike_Wilson@ca.ibm.com')">[bugs]</a></div>
473 : tod 1.65 </td>
474 :     </tr>
475 :     <tr>
476 :     <td class="component">[<a
477 :     href="javascript:viewBugsWithSummary('[PerspectiveBar]')">PerspectiveBar</a>]</td>
478 :     <td>The bar used to indicate which perspectives are currently open and
479 :     allow easy switching between them.
480 :     <div class="owner">Eric<a class="bugs"
481 : tod 1.66 href="javascript:viewBugsByUser('emoffatt@ca.ibm.com')">[bugs]</a></div>
482 : tod 1.65 </td>
483 :     </tr>
484 :     <tr>
485 :     <td class="component">[<a
486 :     href="javascript:viewBugsWithSummary('[Perspectives]')">Perspectives</a>]</td>
487 :     <td>Perspective management
488 :     <div class="owner">Paul <a class="bugs"
489 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
490 :     </td>
491 :     </tr>
492 :     <tr>
493 :     <td class="component">[<a
494 :     href="javascript:viewBugsWithSummary('[Preferences]')">Preferences</a>]</td>
495 :     <td>preferences dialog, field editors and workbench preference pages
496 : tod 1.72 <div class="owner">Tod <a class="bugs"
497 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
498 : tod 1.65 </td>
499 :     </tr>
500 :     <tr>
501 :     <td class="component">[<a
502 :     href="javascript:viewBugsWithSummary('[PresentationAPI] [Presentation]')">PresentationAPI</a>]</td>
503 :     <td>Bugs pertaining to the presentation API.
504 :     <div class="owner">Paul <a class="bugs"
505 : tod 1.66 href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
506 : tod 1.65 </td>
507 :     </tr>
508 :     <tr>
509 :     <td class="component">[<a
510 :     href="javascript:viewBugsWithSummary('[R21PRES] [Presentations]')">Presentations</a>]</td>
511 :     <td>Code related to maintaining the Eclipse 2.1 and 3.0 look and feel.
512 : tod 1.72 <div class="owner">Paul<a class="bugs"
513 : tod 1.66 href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
514 : tod 1.65 </td>
515 :     </tr>
516 :     <tr>
517 :     <td class="component">[<a
518 :     href="javascript:viewBugsWithSummary('[Progress]')">Progress</a>]</td>
519 :     <td>Responsive UI work relating to Progress View and Progress dialogs
520 :     <div class="owner">Tod <a class="bugs"
521 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
522 :     </td>
523 :     </tr>
524 :     <tr>
525 :     <td class="component">[<a
526 :     href="javascript:viewBugsWithSummary('[PropertiesDialog]')">PropertiesDialog</a>]</td>
527 :     <td>Properties dialog
528 :     <div class="owner">Tod <a class="bugs"
529 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
530 :     </td>
531 :     </tr>
532 :     <tr>
533 :     <td class="component">[<a
534 :     href="javascript:viewBugsWithSummary('[PropertiesView]')">PropertiesView</a>]</td>
535 :     <td>Properties view
536 :     <div class="owner">Eric <a class="bugs"
537 :     href="javascript:viewBugsByUser('emoffatt@ca.ibm.com')">[bugs]</a></div>
538 :     </td>
539 :     </tr>
540 :     <tr>
541 :     <td class="component">[<a
542 :     href="javascript:viewBugsWithSummary('[RCP]')">RCP</a>]</td>
543 :     <td>Rich Client Platform issues
544 :     <div class="owner">Boris <a class="bugs"
545 :     href="javascript:viewBugsByUser('Boris_Bokowski@ca.ibm.com')">[bugs]</a></div>
546 :     </td>
547 :     </tr>
548 :     <tr>
549 :     <td class="component">[<a
550 :     href="javascript:viewBugsWithSummary('[TabbedProperties]')">TabbedProperties</a>]</td>
551 :     <td>Tabbed Properties issues (plugin
552 :     org.eclipse.ui.views.properties.tabbed)
553 :     <div class="owner">Anthony <a class="bugs"
554 :     href="javascript:viewBugsByUser('anthonyh@ca.ibm.com')">[bugs]</a></div>
555 :     </td>
556 :     </tr>
557 :     <tr>
558 :     <td class="component">[<a
559 :     href="javascript:viewBugsWithSummary('[Themes]')">Themes</a>]</td>
560 :     <td>Dealing with dialog/window fonts/colours and the theme API
561 :     <div class="owner">Kim <a class="bugs"
562 : tod 1.66 href="javascript:viewBugsByUser('kim_horne@ca.ibm.com')">[bugs]</a></div>
563 : tod 1.65 </td>
564 :     </tr>
565 :     <tr>
566 :     <td class="component">[<a
567 :     href="javascript:viewBugsWithSummary('[Trim]')">Trim</a>]</td>
568 :     <td>Defects in Trim contributions or trim management (DnD,
569 :     persistance, layout...)
570 :     <div class="owner">Eric <a class="bugs"
571 :     href="javascript:viewBugsByUser('emoffat@ca.ibm.com')">[bugs]</a></div>
572 :     </td>
573 :     </tr>
574 :     <tr>
575 :     <td class="component">[<a
576 :     href="javascript:viewBugsWithSummary('[Undo]')">Undo</a>]</td>
577 :     <td>Dealing with the new undo/redo support introduced in Eclipse 3.1
578 :     <div class="owner">Susan <a class="bugs"
579 :     href="javascript:viewBugsByUser('susan_franklin@us.ibm.com')">[bugs]</a></div>
580 :     </td>
581 :     </tr>
582 :     <tr>
583 :     <td class="component">[<a
584 :     href="javascript:viewBugsWithSummary('[ViewMgmt]')">ViewMgmt</a>]</td>
585 :     <td>View management
586 :     <div class="owner">Boris <a class="bugs"
587 :     href="javascript:viewBugsByUser('Boris_Bokowski@ca.ibm.com')">[bugs]</a></div>
588 :     </td>
589 :     </tr>
590 :     <tr>
591 :     <td class="component">[<a
592 :     href="javascript:viewBugsWithSummary('[Viewers]')">Viewers</a>]</td>
593 :     <td>JFace viewers
594 :     <div class="owner">Boris <a class="bugs"
595 : tod 1.66 href="javascript:viewBugsByUser('boris_bokowski@ca.ibm.com')">[bugs]</a></div>
596 :     </td>
597 :     </tr>
598 :     <tr>
599 :     <td class="component">[<a
600 :     href="javascript:viewBugsWithSummary('[win32]')">Win32</a>]</td>
601 :     <td>Win32 specific issues
602 :     <div class="owner">Eric <a class="bugs"
603 :     href="javascript:viewBugsByUser('emoffatt@ca.ibm.com')">[bugs]</a></div>
604 : tod 1.65 </td>
605 :     </tr>
606 :     <tr>
607 :     <td class="component">[<a
608 :     href="javascript:viewBugsWithSummary('[Wizards]')">Wizards</a>]</td>
609 :     <td>JFace wizards and workbench new item wizards (excluding
610 :     import/export)
611 : tod 1.72 <div class="owner">Tod <a class="bugs"
612 :     href="javascript:viewBugsByUser('Tod_Creasey@ca.ibm.com')">[bugs]</a></div>
613 : tod 1.65 </td>
614 :     </tr>
615 :     <tr>
616 :     <td class="component">[<a
617 :     href="javascript:viewBugsWithSummary('[Workbench]')">Workbench</a>]</td>
618 :     <td>ui.plugin, Workbench, WorkbenchWindow
619 : karice 1.70 <div class="owner">Tod <a class="bugs"
620 :     href="javascript:viewBugsByUser('Tod_Creasey@ca.ibm.com')">[bugs]</a></div>
621 : tod 1.65 </td>
622 :     </tr>
623 :     <tr>
624 :     <td class="component">[<a
625 :     href="javascript:viewBugsWithSummary('[WorkbenchParts]')">WorkbenchParts</a>]</td>
626 :     <td>Bugs pertaining to part lifecycle.
627 :     <div class="owner">Paul <a class="bugs"
628 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
629 :     </td>
630 :     </tr>
631 :     <tr>
632 :     <td class="component">[<a
633 :     href="javascript:viewBugsWithSummary('[WorkbenchLauncher]')">WorkbenchLauncher</a>]</td>
634 :     <td>Primarily, that portion of startup where the UI team decides where
635 :     the workspace will be.
636 : khorne 1.71 <div class="owner">Kim <a class="bugs"
637 :     href="javascript:viewBugsByUser('kim_horne@ca.ibm.com')">[bugs]</a></div>
638 : tod 1.65 </td>
639 :     </tr>
640 :     <tr>
641 :     <td class="component">[<a
642 :     href="javascript:viewBugsWithSummary('[WorkingSets]')">WorkingSets</a>]</td>
643 :     <td>Working sets
644 :     <div class="owner">Kim <a class="bugs"
645 : tod 1.66 href="javascript:viewBugsByUser('kim_horne@ca.ibm.com')">[bugs]</a></div>
646 : tod 1.65 </td>
647 :     </tr>
648 : nick 1.1 </body>
649 : tod 1.65 </html>