- IDE: Resolved issue which caused the IDE not to prompt to save new documents.
- IDE: Changed key mappings for Find, Find next and Replace.
- IDE: Added mouse handlers to all debug grids.
- Fully implemented try / catch capabilities.
- Increased the precision of floating point expressions.
- Resolved representation of long or infinite precision results.
- Fixed parsing of long or infinite precision logical expressions.
- Added new Sys namespace and many new diagnostic functions.
- Added include preprocessor in addition to include function.
- Added include preprocessor in addition to include function. The include function is not a preprocessor but is executed sequentially by the engine, while the include preprocessor is expanded inline.
|