Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 17E2891E2 for ; Thu, 2 Feb 2012 08:04:47 +0000 (UTC) Received: (qmail 17919 invoked by uid 500); 2 Feb 2012 08:04:44 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 17683 invoked by uid 500); 2 Feb 2012 08:04:37 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 17675 invoked by uid 99); 2 Feb 2012 08:04:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 08:04:34 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jogischmidt@googlemail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 08:04:28 +0000 Received: by werc1 with SMTP id c1so1819223wer.6 for ; Thu, 02 Feb 2012 00:04:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=jX5rnnPGhCIOAoIJdbboNT0WStL3WTUGPz5VQDihAxU=; b=S09ZnntI9gRLX0+ZqP0uRBC7Lt90OBcRUm/t7tJOSsy5ubDLzDIXjcqy2qHX1tz8cv nG48gWl0/LGadBKmXlBMEliXk3mCJNnZMx1wfSKkMKmc93Aq76sRUK+tT1FfItQxjacM uvGBuLU4wL7yKJDkjC33lIzMenFDPTWNpEY5g= Received: by 10.216.133.71 with SMTP id p49mr5262629wei.8.1328169846727; Thu, 02 Feb 2012 00:04:06 -0800 (PST) Received: from [9.155.131.21] (deibp9eh1--blueice3n2.emea.ibm.com. [195.212.29.180]) by mx.google.com with ESMTPS id q2sm38093472wiy.7.2012.02.02.00.04.05 (version=SSLv3 cipher=OTHER); Thu, 02 Feb 2012 00:04:05 -0800 (PST) Message-ID: <4F2A4379.8010801@googlemail.com> Date: Thu, 02 Feb 2012 09:04:09 +0100 From: =?ISO-8859-1?Q?J=FCrgen_Schmidt?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: [DEVTOOLS] Updating Netbeans integration References: <4F299748.1080701@apache.org> In-Reply-To: <4F299748.1080701@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2/1/12 8:49 PM, Carl Marcum wrote: > Hi all, > > It looks like the netbeans integration code uses some depricated API's > that are no longer shipped with Netbeans 7. One example is > org.netbeans.editor.Settings. > > I will begin work on this updating this unless someone has already started. > > One question is should we tag a version of this code where it was for > Netbeans 6.9 for history's sake? Yes, I think that would make sense. It's often not easy to follow every API change in NetBeans, we tried it in the past but were not able to do it from a time perspective ;-) If you need some help or have questions feel free to ask me. Juergen