Revision History
Revision 0.21.8322024-01-02lep
Current maintenance release.
Revision 0.20.8032020-06-15lep
  • 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.6402015-07-07lep
Added support for stopping execution.
Revision 0.15.6212015-03-19lep
Added support for clearing compilation/execution output.
Revision 0.15.6202015-03-19lep
  • 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.5452010-10-10lep
Changed to compile and execute in a separate thread.
Revision 0.9.4862008-08-14lep
Mapped the Execute action to Ctrl-R.
Revision 0.9.4812008-05-31lep
Extended class template with more functionality.
Revision 0.9.4802008-04-28lep
Initial version.