Contains:
oscript - the ObjectScript scripting engine
ode - the IDE (src editor, debugger)
chimera - application framework
Release Notes:
+ editor:
- disable cursor while popup menu is active, so accessing menu items
by click-and-hold-and-drag doesn't change text selection
- bug fix: returning from escape-mode would create a duplicate
function-tree tab.
- bug fix: undos were broke
- you can now interrupt the thread associated with a script console
by typing CTRL-C, or selecting "Interrupt" from the view menu
+ oscript:
- some scope changes... see release notes: https://sourceforge.net/project/shownotes.php?group_id=16670&release_id=160890
- fixed bug that was causing problems when running from a directory
that had two or more spaces in the path. This was causing problems
on windows, running from the desktop or from webstart, since in
both cases the path usually (depending on windows flavor) had two
or more spaces in the path
- performance optimizations: changing how symbols are tracked, and a
custom hashtable implementation are good for an (approx) 10% speed-
up, plus lower memory usage, and faster startup time for code that
has already been compiled and stored in cache.jar
- make function instances more lightweight
+ chimera:
- watchdog timer for registry thread, makes debugging easier when
developing in the chimera environment... previously if a registry
subscriber callback hung, it would cause many seemingly confusing
errors (unable to open new windows, etc)
- the stdout/stderr output console window can be disabled from the
preferences window (under "add ons")
check-scope.os: http://osdn.dl.sourceforge.net/sourceforge/objectscript/check-scope.os