Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Undo/Redo in PropertySheet
Undo/Redo in PropertySheet [message #257038] Wed, 30 June 2004 06:20 Go to next message
Eclipse UserFriend
Originally posted by: alex.xxxxxxxx.xxxxx

Hi!
I have a GEF Editor and a PropertySheet. Is there a way to enable
undo/redo actions in the PropertySheet? Or should I create editor commands
and execute them each time a property was changed?

thank you in advance
Re: Undo/Redo in PropertySheet [message #257130 is a reply to message #257038] Wed, 30 June 2004 10:41 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

In GEF, undo/redo are done through commands. The default GEF property
sheet entry will create the default set/reset commands that are
necessary for undo/redo using the command stack to work.

The property sheet itself has no concept of undo/redo because that
depends on the editor. Each editor has a different way. For example text
editors do it by keystrokes. GEF does it by commands and its command stack.
--
Thanks, Rich Kulp

Previous Topic:Free UML diagramming / code generating plugin?
Next Topic:stopping Console View from popping up
Goto Forum:
  


Current Time: Sun May 11 18:11:02 EDT 2025

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

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

Back to the top