Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Talk:Platform UI Command Design"

(org.eclipse.ui.commands?)
Line 2: Line 2:
  
 
--[[User:Pwebster.ca.ibm.com|Pwebster.ca.ibm.com]] 08:35, 17 August 2006 (EDT)
 
--[[User:Pwebster.ca.ibm.com|Pwebster.ca.ibm.com]] 08:35, 17 August 2006 (EDT)
 +
 +
== org.eclipse.ui.commands? ==
 +
 +
Shouldn't the commands extension point be in org.eclipse.core? It should be possible to drive behavior in a headless application - there would just be no menus or icons or key bindings.

Revision as of 11:29, 13 September 2006

Commands, Handlers, and KeyBindings are mostly done. Now we need support to place command items in menus and toolbars.

--Pwebster.ca.ibm.com 08:35, 17 August 2006 (EDT)

org.eclipse.ui.commands?

Shouldn't the commands extension point be in org.eclipse.core? It should be possible to drive behavior in a headless application - there would just be no menus or icons or key bindings.

Back to the top