Known Issues- Currently, you can't import your own classes (using the "use namespace" syntax) without switching to global scope and writing your own class.
Future TODO items- Catch return values of function calls, and put them into an embedded object introspection tree
- Embedded output panel to replace trace()
- Syntax color highlighting as you type
- Auto-suggest as you type based on current scope and objects
- Options, such as use a specific ApplicationDomain
|