Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #107269

ANN: Wing IDE 5.1.11 released

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Wingware <info@wingware.com>
Newsgroups comp.lang.python
Subject ANN: Wing IDE 5.1.11 released
Date Mon, 18 Apr 2016 09:27:17 -0400
Organization Wingware
Lines 58
Message-ID <mailman.149.1460986036.6324.python-list@python.org> (permalink)
References <5714E0B5.3000402@wingware.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Trace news.uni-berlin.de Sjq4yenK4tPphXFrCoz4QAt+57v/7NHVJlYVI4ECneWw==
Return-Path <info@wingware.com>
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; 'fixes': 0.05; 'testing,': 0.05; 'versions,': 0.05; 'attributes': 0.07; 'column': 0.07; 'dependency': 0.07; 'subject:ANN': 0.07; 'subject:released': 0.07; 'vi,': 0.07; 'git': 0.09; 'highlighting': 0.09; 'ide': 0.09; 'received:66.35': 0.09; 'snippet': 0.09; 'bug': 0.10; 'python': 0.10; 'template': 0.11; 'syntax': 0.13; 'django': 0.13; 'argument': 0.15; 'bindings,': 0.16; 'debugger,': 0.16; 'debugging,': 0.16; 'emacs,': 0.16; 'pep8': 0.16; 'pytest,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'uses,': 0.16; 'wing': 0.16; 'wingware': 0.16; 'app': 0.16; 'debugging': 0.18; 'project,': 0.18; 'versions': 0.20; 'windows': 0.20; 'extension': 0.20; 'fix': 0.21; 'disabled': 0.22; 'keyboard': 0.22; 'minor': 0.22; 'questions?': 0.22; 'programming': 0.22; 'passing': 0.23; 'thanks,': 0.24; 'feature': 0.24; 'sort': 0.25; 'header:User- Agent:1': 0.26; 'linux': 0.26; 'points': 0.27; 'pyqt,': 0.29; 'environment': 0.29; 'code': 0.30; 'programmers': 0.30; 'option': 0.31; 'language.': 0.32; 'class': 0.33; 'source': 0.33; 'control,': 0.33; 'symbol': 0.33; 'url:downloads': 0.33; 'skip:- 10': 0.34; 'correctly': 0.34; 'editor': 0.34; 'list:': 0.35; 'newer': 0.35; 'comment': 0.35; 'unit': 0.35; 'project': 0.36; 'child': 0.36; 'modules': 0.36; 'visual': 0.36; 'to:addr:python- list': 0.36; 'subject:: ': 0.37; 'release': 0.37; 'received:66': 0.38; 'version': 0.38; 'several': 0.38; 'hi,': 0.38; 'google': 0.39; 'test': 0.39; 'to:addr:python.org': 0.40; 'engine': 0.62; 'details': 0.62; 'improved': 0.63; 'within': 0.64; 'our': 0.64; 'from:addr:info': 0.70; 'hesitate': 0.71; 'search,': 0.72; 'url:11': 0.72; 'analysis': 0.72; 'integrated': 0.72; 'intelligent': 0.76; 'commenting': 0.84; 'results,': 0.91; 'email name:support': 0.96
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=wingware.com; s=default; t=1460986034; bh=a0nvQ0lDFyGxzMDOpm2KLMb3NhWnN71I8sadVeupDiU=; h=Date:From:To:Subject; b=QJhpGNW/YTXV7gE2vaPkhF3rJZ8XRmR8uwMW4Fs8+dgiIo3EkY2O95/X/UdLegiQj LpPYLrAY6frDvDf6VX1tnv2uC6UTBZF9RYZ7RIQtfxfoa3t7KVt2mtiM7a7bBtP9vo Tt/DQCK51RENQLQIx/u14I5XCnT/VW/2z24MzaUQ=
User-Agent Postbox 4.0.8 (Macintosh/20151105)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <5714E0B5.3000402@wingware.com>
Xref csiph.com comp.lang.python:107269

Show key headers only | View raw


Hi,

Wingware has released version 5.1.11 of Wing IDE, our cross-platform 
integrated development environment for the Python programming language.

Wing IDE features a professional code editor with vi, emacs, visual 
studio, and other key bindings, auto-completion, call tips, 
context-sensitive auto-editing, goto-definition, find uses, refactoring, 
a powerful debugger, version control, unit testing, search, project 
management, and many other features.

This release includes the following minor improvements:

     Fix Django template debugging for Django version 1.9 (requires 1.9.3+)
     Fix Debian package dependency for newer Linux distributions
     Fix git status when --use-porcelain is disabled with recent git 
versions
     Correctly find points of use of class attributes
     Added block commenting option for PEP8 style column 0 comment
     Fix analysis of extension modules when using Python 3.5 on Windows
     Sort alphabetically within type in Source Browser when using Sort 
by Type
     Fix problems with extra argument passing to unit test runners
     Several auto-editing fixes
     About 20 other bug fixes

For details see http://wingware.com/news/2016-04-15 and 
http://wingware.com/pub/wingide/5.1.11/CHANGELOG.txt

What's New in Wing 5.1:

Wing IDE 5.1 adds multi-process and child process debugging, syntax 
highlighting in the shells, support for pytest, Find Symbol in Project, 
persistent time-stamped unit test results, auto-conversion of indents on 
paste, an XCode keyboard personality, support for Flask, Django 1.7, 
1.8, and 1.9, Python 3.5 and recent Google App Engine versions, improved 
auto-completion for PyQt, recursive snippet invocation, and many other 
minor features and improvements.

Free trial: http://wingware.com/wingide/trial
Downloads: http://wingware.com/downloads
Feature list: http://wingware.com/wingide/features
Sales: http://wingware.com/store/purchase
Upgrades: https://wingware.com/store/upgrade

Questions?  Don't hesitate to email us at support@wingware.com.

Thanks,

-- 

Stephan Deibel
Wingware | Python IDE

The Intelligent Development Environment for Python Programmers

wingware.com

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

ANN: Wing IDE 5.1.11 released Wingware <info@wingware.com> - 2016-04-18 09:27 -0400

csiph-web