Mathias Bauer wrote:
> CPH wrote:
> > Hi,
> >     I have a button on my UI which performs several actions thru API calls.
> > Is ther anyway which I can get all of these actions to be considered one 
> > atomic action by the Undo/Redo mechanism ?
> 
> Not ATM. But we are currently discussing new APIs for "Q". I'm somewhat
> involved into that and I will take your question as a feature
> enhancement request. :-)
> 
> My understanding is that you want to do something like:
> 
> set mark on undo stack
> execute API calls
> set another mark on undo stack
> 
> and then you would expect that calling "Undo" would undo *all* the
> changes you made, and of course a following "Redo" would do the opposite.
> 
> The same way we want to make macros "undoable" in one step.

That was in October 2003. Is it possible now to do such things?

Regards,
Patrik Fimml


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to