Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » UNDO functionality while in Editor created by extending EditoPart
UNDO functionality while in Editor created by extending EditoPart [message #465412] Thu, 29 March 2007 06:42
Eclipse UserFriend
Originally posted by: tapamayghosh.gmail.com

<pre>
<b>PROBLEM :</b>
1) I Have created an editor by extending EditorPart.
2) Now I want to implement undo action exactly similar to the Eclipse.
3) In ApplicationActionBarAdvisor,
I have I have created an action by writing following codes,
// Inside makeActions() method.
IWorkbechAction undoAction=ActionFactory.UNDO.create(window) ;
register(undoAction);

// in fillcoolbar() method I have added this action.
toolBar.add(undoAction);

Above written code is providing an icon in the toolbar but this is always disabled.
But same steps did work for implementing "Save Action"
I know there something different which I dont know. because "Undo" is gonna be a retargetable action. will anyone help me urgently to solv this problem.I'm really in a critical situation.
Thanks in Advance
</pre>
Previous Topic:Deleting plugins with Bundle.uninstall()
Next Topic:How to wrap F1 help documentation text
Goto Forum:
  


Current Time: Sun Oct 13 10:46:51 GMT 2024

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

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

Back to the top