msstdfmt Posted January 26, 2023 Report Share Posted January 26, 2023 Wingware Wing IDE Professional 9.0.2.1 Multilingual Wing IDE Professional is a full-featured Python IDE designed for professional programmers. It includes powerful editor, code intelligence, refactoring, debugging, search, unit testing, project management, and revision control features. The Wing IDE layout is straightforward, with the editor window being its central fixture. Supporting panes, source browser, runtime output and debug panes and so on, are arranged on the periphery. In the lower right is the eminently useful Source Assistant pane, the Wing IDE's answer to call tips. Begin typing, say, a function call, and the prototype and docstrings information for the corresponding functions are displayed in the Source Assistant. Continue typing, and the likely matches are appropriately reduced. Also, when you click a function name anywhere in the editor (whether at a definition point or a reference point), the function's information is displayed in the Source Assistant. If you select a method, and that method has overridden a parent class method, the Source Assistant displays a clickable link for the location of the overridden method. Wingware's debugger is highly configurable. For example, you can set the debugger to stop when an exception is raised, but before the except or finally clauses have run; or you can configure the debugger to let those clauses run and then halt execution. Also, you can configure the debugger's watch system to display an object's content only when that object is in context, or hold a reference to the object and show its contents regardless of the current context. The debugger can handle multithreaded applications, when debugging the target application is halted by, say, a breakpoint, by default the debugger stops all threads and indicates which thread caused the suspension. However, this is configurable so that, if one thread hits a breakpoint, the others can continue to run. Features: GUI, Web, and script debugging Exception traceback reporting View stack, locals/globals, and return value Supports input() and raw_input() Integrated debug process I/O with configurable text encoding Native console I/O Multi-threaded debugging Remote debugging Debug value tooltips Detect unhandled exceptions Works with Django, web2py, Flask, Google App Engine, Plone, Turbogears, Zope and Plone Alter debug data values Multiple named entry points and debug launch configurations Interactive debug probe with auto-completion, syntax highlighting, goto-definition, call tips, and documentation links Convenient Restart Debugging tool Track values by reference Evaluate expressions Conditional breakpoints Ignore-counted breakpoints Enable/disable breakpoints Move debug program counter Multi-process and automatic child process debugging Debugs unit tests Breakpoint manager Process attach/detach Inspect sys.modules Debug Django template files matplotlib mainloop support Mark a range of code in the editor for quick reevaluation in Python Shell or Debug Probe Quote Whats New in Release 9.0.2: Features * Speed up the debugger during module imports * Add next-extra-selection, previous-extra-selection, and drop-one-extra-selection commands Changes * Set the default initial directory when running a file in a package with 'python -m' to the directory containing the top level package * Include the initial directory for the project's main entry point in the effective Python Path that is used for static code analysis, when it is run with 'python -m' Bug Fixes * Fix failure to print * Fix auto-indentation and auto-positioning after colon is pressed on lines starting with 'case' * Fix support for match and case statements in the Python Shell * Fix auto-completion for match and case statements * Fix auto-refresh of version control project status displays * Fix updating checkboxes in Files tab of version control Commit operations * Fix segfaults on macOS seen when toggling whether line numbers are shown in the editor * Fix segfaults seen when the QT_QPA_PLATFORM environment variable is set to wayland or any invalid value * Fix inserting a space after a colon in a variable type hint Homepage : http://wingware.com/ Download Wingware Wing IDE Professional 9.0.2.1 Multilingual-CRD | 83.2 MB https://rapidgator.net/file/539d68c80702ef3d1e04dcf91603571c/Wing.IDE.Professional.v9.0.2.1.msstdfmt.rar.html Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now