Wing IDE
| Developer(s) | Wingware |
|---|---|
| Stable release | 4.1.3-1 / January 11, 2012 |
| Operating system | Windows, Linux, Mac OS X |
| Type | Python Integrated Development Environment |
| License | proprietary |
| Website | http://www.wingware.com |
The Wing IDE is an integrated development environment (IDE) for the Python programming language from Wingware.
It provides local and remote debugging, editing, code intelligence, testing, version control, and search capabilities to reduce development and debugging time, cut down on coding errors, and make it easier to understand and navigate Python code.
Version control integration is available only in Wing IDE Professional. It supports Subversion, CVS, Bazaar, git, Mercurial, and Perforce.
Contents |
[edit] Code Intelligence
- Auto-completer: offers completions both in the editor and in the integrated Python shells.
- Source Assistant: provides context-appropriate call signature and source documentation in the editor and in the source browser.
- Error indicators: flag bad code as you type.
- Source browser: browse single files or whole project by module or class hierarchy.
- Goto-definition: jump directly to point of definition.
- Find Uses: find all points of use of a symbol, filtering out different but like-named symbols.
- Refactoring: rename or move a symbol and update points of use, or extract a range of code to a new function or method.
- Navigation menus: layered menus in each editor provide a handy index into source code.
- Indentation analyzer: inspect, repair, and convert indentation style in source files. Wing's editor also auto-indents and block indents according to context.
[edit] Versions
It is available in three versions:
- Wing IDE Professional
- Wing IDE Personal
- Wing IDE 101
Wing IDE 101 is a free version for educators, students and hobbyists. The other two are commercial versions which offer more features than the free version. All three versions of Wing IDE run on Windows, Linux and Mac OS X.
[edit] History
First public version of Wing IDE was released on 2000-09-07, as 1.0 beta, only for Linux.
First stable version was v1.0 for Linux, on 2000-12-01.
The history of all releases to date can be found at http://wingware.com/news