Re: visual c++ equivalent
Frederico Rodrigues Abraham wrote:
i'd like to see an IDE that allows me to use my makefiles to build my
applications and let me see the file tree pane... aswell as integrated
debugging
is there any way to do this with the linux ides?
-- Fred
I'm not sure what you mean about the file tree pane?
I use anjuta (www.anjuta.org). It generates and uses the standard
autoconf makefile/configure setup. Or you can override that and manage
the makefiles manually. It has an integrated debugger. It also
integrates devhelp so you get popup function help and context sensitive
help.
So do a 'apt-get install anjuta'. Then try 'apt-cache search
devhelp-book' and install the devhelp books that look useful.
There's kdevelop too but I haven't used that.
lazarus is the best IDE but it's Pascal. It's a Delphi clone.
monodevelop is good for mono/csharp stuff.
Reply to: