Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '(python': 0.05; 'ide': 0.05; 'subject:Python': 0.05; 'received:verizon.net': 0.07; 'terry': 0.07; 'python': 0.08; 'newest': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:tools': 0.09; 'url:activestate': 0.09; 'developer': 0.12; 'open-source': 0.13; 'komodo': 0.16; 'reedy': 0.16; 'todd': 0.16; 'wrote:': 0.18; 'jan': 0.19; 'header :In-Reply-To:1': 0.22; 'mode': 0.25; 'version,': 0.28; "i'm": 0.28; 'idle': 0.29; 'seem': 0.29; 'pm,': 0.29; 'key,': 0.30; 'subject:release': 0.30; 'pretty': 0.31; 'does': 0.32; 'header :User-Agent:1': 0.33; 'header:X-Complaints-To:1': 0.34; 'to:addr :python-list': 0.35; 'featured': 0.35; 'questions.': 0.36; 'received:org': 0.36; 'page': 0.37; 'run': 0.37; 'but': 0.37; 'announce': 0.38; 'subject: (': 0.40; 'to:addr:python.org': 0.40; 'release': 0.40; 'link': 0.62; 'does?': 0.91; 'unclear': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Komodo 7 release (Python development tools) Date: Wed, 08 Feb 2012 16:52:50 -0500 References: <4F32D795.2040702@activestate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-74-109-121-73.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: <4F32D795.2040702@activestate.com> 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1328737999 news.xs4all.nl 6902 [2001:888:2000:d::a6]:41661 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20035 On 2/8/2012 3:14 PM, Todd Whiteman wrote: > My name is Todd. I'm the lead developer for Komodo IDE (Interactive > Development Environment) and Komodo Edit (a free, open-source editor) at > ActiveState. I wanted to announce that the newest version, Komodo 7, has > been released: This is a pretty good release announcement, but a few questions. ... > http://www.activestate.com/komodo-ide/python-editor It would seem that the Professional Python Editor is the same as Komodo Edit, but it is unclear why only Python editing would be featured for Komodo IDE. http://www.activestate.com/komodo-edit is the page with the link people need to download just the editor. Does K.Edit let me run a program with one key, like F5 in IDLE? If so, does it leave me in interactive mode (python -i) as IDLE does? -- Terry Jan Reedy