What would be a good (free) Ada IDE for either Linux or Windows?
closed as not constructive by S.L. Barth, LittleBobbyTables, BNL, Edwin de Koning, Linger Nov 6 '12 at 14:07
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
AdaGIDE (windows only) SciTE does not support code folding, but does a good job with Ada. |
|||||
|
|
There are plugins for the Eclipse IDE for Ada development. |
|||||||
|
|
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/ |
|||
|
|
|
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? |
|||
|
|
|
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. |
|||
|
|
|
https://libre.adacore.com/GNATbench/ GNATbench - Ada plug-in for Eclipse is included in GNAT GPL Edition |
|||
|
|
|
Ada for Netbeans currently under development. |
|||
|
|
|
For Windows, there is also GNAVI:
|
|||
|
|