Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.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; 'start-up': 0.03; 'django.': 0.05; 'ide': 0.05; 'subject:Python': 0.05; 'integration,': 0.07; 'suggestions.': 0.07; 'python': 0.08; 'graph': 0.09; 'idle,': 0.09; 'newest': 0.09; 'run.': 0.09; 'subject:tools': 0.09; 'url:activestate': 0.09; 'developer': 0.12; 'open-source': 0.13; 'debugging,': 0.16; 'docs,': 0.16; 'editor,': 0.16; 'komodo': 0.16; 'to:name:python-list (general)': 0.16; 'todd': 0.16; 'syntax': 0.16; 'template': 0.19; 'programming': 0.20; 'cheers,': 0.20; 'memory': 0.21; 'detect': 0.21; 'pair': 0.23; 'testing,': 0.23; 'asked': 0.24; 'code': 0.26; 'up.': 0.26; 'version,': 0.28; "i'm": 0.28; 'easier.': 0.30; 'feature,': 0.30; 'subject:release': 0.30; 'source': 0.32; 'languages': 0.32; 'there': 0.33; 'header:User-Agent:1': 0.33; 'checking': 0.34; 'only)': 0.34; 'smart': 0.34; 'to:addr:python-list': 0.35; 'featured': 0.35; 'google': 0.35; 'regular': 0.35; "we're": 0.36; 'two': 0.36; 'hello,': 0.37; 'but': 0.37; 'received:192': 0.38; 'useful': 0.38; 'getting': 0.38; 'announce': 0.38; 'subject: (': 0.40; 'being': 0.40; 'to:addr:python.org': 0.40; "you'll": 0.61; 'more': 0.61; 'your': 0.61; 'full': 0.62; 'kind': 0.62; 'our': 0.63; 'lower': 0.64; 'free': 0.64; 'choose': 0.64; "we've": 0.64; 'taking': 0.66; 'show': 0.66; 'online': 0.71; 'incorporated': 0.73; 'more...': 0.73; 'offering': 0.75; 'feedback!': 0.84; 'profiling': 0.84 Date: Wed, 08 Feb 2012 12:14:13 -0800 From: Todd Whiteman User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.26) Gecko/20120131 Thunderbird/3.1.18 MIME-Version: 1.0 To: "python-list (General)" Subject: Komodo 7 release (Python development tools) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 57 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1328733915 news.xs4all.nl 6931 [2001:888:2000:d::a6]:58460 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20033 Hello, 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 has long been one of the main languages supported by Komodo, so we're always getting useful feedback and suggestions. For Komodo 7, we've incorporated a lot of this feedback into enhancing our Python features. * Python Code Profiling (IDE only) Users have asked if there is a way to find out why their programs are taking so long to run. Komodo IDE 7 can show a graph of the methods and calls made by your program, so that you can detect where your CPU is being taken up. * Sophisticated Syntax Checking Choose between multiple syntax checkers like PyLint, PyFlakes and PyChecker. Provides language-specific syntax checking for CSS/JavaScript/Django inside HTML template languages like Django. * Code Collaboration (IDE only) We wanted to make pair programming easier. With the collaboration feature, multiple users can edit a document at the same time. It's kind of like Google Docs, but for code editing! * Speed With Komodo 7 you'll notice a lot snappier Komodo start-up time, lower CPU utilization - particularly when idle, and lower memory usage for large projects. * Even more... There are way more features in Komodo 7 than I can outline in a single post, so check out the online web pages for more Komodo 7 enhancements: http://www.activestate.com/komodo-ide/python-editor Again, note that Komodo comes in two different flavours: 1) Komodo Edit - completely free and fully open-source editor, offering smart code completions, syntax checking, code colorizing, sophisticated editing and more. 2) Komodo IDE - a full featured IDE, offering advanced debugging, interactive shells, code browsing, source code control, database integration, unit testing, regular expression tools and more. Try out Komodo 7 and let me know what you think. We really appreciate the support and feedback! Cheers, Todd