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

I just had to say thanks, fought with the standard release for a sad amount of time before I found this. One liter of Pepsi coming your way my friend, my night just got alot better!

Eried ,
This installed perfectly. I have been trying to program ATTiny 85 for several days and run into a brick wall. I followed the same instructions with your 1.0.4 and it worked without a hitch .

Thank you for sharing !
BobbyD

hole:
Try this:

enter this into the IDE:

 int blah;                                        // some comment

Now delete the comment starting with the //.

 int blah;

If you press POS1 your cursor jumps to the begin of the line.

|int blah;

If you press END your cursor jumps to the end of the line.

 int blah;                                       |

Okay! it's Auto-format fixed now. Enjoy!

psgarcha92:
@eried,

Thanks a lot...! Problem Solved.
Uninstalled, Rebooted, reinstalled and it worked like a charm.

Regards

BobbyD:
Eried ,
This installed perfectly. I have been trying to program ATTiny 85 for several days and run into a brick wall. I followed the same instructions with your 1.0.4 and it worked without a hitch .

Thank you for sharing !
BobbyD

dawiz711:
I just had to say thanks, fought with the standard release for a sad amount of time before I found this. One liter of Pepsi coming your way my friend, my night just got alot better!

Nice it worked fine for all of your machines.

PD: My pepsi stash is full for now! :smiley:

Great work, thank you very much.

Thank you for sharing. Very good.

An question.
Do you think it's had to implement an intellisense for IDE editor like codeblock or visual studio ?

nid69ita:
Thank you for sharing. Very good.

An question.
Do you think it's had to implement an intellisense for IDE editor like codeblock or visual studio ?

Well, yes and no. I will love to have intellisense, but not a crappy implementation... so for now I think you better try with VS plugin or eclipse plugin for Arduino.

Ok, I understand :grin:

i have a problem adding libraries , i tryied to add for example SoftPWM library
https://code.google.com/p/rogue-code/wiki/SoftPWMLibraryDocumentation

and when i launch the program hang , and terminated.. is this normal?

gc9n:
i have a problem adding libraries , i tryied to add for example SoftPWM library
Google Code Archive - Long-term storage for Google Code Project Hosting.

and when i launch the program hang , and terminated.. is this normal?

How you added the library? I tested that softpwm lib and it Works nice: http://screencast.com/t/zktXVt1lB1H4

ok , i just paste the folder and its contents into the C:\Program Files (x86)\Arduino\Arduino ERW 1.0.4\libraries

i have the win 7 home

Well, you shouldn't paste it there directly (also that folder requires administrator privileges), as you can see in the video, this 'enhanced' ide will even auto detect the things inside the library automatically, so try that way. Just click "Manage libraries..." and "Add"

eried:
Well, you shouldn't paste it there directly (also that folder requires administrator privileges), as you can see in the video, this 'enhanced' ide will even auto detect the things inside the library automatically, so try that way. Just click "Manage libraries..." and "Add"

Ok i will try that. , i think this way send the libraries into the folder
my documets\arduino\libraries

does it support Arduino DUE board?

does this support arduino due ?

sufyan785:
does this support arduino due ?

No, this is the version 1.0.4

Any chance of you being able to add line numbers to the code window? Or is that beyond what you're able to change in the IDE?

Great job! But one question though. Mine is duemilanove w/328p, when I tried upload a sketch, it said "avrdude.exe: stk500_getsync(): not in sync: resp=0x00". But in fact I got the same message while uploading with official IDE 1.0 or above. On the contrary, I received no error message if using 0023 IDE. Do you happen to know how to fix it? I know it is nothing related to your program, but this problem has been troubling me.

karl_eller:
Any chance of you being able to add line numbers to the code window? Or is that beyond what you're able to change in the IDE?

It is possible as a hack I think. It depends on how much is wanted by the users :smiley:

ttttkk:
Great job! But one question though. Mine is duemilanove w/328p, when I tried upload a sketch, it said "avrdude.exe: stk500_getsync(): not in sync: resp=0x00". But in fact I got the same message while uploading with official IDE 1.0 or above. On the contrary, I received no error message if using 0023 IDE. Do you happen to know how to fix it? I know it is nothing related to your program, but this problem has been troubling me.

Hi, there is another item in the boards called "duemilanove w/328" without the "p" can you test that one?

eried:

karl_eller:
Any chance of you being able to add line numbers to the code window? Or is that beyond what you're able to change in the IDE?

It is possible as a hack I think. It depends on how much is wanted by the users :smiley:

I guess, count this as vote #2. (I haven't checked if one can print from the IDE, I'm not near my PC at the moment. But if printing is there please also add line numbering there as well. If that is too hard, I can always print with line numbers from PSPad...)

Enried, I want to take this chance to publicly thank you for a really valuable addition to the IDE and as much as I would love line numbers... I can wait until it happens, quietly now....

Doc