Skip to main content



      Home
Home » Eclipse Projects » GEF » copy/past and alignment actions
copy/past and alignment actions [message #215417] Tue, 02 May 2006 14: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: Thu Jul 03 06:19:59 EDT 2025

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

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

Back to the top