Categories
|
BSD
Script MonkeyVendor: Siddique Hameed Email: Website: http://code.google.com/p/scriptmonkey/ Description:Script Monkey breaks the boundaries of Java and helps Java achieve the power & flexibilities of interpreted/dynamic languages. In other words, it helps Java achieve the best of both worlds. Thanks to the embedded Rhino & Scripting API for being part of Java since v1.6. It's an all-in-one plugin which means, anything that was possible only by writing a plugin can be done using plugin-scripts(simple javascript code). And, any tasks that makes more sense to be scripted can be implemented using this tool. Note: Support for other dynamic languages like Python, Ruby etc. will be available in the future releases. Instead of explaining what this plugin can do in words, we wanted to show some in action. Getting Started For the latest information & documentations, please visit the project's homepage
Recent change notes:
|
||||||||||||||||||||||||||||||||||||||||||
Comments:
http://code.google.com/p/scriptmonkey/issues/detail?id=5
It will be available in the future release.
But I can't find one feature, that would be very usefull (at least, for me:)) - I would like to be able to assign hot keys to some of my scripts, to call them not during some system event (like project opening or closing), but when I need it.
I look forward to being able to write IDEA plugins in JRuby and Scala. Keep up the good work!
This plugin would also support other scripting languages like Python, Ruby etc. in the future release.
will it support other scripting languages besides javascript?