Page 1 of 1

Posted: 20 Oct 2008, 18:53
by amiga909
found only this so far:
http://sdisle.com/smarthtmleditor/ // html editor, trial only

of course u could use an eclipse module or whatever...

but is there something free and small (only a .exe file) to develop midi scripts for usine?

among syntax colouring I'd like to have a source file folder browser, variables/methods/etc. inspector and basic text editing options (undo, find+replace, etc.)?

Posted: 20 Oct 2008, 19:24
by senso
yes you are right, the built-in script editor in Usine is basic.
Actually it's impossible to change it and use a third party editor.
It's not definitive but hard to implement.
the best free ware is NotePad++

Posted: 27 Oct 2008, 11:57
by amiga909
senso wrote:yes you are right, the built-in script editor in Usine is basic.
Actually it's impossible to change it and use a third party editor.
It's not definitive but hard to implement.
the best free ware is NotePad++
notepad++ is good indeed!thanks for the tip.
idea for the script module: a 'reload script' button would be great, saves much time if you want to work with an external editor?

Posted: 28 Oct 2008, 06:55
by woodslanding
Yeah, I've been using NotePad++ too. It's been really easy to get running with. I use the Pascal settings, and it seems to get the color coding right.

-e