Version: 1.0.6.4
Status: Pre-release
Released: 2011-08-04
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
  • Removed redundant functionality StrCmp, StrCmpI, StrEql, StrElqI, InStr, InStrI.
  • Removed ReplaceI and String.ReplaceI. Replaced with parametrized versions.
  • Fixed IDE "save as" tab naming functionality.
  • Fixed non-recoverable IDE error when attempting to save read-only files.
  • Resolved functionality conflicts in library code and fixed "For terminator not found error".
  • Corrected reversed CaseSensitivity parameter of IndexOf function.
  • Replaced form and query variable parsing methods. Added new Query namespace.
  • Replaced entire CGI parsing library with custom functionality. Stability was in question.