Scite from http://www.scintilla.org/ is an editor for a wide range of languages including Perl, VBScript, JavaScript and XML. Looks like it would make a good replacement for the internal editor for those of us that have hit the limit. It also supports quite a lot of other languages as well, like 34 in total, not including 'normal' text files.
One interesting feature is that it breaks code into compressable sections. I.E. Like a file like, you can click on a - by the line 'sub something()' and it will compress it too two lines like so:
thus hiding everything in between, so that it is out of the way if you are trying to edit something else.
However... A few problems - I am not sure what Mushclient is sending to the other program or if the glitch is in Scite, but when I tried to used the 'edit script' button under 3.20, (I know, I know, I need to upgrade, but yah haven't fixed all the glitches yet. lol), I end up with:
C:\Program Files\WScite\Files\MUSHClient\AgesScripts.vbs
instead of
C:\Program Files\MUSHClient\AgesScripts.vbs
I also noticed with MUSHClient that if the program you try to use doesn't actually support opening files through COM or Mime that there is no option for using a command line like 'Notepad+ %1'. Hopefully the incorrect directory problem in this case is MUSHClient's fault as much as the editors and can be fixed easy, but if not the assumption that programs used to edit scripts will always be Mime/COM/whatever compliant make a few possible external editors difficult to use and the edit button pointless in those cases.
One interesting feature is that it breaks code into compressable sections. I.E. Like a file like, you can click on a - by the line 'sub something()' and it will compress it too two lines like so:
+ sub something()
end subthus hiding everything in between, so that it is out of the way if you are trying to edit something else.
However... A few problems - I am not sure what Mushclient is sending to the other program or if the glitch is in Scite, but when I tried to used the 'edit script' button under 3.20, (I know, I know, I need to upgrade, but yah haven't fixed all the glitches yet. lol), I end up with:
C:\Program Files\WScite\Files\MUSHClient\AgesScripts.vbs
instead of
C:\Program Files\MUSHClient\AgesScripts.vbs
I also noticed with MUSHClient that if the program you try to use doesn't actually support opening files through COM or Mime that there is no option for using a command line like 'Notepad+ %1'. Hopefully the incorrect directory problem in this case is MUSHClient's fault as much as the editors and can be fixed easy, but if not the assumption that programs used to edit scripts will always be Mime/COM/whatever compliant make a few possible external editors difficult to use and the edit button pointless in those cases.