a browse button to upload gcc compiled hex.files

a browse button to upload gcc compiled hex.files if someone does not want to use arduino non-standard c like language. This would just be a script to the command line.

That request definitely comes up a lot, so it's on the list of things I'd like to support eventually. Out of curiosity though, why not just use avrdude directly?

Also, the Arduino language is C (w/ a small amount of C++), compiled by avr-g++ and avr-gcc. All the environment does is add some function prototypes and an #include.

Because I want to add to a project that is done in avr gcc allready. I would then have to start from scratch is their a way to add the functions and functionality of the arduino language to my gcc avr?