Message from discussion
No more Python support in NetBeans 7.0
Received: by 10.180.101.9 with SMTP id fc9mr3043367wib.3.1352394091705;
Thu, 08 Nov 2012 09:01:31 -0800 (PST)
Return-Path: <ros...@gmail.com>
X-Original-To: python-l...@python.org
Delivered-To: python-l...@mail.python.org
X-Spam-Status: OK 0.003
X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'syntax': 0.03;
'subject:Python': 0.05; 'preferably': 0.05; 'python': 0.09; 'ide':
0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16;
'happy.': 0.16; 'ides': 0.16; 'make,': 0.16; 'simple.': 0.16;
'mon,': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21;
'lets': 0.22; 'subject:support': 0.22; 'header:In-Reply-To:1':
0.25; 'coding': 0.27; 'message-id:@mail.gmail.com': 0.27;
'invoke': 0.29; 'once,': 0.29; "i'm": 0.29; 'to:addr:python-list':
0.33; 'received:google.com': 0.34; 'project': 0.34; 'nov': 0.35;
'pm,': 0.35; 'received:209.85': 0.35; 'editor': 0.37;
'received:209': 0.37; 'subject:: ': 0.38; 'files': 0.38;
'to:addr:python.org': 0.39; 'received:209.85.214': 0.39;
'header:Received:5': 0.40; 'different': 0.63; 'email
addr:gmail.com': 0.63; 'choice.': 0.93
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type; bh=L8ib8SjB1XyMqyC3lKzPSbxs93CQFUXcMSyjjHQixNU=;
b=orvQZbNjSeroEK2JGCwMwV4XHpVvegHvuXpJOpIzP+1Scxa3Ws45mBLVlgzNmK65Nd
IXYZBixPVq+nPABhF5mOwZylXAvr1iRMlaJ1hYl6T8hOUH+yoNwlz+PudOWKrMMHdnTH
T/3Avo2NBzcTR3RLojNeDr/XXKiRkvL8CbfbC6/nSC1VhDKAERbeDbrYmA71Z/bqyDyx
rpw8S6GnT6EmJWprNo4iRVoEPGLO8GF1/NBtfVKfEp7asDqz/ru41Yv0QX+/sXmQjQur
Sjx4n1wVo/B/0hDbVbMggfIQ0BVTTMYsWVQ4G/kq2gfB+QU7/wW+beszhIbAPXV2Viuz
5xDA==
MIME-Version: 1.0
In-Reply-To: <90EA1038-276F-4CFC-9DBD-22EA221B3365@gmail.com>
References: <4a98.4d8b560e.5ebee@altium.nl>
<b2c87a2d-1fe5-42a2-a8a3-d3aac12b2a32@googlegroups.com>
<90EA1038-276F-4CFC-9DBD-22EA221B3365@gmail.com>
Date: Mon, 5 Nov 2012 18:40:22 +1100
Subject: Re: No more Python support in NetBeans 7.0
From: Chris Angelico <ros...@gmail.com>
To: python-l...@python.org
X-BeenThere: python-l...@python.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: General discussion list for the Python programming language
<python-list.python.org>
List-Unsubscribe: <http://mail.python.org/mailman/options/python-list>,
<mailto:python-list-requ...@python.org?subject=unsubscribe>
List-Archive: <http://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-l...@python.org>
List-Help: <mailto:python-list-requ...@python.org?subject=help>
List-Subscribe: <http://mail.python.org/mailman/listinfo/python-list>,
<mailto:python-list-requ...@python.org?subject=subscribe>
Newsgroups: comp.lang.python
Message-ID: <mailman.3274.1352101224.27098.python-l...@python.org>
Lines: 13
NNTP-Posting-Host: 2001:888:2000:d::a6
X-Trace: 1352101224 news.xs4all.nl 6863 [2001:888:2000:d::a6]:52399
X-Complaints-To: ab...@xs4all.nl
Path: q13ni191913wii.0!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!209.197.12.246.MISMATCH!nx02.iad01.newshosting.com!newshosting.com!216.196.98.142.MISMATCH!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news.mccarragher.com!news.grnet.gr!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Bytes: 3752
Content-Type: text/plain; charset=ISO-8859-1
On Mon, Nov 5, 2012 at 5:29 PM, Demian Brecht <demianbre...@gmail.com> wrote:
>
> On 2012-11-04, at 4:45 PM, bkube...@gmail.com wrote:
>> However I am not happy about having to use different IDEs as I find myself coding in both python and php from project to project.
>
> One of the many reasons Vim is my editor of choice.
Same here. My IDE needs are very simple. Give me an editor that lets
me manipulate multiple files at once, can one-key invoke make, and
preferably has syntax highlighting, and I'm happy. So for me, SciTE is
my editor and IDE.
ChrisA