Open soywiz opened 4 years ago
I'm implementing multiple TileSets viewing support, I'll propose a PR when I finish. Additional subtasks I can't implement now (will need your help, no need right now):
Ctrl + Z
(undos are implemented via UndoManager and it shows error when trying to undo more than one time).Cool. The integration with the IntelliJ undo manager, and the TileMap history somehow doesn't work fine. Maybe we should disable the integration for now and hook the ctrl+z ourselves or find a way to get it working properly
Ok, then for now I'll disable the integration. But here's the #16 issue for implementing it in future.