You're using Windows, so I'd give MariaMole (the one Alex suggested) a try.
I've used eclipse a few times with AVRs, although I wasn't using the Arduino library, just avr-eclipse, you can check my eclipse workspace here if you want.
But I like good editors, so if you're into modal editors, there's plenty of plugins for VIM; if not, I'd recommend Sublime Text 2 (as sekati also did suggest).
To make a good IDE for Arduino out of Sublime Text 2, also install SublimeClang to get autocompletion and code analysis, and if you want to make it a good IDE for other languages too, add SublimeLinter and SublimeCodeIntel to the mix.
make. – H2CO3 Nov 25 '12 at 15:35