Wing IDE 101 omits many features found in Wing IDE Professional and makes some simplifications appropriate for beginners.
Note that Wing IDE 101 omits auto-completion and most other code intelligence features in the other Wing IDE products.
This was by design, so that students are more conscious of the details of the modules and language they are learning about.
Here are some key features of "Wing IDE 101":
Editing Code:
· Syntax Highlighting: Easy on your eyes, for most programming languages and file types
· Navigation Menus: Layered menus in each editor provide a handy index into your code.
· Goto-definition: Jump directly to point of definition.
· Error Indicators: Flag syntax errors code as you type.
· Auto-indentation: New lines of code automatically indent to the expected level.
· Line Numbering: Show optional line numbers.
· Unlimited Undo: Undo works as far back as necessary to the point where a file was opened.
Executing and Debugging Code:
· Python Shell: Select lines or evaluate a whole file quickly in the integrated Python Shell.
· Debugger: Run code in Wing's debugger and inspect the stack and locals/globals data after stopping at breakpoints or exceptions.
Other Features:
· Integrated Documentation: Quick access to Wing IDE and Python documentation.
· Split Views: Divide editors horizontally, vertically, or any combination thereof. Multiple editable views can be opened into the same file.
· Visual Studio, VI/Vim, Emacs, and Brief Emulation Optional key bindings are available to make Wing act like many of the most commonly used editors.
· Block Indentation: Select and indent, dedent, or indent-to-match whole blocks of code.
· Brace Matching: Automatic as you type, or select blocks within braces on command.
· Block Commenting: Comment out or back in blocks of code with a single key stroke.
· Intelligent Rewrapping: Rewrap long lines of code, but only within appropriate logical lines as determined by Wing's source analyser.
· Line and Rectangle Selection Select and operate on ranges of text by character, whole lines, or rectangles.
· Visible White Space: Optionally, show spacing and/or line endings as visible characters.
What's New in This Release: [ read full changelog ]
Features:
· Show perspectives key bindings in Load Perspective sub-menu
· Support for Python 2.6 and 2.7 running on cygwin
Bug Fixes:
· Fix colors preference page
· Fix color of occurrences on black backgrounds
· Set color of text to white in open from project dialog in win32 default theme
· Fix extract refactoring when toplevel source is indented
· Fix bugs in introduce variable refactoring after reverting the operation once
· Return focus to editor after refactoring operations
· Further refine detection of defining context for turbo completion mode
· Add history point to go back to when doing a select all
· Fix Current File Properties dialog
· Fix exception seen when restoring tool only perspectives
· Fix potential failures to run perforce commands right after startup