Bug 26797 - [Contributions] Editor Actions should support combo boxes in the toolbar
Summary: [Contributions] Editor Actions should support combo boxes in the toolbar
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.3   Edit
Assignee: Paul Webster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-20 13:44 EST by Kevin Cornell CLA
Modified: 2007-06-20 12:35 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Cornell CLA 2002-11-20 13:44:20 EST
In org.eclipse.ui.editorActions, an action for the toolbar should be able to 
use a combo box control.
Comment 1 Ed Burnette CLA 2005-10-19 08:57:49 EDT
Is this the same as bug 22642?
Comment 2 Nick Edgar CLA 2005-10-19 09:22:52 EDT
Not exactly.  This one is for combo contributions from an editor, or
editorActions extension, bug 22642 is about action sets.  But it would make
sense to address both at the same time.  I've added a cross-link.
Comment 3 Ed Burnette CLA 2005-11-03 10:17:40 EST
See also bug 36968.
Comment 4 Veronika Irvine CLA 2007-02-02 16:51:49 EST
We have an editor that lets the user change the font of selected text and we would really like to use a combobox to show the fonts available.  SWT has supported a combobox in the toolbar for quite some time now.  Is there any plan to support comboboxes in actions?    As an aside, since Duong is now on the SWT team, should this bug be re-assigned to someone on the Workbench team?
Comment 5 Paul Webster CLA 2007-02-02 18:54:51 EST
Yes, the new menu contribution API in 3.3 should support adding combo boxes to any toolbar.  There are examples on http://wiki.eclipse.org/index.php/Menu_Item_Placement_Examples although we actually just changed the <widget/> story to <control/> ... we'll be updating the wiki just after M5.

We haven't re-assign Duong's bugs yet to delay the resulting spam, but Tod and I split up the areas and are monitoring them :-)

PW
Comment 6 Paul Webster CLA 2007-04-05 19:01:55 EDT
Assigning to component owner
PW
Comment 7 Paul Webster CLA 2007-06-20 12:35:56 EDT
This has been fixed and/or superceded by the menu contribution work - bug 154130
PW