It would be nice to support undo (via Ctrl-Z) in the merge window when merging files. Currently if I accidentally paste over some text, I have to find the original text from elsewhere to copy back in.
+1 for this. Now I am performing big merge and have to do many manual changes, and I miss undo feature from time to time.
You can implement limited undo. I would even welcome ability to undo last change.
It seems like this would be easy to implement, and it would be very useful.
http://doc.qt.io/qt-5/qtwidgets-richtext-textedit-textedit-cpp.html ctrl+f search for actionUndo
+1 for this. Now I am performing big merge and have to do many manual changes, and I miss undo feature from time to time.
You can implement limited undo. I would even welcome ability to undo last change.
It seems like this would be easy to implement, and it would be very useful.
http://doc.qt.io/qt-5/qtwidgets-richtext-textedit-textedit-cpp.html
ctrl+f search for actionUndo