Any decent scripting Editor?

Hi! I started scripting in Unity with Javascript and in my opinion the UniSciTe Editor sux:

-First of all the Scripting application blocks parts of my display. I am not sure who has invented this popup-window “feature”, because I’d rather have the ability to script directly inside the appropriate panel of the SceneEditor. Maybe I recall it wrong, but I thought that was still possible in Version 2.6.

-UniSciTe can’t do automatic indentions (which should be standard for paragraphs, if conditions, clamps…), therefore I need to manually use the Tabulator each time, which is is really lame…

So is there any other solution than the current one?

Auto indent isn’t working with UniSciTe? It works for me, at least the first part of the indent does, but it doesn’t indent the closing brackets properly so I have to do that manually.

If you code in C#, there’s MonoDevelop (it’s included with the 3.0 install). If you code in Javascript, I think UniSciTe is better personally. I posted a set of modified settings for UniSciTe a few weeks back that makes it a little better (different font and better formatting) but it’s still kind of weak. I’m thinking about trying Notepad++ but I don’t think there’s an auto completion plugin for Unity 3.0 yet. But you’re right, Unity’s script editor options could be better.