From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 23:45:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42E5E16A41F for ; Tue, 25 Oct 2005 23:45:32 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id D74DE43D46 for ; Tue, 25 Oct 2005 23:45:31 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so65324wxc for ; Tue, 25 Oct 2005 16:45:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SiIL6Lg6ro3UM/IgL1nDXpUJFI7C3xycsaUNh+GSXkHkaGb/dhjE1dTh+unPjW1fYzwA884z8mhOBRXecW+SFUaCeGnbPM9yY/vR1+wx6Wab0zDFGvSY7epbUYOSsbIEEoZ9oAB1d3yH2iLntYO0K8XKgKpVqUIX3K+oUL0SWqg= Received: by 10.70.60.1 with SMTP id i1mr141497wxa; Tue, 25 Oct 2005 16:45:31 -0700 (PDT) Received: by 10.70.91.17 with HTTP; Tue, 25 Oct 2005 16:45:31 -0700 (PDT) Message-ID: <57416b300510251645m6b38842due8a83650c3800038@mail.gmail.com> Date: Wed, 26 Oct 2005 09:45:31 +1000 From: Peter Clutton To: Lukas Razik In-Reply-To: <378525338@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <378525338@web.de> Cc: freebsd-questions@freebsd.org Subject: Re: C/C++ Editor with auto completion for FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 23:45:32 -0000 On 10/26/05, Lukas Razik wrote: > Does anyone know C/C++ Editors/IDEs for X11 under FreeBSD with auto code = completion >and for example information boxes about the parameters of funct= ions etc. Emacs can do autocompletion, and you can use etags for finding functions etc. I don't know about information boxes, but there are many extensions available.