[Haskell-cafe] Darcs as undo/redo system?

Peter Verswyvelen bugfact at gmail.com
Fri May 8 11:33:25 EDT 2009


If you work with a text editor like Microsoft Visual Studio (maybe also
Eclipse, don't know), each text editor has its own undo/redo history.
However, when you perform refactoring - like renaming a function - this
becomes an undo/redo on multiple files together, so in a sense these changes
are part of a global history.

You can combine these two different kinds of mutations, and undo/redo still
works as expected.

I don't know how hard this is to implement, but it looks like this problem
is somehow is related to Darcs theory of patches (which I don't know yet :-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090508/7a420bce/attachment.htm


More information about the Haskell-Cafe mailing list