I also raise an eyebrow at word-wrap.
So far, I haven't encountered any problems. I do have a few suggestions:
Lately, I've been using Notepad++ for writing scripts, and I suppose I've been a little spoiled by it. I love the colored parentheses and indention guidelines in that program (which you can see a picture of
here.) I'm not sure if you could implement something like this, but it would be a great help when dealing with complex nesting.
I agree about the help feature. Another thing, which I don't know how helpful or feasible it would be, is to have a mini-help bar which is shown somewhere on the screen and highlights where your cursor is in the syntax of that particular command. For example, if I were to type:
This feature would show:
centerstringat (
ID, x, y)
and if I were to type put a comma after what I typed before, it would change to:
centerstringat (
ID, x, y)
I don't know how helpful that would be, considering it's simple enough to simply type in the command and hit F1, but I thought I would just throw it out there. I've just had more than one occasion where I forget where a specific argument is supposed to be and end up having to change it out in a lot of commands.
Also, the error message color output from Hspeak seems to not work. I don't know if this was intentional or not, but I spent a long time beating my head against the wall trying to find out why the changes to my script weren't working when I finally realized that there was a small typo Hspeak was reporting and I was importing the same old faulty script into my RPG file. Yeah, I know I should probably actually read Hspeak's output regularly, but the colors do help out a lot.