From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R4MDd-0002t0-7B for garchives@archives.gentoo.org; Fri, 16 Sep 2011 00:23:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C5B921C19E; Fri, 16 Sep 2011 00:23:40 +0000 (UTC) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 50F9E21C151 for ; Fri, 16 Sep 2011 00:22:18 +0000 (UTC) Received: by bkbzt12 with SMTP id zt12so4057450bkb.40 for ; Thu, 15 Sep 2011 17:22:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5SxOHHNMMtZ8NGaQmke5aCg+VTAzrRFu6RWj/Tt/Qlk=; b=sR8R8lrgp3ozmrWWu1ryvyg1H6k8hzpyZipbCwtYvUi96z2eoyjSVDkDZE+vadLEC7 T5GVdJxdxJMDu5hK71IR9PPGSU2Wz5Bu0g4ITfkK4w7/XqUOJeFXeRhWprV0b7QSFvz3 YQHssSzeq/3uKCitfzXzGbNmZqezJZQF8uvwA= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.204.2.209 with SMTP id 17mr1154841bkk.50.1316132537424; Thu, 15 Sep 2011 17:22:17 -0700 (PDT) Received: by 10.204.155.79 with HTTP; Thu, 15 Sep 2011 17:22:17 -0700 (PDT) In-Reply-To: References: <20110913144036.GC3081@acm.acm> <20110914213401.GA2577@acm.acm> <1475993.NyBlVIpijS@pc> <20110915195843.25ad7103@karnak.local> Date: Thu, 15 Sep 2011 20:22:17 -0400 Message-ID: Subject: Re: IDE for C/C++ (Was: Really OT now (Re: [gentoo-user] udev + /usr) From: Michael Mol To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: X-Archives-Hash: 33197acab48c15f08a39d012ba2e902e On Thu, Sep 15, 2011 at 3:59 PM, Chris Brennan wrote: > On Thu, Sep 15, 2011 at 3:47 PM, Leonardo Guilherme > wrote: >> >> I do not know the state of Geanny since I last checked (couple of years >> ago), but the highlight capabilites of KDevelop got my eye. It highlights >> local variables in different colors in the same context, so something like >> int foo(float bar, float baz) { >> } >> will have bar and baz in different colors. Also, support for CMake in >> KDevelop got really great and useful. Plus, it supports debugging inside the >> editor. Its awesome. > > If you want something in a gui, what about Code::Blocks? It's also > multi-platform.... dev-util/codeblocks is masked. How well (or poorly) does it work on Gentoo AMD64? I did an emerge -p kdevelop...that'd pull back in the large bulk of KDE. I'm going to have to pass for now. qt-creator has some use flag changes, but only requires bits of KDE I already have, so I'll be trying it. I don't show an ebuild for eclipse (I see dev-java/ant-eclipse-ecj, dev-java/eclipse-ecj and dev-util/eclipse-sdk). Last time I poked eclipse, it was a royal pain using any *DT unless one downloaded it as a packaged deal. Version dependencies were a pain. (That said, I settled into it fairly quickly. But that was a long time ago) I don't see an ebuild for Emacs CC-Mode. -- :wq