Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » copy/past and alignment actions
copy/past and alignment actions [message #215417] Tue, 02 May 2006 18:09
Eclipse UserFriend
Originally posted by: alanlcruz.gmail.com

Hi,

I'm trying to put the copy/past and alignment actions in my editor, but
i can't activate the alignment actions and the copy/past actions aren't
working. i did register this actions in my editor like as Logic example:

protected void createActions() {
ActionRegistry registry = getActionRegistry();
IActionBars bars = getEditorSite().getActionBars();
IAction action = new CopyTemplateAction(this);
registry.registerAction(action);
...
}

have i forgot something? what?
Previous Topic:gef app. in plugin ??
Next Topic:Use DirectEditManager with AbstractTreeEditPart
Goto Forum:
  


Current Time: Sat Apr 27 03:15:54 GMT 2024

Powered by FUDForum. Page generated in 0.03758 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top