Undo
Undo and Redo Action events in Java
I have an application with a JPanel and buttons that users click on to draw shapes on the panel. You can color and resize开发者_StackOverflow the shapes as well as move them around in the panel. How w[详细]
2023-01-25 21:32 分类:问答Implementing Undo feature (like Ctrl+Z) in Qt/C++
I am using Qt 4.5 and C++ on Windows XP. Basically I will be having an UI where the user will enter some data. He can go and modify the values available in the UI. The UI will have basic Qt UI elemen[详细]
2023-01-25 12:15 分类:问答ROLLBACK undo redo
I\'m building a database using a BST (binary search tree) and I wan开发者_StackOverflowt the user to be able to roll back the last 5 commands. Any Suggestions? I\'m using Java.Have you considered usin[详细]
2023-01-23 16:07 分类:问答How to get the count of undoable operation of a wpf richtextbox
how can i track the number of undo operation of a wpf richtext开发者_运维技巧box?You can\'t do that. Undo logic is private inside TextBoxBase class and it depends on internal UndoManager class. I advi[详细]
2023-01-23 10:30 分类:问答Undo/redo with a UITextView (iOS/iPHone)
I have a view where a UITextView always has focus. What I want to do is extend the built-in undo/redo behavior to support undo/redo for when I programmatically set the text (e.g., for when I clear it,[详细]
2023-01-23 04:00 分类:问答How to undo call-last-kbd-macro in emacs
In emacs, I sometimes invoke call-last-kbd-macro by mistake. When undoing I would have expected undo to undo the entire effect of the keyboard macro atomically, but that does开发者_JS百科 not happen.[详细]
2023-01-22 19:32 分类:问答Implementing a robust persistent undo/redo feature
I\'m writing a bitmap editor where I use the Command Pattern to represent actions that will transform the document. I keep all the commands executed so far in a list and, to implement undo, I restore[详细]
2023-01-22 03:05 分类:问答Git pull into wrong branch
Myself and one other developer had 开发者_开发知识库been merging and pushing our work to a non-master branch called toolwork. That way, we didn\'t impact the rest of the team. My topic branch was call[详细]
2023-01-21 04:18 分类:问答How to abort a merge in mercurial?
I goofed up a merge.I\'d like to revert then try again. Is there a way to revert a merge before it is committed?[详细]
2023-01-20 20:59 分类:问答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 fnctionality. However 90% of our application is r开发者_StackOverflow社区eady and I don[详细]
2023-01-20 17:28 分类:问答