Since FSE doesn't play nicely with sfall's script compiler, I've started knocking up a new script editor of my own. At the moment it has only basic file open/save/compile, syntax highlighting and code folding, so if anyone has their own ideas of useful features for a script editor, now would be a good time to make suggestions.
It includes a new version of sslc to do its compilation. It can do its own preprocessing, and can do a small amount of optimization on the scripts it generates. There's also some slightly better code emitted for for and foreach loops, some better behaviour for escape sequences in strings, and 'pure' and 'inline' are now keywords. It can still be used separately by anyone working from the command line; run it without any arguments to get a list of the new options. (For anyone using p.bat, the inbuilt preprocessor will save having to get watcom/visual studio working.)
It'll be replacing the compiler.exe/dos4gw.exe combination in the sfall modders pack at some point, but for now download from here. (Edit: Download removed; it's out of beta and is an official part of the sfall modders pack now.) This is a very early alpha version, so it goes without saying that you should expect it to repeatedly stab you in the face. (Especially if you turn optimization on; If you see suspicious messages pop up in the compiler output, it's worth running it through int2ssl to make sure the compiler hasn't done anything too stupid.)

It includes a new version of sslc to do its compilation. It can do its own preprocessing, and can do a small amount of optimization on the scripts it generates. There's also some slightly better code emitted for for and foreach loops, some better behaviour for escape sequences in strings, and 'pure' and 'inline' are now keywords. It can still be used separately by anyone working from the command line; run it without any arguments to get a list of the new options. (For anyone using p.bat, the inbuilt preprocessor will save having to get watcom/visual studio working.)
It'll be replacing the compiler.exe/dos4gw.exe combination in the sfall modders pack at some point, but for now download from here. (Edit: Download removed; it's out of beta and is an official part of the sfall modders pack now.) This is a very early alpha version, so it goes without saying that you should expect it to repeatedly stab you in the face. (Especially if you turn optimization on; If you see suspicious messages pop up in the compiler output, it's worth running it through int2ssl to make sure the compiler hasn't done anything too stupid.)