Top Download

Wing IDE Personal full changelog

free download Add to Favorites RSS

Wing IDE Personal Full Change Log

Wing IDE Personal 4.1.13-1 released Mar 9, 2013 (New Release)
Features:
· Added How-To with tips for using Wing IDE with GTK via PyGObject

Bug Fixes:
· Speed up Search in Files, particularly when looking in Project Files
· Auto-editing fixes
· Don't auto-close () and similar before a symbol or number
· Don't auto-fixup {|} or {{|}} when space is pressed
· Auto-enter space also after < and >
· Correct auto-spacing for ^=
· Disable auto-editing in vi replace mode
· Correctly handle unterminated strings with u, b, or r prefix
· VI mode fixes
· Fix moving past wrapped lines in line select mode
· Fix moving lines to a register
· Fix cursor positioning for s when at end of line
· Correctly detect snippet context in files with tab indentation
· Fix debugger and shell when old ctypes version is installed
· Fix goto-definition in the Debug Probe
· Escape regex special characters when search on selection in regex mode
· Store user-defined tool window title in perspectives
· Set initial syntax coloring preference file type to Python not ASN.1
· Fix Replace
Wing IDE Personal 4.1.12-1 released Mar 9, 2013 (New Release)
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
Wing IDE Personal 4.1.11-1 released Mar 6, 2013 (New Release)
Features:
· Support goto-definition on symbols in the shells
· Auto-indent when pasting multi-line text in Python code (undo once
· restores original indentation)
· Experimental Turbo auto-completer mode for Python that treats any non-word
· key as a completion key and Ctrl, Alt, and Command as a cancel keys
· Added Smart Tab preference to control type of indentation or disable
· indentation at line end
· Indent to Match menu and tool bar items toggle indentation to one
· indent position lower if already at matching indent level
· Allow disabling auto-focusing of tools when press F1/F2 with User
· Interface > Other > Auto-Focus Tools preference
· Windows installer offers to remove last minor version (4.0 in the 4.1
· installer)
· Allow setting environment variable WING_TEST_DJANGO_SETTINGS_MODULE
· to use a different settings file when running Django unit tests
· Added links into preferences dialog to the preferences reference
· Added Configure Tab Key to the Edit > Keyboard Personalit
Wing IDE Personal 4.1.10-1 released Jan 22, 2013 (New Release)
Features:
· Allow setting syntax highlighting colors for all supported file types
· Added Previous/Next buttons to the Find Uses tool
· Added more line editing key bindings in default keyboard personality
· Added Close Others to the Open Files tool's context menu
· Updated German localization (thanks to Chris Heitkamp!)
· Added character order fixup auto-editing operation (such as x(.) -> x().
· and x(arg:) -> x():)
· Preference for maximum file size to try to open (default is 100MB) to avoid
· hanging or running out of memory on very large files
· Pressing Enter during rename, move, and introduce variable refactoring
· performs the operation
· Improved Directory Properties dialog accessed from Project tool

Changes:
· Section names such as [user-preferences] are now ignored in prefs files
· and all sections are read in, with later like-named preferences overriding
· earlier ones
· When running with --prefs-files options altered preferences will be written
Wing IDE Personal 4.1.9-1 released Oct 25, 2012 (New Release)
Features:
· Debugger > Advanced > Resolve Properties preference to show the value of properties in the debugger. This is off by default since it may alter runtime state, trigger lengthy computations, cause thread deadlocks or crash on buggy user code.
· Added delimiters optional argument to forward-delete-word and backward-delete-word commands
· Improve display of directories that aren't under the project directory in the Project tool

Bug fixes:
· Also show class attributes for inherited classes in Stack Data and Watch tools
· VI Mode fixes
· Fix handling of quoted args in !, :!, and :r[!]
· Fix failure of :reg on non-ascii characters
· Allow search and replace strings containing "
· Allow empty search matches for replace as in :s/^/"/
· < allows removal of indent less than indent-size
· Avoid failing on non-numerical command repeat values
· Turbo completer mode fixes
· Don't treat second token as defining context except after 'for'
· Complete on ',' and ' ' after 'except'
· Django fi
Wing IDE Personal 4.1.7-1 released Jul 15, 2012 (New Release)
Features:
· Support for Stackless Python 3.2
· Support for Maya 2013
· Support for Visual Studio 2010 builds of Python 2.6 and 2.7
· Pretty Print option in Python Shell and Debug Probe
· How-To for using Wing IDE with Pyramid (thanks to Eric Ongerth)
· Implemented vi mode :delm to delete marks
· Added open-url-from-editor and open-clicked-url-from-editor commands
· Ability to set options sent to Python while debugging
· Toolbar icon for viewing and changing the Python configuration
· Preference to disable editor scrolling past the last line
· RemoveTimeout method on the application object in the scripting API

· Improved tab key action in eclipse key binding

Auto-editing improvements:
· Don't auto-close single quotes within comments
· Don't auto-indent after paste into strings
· Correct auto-spacing after keywords
· Auto-enclosing of selection with [, (, or { places caret at start
· Don't indent on : after lambda

Experimental Turbo completion mode:
· Don't include = in completion wit
Wing IDE Personal 4.1.6-1 released May 27, 2012 (New Release)
· Support for Django 1.4
· Syntax highlighting for Qt Style Sheet (.qss) files
· Added show-file-in-os-file-manager command to show selected file in Explorer, Finder, or other OS-provided file manager
· Added Debug Network Port project property for per-project configuration of TCP/IP port used to listen for externally initiated debug
· Added git blame support
· Added emacs M-c binding

Bug fixes:
· Avoid open file warnings when using Python 3.x debug builds
· Shorter delay in restarting Python Shell or debug process
· Fixed debugging QThreads in older PyQt versions
· Fixed passive listening after ending a debug session
· Avoid exception on paste into Debug I/O
· Fix $NAME and ${NAME} environment variable expansion
· Run args set via wingapi are added to the recent list by default
· Correct tab behavior at end of line when in Eclipse keyboard mode
· Add locks to output stream in test runner for thread safety
· Don't show errors when Django project creation succeeds with getpass warnings
Wing IDE Personal 4.1.4-1 released Apr 8, 2012 (New Release)
Features:
· Include special method names and inherited methods in auto-completer
· Added Show in Explorer/Finder to editor tab context menu
· Added Copy File Path to editor tab context menu
· Option to sort tests by source order
· Search in Files Options menu item to copy results to clipboard
· Print and Select All in the debug I/O context menu
· Added GetClickLocation to editor scripting API
· Project property to override the Strip Trailing White Space preference
· When auto-editing is enabled, repeatedly pressing : on a new block toggles through entering new blank line, indenting next line, and indenting next contiguous lines under the new block
· Added support for debugging QThreads in PySide and PyQt4
· Option to auto-show Debug I/O tool on first output in each debug run (default=True)
· Added support for Python 3.3 alpha1
· Emacs mode Alt-{ and Alt-}
· Added remove-prompts-and-paste command for removing >>> and ... the pasting
Wing IDE Personal 4.1.2-1 released Dec 14, 2011 (New Release)
· Features
· Added Create New Package to the Project context menu
· Added Open Files tool for navigating to and closing open files
· Added new code selection commands in the Edit > Select menu
· to select current/next/previous statement or scope
· Added data-entry-stopped signals to the CAPIEditor extension API

Bug fixes:

· Fixed evaluation in shells of files with a coding comment

Auto-editing improvements:
· Improved detection of contexts where ()[]{} should auto-close
· Redundant ':' is not typed and for ambigiously indented else, elif, except,
· and finally will toggle indentation to possible positions
· Also stop on just 'value' for 'arg=value' during invocation auto-editing
· Prevent redundant : and , in dicts
· Fix some problems with default arg removal
· Correct spacing enforcement within logical lines
· Don't auto-close (), [], and {} after digits
· Improve detection of when to auto-enter space after keywords
Wing IDE Personal 4.1.1-1 released Nov 18, 2011 (New Release)
· Support goto-definition on symbols in the shells
· Auto-indent when pasting multi-line text in Python code (undo once
· restores original indentation)
· Experimental Turbo auto-completer mode for Python that treats any non-word
· key as a completion key and Ctrl, Alt, and Command as a cancel keys
· Added Smart Tab preference to control type of indentation or disable
· indentation at line end
· Indent to Match menu and tool bar items toggle indentation to one
· indent position lower if already at matching indent level
· Allow disabling auto-focusing of tools when press F1/F2 with User
· Interface > Other > Auto-Focus Tools preference
· Windows installer offers to remove last minor version (4.0 in the 4.1
· installer)
· Allow setting environment variable WING_TEST_DJANGO_SETTINGS_MODULE
· to use a different settings file when running Django unit tests
· Added links into preferences dialog to the preferences reference
· Added Configure Tab Key to the Edit > Keyboard Personality menu

Wing IDE Personal Free Download Notice

Top 4 Download periodically updates software information of Wing IDE Personal full version from the publisher.

Using warez, crack, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for Wing IDE Personal key is illegal and prevent future development of Wing IDE Personal. Download links are directly from publisher's website, Wing IDE Personal torrent files or shared files from free file sharing, including Rapidshare, MegaUpload, HellShare, HotFile, FileServe, YouSendIt, SendSpace, DepositFiles, Letitbit, MailBigFile, are not allowed!

« BACK