Version: 1.0.6.5
Status: Pre-release
Released: 2012-03-08
License: MIT License
Downloads
SSE.exe • 1.72 MB
Source-Code

This is open source under the MIT License. You can obtain the source code for this specific version from GitHub or browse the releases for source code associated with specific versions. If you make any changes which you feel improves this application, please feel free to submit a pull - request.

Release Notes
  • Corrected syntax highlighter scopes. keywords are nolonger highlighted out of scope.
  • The current path is set to the path of the first script. This eases relative include file logic.
  • Removed the OS namespace, merged most of the functionality into the Sys namespace.
  • Added Process namespace to ease the task of retrieving scripting engine instance process information.
  • Implemented bitwise NOT and corrected order of operation of logical NOT.