Hello, this is a tweaked
Arduino IDE, hope you enjoy it! If it works for you please leave a comment.
Download:http://arduino.cc/forum/index.php/topic,118440.0.html Less than 40 mb, for Windows XP, Windows Vista, Windows 7/8 (x86/x64), Requires .Net Framework 4.0 and nothing else required at all, no other app, package, drivers, just your arduino and brain. _____________________________________________
Features:1. Standard windows installCouple of clicks and ready!
2. Driver installerPrepares your system for the boards.
3. AVRDude wrapper/fixerWhen uploading a sketch, if port does not respond the IDE will try to fix the issues instead of showing you the "port already in use message", no reboot, no physical unplug/replug, finding the app using the port.
4. Pretty Windows IconNo more blurry/ugly icons For Windows 7/8 taskbar.
5. No delays over Tools menu or at startupProduced by some BT dongles (More information:
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1237179908).
6. Sketch template Start coding right away, the first sketch is compilable without pressing a key! Also notice the fancy new font:
7. Custom settings fileDoes not mess with other Arduino IDE versions and preferences (not even with official 1.0.1). You can go to Preferences and set another Sketch directory to keep your User librararies and sketches appart.
8. File association, desktop icon, Start menu program group iconsSmall details for your own amusement
9. New library managerManage your libraries from Documents/Arduino/Libraries folder with ease and the IDE will reflect the changes without restart
* Enable or disable them: Click the checkbox (disabled libraries will not appear in the IDE or their EXAMPLES)
* Delete library: Select library and press DEL
* Add library: Click ADD, then select the a proper file of the library or select a ZIP file (manager will handle everything for you)
10. More IDE enhancements!* Smart Reference!: Detect the selected word automatically, now you don't need to select the whole word or even a part! anything will work just right click
http://screencast.com/t/dfp7m4vA7k* More useful Copy/Cut functions: If you right click without selection, the action applies to the Line
* Hold Shift key on Verify: To get Verbose compilation
* Hold Control key on Upload: To open the Serial Monitor automatically when upload complete (do not lose a bit! from the Serial data or compulsivelly click the serial monitor button). Additionally you can use the new option in File menu too:
11. Little Serial Monitor improvementsHold the output unchecking "Receiving" when you like and/or set "AutoClear" to automatically clear the monitor output if more than 1 second elapsed since last data (debug anything with ease!):
12. New WinAVR and RAM usage predictionOfficial arduino uses ancient WinAVR (from 2008 or 2009), this version uses last one 20100110. Also based on
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1224729260/all (thanks to member dcb) IDE now shows ram usage to help begginers even more!:
13. Unninstall & small packageNot an improvement but as a normal windows app, includes an easy way to remove it
and the setup including java and everything you need is about 39 mb.
_____________________________________________
Source Code:If you want to check the source code for the enhancements, here it is (Visual Studio C# Express 2010):
http://servicios.ried.cl/arduino/source_Arduino_ERW_1.0.1e.zip