- 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).
|