Monday July 17, 2006
NetBeans ScriptEngine - update
I've just updated the my NetBeans Script module (see blog). Here is a list of the new features
- The script related menu items have its own menu call 'Scripts' in the main toolbar
- A script environment view which lets you look at what are the script modules and script engines that are installed
- A simple file system view of the script repository directory. Can you do most things like create and delete scripts and directory. However you cannot drag and drop files/directorys. Did not want to turn this into a full fledge file management thingy. The update view is not very optimized. Every time you add or delete a file, the entire view is reloaded.
- I've added a simple script console. For every script engine, you can now open a script console in NetBeans. Furthermore every console opened will have an object call Console that allows you to manipulate the console. JavaScript console will be the best support. The JS console is initialized with init.js from Mustang as well as a few additional functions. You can add console initialization scripts (aka .profile) in console directory. The name of this initialization script has to called globals.<script suffix>.
- I've added documentation to on the new features, programming objects, etc. It's probably not enough but will have to do for the time being. Go to Help -> Help Contents -> ScriptEngine entry

Click to enlarge
- NetBeans must be running on Mustang viz. use the --jdkhome when you start NB
- I've tested the module on b82 onwards
- You must update NetBeans to use the beta version of Matisse.
Jul 17 2006, 01:19:35 PM SGT Permalink
Posted by Sven Reimers on July 18, 2006 at 02:15 PM SGT #
Posted by Lee Chuk Munn on July 19, 2006 at 07:44 AM SGT #
Posted by Sven Reimers on July 19, 2006 at 03:48 PM SGT #
Posted by Lee Chuk Munn on July 20, 2006 at 11:59 AM SGT #
Posted by charlie hunt on July 23, 2006 at 08:31 PM SGT #
Comments are closed for this entry.