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


Groups > comp.lang.python > #86509 > unrolled thread

ANN: Wing IDE 5.1.2 released

Started byWingware <info@wingware.com>
First post2015-02-26 11:00 -0500
Last post2015-02-27 11:12 +1100
Articles 4 — 4 participants

Back to article view | Back to comp.lang.python


Contents

  ANN:  Wing IDE 5.1.2 released Wingware <info@wingware.com> - 2015-02-26 11:00 -0500
    Re: ANN:  Wing IDE 5.1.2 released Jim Mooney <cybervigilante@gmail.com> - 2015-02-26 11:04 -0800
      Re: ANN:  Wing IDE 5.1.2 released William Ray Wing <wrw@mac.com> - 2015-02-26 14:42 -0500
      Re: ANN: Wing IDE 5.1.2 released Chris Angelico <rosuav@gmail.com> - 2015-02-27 11:12 +1100

#86509 — ANN: Wing IDE 5.1.2 released

FromWingware <info@wingware.com>
Date2015-02-26 11:00 -0500
SubjectANN: Wing IDE 5.1.2 released
Message-ID<mailman.19261.1424966411.18130.python-list@python.org>
Hi,

Wingware has released version 5.1.2 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 minor release includes the following improvements:

   Support for recent Google App Engine versions
   Expanded and improved static analysis for PyQt
   Added class and instance attributes to the Find Symbol dialog
   Support recursive invocation of snippets, auto-invocation arg entry, 
and field-based auto-editing operations (e.g. :try applied to a selected 
range)
   Support for python3-pylint
   Code sign all exe, dll, and pyd files on Windows
   Fix a number of child process debugging scenarios
   Fix source assistant formatting of PEP287 fields with long fieldname
   Fix indent level for pasted text after single undo for indent adjustment
   Fix introduce variable refactoring and if (exp): statements
   About 12 other bug fixes; see 
http://wingware.com/pub/wingide/5.1.2/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, persistent time-stamped unit test results, 
auto-conversion of indents on paste, an XCode keyboard personality, 
support for Flask, Django 1.7 & recent Google App Engine versions, 
improved auto-completion for PyQt, recursive snippet invocation, and 
many other minor features and improvements.  For details see 
http://wingware.com/news/2015-02-25

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

[toc] | [next] | [standalone]


#86529

FromJim Mooney <cybervigilante@gmail.com>
Date2015-02-26 11:04 -0800
Message-ID<a309086a-d256-4592-9785-2b025aa29b03@googlegroups.com>
In reply to#86509
Hey, can I run Py 2.7 and 3.4 side by side without a lot of hassle, using Wing? I run both since I'm migranting and so far the free IDEs just seem to choke on that.

[toc] | [prev] | [next] | [standalone]


#86535

FromWilliam Ray Wing <wrw@mac.com>
Date2015-02-26 14:42 -0500
Message-ID<mailman.19281.1424979801.18130.python-list@python.org>
In reply to#86529
> On Feb 26, 2015, at 2:04 PM, Jim Mooney <cybervigilante@gmail.com> wrote:
> 
> Hey, can I run Py 2.7 and 3.4 side by side without a lot of hassle, using Wing? I run both since I'm migranting and so far the free IDEs just seem to choke on that.
> -- 
> https://mail.python.org/mailman/listinfo/python-list

I assume you just mean that you would like to have different Python projects that open in Wing with the correct associated version of Python.
Yes, you can specify a python executable in the Project Properties - Environment tab.  Click on the “Custom" button in the Python Executable entry and enter the path to the version of Python you want. 

If this isn’t what you are after, let us know.

-Bill

PS: I’ve found that the Wing e-mail support is VERY responsive.  No relation, just a happy user.

[toc] | [prev] | [next] | [standalone]


#86556 — Re: ANN: Wing IDE 5.1.2 released

FromChris Angelico <rosuav@gmail.com>
Date2015-02-27 11:12 +1100
SubjectRe: ANN: Wing IDE 5.1.2 released
Message-ID<mailman.19297.1424995977.18130.python-list@python.org>
In reply to#86529
On Fri, Feb 27, 2015 at 6:42 AM, William Ray Wing <wrw@mac.com> wrote:
> PS: I’ve found that the Wing e-mail support is VERY responsive.  No relation, just a happy user.

You should totally get involved with the project. With your name,
everyone would think you started it!

ChrisA

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web