Tuesday, September 14, 2010

Boo Editing and Tooling Improvments

Hi folks! Boo editing did get an overhaul over how editing is done mostly by:
- syntax highlighting and code folding as expected
- having background compilation as you type, if you stop typing, you will see down a notification with your first code error if is there
- you can write scripts instead of full classes. Scripts are equivalent with "old" Lua scripts, just you will have to use: "Line" instead of "line" and your scripts will work as a charm.
The directory iterative execution of scripts was updated to be able to change the execution speed by picking the interval (in milliseconds) between tests and is also possible to pick in between tests and full code.

No comments: