Top "Undo-redo" questions

For issues relating to undo and/or redo operations.

Undo/Redo in WPF?

Does WPF provide a framework to handle undo/redo? If not, what's a common way to do it?

c# wpf undo-redo
How to design undo & redo in text editor?

Part of my project is to write a text editor that is used for typing some rules, compiling my application …

java text-editor undo undo-redo redo
best practice for Undo Redo implementation

I need to implement Undo/Redo frame work for my window application(editor like powerpoint), what should be the best …

c# frameworks undo-redo
How to manage undo after swipe to delete in android ListView?

I need to implement swipe to delete in a ListView with Undo function as in Gmail App I know that …

android listview android-listview undo-redo
how to implement undo/redo operation without major changes in program

Hi I'm about to add new functionality to application which I'm currently writting. I need to write a undo/redo …

c# undo undo-redo redo