I like kix editors, although I generally use notepad - it's free and easy!

A couple things I'd like to see in a kix editor:

1. Code checker -- This would check to make sure all your statements and functions started and ended properly and had the correct syntax. No more missing endif statements!

2. reservered words in different colors -- most kix editors have this.

3. A debug mode that allows break points and steps through the script, also allowing logon script emulation.. This doesn't sound too difficult to implement to me, although someone may beg to differ.

4. variable tracking on debug mode.

5. Code rehash (could be called something else) -- this would detect poor programming practices and ask if you'd like to change them. This would probably be the most difficult to implement.

......

Just my 2 cents...

Brian