Version: 1.0.6.3
Status: Pre-release
Released: 2011-07-19
License: MIT License
No downloadable files are available for this release but you can obtain the source code from GitHub.
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
  • Resolved issue which would cause pre-processor errors not to be sent to IDE.
  • Re-Implemented first functional external API functionality (Not yet released).
  • IDE: Resolved crashing when auto-complete function documentation is unavailable.
  • IDE: Resolved accidental feature removal: Immediate.
  • Resolved issue which caused stdout to be written to the IDE out of order.
  • Began first draft of custom types, complex types and strict types (for external API use).
  • IDE: Resolved issue finding next occurrence on same line.
  • IDE: Added ability to set default run file when multiple files are open in the IDE.
  • IDE: Added file list tab which allows the user to view and easily open files loaded by the main script.
  • IDE: Changed "Local Variables" tab to only show local variables as opposed to all vars in higher scope.
  • Altered For loop scope to that it no longer increases and drops the scope by two - now functions like While.
  • Implemented concept of "Major Scopes" for locals debugging.
  • Optimized variable value allocations.
  • Optimized array allocations (Functions, Variables and Code Lines).