From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LZc6g-0001iv-DK for garchives@archives.gentoo.org; Wed, 18 Feb 2009 02:24:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CF12E0292; Wed, 18 Feb 2009 02:24:12 +0000 (UTC) Received: from qw-out-1920.google.com (qw-out-1920.google.com [74.125.92.149]) by pigeon.gentoo.org (Postfix) with ESMTP id 48602E0292 for ; Wed, 18 Feb 2009 02:24:12 +0000 (UTC) Received: by qw-out-1920.google.com with SMTP id 9so994712qwj.10 for ; Tue, 17 Feb 2009 18:24:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer; bh=6OaM0cq1m7go11Kl8D9/hEw4SIp3bhiLt17ngyreZ8o=; b=VRdhdx4gU9IdoXi0XjtbBtFnhXB/5O90xfdQJD/Oeq1aRO3K0GvNbd904/egZ5Sq4n y5LfTGVLuddB6T3bFYFc3eSLmh5YjOy8SQsFcrCBKc6XGA+jnmuoFzVABs6uT3mgBCKX 1Jlfpk2K4/JHWFp8IsWZe+ia+WOLfCEwJqnTI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer; b=uhu8vugr2TzLX23TctNg5bqqAyaCTEChZu7OTP8IxYG7inhb7WH/PWfPZw5IjJzMEt b0dBBWpoaxhSDMxusrVjM7M3iWOm219P3P6GJ1HYcjT1erV1haqvGgoUWhLtoOroYx2S 6bf2mp/us1rLz/KKA/+WTSHIIk4zOT2z9M1aE= Received: by 10.224.60.202 with SMTP id q10mr11410980qah.243.1234923851965; Tue, 17 Feb 2009 18:24:11 -0800 (PST) Received: from ?192.168.1.100? ([190.203.245.63]) by mx.google.com with ESMTPS id 26sm5725431qwa.42.2009.02.17.18.24.10 (version=SSLv3 cipher=RC4-MD5); Tue, 17 Feb 2009 18:24:11 -0800 (PST) Subject: Re: [gentoo-user] perfect IDE From: =?ISO-8859-1?Q?Sebasti=E1n_Magr=ED?= To: gentoo-user@lists.gentoo.org In-Reply-To: <20090217205122.2d8e1e70@osage.osagesoftware.com> References: <499AE034.7070104@bitdefender.com> <20090217205122.2d8e1e70@osage.osagesoftware.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-f2NftIl370ZJXhimy13j" Date: Tue, 17 Feb 2009 21:50:17 -0430 Message-Id: <1234923617.15111.4.camel@silversword> 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 X-Mailer: Evolution 2.22.3.1 X-Archives-Salt: 4f8cd747-8100-483f-803c-a8fba8dddc7f X-Archives-Hash: 48b1732eb543a6089b3c27c6dc71c8b8 --=-f2NftIl370ZJXhimy13j Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable El mar, 17-02-2009 a las 20:51 -0500, David Relson escribi=C3=B3: > On Tue, 17 Feb 2009 16:05:08 +0000 > Andrei Hanganu wrote: >=20 > > helo group, > >=20 > > i've been trying the past 2-3 years to find the most usable and nice > > ide for c/c++ code writing. I've been through vim/vim + plugins/emacs > > + different modes/anjuta/kdevelop/codeblocks/eclipse/netbeans ... > > every single one of them has at least one drawback. > >=20 > > In short words, i am looking for an ide that can do this: > > - syntax highlighting > > - autocomplete (on the fly, not on demand, and maybe smart? - identify > > structures/classes ) > > - concurrent editing of multiple files (splitting) > > - tabs or buffer list > > - file browser > > - project manager > > - symbol list/browser current editing buffer > > - regex search/replace > > - flexible build options that include scons, not just makefile > > - code folding (with detection of blocks) > > - lightweight/ergonomic interface (i dislike space being occupied by > > the bar that displays the line numbers, with a padding of 10px for > > example) > >=20 > > i don't desire gdb or valgrind integration, but would be a + > >=20 > > does anyone know the answer to this ultimate question? I keep > > comparing different editors with the microsoft's visual studio, that > > is not by far as powerful as emacs but it just plain and simple does > > the job. They will reach a milestone when the brackets matching will > > actually work, but despite small inconveniences, i find it to be very > > close to what i am looking for. > > kdevelop also seemed very close to what i wanted, but somehow the > > fonts or the dpi make it very "crowded", i get very little space for > > the code. On the other hand netbeans is a good example of how the > > interface should be arranged, but java driven ide tends to stop being > > able to respond in tolerable time. > >=20 > > i am on the edge of despair, and i am willing to try even a commercial > > solution. > > Anyone had some very positive experience with a specific ide? > >=20 > > thanks, > > Andrei >=20 > I've heard some good things about komodo, though it's not open > source and I've not used it. >=20 > David >=20 There is also Openkomodo, its name says what it is.. :) --=-f2NftIl370ZJXhimy13j Content-Type: application/pgp-signature; name=signature.asc Content-Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada digitalmente -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEABECAAYFAkmbcGEACgkQXk6IGbO9i1lntQCfeB0fTKFN9fMaU+mAP9FHIgmy LlsAnj7sAgSOzJEHr/Z8UPsw1D10D71H =g9Jl -----END PGP SIGNATURE----- --=-f2NftIl370ZJXhimy13j--