It's not the editor that's the problem. It's that every time you compile, it compiles every file. In Eclipse only changed files are recompiled. The compilation time really bugged me using the Arduino IDE.Iain
Does AVR Studio allow plugins?VC++ Express does not, is AVR Studio a level above?
For those of you who want to use AVR Studio to build you Arduino projects, check out my post in the AVRFreaks forum:http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=110776The post describes how to use AVR Studio 5 instead of the Arduino IDE to build applications.