Revision 3aa2294...

Go back to digest for 26th February 2012

Features in Educational

Andreas Cord-Landwehr committed changes in [rocs] /:

Implement stepped script execution.

This commit introduces stepped execution for scripts. By
adding the script function call "interrupt();" to the script, the
script is only executed until this function call if using the new
"step"-button. Script changes are only respected at *next*
script execution (i.e., stop execution and start a new one).

File Changes

Modified 4 files
  •   src/Core/QtScriptBackend.cpp
  •   src/Core/QtScriptBackend.h
  •   src/Interface/MainWindow.cpp
  •   src/Interface/MainWindow.h
4 files changed in total