vote up 1 vote down star

What would be a good (free) Ada IDE for either Linux or Windows?

flag

55% accept rate

6 Answers

vote up 3 vote down check

GNAT Programming Studio:

https://libre.adacore.com/gps/main.html https://libre.adacore.com/index.html

AdaGIDE (windows only):

http://sourceforge.net/projects/adagide/

SciTE does not support code folding, but does a good job with Ada.

link|flag
vote up 2 vote down

There are plugins for the Eclipse IDE for Ada development.

link|flag
thanks, glad to know that as Eclipse is the IDE I use. – WolfmanDragon Oct 15 '08 at 18:49
Also note that hibachi was originally meant to be a joint vendor effort in order to consolidate all IDE efforts related to Ada, unfortunately this hasn't yet really materialized. But the idea is still to come up with one cross-platform IDE that is based on an eclipse plugin. – none Jun 12 at 23:00
vote up 1 vote down

It's not an IDE per-se, but I use SciTE for Ada code editing.

Since I also use it for pretty much everything else, I've got it configured to be convenient. SciTE is configurable and has a lot of interesting scripting options to bring it up on-par with full blown IDEs. And, it's very lightweight (fits a floppy) and open source.

link|flag
vote up 1 vote down

I had worked with GNAT previously and found it quite well. There is a free version that can be found here: https://libre.adacore.com/

link|flag
vote up 1 vote down

I like the Emacs Ada mode (http://www.stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html). The only downside is that you have to learn Emacs, but really, isn't that actually a plus?

link|flag
vote up 0 vote down

https://libre.adacore.com/GNATbench/

GNATbench - Ada plug-in for Eclipse is included in GNAT GPL Edition

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.