
Wing IDE Personal 7.2.0.1
An integrated development environment (IDE) for the Python programming language
Wing IDE Personal is designed for for hobbyists and educational users that are looking for a lower-cost product and don't require the full feature set of Wing IDE Professional. Wing understands your Python code and puts context appropriate-knowledge at your fingertips, whether you're typing in the editor, working in the source browser, managing your project, or debugging your application.
Wing IDE Personal 7.2.0.1 full details

File Size: | 72.00 MB |
---|---|
License: | Freeware |
Price: | FREE |
Released: | 2020-01-22 |
Downloads: | Total: 1803 | This Month: 0 |
Publisher: | Wingware |
Publisher URL: | http://wingware.com/ |

Download Wing IDE Personal 7.2.0.1
Save Wing IDE Personal to My Stuff
Tweet
Wing IDE Personal - Windows 7 Download awards
Wing IDE Personal 7.2.0.1 full description
Wing IDE Personal is designed for for hobbyists and educational users that are looking for a lower-cost product and don't require the full feature set of Wing IDE Professional. Wing understands your Python code and puts context appropriate-knowledge at your fingertips, whether you're typing in the editor, working in the source browser, managing your project, or debugging your application.
You can change the overall look and feel of the user interface on the fly by selecting among 28 themes including black background, low contrast, high contrast and large print options.
FEATURES:
· Auto-completer: Reduces typing burden and mistakes. The completion options are always context-appropriate and update immediately after code is edited.
· Source assistant: Provides context-appropriate call signature and source documentation while you edit or browse your code.
· Error indicators: Flag bad code as you type.
· Source browser: Browse single files or your whole project by module or class heirarchy.
· Goto-definition: Jump directly to point of definition.
· Navigation menus: Layered menus in each editor provide a handy index into your code.
· Indentation analyser: Inspect, repair, and convert indentation style in source files. Wing's editor also auto-indents and block indents according to context.
· Advanced Debugger: Wing can debug all forms of Python code, whether it is launched from the IDE, externally by a web server, or running as a script in an embedded copy of Python. The debugger also include special support for Zope and Plone.
· Exception Detection: Wing distinguishes handled and unhandled exceptions at the moment that they occur, allowing inspection of runtime state at the point of failure, not after the fact.
· Debug Probe: Run interactive Python commands in the context of your paused debug process. This tool is unmatched for complex debugging, and a great way to try out code in context while crafting a bug fix.
· Conditional Breakpoints: Stop only on the cases you're interested in debugging, even in code that is executed thousands of times before your problem case is reached. Ignore-counted breakpoints are also available.
· Watch Debug Data and Expressions: Track values as your program runs, by object reference, symbolic path, or by symbolic slot within a referenced object. A great way to keep track of values as you move outside of their scope of definition, this tool also allows watching the value of Python expressions as the run state changes.
· Module View: Browse program data starting at sys.modules, the list of all loaded Python modules.
· Change Debug: Data Debug data values can be changed from the graphical display and from the Debug Probe, as a way to test out alternative runtime environments while debugging.
Wing provides three different ways to search your source files: Quick search from the toolbar, keyboard driven interactive mini-search, and using one or more instances of the Search Manager. Advanced search capabilities include:
· Multi-file Search: Search through all project files or all open files, optionally constrained by file type.
· Disk Search: Search all files within a directory, or directory tree, optionally constrained by file type.
· Wildcard Search: Use simple wildcards as part of your search string.
· Regular Expression: Search Craft complex searches using regular expressions. This can also be used to design and test regular expressions for your program.
· Multi-file Replace: Replace search matches across multiple files.
· 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.
· CVS, Subversion, and Perforce Support: Access these popular revision control systems directly from the editor.
· Syntax Highlighting: Colorized files are easy on your eyes, for over 50 different programming languages and file types.
· Split Views: Divide editors horizontally, vertically, or any combination thereof.
You can change the overall look and feel of the user interface on the fly by selecting among 28 themes including black background, low contrast, high contrast and large print options.
FEATURES:
· Auto-completer: Reduces typing burden and mistakes. The completion options are always context-appropriate and update immediately after code is edited.
· Source assistant: Provides context-appropriate call signature and source documentation while you edit or browse your code.
· Error indicators: Flag bad code as you type.
· Source browser: Browse single files or your whole project by module or class heirarchy.
· Goto-definition: Jump directly to point of definition.
· Navigation menus: Layered menus in each editor provide a handy index into your code.
· Indentation analyser: Inspect, repair, and convert indentation style in source files. Wing's editor also auto-indents and block indents according to context.
· Advanced Debugger: Wing can debug all forms of Python code, whether it is launched from the IDE, externally by a web server, or running as a script in an embedded copy of Python. The debugger also include special support for Zope and Plone.
· Exception Detection: Wing distinguishes handled and unhandled exceptions at the moment that they occur, allowing inspection of runtime state at the point of failure, not after the fact.
· Debug Probe: Run interactive Python commands in the context of your paused debug process. This tool is unmatched for complex debugging, and a great way to try out code in context while crafting a bug fix.
· Conditional Breakpoints: Stop only on the cases you're interested in debugging, even in code that is executed thousands of times before your problem case is reached. Ignore-counted breakpoints are also available.
· Watch Debug Data and Expressions: Track values as your program runs, by object reference, symbolic path, or by symbolic slot within a referenced object. A great way to keep track of values as you move outside of their scope of definition, this tool also allows watching the value of Python expressions as the run state changes.
· Module View: Browse program data starting at sys.modules, the list of all loaded Python modules.
· Change Debug: Data Debug data values can be changed from the graphical display and from the Debug Probe, as a way to test out alternative runtime environments while debugging.
Wing provides three different ways to search your source files: Quick search from the toolbar, keyboard driven interactive mini-search, and using one or more instances of the Search Manager. Advanced search capabilities include:
· Multi-file Search: Search through all project files or all open files, optionally constrained by file type.
· Disk Search: Search all files within a directory, or directory tree, optionally constrained by file type.
· Wildcard Search: Use simple wildcards as part of your search string.
· Regular Expression: Search Craft complex searches using regular expressions. This can also be used to design and test regular expressions for your program.
· Multi-file Replace: Replace search matches across multiple files.
· 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.
· CVS, Subversion, and Perforce Support: Access these popular revision control systems directly from the editor.
· Syntax Highlighting: Colorized files are easy on your eyes, for over 50 different programming languages and file types.
· Split Views: Divide editors horizontally, vertically, or any combination thereof.
Wing IDE Personal 7.2.0.1 download tags
Wing IDE Personal 7.2.0.1 Windows 7 release notes
New Release
Bug Fixes:
Fix auto-indent after paste within a multi-line logical line
Add missing Python 3 public file object attribs to debugger's standard input wrapper:buffer, mode, readable, seekable, writable, and write_through
Fix analysis failures seen when adding or removing duplicate classes or functions
[ Wing IDE Personal release history ]
Bug Fixes:
Fix auto-indent after paste within a multi-line logical line
Add missing Python 3 public file object attribs to debugger's standard input wrapper:buffer, mode, readable, seekable, writable, and write_through
Fix analysis failures seen when adding or removing duplicate classes or functions
[ Wing IDE Personal release history ]
Wing IDE Personal for Windows 7 - Copyright information
All Wing IDE Personal reviews, submitted ratings and written comments become the sole property of Windows 7 download. You acknowledge that you, not windows7download, are responsible for the contents of your submission. However, windows7download reserves the right to remove or refuse to post any submission for any reason.
Windows 7 Download periodically updates pricing and software information of Wing IDE Personal full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for Wing IDE Personal license key is illegal and prevent future development of Wing IDE Personal. Download links are directly from our mirrors or publisher's website, Wing IDE Personal torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Windows 7 Download periodically updates pricing and software information of Wing IDE Personal full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for Wing IDE Personal license key is illegal and prevent future development of Wing IDE Personal. Download links are directly from our mirrors or publisher's website, Wing IDE Personal torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Post Wing IDE Personal review


Windows 7 Wing IDE Personal related downloads
My Account
Help
Windows 7 Software Coupons
-
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
MacX DVD Video Converter
58% Off -
Media Player Morpher
85% Off -
MacX MediaTrans
50% Off -
MacX Video Converter Pro
50% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Visual Prolog 9 B902
- PureBasic 5.72
- Python 3.9.4
- Simply Fortran 3.18 B3483
- Qt 6.0.2
- wxDEV-C++ 4.9.9.2
- Flash Project Encrypter 5.3.1
- Open Fortran Parser 0.8.3
- tIDE 2.72
- haXe 3.4.2
- GoldenSharp 0.9.1.2
- Fiddler 5.0.20204.45441
- Code::Blocks for Windows 20.03
- GBL Design Studio 2.0.17.240
- Boomerang for Windows 0.3.1 Alpha
- WideStudio for Windows 3.98-7
- Hakaya Studio 3.5.0.0 RC
- GNU Prolog for Windows (x32 bit) 1.4.5
- GNU Prolog for Windows (x64 bit) 1.4.5
- PythonCard 0.8:2
Popular Tags
firefox
radio tuner
gadget
google chrome
super mario
photo viewer
visual basic
mozilla firefox
free vlc media player
microsoft office
bangla keyboard
skype
dock
search windows 7 downloads
facebook
operating system
solitaire
turbo c
photo editor
winrar
windows 7
chrome
service pack 3
spider solitaire
animated wallpaper
java
sound equalizer
counter strike
javascript
internet explorer 10
Popular Windows 7 Software
- Turbo C++ 3.0
- XTOOLS
- Notepad++ 7.9.5
- JavaScript SiteSearch Generator 1.5.2.1
- Turbo Pascal 7.0
- NASM 2.14.02
- MARS 4.4
- MSI Package Builder 9.0.1
- Serial Key Generator 7.0
- SimplexNumerica 18.2.1.6
- Install Wizard Creator Software 2.0.1.5
- PSPad editor 5.0.6
- PELock 2.08
- Visual Prolog 9 B902
- Type Browser.NET 1.4.8.7
© 2021 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.