Can I use this library to implement multiple undo/redo in GUI applications
under Windows? For example in a word processor.


Mohammed
----- Original Message -----
From: "Pavel Vozenilek" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 24, 2003 1:15 AM
Subject: [boost] Re: Re: undo library


>
> "Steven Mauceri" <[EMAIL PROTECTED]> wrote in message
> 000f01c2c301$fca17ae0$[EMAIL PROTECTED]">news:000f01c2c301$fca17ae0$[EMAIL PROTECTED]...
> > Hi Andreas,
> >
> [snip]
> > Some things ive come across include:
> >
> [snip]
>
> Undo library may also provide features like:
> - user friendly description of what is going to be undoed/redoed,
> - ability to keep only N last undo steps in memory and save rest on disk
> (maybe with help of an serialisation library),
> - ability to group multiple undo commands to one (e.g. moves),
> - ability to generate 'change log' for any given time period.
>
> Most of it may be implemented by specialised command manager.
>
> /Pavel
>
>
>
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to