This document contains additional information regarding the current state of the Visual CESIL IDE.
Release 1.2 incorporates a bug fix and a number on enhancements to the GUI, namely:
- Attempting to read past the end of the data now generates an error message instead of crashing.
- Positive numbers may be prefixed with a '+' sign (+0 is allow, but -0 is not).
- Double clicking on an entry in the error list we position you on the appropriate line in the source window.
- The debugger source window scrolls to track the program as it executes
- The speed of execution in the debugger window can be adjusted with a slider to help watch the code run.
- The About and Debugger windows cannot be resized.
Also included with the interpreter are some example programs donated by Simon Robinson.
Release 1.1 adds a few more examples and fixes a couple of problems in the compiler namely:
- Lines containing just tabs and spaces only are now ignored
- JUMP, JINEG and JIZERO must be followed by a target label
- The LINE command has been changed so that it works under Windows 98
Initial release 1.0 of the IDE and example programs.
Currently you can not copy the text in the output window into the Windows clipboard.
The source window does not scroll in the debugger when execution moves off screen.
It would be nice to double click on an error and go to the source line but you can't.
Both fixed in 24-May-2003 release.