Path: csiph.com!usenet.pasdenom.info!gegeweb.org!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 Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@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> <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 To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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: abuse@xs4all.nl Xref: csiph.com comp.lang.python:32757 On Mon, Nov 5, 2012 at 5:29 PM, Demian Brecht wrote: > > On 2012-11-04, at 4:45 PM, bkuberek@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