npruehs / tome-editor

Tome is a generic data editor for games supporting arbitrary input and output formats.
GNU Lesser General Public License v3.0
36 stars 7 forks source link

Tome 0.8 - Major issue: Import not handled by UndoController #113

Open pgrimsehl opened 7 years ago

pgrimsehl commented 7 years ago

Importing data should be handled by the UndoController, either as atomic operation or as a sequence of AddRecordCommand / UpdateRecord commands. Right now, importing data cannot be undone and the project state does not indicate the changes made to the project.