Comments

jetdv wrote on 1/9/2015, 2:40 PM
I use Visual Studio.

You might look at the free c# compiler:

http://www.microsoft.com/express/vcsharp/

If you just want an editor, here's a possibility:

http://www.icsharpcode.net/opensource/sd/
WayneM wrote on 1/10/2015, 1:58 PM
Thanks for the recommendation on icsharp.

I've been looking at some pre-existing scripts I would modify and now some of them are java and that doesn't seem to be supported. I'll keep looking.

Thanks again,

Wayne
Warper wrote on 1/12/2015, 3:37 AM
I use Notepad++
It does not know much about c# or js libraries, but it's good enough general script/code source editor with syntax highlight and common source code editing features.

NB It's javascript, not java.
wwaag wrote on 1/18/2015, 11:33 AM
I use editpad lite. It's free. One advantage over Notepad is that you can display line numbers--very useful for debugging.

wwaag

AKA the HappyOtter at https://tools4vegas.com/. System 1: Intel i7-8700k with HD 630 graphics plus an Nvidia RTX4070 graphics card. System 2: Intel i7-3770k with HD 4000 graphics plus an AMD RX550 graphics card. System 3: Laptop. Dell Inspiron Plus 16. Intel i7-11800H, Intel Graphics. Current cameras include Panasonic FZ2500, GoPro Hero11 and Hero8 Black plus a myriad of smartPhone, pocket cameras, video cameras and film cameras going back to the original Nikon S.

jwcarney wrote on 1/22/2015, 3:27 PM
Visual Studio 2013 community edition has lots of tools for javascript support (from codeplex) and it's free. As the other author said, it javascript, not java.