ricardojlrufino / JExplorerTree

Simple File Explorer Component in pure Java
MIT License
3 stars 1 forks source link

Undo / Delete - From diferent paths #2

Open ricardojlrufino opened 4 years ago

ricardojlrufino commented 4 years ago

The problem is related to having selected several different trees. For now it's disabled image

drmpf commented 3 years ago

For a generalized undo/redo framework check out my https://www.forward.com.au/javaProgramming/javaGuiTips/undoRedo.html It lets you navigate back to some previous version after multiple-undos/redos

ricardojlrufino commented 3 years ago

For a generalized undo/redo framework check out my https://www.forward.com.au/javaProgramming/javaGuiTips/undoRedo.html It lets you navigate back to some previous version after multiple-undos/redos

The problem is not with UNDO / REDO itself. but in the implementation when you have several active selections ... I just blocked it, because it doesn't have so much priority.