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 1LZQZj-0008Mk-B0 for garchives@archives.gentoo.org; Tue, 17 Feb 2009 14:05:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 757ADE0366; Tue, 17 Feb 2009 14:05:26 +0000 (UTC) Received: from mail.bitdefender.com (mail.bitdefender.com [91.199.104.2]) by pigeon.gentoo.org (Postfix) with ESMTP id 85E5BE0366 for ; Tue, 17 Feb 2009 14:05:25 +0000 (UTC) Received: (qmail 20404 invoked from network); 17 Feb 2009 16:05:19 +0200 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys X-BitDefender-Scanner: Clean, Agent: BitDefender qmail 3.0.2 on elfie.dsd.hq, sigver: 7.23721 X-BitDefender-Spam: No (465) X-BitDefender-SpamStamp: v1, build 2.8.1.62178, bayes score: 500(0), pbayes score: 241(0), neunet score: 465(465), flags: [SIGN_NO_LINK_NMD_08; LEGIT_SUMM_200_WORDS; EMPLO; EXEC_H_HAS_ONE_RECV], total: 465(775) X-BitDefender-CF-Stamp: none DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=bitdefender.com; b=h5mt/pUAzmPr4IxDxGpoO35IuVyDfNvVvfMz3LNHq8elYvAMxvKq72CipGPWtvbWBJk73qOnZISDJ6UbeDyswiGZKJ+7VMswclqlhfIGu5Yk3p6ZBpr0gK15hsHgyhp0WfnojUQdR6Y0XuXzstpHFgZw3oXprC6O0MBlmNx9IgM= ; Received: from unknown (HELO ?10.10.100.17?) (ahanganu@bitdefender.com@10.10.14.136) by mail.bitdefender.com with AES256-SHA encrypted SMTP; 17 Feb 2009 16:05:18 +0200 Message-ID: <499AE034.7070104@bitdefender.com> Date: Tue, 17 Feb 2009 16:05:08 +0000 From: Andrei Hanganu User-Agent: Thunderbird 2.0.0.19 (X11/20090127) 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 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] perfect IDE X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 71ea31ca-5fa4-4db1-a224-bb13a67cbdb7 X-Archives-Hash: cbbe87523a3cd88d29970198562eb5c1 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