[MOD] Arduino Enhanced Release 1.0.5 for Windows (installer, drivers, etc) +SRC

I'm from the USA, and it's not working for me.

fulminator:
...Please upload on a universal file hosting, so everybody can download the MOD. Thank you.

I agree.

On September 29, 2012, it downloaded fine for me in the USA.

I've tried it several times (10-20) over the last few days.

Care to upload it to these forums?

maybe the great code should be hosted on the arduino download site ?

OK I will use mediafire, anyone is not able to download from there?

Thank you, it downloaded fine :slight_smile:

Does anyone know how to disable the "fancy new font" and to use a the original IDE's one?
Thanks

cantore:
Does anyone know how to disable the "fancy new font" and to use a the original IDE's one?
Thanks

In the preferences, use "System" and antialias = false

But why?

Have down loaded but get error message "Application has not initialized correctly(0xc0000005) Click OK to stop application"
What can I do??

TimFr:
Have down loaded but get error message "Application has not initialized correctly(0xc0000005) Click OK to stop application"
What can I do??

Can you run the official arduino? where that error appears? in the setup?

Think there would be a way to invert colors? Editor background = #000000?

Edit - Nevermind, i have discovered theme.txt.

Veryyy niiiicee! Sexy black theme to go with all the new features.

Rather than using the truly ancient toolchains in WinAVR & Crosspack, you may be interested in using MHV AVR Tools instead, which is a multiplatform up to date AVR toolchain (GCC 4.7.2 & AVR LibC 1.8.0).
http://www.makehackvoid.com/mhvavrtools-20121007

For the latest version, Win32, Linux x86 & x64 are available now, MacOSX is still cooking.

interesting alister

I think there are many different tool chains
but the idea of this was I think to package up and update what we already use,

which I for one think this guy dies fantastical,
he should be on the Arduino team me thinks,

eried:

TimFr:
Have down loaded but get error message "Application has not initialized correctly(0xc0000005) Click OK to stop application"
What can I do??

Can you run the official arduino? where that error appears? in the setup?

No I can not run the official also.

TimFr:
No I can not run the official also.

Then you should ask in the general forum. I can't found anything related with your error in google. The only hints I got are related with XP activation

eried:

cantore:
Does anyone know how to disable the "fancy new font" and to use a the original IDE's one?
Thanks

In the preferences, use "System" and antialias = false

But why?

I estetically prefer the old one, the new one has also problem with the accents

:slight_smile: updated today! enjoy!

Fixed some stuff I never noticed but I saw in the forums:

  1. Undo/redo: now move the caret to the correct position

  2. Scrolling with the mouse is nearly impossible to control in the official IDE (just try to select 2 pages on a 4 pages code with the mouse), now there is delays (with some 'acceleration')

eried:

cantore:
Does anyone know how to disable the "fancy new font" and to use a the original IDE's one?
Thanks

In the preferences, use "System" and antialias = false

But why?

I`m not liking the font either, sorry.
Not in the preferences GUI, you have to edit preferences.txt?
These are in the supplied prefs file.

editor.font=Monospaced,plain,12
editor.antialias=false

Ah, you have to change the idesettings txt file.

Yes, it is another file to avoid messing with the other settings.

What's wrong with the "modern" font? too smooth? heheh

Thanks for the quick update. :slight_smile:

Now, just add some code folding like code blocks does... :smiley: