Wing IDE 1.1.9 Released
Archaeopteryx Software has released Wing IDE version 1.1.9.
Wing IDE is a commercial development environment for the Python programming language. Wing's powerful editor, source browser, and graphical debugger speed Zope-based software development.
Version 1.1.9 adds support for Python 2.3 and includes a number of improvements to the debugger and editor.
Wing's code editor provides auto-completion, source index, goto-definition, code folding, and many other productivity features. Python code can be browsed by module or class hierarchy using the integrated source code browser.
Wing's graphical debugger can debug Zope products and external methods in any Zope installation. A convenient Zope product allows programmers to configure, start, and stop the debugger from the Zope Management Interface. Code may be debugged either on the same machine or over the network to a remote server. An included interactive Python shell is capable of probing active debug processes from a command line.
Documentation and links to the downloadable package are at http://wingide.com/doc/zope
Requirements:
- Zope 2.4.0 or newer
Supported Platforms:
- Windows, Linux, Mac OS X
- Solaris and FreeBSD available via compilation from source (requires non-disclosure agreement)
Limitations:
- Cannot debug DTML code
- Remote debugging requires external file sharing such as Samba or NFS