For scripting I prefer to use text editors. This is because scripts tend to remain much smaller and are a lot less complicated. I also have less need to integrate management of files when working with scripts. Build processes are also unnecessary.
Most of the time I would rather use an IDE. I mainly use Visual Studio. Using IDEs speeds up development a great deal.
I also believe there is great benefit to using text editors sometimes with any language, because it can help you better learn a language. A lot of the "help" one receives when using an IDE can cause a programmer to not know the language very well, because the IDE does too much work for them.
Text Editors I use: vim, notepad++, notepad
IDEs I use: Visual Studio