When I try to edit a script file with the built in Editor, it comes up "Unable to open file" Probably because it's too big (I have over 1000 lines in it) Right now, I'm using Wordpad to edit my scripts, but when I run into a bug, I need a "Go to" function like in MUSHClient's editor. Can anyone suggest a text editor that has this?
~Rhinoa~
http://liquidninja.com/metapad/
(Use it as MS Notepad replacement).
Another option is SciTE, from http://www.scintilla.org/
It is a true code editor and supports vbscript, perlscript, javascript and xml.
It doesn't recognize .mcl as an .xml file, but getting it to do so requires the addition of only a single line in its configuration file for xml.
Also the xml support doesn't deal with the script code inbedded in plugins too well. I think can also be fixed by adding stuff from the javascript, vbscript and perlscript settings, but I haven't really looked at it yet to see.
Thanx Guys, I've been looking for summin like this for ages. :)