From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 07:52:15 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71BBC106566B; Fri, 1 Jul 2011 07:52:15 +0000 (UTC) (envelope-from annulen@yandex.ru) Received: from forward14.mail.yandex.net (forward14.mail.yandex.net [95.108.130.92]) by mx1.freebsd.org (Postfix) with ESMTP id 200E98FC0A; Fri, 1 Jul 2011 07:52:14 +0000 (UTC) Received: from web143.yandex.ru (web143.yandex.ru [95.108.130.11]) by forward14.mail.yandex.net (Yandex) with ESMTP id 3395C198088B; Fri, 1 Jul 2011 11:35:30 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1309505730; bh=sfhSVYVHfE1EG+3iTo+1lyt8oFASUiFa18/PhmPkiC0=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=gZiAnY/PekRwfU7djjnbcSfR475MUektoRbNv3poNRNLhhQbo2W0q0CPTcIyLscl5 s7oQTvvy3IykGTKpCvwyOHzw36HO5MxZdye3PNpIliejbQxMZaVMdXdvvBxIl+B7R7 zvRP3IJ1kqKW0FozwJH7hfEPIX4ax0augEy3gUes= Received: from localhost (localhost.localdomain [127.0.0.1]) by web143.yandex.ru (Yandex) with ESMTP id 146783980038; Fri, 1 Jul 2011 11:35:30 +0400 (MSD) X-Yandex-Spam: 1 Received: from [212.119.246.18] ([212.119.246.18]) by web143.yandex.ru with HTTP; Fri, 01 Jul 2011 11:35:29 +0400 From: Konstantin Tokarev To: O. Hartmann In-Reply-To: <4E0D71E2.5060907@zedat.fu-berlin.de> References: <4E0D71E2.5060907@zedat.fu-berlin.de> MIME-Version: 1.0 Message-Id: <761431309505729@web143.yandex.ru> Date: Fri, 01 Jul 2011 11:35:29 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: devel/anjuta: creating project does not offer project's dialog. 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: Fri, 01 Jul 2011 07:52:15 -0000 01.07.2011, 11:06, "O. Hartmann" > And, for those actively developing, is there a good alternative to > Anjuta (no KDevelop, since I do not like KDE and do not have KDE). Thanks, > Oliver Depending on what you need you can try: Geany Vim Eclipse Qt Creator Actually, KDevelop does not require you to run KDE, it just needs KDE libraries. -- Regards, Konstantin