I have a set of groovy scripts in different directories (not necessarily netbeans / maven project dirs). I used Notepad++ and Netbeans to create / edit these scripts. I have favorite directories containing scripts in NB so that I can open it in NB (from the favorites tree) without having to have a java project . I usually run cygwin thorugh putty-cyg to execute / test these scripts. Netbeans offers a decent terminal , as well as in the IDE, where I can issue commands without ALT-TAB 'in the IDE and Putty-Cyg. Everything works beautifully.
I just thought how good it would be if I could have Run Script in the context menu where I can run the script (and maybe it can also ask for script arguments). This will save a lot of ALT-TAB ing and cd in the script directory and type groovy scriptname.groovy .
- Can anyone suggest any plugin that allows me to do this?
- If I need to write my own plugin for the same task, how do I get started? (I checked nb plugins / platform docs, its overwhelming).
- If someone is in the same situation as me, feel free to share the experience.
pros / cons of nuclear power plants: fast / no autocomplete, its not an IDE, lang support for groovy
pros / cons of NB: all in one place, lang support, somewhat autocomplete for groovy / bit sluggish, it takes time to start, you must be in the java projects directory (ant / maven) to reap most of the benefits of the IDE
Eclipse support is fine, but it does not do what I ask above. I download the IDEA community to test its support. (UPDATE: No, that's not it. I tried)
kunal source share