Revision History |
Revision 0.21.832 | 2024-01-02 | lep |
Current maintenance release. |
Revision 0.20.803 | 2020-06-15 | lep |
-
Added support for interrupting and killing the running snippet execution.
-
Added support to toggle visibility of the code snippet framework class.
-
Enhanced to display the partial snippet output even in case of an exception.
|
Revision 0.15.640 | 2015-07-07 | lep |
Added support for stopping execution. |
Revision 0.15.621 | 2015-03-19 | lep |
Added support for clearing compilation/execution output. |
Revision 0.15.620 | 2015-03-19 | lep |
-
Added F5 hotkey for execution.
-
Added action to compile without execution (hotkey F8).
-
Changed to cache the compiled class and re-use it for multiple executions.
-
Changed the snippet class to have a clear() method for clearing the output.
-
Added display of line numbers to aid with compilation or execution error messages.
-
Added support for displaying compilation warnings (including deprecation info).
|
Revision 0.12.545 | 2010-10-10 | lep |
Changed to compile and execute in a separate thread. |
Revision 0.9.486 | 2008-08-14 | lep |
Mapped the Execute action to Ctrl-R. |
Revision 0.9.481 | 2008-05-31 | lep |
Extended class template with more functionality. |
Revision 0.9.480 | 2008-04-28 | lep |
Initial version. |