platform-ui-home/componentAreas.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.81 - (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 : kevinm 1.81 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 : tod 1.65 component area if there are any that havn't been properly tagged.
43 : kevinm 1.81 <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 : kevinm 1.81 <div class="owner">Kim <a class="bugs"
59 :     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 : kevinm 1.81 <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 : kevinm 1.81 <div class="owner">Kim<a class="bugs"
75 :     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 : kevinm 1.81 <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 : kevinm 1.81 <div class="owner">Eric <a class="bugs"
93 :     href="javascript:viewBugsByUser('emoffatt@ca.ibm.com')">[bugs]</a></div>
94 : tod 1.65 </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 : kevinm 1.81 <div class="owner">Paul <a class="bugs"
115 :     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 : kevinm 1.81 <div class="owner">Michael <a class="bugs"
123 :     href="javascript:viewBugsByUser('mdelder@us.ibm.com')">[bugs]</a></div>
124 : tod 1.65 </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 : kevinm 1.81 <div class="owner">Paul <a class="bugs"
131 :     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 : kevinm 1.81 <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 : kevinm 1.81 <div class="owner">Eric <a class="bugs"
175 :     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 : kevinm 1.81 <div class="owner">Boris <a class="bugs"
183 :     href="javascript:viewBugsByUser('Boris_Bokowski@ca.ibm.com')">[bugs]</a></div>
184 : tod 1.65 </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 : kevinm 1.81 <div class="owner">Tod <a class="bugs"
191 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
192 : tod 1.65 </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 : kevinm 1.81 <div class="owner">Eric <a class="bugs"
199 :     href="javascript:viewBugsByUser('emoffat@ca.ibm.com')">[bugs]</a></div>
200 : tod 1.65 </td>
201 :     </tr>
202 :     <tr>
203 :     <td class="component">[<a
204 :     href="javascript:viewBugsWithSummary('[Dialogs]')">Dialogs</a>]</td>
205 : sfranklin 1.75 <td>JFace and UI dialogs other than IDE, Filtered Items/Open Resource
206 : kevinm 1.81 <div class="owner">Susan <a class="bugs"
207 :     href="javascript:viewBugsByUser('susan_franklin@us.ibm.com')">[bugs]</a></div>
208 : tod 1.65 </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 : kevinm 1.81 <div class="owner">Eric <a class="bugs"
215 :     href="javascript:viewBugsByUser('emoffat@ca.ibm.com')">[bugs]</a></div>
216 : tod 1.65 </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 : kevinm 1.81 <div class="owner">Kim <a class="bugs"
223 :     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 : kevinm 1.81 <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 : kevinm 1.81 <div class="owner">Tod <a class="bugs"
247 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
248 : tod 1.65 </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 : kevinm 1.81 to be handled to make it robust. Also includes issues related to Status Handling
255 :     support introduced in 3.3
256 :     <div class="owner">Tod <a class="bugs"
257 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
258 : tod 1.65 </td>
259 :     </tr>
260 :     <tr>
261 :     <td class="component">[<a
262 :     href="javascript:viewBugsWithSummary('[Examples]')">Examples</a>]</td>
263 :     <td>the 3 workbench examples (multipageeditor, propertysheet,
264 :     readmetool) but not javaeditor (owned by platform-text component)
265 : kevinm 1.81 <div class="owner">Paul <a class="bugs"
266 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
267 : tod 1.65 </td>
268 :     </tr>
269 :     <tr>
270 :     <td class="component">[<a
271 :     href="javascript:viewBugsWithSummary('[FastView]')">FastView</a>]</td>
272 :     <td>issues related to fast views
273 : kevinm 1.81 <div class="owner">Eric <a class="bugs"
274 :     href="javascript:viewBugsByUser('emoffat@ca.ibm.com')">[bugs]</a></div>
275 : tod 1.65 </td>
276 :     </tr>
277 :     <tr>
278 :     <td class="component">[<a
279 :     href="javascript:viewBugsWithSummary('[Features]')">Features</a>]</td>
280 :     <td>UI related to features, other than [About], e.g. product branding,
281 :     default perspective, etc.
282 : kevinm 1.81 <div class="owner">Kim <a class="bugs"
283 :     href="javascript:viewBugsByUser('kim_horne@ca.ibm.com')">[bugs]</a></div>
284 : tod 1.65 </td>
285 :     </tr>
286 :     <tr>
287 :     <td class="component">[<a
288 :     href="javascript:viewBugsWithSummary('[FieldAssist]')">FieldAssist</a>]</td>
289 : sfranklin 1.75 <td>Defects concerning ControlDecoration, Required Fields, Content
290 :     Proposal, Decorated Fields or Field Assistance
291 : kevinm 1.81 <div class="owner">Susan <a class="bugs"
292 :     href="javascript:viewBugsByUser('susan_franklin@us.ibm.com')">[bugs]</a></div>
293 : tod 1.65 </td>
294 :     </tr>
295 :     <tr>
296 :     <td class="component">[<a
297 :     href="javascript:viewBugsWithSummary('[GlobalActions]')">GlobalActions</a>]</td>
298 :     <td>actions created in workbench action builder that are not directly
299 :     related to other components
300 : kevinm 1.81 <div class="owner">Paul <a class="bugs"
301 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
302 : tod 1.65 </td>
303 :     </tr>
304 :     <tr>
305 :     <td class="component">[<a
306 :     href="javascript:viewBugsWithSummary('[Graphics]')">Graphics</a>]</td>
307 :     <td>Any graphics that UI has control over.
308 : kevinm 1.81 <div class="owner">Tod <a class="bugs"
309 :     href="javascript:viewBugsByUser('Tod_Creasey@ca.ibm.com')">[bugs]</a></div>
310 : tod 1.65 </td>
311 :     </tr>
312 :     <tr>
313 :     <td class="component">[<a
314 : tod 1.66 href="javascript:viewBugsWithSummary('[GTK/Linux]')">GTK/Linux</a>]</td>
315 :     <td>GTK/Linux specific issues.
316 : kevinm 1.81 <div class="owner">Paul <a class="bugs"
317 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
318 : tod 1.66 </td>
319 :     </tr>
320 :     <tr>
321 :     <td class="component">[<a
322 : tod 1.65 href="javascript:viewBugsWithSummary('[Help]')">Help</a>]</td>
323 :     <td>F1 help; missing or problems with content
324 : kevinm 1.81 <div class="owner">Eric <a class="bugs"
325 :     href="javascript:viewBugsByUser('emoffatt@ca.ibm.com')">[bugs]</a></div>
326 : tod 1.65 </td>
327 :     </tr>
328 :     <tr>
329 :     <td class="component">[<a
330 :     href="javascript:viewBugsWithSummary('[IDE]')">IDE</a>]</td>
331 :     <td>Issues related to the IDE as an app (as opposed to RCP)
332 : kevinm 1.81 <div class="owner">Tod <a class="bugs"
333 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
334 : tod 1.65 </td>
335 :     </tr>
336 :     <tr>
337 :     <td class="component">[<a
338 :     href="javascript:viewBugsWithSummary('[Intro] [Welcome]')">Intro</a>]</td>
339 :     <td>Intro part management and legacy welcome page support
340 : kevinm 1.81 <div class="owner">Paul <a class="bugs"
341 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
342 : tod 1.65 </td>
343 :     </tr>
344 :     <tr>
345 :     <td class="component">[<a
346 :     href="javascript:viewBugsWithSummary('[Import/Export]')">Import/Export</a>]</td>
347 :     <td>Import/Export wizards
348 : kevinm 1.81 <div class="owner">Tod <a class="bugs"
349 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
350 : tod 1.65 </td>
351 :     </tr>
352 :     <tr>
353 :     <td class="component">[<a
354 :     href="javascript:viewBugsWithSummary('[JFace]')">JFace</a>]</td>
355 :     <td>parts of JFace not covered by [Dialogs], [Preferences], [Viewers]
356 :     and [Wizards]
357 : kevinm 1.81 <div class="owner">Susan <a class="bugs"
358 :     href="javascript:viewBugsByUser('susan_franklin@us.ibm.com')">[bugs]</a></div>
359 : tod 1.65 </td>
360 :     </tr>
361 :     <tr>
362 :     <td class="component">[<a
363 :     href="javascript:viewBugsWithSummary('[KeyBindings]')">KeyBindings</a>]</td>
364 :     <td>Key bindings engine and preferences; requests to change key
365 :     bindings, or keys not working
366 :     <ul>
367 :     <li><em>assist</em>. The key binding assist dialog.</li>
368 :     <li><em>doc</em>. Documentation, articles or notes about best
369 :     practices. Also, changing code to conform to best practices.</li>
370 :     <li><em>errors</em>. Error handling.</li>
371 :     <li><em>interactions</em>. Interactions between the key binding
372 :     architecture and native facilities (e.g., mnemonics). Also, the order
373 :     in which events arrive.</li>
374 :     <li><em>misc</em> Anything does not fit in other categories.</li>
375 :     <li><em>out-of-order</em>. Anything dealing with the two special
376 :     keys: ESC and DEL.</li>
377 :     <li><em>performance</em>. The performance of the key binding
378 :     architecture, or its registry.</li>
379 :     <li><em>preference page</em>. The keys preference page.</li>
380 :     <li><em>registry</em>. The registry, its syntax, and backward
381 :     compatibility.</li>
382 :     <li><em>request</em>. A request for a new command or a new key
383 :     binding (or both).</li>
384 :     </ul>
385 : kevinm 1.81 <div class="owner">Paul <a class="bugs"
386 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
387 : tod 1.65 </td>
388 :     </tr>
389 :     <tr>
390 :     <td class="component">[<a
391 :     href="javascript:viewBugsWithSummary('[LinkedResources]')">LinkedResources</a>]</td>
392 :     <td>Handling of linked resources in Navigator and New File/Folder
393 :     wizards
394 : kevinm 1.81 <div class="owner">Boris <a class="bugs"
395 :     href="javascript:viewBugsByUser('Boris_Bokowski@ca.ibm.com')">[bugs]</a></div>
396 : tod 1.65 </td>
397 :     </tr>
398 :     <tr>
399 :     <td class="component">[<a
400 : tod 1.66 href="javascript:viewBugsWithSummary('[Mac]')">Mac</a>]</td>
401 :     <td>Mac specific issues
402 : kevinm 1.81 <div class="owner">Kim <a class="bugs"
403 :     href="javascript:viewBugsByUser('Kim_Horne@ca.ibm.com')">[bugs]</a></div>
404 : tod 1.66 </td>
405 :     </tr>
406 :     <tr>
407 :     <td class="component">[<a
408 : tod 1.65 href="javascript:viewBugsWithSummary('[Markers] [Bookmarks] [Tasks] [Problems]')">Markers</a>]</td>
409 :     <td>Issues related to markers, including tasks, problems, bookmarks,
410 :     etc. e.g. bugs related to MarkerImageProvider, MarkerHelp,
411 :     MarkerResolutions
412 : kevinm 1.81 <div class="owner">Tod <a class="bugs"
413 :     href="javascript:viewBugsByUser('Tod_Creasey@ca.ibm.com')">[bugs]</a></div>
414 : tod 1.65 </td>
415 :     </tr>
416 :     <tr>
417 :     <td class="component">[<a
418 :     href="javascript:viewBugsWithSummary('[Metadata]')">Metadata</a>]</td>
419 :     <td>Anything related to the metadata associated with plug-ins (e.g.,
420 :     MANIFEST.MF, build.properties, .classpath, version numbers, compiler
421 :     settings, formatter settings, etc.)
422 : kevinm 1.81 <div class="owner">Tod <a class="bugs"
423 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
424 : tod 1.65 </td>
425 :     </tr>
426 :     <tr>
427 :     <td class="component">[<a
428 :     href="javascript:viewBugsWithSummary('[Model]')">Model</a>]</td>
429 :     <td>anything related to org.eclipse.ui.model classes
430 :     IWorkbenchAdapter, WorkbenchLabelProvider, WorkbenchContentProvider
431 : kevinm 1.81 <div class="owner">Tod <a class="bugs"
432 :     href="javascript:viewBugsByUser('Tod_Creasey@ca.ibm.com')">[bugs]</a></div>
433 : tod 1.65 </td>
434 :     </tr>
435 :     <tr>
436 :     <td class="component">[<a
437 :     href="javascript:viewBugsWithSummary('[MPE]')">MPE</a>]</td>
438 :     <td>bugs related to Multipage editor that are not [Editor Mgmt] and
439 :     not editor specific
440 : kevinm 1.81 <div class="owner">Paul <a class="bugs"
441 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
442 : tod 1.65 </td>
443 :     </tr>
444 :     <tr>
445 :     <td class="component">[<a
446 :     href="javascript:viewBugsWithSummary('[Navigator]')">Navigator</a>]</td>
447 :     <td>Navigator view
448 : kevinm 1.81 <div class="owner">McQ <a class="bugs"
449 :     href="javascript:viewBugsByUser('Mike_Wilson@ca.ibm.com')">[bugs]</a></div>
450 : tod 1.65 </td>
451 :     </tr>
452 :     <tr>
453 :     <td class="component">[<a
454 :     href="javascript:viewBugsWithSummary('[OLE]')">OLE</a>]</td>
455 :     <td>OLE support on Windows
456 : kevinm 1.81 <div class="owner">Eric <a class="bugs"
457 :     href="javascript:viewBugsByUser('emoffatt@ca.ibm.com')">[bugs]</a></div>
458 : tod 1.65 </td>
459 :     </tr>
460 :     <tr>
461 :     <td class="component">[<a
462 :     href="javascript:viewBugsWithSummary('[OpenModes]')">OpenModes</a>]</td>
463 :     <td>Single click, double click support
464 : kevinm 1.81 <div class="owner">Boris <a class="bugs"
465 :     href="javascript:viewBugsByUser('Boris_Bokowski@ca.ibm.com')">[bugs]</a></div>
466 : tod 1.65 </td>
467 :     </tr>
468 :     <tr>
469 :     <td class="component">[<a
470 : sfranklin 1.75 href="javascript:viewBugsWithSummary('[OpenResource]')">OpenResource</a>]</td>
471 :     <td>Open Resource and FilteredItemsSelection dialogs
472 : kevinm 1.81 <div class="owner">Krzysztof <a class="bugs"
473 :     href="javascript:viewBugsByUser('krzysztof.michalski@pl.ibm.com')">[bugs]</a></div>
474 : sfranklin 1.75 </td>
475 :     </tr>
476 :     <tr>
477 :     <td class="component">[<a
478 : tod 1.65 href="javascript:viewBugsWithSummary('[Outline]')">Outline</a>]</td>
479 :     <td>Outline view
480 : kevinm 1.81 <div class="owner">McQ <a class="bugs"
481 :     href="javascript:viewBugsByUser('Mike_Wilson@ca.ibm.com')">[bugs]</a></div>
482 : tod 1.65 </td>
483 :     </tr>
484 :     <tr>
485 :     <td class="component">[<a
486 :     href="javascript:viewBugsWithSummary('[PerspectiveBar]')">PerspectiveBar</a>]</td>
487 :     <td>The bar used to indicate which perspectives are currently open and
488 :     allow easy switching between them.
489 : kevinm 1.81 <div class="owner">Eric <a class="bugs"
490 :     href="javascript:viewBugsByUser('emoffatt@ca.ibm.com')">[bugs]</a></div>
491 : tod 1.65 </td>
492 :     </tr>
493 :     <tr>
494 :     <td class="component">[<a
495 :     href="javascript:viewBugsWithSummary('[Perspectives]')">Perspectives</a>]</td>
496 :     <td>Perspective management
497 : kevinm 1.81 <div class="owner">Paul <a class="bugs"
498 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
499 : tod 1.65 </td>
500 :     </tr>
501 :     <tr>
502 :     <td class="component">[<a
503 :     href="javascript:viewBugsWithSummary('[Preferences]')">Preferences</a>]</td>
504 :     <td>preferences dialog, field editors and workbench preference pages
505 : kevinm 1.81 <div class="owner">Tod <a class="bugs"
506 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
507 : tod 1.65 </td>
508 :     </tr>
509 :     <tr>
510 :     <td class="component">[<a
511 :     href="javascript:viewBugsWithSummary('[PresentationAPI] [Presentation]')">PresentationAPI</a>]</td>
512 :     <td>Bugs pertaining to the presentation API.
513 : kevinm 1.81 <div class="owner">Paul <a class="bugs"
514 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
515 : tod 1.65 </td>
516 :     </tr>
517 :     <tr>
518 :     <td class="component">[<a
519 :     href="javascript:viewBugsWithSummary('[R21PRES] [Presentations]')">Presentations</a>]</td>
520 :     <td>Code related to maintaining the Eclipse 2.1 and 3.0 look and feel.
521 : kevinm 1.81 <div class="owner">Paul <a class="bugs"
522 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
523 : tod 1.65 </td>
524 :     </tr>
525 :     <tr>
526 :     <td class="component">[<a
527 :     href="javascript:viewBugsWithSummary('[Progress]')">Progress</a>]</td>
528 :     <td>Responsive UI work relating to Progress View and Progress dialogs
529 : kevinm 1.81 <div class="owner">Tod <a class="bugs"
530 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
531 : tod 1.65 </td>
532 :     </tr>
533 :     <tr>
534 :     <td class="component">[<a
535 :     href="javascript:viewBugsWithSummary('[PropertiesDialog]')">PropertiesDialog</a>]</td>
536 :     <td>Properties dialog
537 : kevinm 1.81 <div class="owner">Tod <a class="bugs"
538 :     href="javascript:viewBugsByUser('tod_creasey@ca.ibm.com')">[bugs]</a></div>
539 : tod 1.65 </td>
540 :     </tr>
541 :     <tr>
542 :     <td class="component">[<a
543 :     href="javascript:viewBugsWithSummary('[PropertiesView]')">PropertiesView</a>]</td>
544 :     <td>Properties view
545 : kevinm 1.81 <div class="owner">Eric <a class="bugs"
546 :     href="javascript:viewBugsByUser('emoffatt@ca.ibm.com')">[bugs]</a></div>
547 : tod 1.65 </td>
548 :     </tr>
549 :     <tr>
550 :     <td class="component">[<a
551 : khorne 1.73 href="javascript:viewBugsWithSummary('[QuickAccess]')">QuickAccess</a>]</td>
552 :     <td>Ctrl-3 quick access dialog issues
553 : kevinm 1.81 <div class="owner">Boris <a class="bugs"
554 :     href="javascript:viewBugsByUser('Boris_Bokowski@ca.ibm.com')">[bugs]</a></div>
555 : khorne 1.73 </td>
556 :     </tr>
557 :     <tr>
558 :     <td class="component">[<a
559 : tod 1.65 href="javascript:viewBugsWithSummary('[RCP]')">RCP</a>]</td>
560 :     <td>Rich Client Platform issues
561 : kevinm 1.81 <div class="owner">Boris <a class="bugs"
562 :     href="javascript:viewBugsByUser('Boris_Bokowski@ca.ibm.com')">[bugs]</a></div>
563 : sbrandys 1.74 </td>
564 :     </tr>
565 :     <tr>
566 :     <td class="component">[<a
567 : tod 1.65 href="javascript:viewBugsWithSummary('[TabbedProperties]')">TabbedProperties</a>]</td>
568 :     <td>Tabbed Properties issues (plugin
569 :     org.eclipse.ui.views.properties.tabbed)
570 : kevinm 1.81 <div class="owner">Anthony <a class="bugs"
571 :     href="javascript:viewBugsByUser('anthonyh@ca.ibm.com')">[bugs]</a></div>
572 : tod 1.65 </td>
573 :     </tr>
574 :     <tr>
575 :     <td class="component">[<a
576 :     href="javascript:viewBugsWithSummary('[Themes]')">Themes</a>]</td>
577 :     <td>Dealing with dialog/window fonts/colours and the theme API
578 : kevinm 1.81 <div class="owner">Kim <a class="bugs"
579 :     href="javascript:viewBugsByUser('kim_horne@ca.ibm.com')">[bugs]</a></div>
580 : tod 1.65 </td>
581 :     </tr>
582 :     <tr>
583 :     <td class="component">[<a
584 :     href="javascript:viewBugsWithSummary('[Trim]')">Trim</a>]</td>
585 :     <td>Defects in Trim contributions or trim management (DnD,
586 :     persistance, layout...)
587 : kevinm 1.81 <div class="owner">Eric <a class="bugs"
588 :     href="javascript:viewBugsByUser('emoffat@ca.ibm.com')">[bugs]</a></div>
589 : tod 1.65 </td>
590 :     </tr>
591 :     <tr>
592 :     <td class="component">[<a
593 :     href="javascript:viewBugsWithSummary('[Undo]')">Undo</a>]</td>
594 :     <td>Dealing with the new undo/redo support introduced in Eclipse 3.1
595 : kevinm 1.81 <div class="owner">Susan <a class="bugs"
596 :     href="javascript:viewBugsByUser('susan_franklin@us.ibm.com')">[bugs]</a></div>
597 : tod 1.65 </td>
598 :     </tr>
599 :     <tr>
600 :     <td class="component">[<a
601 :     href="javascript:viewBugsWithSummary('[ViewMgmt]')">ViewMgmt</a>]</td>
602 :     <td>View management
603 : kevinm 1.81 <div class="owner">Boris <a class="bugs"
604 :     href="javascript:viewBugsByUser('Boris_Bokowski@ca.ibm.com')">[bugs]</a></div>
605 : tod 1.65 </td>
606 :     </tr>
607 :     <tr>
608 :     <td class="component">[<a
609 :     href="javascript:viewBugsWithSummary('[Viewers]')">Viewers</a>]</td>
610 :     <td>JFace viewers
611 : kevinm 1.81 <div class="owner">Boris <a class="bugs"
612 :     href="javascript:viewBugsByUser('boris_bokowski@ca.ibm.com')">[bugs]</a></div>
613 : tod 1.66 </td>
614 :     </tr>
615 :     <tr>
616 :     <td class="component">[<a
617 :     href="javascript:viewBugsWithSummary('[win32]')">Win32</a>]</td>
618 :     <td>Win32 specific issues
619 : kevinm 1.81 <div class="owner">Eric <a class="bugs"
620 :     href="javascript:viewBugsByUser('emoffatt@ca.ibm.com')">[bugs]</a></div>
621 : tod 1.65 </td>
622 :     </tr>
623 :     <tr>
624 :     <td class="component">[<a
625 :     href="javascript:viewBugsWithSummary('[Wizards]')">Wizards</a>]</td>
626 :     <td>JFace wizards and workbench new item wizards (excluding
627 :     import/export)
628 : kevinm 1.81 <div class="owner">Tod <a class="bugs"
629 :     href="javascript:viewBugsByUser('Tod_Creasey@ca.ibm.com')">[bugs]</a></div>
630 : tod 1.65 </td>
631 :     </tr>
632 :     <tr>
633 :     <td class="component">[<a
634 :     href="javascript:viewBugsWithSummary('[Workbench]')">Workbench</a>]</td>
635 :     <td>ui.plugin, Workbench, WorkbenchWindow
636 : kevinm 1.81 <div class="owner">Tod <a class="bugs"
637 :     href="javascript:viewBugsByUser('Tod_Creasey@ca.ibm.com')">[bugs]</a></div>
638 : tod 1.65 </td>
639 :     </tr>
640 :     <tr>
641 :     <td class="component">[<a
642 :     href="javascript:viewBugsWithSummary('[WorkbenchParts]')">WorkbenchParts</a>]</td>
643 :     <td>Bugs pertaining to part lifecycle.
644 : kevinm 1.81 <div class="owner">Paul <a class="bugs"
645 :     href="javascript:viewBugsByUser('pwebster@ca.ibm.com')">[bugs]</a></div>
646 : tod 1.65 </td>
647 :     </tr>
648 :     <tr>
649 :     <td class="component">[<a
650 :     href="javascript:viewBugsWithSummary('[WorkbenchLauncher]')">WorkbenchLauncher</a>]</td>
651 :     <td>Primarily, that portion of startup where the UI team decides where
652 :     the workspace will be.
653 : kevinm 1.81 <div class="owner">Kim <a class="bugs"
654 :     href="javascript:viewBugsByUser('kim_horne@ca.ibm.com')">[bugs]</a></div>
655 : tod 1.65 </td>
656 :     </tr>
657 :     <tr>
658 :     <td class="component">[<a
659 :     href="javascript:viewBugsWithSummary('[WorkingSets]')">WorkingSets</a>]</td>
660 :     <td>Working sets
661 : kevinm 1.81 <div class="owner">Kim <a class="bugs"
662 :     href="javascript:viewBugsByUser('kim_horne@ca.ibm.com')">[bugs]</a></div>
663 : tod 1.65 </td>
664 :     </tr>
665 : nick 1.1 </body>
666 : tod 1.65 </html>