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 1LaZCN-00028N-GV for garchives@archives.gentoo.org; Fri, 20 Feb 2009 17:30:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEBDEE01CC; Fri, 20 Feb 2009 17:14:36 +0000 (UTC) Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.152]) by pigeon.gentoo.org (Postfix) with ESMTP id E610DE01CC for ; Fri, 20 Feb 2009 17:14:35 +0000 (UTC) Received: by yw-out-1718.google.com with SMTP id 4so399526ywq.46 for ; Fri, 20 Feb 2009 09:14:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=hTAyc6SFXt5s0IAAf0WU0hJnvtvk1Q+ANgCX5z4h0+0=; b=mNpgp5kJ6JsnrecMzMKwGzPANmSMCOvOdXeBSiQJlCFO7qoZtcDRU7t58nV6kw2S3n rFvFDD8gZ0E3Q5CfeSEUceQY9I6ARLUi/bHaHtZd36sURvrj8QhXTWAjyZ0x59QEONkq VtL5sXHOlkZbpyTVCQKKq++tqqnXEHuIT55iQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=iCghuAreXS+cA+VBtqsatYf3KsOSjF8uUtPujCqqV2o1MOb6Oz+KUYR521HO7u14lM Y9ML4XOIvAoNAyALYS6TyM0FIxsqvzDhcLT5uIfPy4oYarIA64+4EC/LB+NiIuxgAQfm 8n2M9nFKlz8JLzl/ybGg7Zxbs3t/b3RX0tjTE= 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.231.14.72 with SMTP id f8mr1248481iba.34.1235150075431; Fri, 20 Feb 2009 09:14:35 -0800 (PST) In-Reply-To: <499AE034.7070104@bitdefender.com> References: <499AE034.7070104@bitdefender.com> Date: Fri, 20 Feb 2009 14:14:35 -0300 Message-ID: <1247f9a0902200914k455d9afct8f6842cd5be74960@mail.gmail.com> Subject: Re: [gentoo-user] perfect IDE From: Eduardo Gurgel To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=00221532cc9c7d8d6204635cc923 X-Archives-Salt: ddc39600-e05a-4067-8909-266d4fcb9305 X-Archives-Hash: 174d34e0f1d8296c15ab5b05af410860 --00221532cc9c7d8d6204635cc923 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit http://www.qtsoftware.com/developer/qt-creator Take a look and try it. On Tue, Feb 17, 2009 at 1:05 PM, Andrei Hanganu wrote: > helo group, > > 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. > > 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) > > i don't desire gdb or valgrind integration, but would be a + > > 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. > > 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? > > thanks, > Andrei > > -- Eduardo Gurgel Pinho (GELSoL-UFC) (Gentoo) Linux User #415930 http://edgurgel.wordpress.com http://alu.dc.ufc.br/~eduardo --00221532cc9c7d8d6204635cc923 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable http://www.qtsof= tware.com/developer/qt-creator

Take a look and try it.

On Tue, Feb 17, 2009 at 1:05 PM, Andrei Hanganu <ahanganu@bi= tdefender.com> wrote:
helo group,

i've been trying the past 2-3 years to find the most usable and nice id= e
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.

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)

i don't desire gdb or valgrind integration, but would be a +

does anyone know the answer to this ultimate question? I keep comparing
different editors with the microsoft's visual studio, that is not by fa= r
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 th= e 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.

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?

thanks,
Andrei




--
Eduardo Gurgel P= inho
(GELSoL-UFC)

(Gentoo) Linux User #415930
http://edgurgel.wordpress.com
http://alu.dc.ufc.br/~eduardo
--00221532cc9c7d8d6204635cc923--