Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'assign': 0.04; '(python': 0.05; 'ide': 0.05; 'subject:Python': 0.05; 'terry': 0.07; 'python': 0.08; 'newest': 0.09; 'subject:tools': 0.09; 'url:activestate': 0.09; 'developer': 0.12; 'open-source': 0.13; '%f",': 0.16; 'komodo': 0.16; 'reedy': 0.16; 'todd': 0.16; 'toolbox': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.18; 'cheers,': 0.20; 'cc:no real name:2**0': 0.21; 'header:In-Reply- To:1': 0.22; 'default,': 0.23; 'command': 0.24; 'mode': 0.25; 'cc:2**0': 0.26; 'version,': 0.28; "i'm": 0.28; 'script': 0.28; 'idle': 0.29; 'version.': 0.29; 'cc:addr:python.org': 0.29; 'seem': 0.29; 'pm,': 0.29; 'key,': 0.30; 'subject:release': 0.30; 'does': 0.32; 'header:User-Agent:1': 0.33; 'running': 0.34; 'featured': 0.35; 'apply': 0.35; 'page': 0.37; 'run': 0.37; 'but': 0.37; 'uses': 0.38; 'received:192': 0.38; 'could': 0.38; 'some': 0.38; 'announce': 0.38; 'subject: (': 0.40; 'quick': 0.61; 'your': 0.61; 'full': 0.62; 'link': 0.62; 'covers': 0.64; 'url:0': 0.67; 'offer': 0.71; '01:52': 0.84; 'does?': 0.91; 'unclear': 0.91 Date: Tue, 14 Feb 2012 10:30:54 -0800 From: Todd Whiteman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: Terry Reedy Subject: Re: Komodo 7 release (Python development tools) References: <4F32D795.2040702@activestate.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: python-list@python.org 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: 37 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329244267 news.xs4all.nl 6862 [2001:888:2000:d::a6]:59707 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20415 On 12-02-08 01:52 PM, Terry Reedy wrote: > 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: >> 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. The above page covers features from both Edit and IDE - some will only apply to the IDE version. For a full comparison of features you can check out: http://www.activestate.com/komodo-edit/compare-with-komodo-ide > > 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? > Komodo Edit does not offer a quick run (F5) command by default, you could create your own Python command [1] in the Komodo toolbox and assign it the F5 key binding to serve such a purpose. [1] The short command for running a Python script is: "%(python) %F", which uses Komodo's interpolation shortcuts: http://docs.activestate.com/komodo/7.0/shortcuts.html#shortcuts_top Cheers, Todd