[KLUG Programming] [Fwd: Use Anjuta IDE for C and C++]

Adam Tauno Williams programming@kalamazoolinux.org
13 May 2003 08:38:04 -0400


> >From a newsletter of mine, FWIW.
> -----Forwarded Message-----
> USE ANJUTA IDE FOR C AND C++
> So-called "old school" C and C++ programmers on Linux typically give one
> of two answers when asked what integrated development environment (IDE)
> they use for writing code: Emacs or Vi. Both of these offer GUI versions,
> but they're primarily text-mode programs and are difficult for some
> newcomers to get used to.
> In March 2003, Anjuta 1.0.2 was released. Anjuta is a free, GNOME-based,
> C/C++ IDE that runs on Linux. It doesn't need GNOME to run, but it
> requires a few GNOME libraries. There are several features that make Anjuta a
> very useful IDE.

I've actually played with Anjuta in search of a replacement for glimmer
(project now defunct).  It is nice,  but HEAVILY oriented towards C/C++
as well as having a complicated release structure.  I was looking for
soemthing that could work with PHP, Java, C/C++, and the Mono languages
(C#, Mono Basic, etc..),  so I went with eclipse which still seems to
have all the C/C++ features that Anjuta offered.

> For starters, Anjuta supports concurrent versions system (CVS)
> integration, which is very important when working on collaborative projects or
> even sole projects with revision control. It also supports debugging and
> setting break points.
> 
> Another valuable feature of Anjuta is collapsible code. This allows you
> to collapse comments, functions, and other pieces of your code. You can

That does sound cool, the version I tried didn't have anything like
that.