IncQueryLabs / EMDW-MC

The EMDW Model Compiler (MC) is an Eclipse based tool for generating optimized C++ source code for applications developed in the novel xtUML-RT modeling language.
Eclipse Public License 1.0
3 stars 1 forks source link

Toolchain execution in the UI should make sure user modifications do not interfere with code generation #489

Closed abelhegedus closed 8 years ago

abelhegedus commented 8 years ago
itsdani commented 8 years ago

Running the generator job in a transaction does not prevent closing the editor

itsdani commented 8 years ago

Wrapping the XUMLRTIntegrationModelSetSnippet's dispose() method in a transaction solves this problem

abelhegedus commented 8 years ago

Fixed in master.