Re: Intergrated Development Environments



B0beh wrote
(in article
<1133321151.940116.270290@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>):

> Could anyone give me any pointers on where to get or information on
> IDEs where they came from (I'm assuming they're just the evolution of
> plain old text editors)

I suspect cscope deserves at least partial credit for being the
first one, despite not having a GUI, and not doing it all in one
place (but you could shell out and such).

> and examples of them (I'm not sure but Eclipse
> looks to be the most popular amongst open source people and Visual
> Studio for Microsoft programmers).

Kdevelop, Anjuta, a slew of them. Try searching for IDE on
sf.net. See also www.trolltech.com and their QT development
environment for GUIs and libQT for a variation. On the Mac,
Xcode is another, sits on top of gcc and objective-c.

Also of interest, dev-C++, MinGW, and Borland C++ builder.

There are a boatload of them.

--
Randy Howard (2reply remove FOOBAR)
"The power of accurate observation is called cynicism by those
who have not got it." - George Bernard Shaw





.



Relevant Pages

  • Re: War chest for writing web apps in Python?
    ... If you plant to deploy on Unix/Linux, why develop on Windows? ... probably more Python IDEs and tools that work betterin Linux ... Not sure what kind of a GUI designer you would want for a web based ...
    (comp.lang.python)
  • Re: GUI Builders in OO
    ... >>to muck with the GUI code. ... > I have not seen a GUI builder that just allows 'rebuild' like that? ... Today many language IDEs provide a WYSIWYG GUI builder that will ... some language IDEs provide additional support for application ...
    (comp.object)
  • Re: debugger?
    ... > I have read a lot of posts discussing python IDEs, ... > focus on the editor, GUI builder, project management, customizability, ... So, until now, I haven't tried many IDEs. ... The debugger should meet _most_ of the following ...
    (comp.lang.python)
  • debugger?
    ... I have read a lot of posts discussing python IDEs, ... I use vim to edit my code, wxGlade to build the GUI or hand-code it, ... So, until now, I haven't tried many IDEs. ... The debugger should meet _most_ of the following ...
    (comp.lang.python)
  • Re: basics
    ... I don't know of a Win32 GUI technique for doing this, ... program window open. ... way to do that in the IDEs I've used. ...
    (comp.lang.c)