public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  Re: OT: Nice IDE for development
       [not found] <1cc2dc830609020705k4a26653cu7234f79f95b52899@mail.gmail.com>
@ 2006-09-02 14:13 ` Remy Blank
  2006-09-02 14:44   ` Allan Spagnol Comar
  2006-09-02 14:48   ` Enrico Weigelt
  0 siblings, 2 replies; 6+ messages in thread
From: Remy Blank @ 2006-09-02 14:13 UTC (permalink / raw
  To: gentoo-user

Allan Spagnol Comar wrote:
> I am changing development from window to linux now, it took a long
> time but I finally convince my boss to change, what I was holpping to
> know is if there is any nice development IDE for linux like MS visual
> studio. I had heard about anjuta, there is something else ?

I like Eclipse (use it for Java and Python, I read C/C++ is quite well
supported, too), but it's pretty heavy.

I guess it depends on your requirements (languages, features, ...).

-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: OT: Nice IDE for development
  2006-09-02 14:13 ` [gentoo-user] Re: OT: Nice IDE for development Remy Blank
@ 2006-09-02 14:44   ` Allan Spagnol Comar
  2006-09-02 14:48   ` Enrico Weigelt
  1 sibling, 0 replies; 6+ messages in thread
From: Allan Spagnol Comar @ 2006-09-02 14:44 UTC (permalink / raw
  To: gentoo-user

I am looking for c/c++ IDE ....

On 9/2/06, Remy Blank <remy.blank_asps@pobox.com> wrote:
> Allan Spagnol Comar wrote:
> > I am changing development from window to linux now, it took a long
> > time but I finally convince my boss to change, what I was holpping to
> > know is if there is any nice development IDE for linux like MS visual
> > studio. I had heard about anjuta, there is something else ?
>
> I like Eclipse (use it for Java and Python, I read C/C++ is quite well
> supported, too), but it's pretty heavy.
>
> I guess it depends on your requirements (languages, features, ...).
>
> -- Remy
>
>
> Remove underscore and suffix in reply address for a timely response.
>
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
An application asked:
"Requires Windows 9x, NT4 or better",
so I´ve installed Linux

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user]  Re: OT: Nice IDE for development
  2006-09-02 14:13 ` [gentoo-user] Re: OT: Nice IDE for development Remy Blank
  2006-09-02 14:44   ` Allan Spagnol Comar
@ 2006-09-02 14:48   ` Enrico Weigelt
  2006-09-02 19:25     ` Lord Sauron
  1 sibling, 1 reply; 6+ messages in thread
From: Enrico Weigelt @ 2006-09-02 14:48 UTC (permalink / raw
  To: gentoo-user

* Remy Blank <remy.blank_asps@pobox.com> wrote:
> Allan Spagnol Comar wrote:
> > I am changing development from window to linux now, it took a long
> > time but I finally convince my boss to change, what I was holpping to
> > know is if there is any nice development IDE for linux like MS visual
> > studio. I had heard about anjuta, there is something else ?
> 
> I like Eclipse (use it for Java and Python, I read C/C++ is quite well
> supported, too), but it's pretty heavy.

Ah, if you're looking for an something better than autotools:

* http://unitool.metux.de/
* http://treebuild.metux.de/

Not finished yet, still under heavy development ;-)


cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
 	http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
	http://patches.metux.de/
---------------------------------------------------------------------
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user]  Re: OT: Nice IDE for development
  2006-09-02 14:48   ` Enrico Weigelt
@ 2006-09-02 19:25     ` Lord Sauron
  2006-09-02 19:37       ` Rafael Fernández López
  2006-09-02 21:12       ` Richard Fish
  0 siblings, 2 replies; 6+ messages in thread
From: Lord Sauron @ 2006-09-02 19:25 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1412 bytes --]

On Saturday 02 September 2006 07:48, Enrico Weigelt wrote:
> * Remy Blank <remy.blank_asps@pobox.com> wrote:
> > Allan Spagnol Comar wrote:
> > > I am changing development from window to linux now, it took a
> > > long time but I finally convince my boss to change, what I was
> > > holpping to know is if there is any nice development IDE for
> > > linux like MS visual studio. I had heard about anjuta, there is
> > > something else ?
> >
> > I like Eclipse (use it for Java and Python, I read C/C++ is quite
> > well supported, too), but it's pretty heavy.
>
> Ah, if you're looking for an something better than autotools:
>
> * http://unitool.metux.de/
> * http://treebuild.metux.de/
>
> Not finished yet, still under heavy development ;-)

Another nice one that is very C/C++ centric is KDevelop.  It's got good 
KDE integration (if you're using KDE).  It also works well with bash, 
Python, and PHP stuff I'm told.  I've only ever used it for C/C++.  For 
PHP I'd use Quanta+ (another KDE thing - guess what I use ;)  I can 
vouch for Eclipse.  I use it daily, and though it is very heavy and can 
be difficult to use, once you start to get good with it...  Wow.

However, never underestimate the power of vi/emacs/nano/pico/kate/gedit 
and a good terminal!  (I use Kate and nano, please, no vi vs. emacs 
wars today please!)

-- 
http://lordsauronthegreat.googlepages.com/

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user]  Re: OT: Nice IDE for development
  2006-09-02 19:25     ` Lord Sauron
@ 2006-09-02 19:37       ` Rafael Fernández López
  2006-09-02 21:12       ` Richard Fish
  1 sibling, 0 replies; 6+ messages in thread
From: Rafael Fernández López @ 2006-09-02 19:37 UTC (permalink / raw
  To: gentoo-user

On Sat, Sep 02, 2006 at 12:25:26PM -0700, Lord Sauron wrote:
> On Saturday 02 September 2006 07:48, Enrico Weigelt wrote:
> > * Remy Blank <remy.blank_asps@pobox.com> wrote:
> > > Allan Spagnol Comar wrote:
> > > > I am changing development from window to linux now, it took a
> > > > long time but I finally convince my boss to change, what I was
> > > > holpping to know is if there is any nice development IDE for
> > > > linux like MS visual studio. I had heard about anjuta, there is
> > > > something else ?
> > >

Things that we are normally used to work with (MS VS for example)
don't have to be the best.

Emacs have a powerful base, and if you "need" a graphical interface
you can use xemacs, but when you start to use it with keyboard, it is
so fast that you throw away your mouse.

Bye,
Rafael Fernández López.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: OT: Nice IDE for development
  2006-09-02 19:25     ` Lord Sauron
  2006-09-02 19:37       ` Rafael Fernández López
@ 2006-09-02 21:12       ` Richard Fish
  1 sibling, 0 replies; 6+ messages in thread
From: Richard Fish @ 2006-09-02 21:12 UTC (permalink / raw
  To: gentoo-user

On 9/2/06, Lord Sauron <lordsauronthegreat@gmail.com> wrote:
> Another nice one that is very C/C++ centric is KDevelop.

+1

-Richard
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-09-02 21:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1cc2dc830609020705k4a26653cu7234f79f95b52899@mail.gmail.com>
2006-09-02 14:13 ` [gentoo-user] Re: OT: Nice IDE for development Remy Blank
2006-09-02 14:44   ` Allan Spagnol Comar
2006-09-02 14:48   ` Enrico Weigelt
2006-09-02 19:25     ` Lord Sauron
2006-09-02 19:37       ` Rafael Fernández López
2006-09-02 21:12       ` Richard Fish

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox