Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!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.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.04; 'subject:editor': 0.05; 'interpreter': 0.07; 'python': 0.07; 'url:code': 0.11; 'emacs': 0.16; 'heavier': 0.16; 'opposite': 0.16; 'subject:IDE': 0.16; 'thanks,': 0.17; 'simpler': 0.19; 'header:In-Reply-To:1': 0.22; 'compared': 0.22; 'e.g.': 0.22; 'received:209.85.161.46': 0.26; 'received:mail- fx0-f46.google.com': 0.26; 'message-id:@mail.gmail.com': 0.28; 'received:209.85.161': 0.29; 'hi,': 0.29; 'selecting': 0.31; 'to:addr:python-list': 0.32; 'problem,': 0.35; 'suggested': 0.35; 'subject:/': 0.36; 'missing': 0.36; 'none': 0.36; 'however': 0.37; 'case': 0.37; 'received:209.85': 0.37; 'received:google.com': 0.38; 'but': 0.38; 'url:google': 0.38; 'need.': 0.39; 'to:addr:python.org': 0.39; 'could': 0.39; 'received:209': 0.39; 'subject:text': 0.40; 'header:Received:5': 0.40; 'learn': 0.60; 'url:blogspot': 0.61; 'url:p': 0.63; 'taylor': 0.68; 'bill.': 0.84; 'mouse': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=lN8gRgkwWHwa6OLSKIcz+OeALyKpvj5Ti8V9Guyi8PU=; b=SCvMTd1Rlwrgm8c2qZk5LMs1L7qfBdL8yw2ORbSJz2xDgovxSUy0NSYi0Gi53QR/bP XWZDOYYw/Yu1DoyzAgNVdQXJyzFd4Paj7WjnXiKWc9m102tpsVRvacvQ8TlHLC/pUF89 AZX3lrqnYCz8QmMHcakn2xBbU+yLUHvsuWzU4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=qnEEvmsS0AVpiep9pLzLcmlhjvEegjunh/7EgXPlcdC9oCE7K/ONjpZHHsjxQf35js r++5U/yA8IBssdbGw7pXejOGX3HIFhKhi42TptE6G/rtsq/uJYj9Gsjusxniqgjl5V5p mzJWDhjYNytMUzYSyyPYEcvlEq5IfZKzWGhao= MIME-Version: 1.0 In-Reply-To: References: <8739lij2h7.fsf@benfinney.id.au> <87r59269y4.fsf@castleamber.com> Date: Sat, 16 Apr 2011 13:48:15 +0200 Subject: Re: Python IDE/text-editor From: Vlastimil Brom To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 30 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1302954497 news.xs4all.nl 41114 [::ffff:82.94.164.166]:33503 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3314 2011/4/16 Alec Taylor : > Thanks, but non of the IDEs so far suggested have an embedded python > interpreter AND tabs... a few of the editors (such as Editra) have > really nice interfaces, however are missing the embedded > interpreter... emacs having the opposite problem, missing tabs (also, > selecting text with my mouse is something I do often). > > Please continue your recommendations. > > Thanks, > > Alec Taylor > Hi, I don't use these tools regularly, but judging from your virtual "screenshot" and featureset, e.g. UliPad http://code.google.com/p/ulipad/ or SPE http://pythonide.blogspot.com/ could fit the bill. Of course, none of these can be compared with the already suggested heavier tools in terms of featureset or maturity, but in case you don't want to learn that programs just now, you can try these simpler ones to see, if they offer, what you need. regards, vbr