Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Creating a own UndoManager that can be applied to all TextViewers
Creating a own UndoManager that can be applied to all TextViewers [message #224642] Thu, 08 April 2004 11:44
Eclipse UserFriend
Originally posted by: rishidas.hotmail.com

Problem:

I have to create a plugin (SmartUndo)which when activated by Cutomize
Perspective-->Other -->SmartUndo will have a undo like button on workbench
toolbar. This undo button will be able to show all current change commands
in a drop down list when clicked. When user clicks particular command,
only that change gets undone in the text editor.

Questions:

1. I have copied the DefaultUndoManager and changing the code.But How do I
invoke this class when my Undo button is clicked.

2. I guess the issue most of people in discussion board was how to
override und/redo methods for any view that they are creating.My problem
is I want this plugin to work on any view but have different functionality.
Previous Topic:How do I compile file opened in editor when idle?
Next Topic:Problems to start Eclipse (2.1.2)
Goto Forum:
  


Current Time: Tue Jul 22 03:26:28 EDT 2025

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

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

Back to the top