Offline
Sr. Member
Karma: 5
Posts: 386
|
 |
« on: October 12, 2012, 03:46:51 am » |
I can mostly get along with the IDE, but this one thing, I find most annoying....
If you want to go back several steps, the cursor does not move to show what you are undoing, so you can`t see what its doing!
So, I`ve had to save and save often, with a timestamp filename!
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Full Member
Karma: 5
Posts: 133
IDE for Microsoft Visual Studio and Atmel Studio 6.1, optional USB Debugger
|
 |
« Reply #1 on: October 12, 2012, 05:29:55 am » |
The Arduino IDE has been described as "cute". I think it's a safe word to use  If you are using windows then grab a copy of Visual Studio Pro and the Arduino plugin from http://www.visualmicro.comIf you are using Mac then grab a copy of XCode and plugin from http://embedxcode.weebly.com/If you are using Linux then use Eclipse and the Eclipse plugin http://eclipse.baeyens.it/There is also a plugin for codeblocks and other dev tools. Hope this helps
|
|
|
|
« Last Edit: October 12, 2012, 09:41:05 am by Visual Micro »
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Online
Tesla Member
Karma: 71
Posts: 6819
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #2 on: October 12, 2012, 09:38:36 am » |
Yep, if you don't like the IDE (and you're not alone there) use something else.
There are the above options and also you can get the IDE to shell out to your own editor, that works pretty well.
_____ Rob
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Sr. Member
Karma: 5
Posts: 386
|
 |
« Reply #3 on: October 12, 2012, 02:01:52 pm » |
Visual Studio looks good, I`ll watch the youtube tutorial, while its downloading.  Thanks!
|
|
|
|
|
Logged
|
|
|
|
|
Chile
Online
Edison Member
Karma: 28
Posts: 1146
Arduino rocks
|
 |
« Reply #4 on: October 12, 2012, 02:16:19 pm » |
Wow, I never noticed this issue, it seems to be a common limitation in the UndoManager. I guess it can be fixed  I will try to do it.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Sr. Member
Karma: 5
Posts: 386
|
 |
« Reply #5 on: October 13, 2012, 07:36:16 am » |
The Arduino IDE has been described as "cute". I think it's a safe word to use  If you are using windows then grab a copy of Visual Studio Pro and the Arduino plugin from http://www.visualmicro.comMinimal install of Visual Studio? In the custom install what do I select?, I`m guessing I don`t need the silverlight and Web stuff...
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Full Member
Karma: 5
Posts: 133
IDE for Microsoft Visual Studio and Atmel Studio 6.1, optional USB Debugger
|
 |
« Reply #6 on: October 13, 2012, 07:44:48 am » |
Except for Silverlight, it might all be useful.
The Visual Micro prerequisites state C#,VB.NET and C++ which allows you to build Arduino and also to create your own debugger visualizations.
The web stuff might be useful in the future for a remote monitoring system but it's up to you.
|
|
|
|
|
Logged
|
|
|
|
|
Belgium
Online
Edison Member
Karma: 34
Posts: 1073
Arduino rocks; but with my plugin it can fly rocking the world ;-)
|
 |
« Reply #7 on: October 13, 2012, 08:00:43 am » |
Just for the record If you like Eclipse you can use the Eclipse plugin http://eclipse.baeyens.it/ in windows mac and linux Best regards Jantje
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Sr. Member
Karma: 5
Posts: 386
|
 |
« Reply #8 on: October 13, 2012, 09:50:48 am » |
I`v not used either, I`m just looking for something better than the very basic arduino IDE.
I`ll have a look at the eclipse IDE as well.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Belgium
Online
Edison Member
Karma: 34
Posts: 1073
Arduino rocks; but with my plugin it can fly rocking the world ;-)
|
 |
« Reply #10 on: October 13, 2012, 11:12:38 am » |
No it is not. The avr-eclipse is the basis for my plugin. It misses the easy to use features. on my website http://eclipse.baeyens.it/You can find the installation instructions http://eclipse.baeyens.it/Install.htmlEclipse has it's own way of installing plugins. This allows for easy upgrades to. For a quick intro look at http://eclipse.baeyens.it/serial_demo.wmvBest regards Jantje
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Sr. Member
Karma: 5
Posts: 386
|
 |
« Reply #11 on: October 13, 2012, 11:17:49 am » |
Oh I see, you install the plugin from the IDE, ok thanks!
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Sr. Member
Karma: 5
Posts: 386
|
 |
« Reply #12 on: October 13, 2012, 03:16:59 pm » |
Not sure whether to start a new thread about Eclipse or not, anyway... The Preferences page is slightly different from your screen-shot to resolve the "serial" errors. Version: Juno Service Release 1 Build id: 20120920-0800 There`s no "files to index up-front" in the preferences - indexer part 
|
|
|
|
|
Logged
|
|
|
|
|
Belgium
Online
Edison Member
Karma: 34
Posts: 1073
Arduino rocks; but with my plugin it can fly rocking the world ;-)
|
 |
« Reply #13 on: October 13, 2012, 03:34:57 pm » |
There is a thread on the eclipse plugin http://arduino.cc/forum/index.php/topic,79595.0.htmlI noticed this today as well. The reason is that what you see is in Juno while the other is in Indigo. The bad news is : In Juno you can not set this option anymore The good news is that after a compile and a rebuild of the indexer Juno sees the Serial. Best regards Jantje
|
|
|
|
« Last Edit: October 13, 2012, 03:56:23 pm by Jantje »
|
Logged
|
|
|
|
|
Offline
Sr. Member
Karma: 5
Posts: 386
|
 |
« Reply #14 on: October 13, 2012, 03:52:02 pm » |
Ok, see you in the other thread! 
|
|
|
|
|
Logged
|
|
|
|
|
|