platform-ui-home/componentAreas.html

Parent Directory Parent Directory | Revision Log Revision Log


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