[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: com.ibm.eclipse.ui.workbenchActions not work

Lun Xiao wrote:

> com.ibm.eclipse.ui.workbenchActions seems not working in the 0.035. No
> error msg. but action does not show up on the desktop. Any idea? Thanks.


With the latest drop I ended up making an action set (implementing
IActionSet), and adding my actions through the action set. 

This implementation strategy seemd to work well. I do, however, have a
minor issue: I have to manually enable the action set when starting
Eclipse. Is there a way to set the state of the action set so that the
actions are enabled on startup?