Return to site

Wing Ide 6 1 5 X 4

broken image


Wing Python IDE
Developer(s)Wingware
Initial release1.0 beta / September 7, 2000; 20 years ago
Stable release
Written inPython, Cython, C, C++
Operating systemWindows, OS X, Linux
TypeIDE for Python
LicenseProprietary
Websitewingware.com

Under Wing 3.1.4 / OS X 10.5, Pylint just doesn't work for me. I don't get any output in the tool box or messages. It works just fine when run from the commandline. Hotbox:/.wingide3$ pylint -version No config file found, using default configuration pylint 0.14.0, astng 0.17.3, common 0.36.0 Python 2.5.2 (r252:60911, Jun 25 2008, 13:06:07). We are considering upgrading to 64-bit Wing Pro 7.0.1.2 IDE from 5.x 32-bit Wing IDE. It appears there is only one option to download the 32-bit or 64-bit version - which one gets downloaded when you select the option? The name of the ZIP file that gets downloaded is 'wingpro-7.0.1.2-win32.zip' - is this the 32-bit? When I download and attempt to install wingpro-7.0.1.2.exe, it defaults to.

Wingware Wing IDE Professional 6.1.4-1 Mac OS X 71 MB. Wing IDE Professional is a Python IDE with all the features designed for professional programmers. It includes powerful features editor, code intelligence, refactoring, debugging, search, unit testing, project management and revision control. Wing IDE Personal for Linux (64-bit) is an integrated development environment (IDE) designed specifically for the Python programming language. Python 3.5 changed its byte code version mid-stream for some reason and this broke things. Or, better yet, use Wing 6 which has a different way the debugger works internally that avoids this kind of Python version compatibility problem.


The Wing Python IDE family of integrated development environments (IDEs) from Wingware was created specifically for the Pythonprogramming language. These lightweight but full-featured Python IDEs are designed to speed up writing, debugging, and testing code, to reduce the incidence of coding errors, and to make it easier to understand and navigate Python code.

There are three products in this product line, each focused on different types of users:

  • Wing Pro – a full-featured commercial version, for professional programmers
  • Wing Personal – free version that omits some features, for students and hobbyists
  • Wing 101 – a very simplified free version, for teaching beginning programmers

Wing Pro provides local and remote debugging, editing (with multiple key bindings, auto-completion, and auto-editing), code intelligence, multi-selection, source browser and code navigation, code refactoring, unit testing, version control, Pylint integration, project management, search abilities, fine-grained customization, extension through Python scripting, and comprehensive documentation.

Wing Personal and Wing 101 omit some of these features. For details on features provided in each product see the product overview. All three versions of Wing run on Windows, Mac OS X and Linux.

Free licenses for Wing Pro are available on application for some educational uses and for unpaid open-source software developers, (see here).

Debugger[edit]

The debugger can be used to track down and fix bugs, and also as a way to write new code interactively win the live runtime state for which the code is being designed. The level of the debugging support depends on the version used.

Wing 101 supports:

  • Debug code launched from the IDE (as a file or module with 'python -m')
  • Interactive debugging from (and within) the integrated Python Shell
  • Exception and traceback reporting
  • View stack, locals/globals, and return values
  • Data frame and array viewer
  • Integrated Debug I/O tool with configurable text encoding
  • Optional native console I/O
  • Steps over importlib frames

Wing Personal adds:

  • Multi-threaded debugging
  • Debug code launched outside of the IDE, including code running under a web framework or embedded instance of Python
  • Debug value tooltips
  • Alter debug data values
  • Define named entry points and debug launch configurations

Wing Pro adds:

  • Interactive Debug Probe command line for inspecting the current debug frame, with auto-completion, syntax highlighting, goto-definition, call tips, and documentation links
  • Multi-process and automatic child process debugging
  • Launch remote debug processes from the IDE
  • Conditional and ignore-counted breakpoints
  • Enable/disable breakpoints
  • Move debug program counter
  • Debug unit tests
  • How-Tos and extra features for Django, Flask, Jupyter, matplotlib, web2py, Plone, Zope, Docker, AWS, Vagrant, Raspberry Pi, Windows Subsystem for Linux, and many others
  • Press Shift-Space to view the value of all symbols in the editor
  • Recursive debugging of code invoked in the context of another debug stack frame
  • Convenient Restart Debugging tool
  • Track values by reference
  • Evaluate expressions
  • Breakpoint manager
  • Debug process attach/detach
  • Inspect sys.modules
  • Mark a range of code in the editor for quick reevaluation in Python Shell or Debug Probe

Code intelligence[edit]

The code intelligence features speed up editing, facilitate navigation through code, and inspects code for errors. These features rely both on static analysis of Python code found in the project and on the Python Path, and on runtime analysis of code whenever the debugger is active or the code is active in the integrated Python Shell.

The features available depend on product level:

Wing 101 provides:

  • Auto-completer offers completions in Python code and in the integrated Python shell (this feature is disabled by default in Wing 101 but can be enabled in preferences)
  • Source index menus in each editor provide a handy index into source code
  • Goto-definition
  • Auto-indent
  • PEP8, Black, and YAPF reformatting
  • Syntax and indentation error indicators
  • Convert indents and end-of-line characters on paste
  • Understands PEP 484 and 526 type hinting

Wing Personal adds:

  • Find Symbol: keyboard-driven goto-definition within current file or any project file.
  • Auto-completion in non-Python files
  • Indentation analysis and conversion
  • Source Assistant: provides context-appropriate call signature and documentation with rendering of PEP287 docstrings
  • Class browser for single files or whole project

Wing Pro adds:

  • Code Warnings tool
  • Pylint, pep8 checker, and mypy integrations
  • Module browser
  • Source Assistant includes standard library documentation links
  • Find all points of use of a symbol, filtering out different but like-named symbols
  • Find symbol by name, in current file or all project files
  • Refactoring: rename or move a symbol and update points of use, extract a range of code to a new function or method, or introduce a variable
Wing Ide 6 1 5 X 4

Version control[edit]

Version control integration is available only in Wing Pro. Navicat premium essentials 12 12 0 15. It supports the following tools:

Unit testing[edit]

Unit Testing support is available only in Wing Pro. It supports running and debugging unit tests written for the unittest, pytest, doctest, nose, and Django testing frameworks.

Remote development[edit]

Wing Pro also supports secure development on remote hosts, virtual machines, or containers. Code on the remote system may be edited, debugged, tested, and managed from the IDE, as for locally stored files. Remote development also supports externally launched debugging.

Other features[edit]

Other features present in all the product levels include:

  • Editor emulates vim, emacs, Visual Studio, Eclipse, XCode, and Brief
  • Syntax highlighting for most programming languages, including Python, Django (web framework) templates, CoffeeScript, HTML/XML, CSS, JavaScript, C/C++, and about 70 others
  • Integrated Python shell with auto-completion, syntax highlighting
  • Search within the current file
  • Configurable color palettes and user interface layout
  • Extensive documentation, How-Tos, and tutorial
  • German, French, and Russian GUI localization

Wing Personal adds:

  • Multi-select to simultaneously editing multiple parts of a file
  • Define custom key bindings
  • Create projects for different development tasks
  • Quickly open project files by name fragment
  • Add, delete, rename, and move files in the project
  • Create new virtualenv or Anaconda env projects
  • Project-wide and multi-file search
  • Regex and wildcard search
  • Search documentation

4 X 1 X 5 0

Wing Pro adds:

  • Goto-definition, call tips, and documentation links in the integrated Python shell
  • File add, delete, rename, and move operations track to the active revision control systems
  • Set and traverse bookmarks
  • Code snippets with recursive inline data entry
  • Perspectives for naming custom user interface layouts
  • Execute external commands in integrated OS Commands tool
  • Extend the IDE's functionality with Python scripts

History[edit]

First public version of Wing was released on 2000-09-07, as 1.0 beta, only for Linux.

5 X 1 6 Fraction

First stable version was v1.0 for Linux, on 2000-12-01.

Corporate name change: Archaeopteryx Software Inc is now doing business as Wingware: March 29, 2004 [1]

Wing version 4.x and earlier were based on GTK2 and the OS X version required X11. Wing 5 changed to Qt4 via PySide and no longer uses X11 on OS X. Wing 6 moved to Qt5 with PyQt5.

The history of all releases to date can be found at https://wingware.com/news

See also[edit]

References[edit]

External links[edit]

Retrieved from 'https://en.wikipedia.org/w/index.php?title=Wing_IDE&oldid=982568845'

Wing is a Python IDE with powerful debugger and intelligent editor that make interactive Python development fast, accurate, and fun.

New in Wing 6

Wing 6 is a major new release with improved multi-selection, much easier remote development, debugging from the Python Shell, recursive debugging, PEP 484 and 526 type hinting, PEP 8 reformatting, support for Python 3.6, Vagrant, Jupyter, Django 1.10+, and Windows Subsystem for Linux, easier Raspberry Pi development, improved support for matplotlib, optimized debugger, OS X full screen mode, One Dark color palette, and much more. Principle for windows 10.

Wing Personal is now free to use without a license, and we've added a lower cost annual license option for Wing Pro.

Powerful Debugger

Wing's debugger makes it easy to fix bugs and write new code interactively. Door kickers 1 1 53. Use conditional breakpoints to isolate a problem, then step through code, inspect data, watch values, interact from the Debug Probe's command line, and debug recursively. You can debug multi-process and multi-threaded code launched from the IDE, hosted in a web framework, called from an embedded Python instance, or invoked on a remote system.

Intelligent Editor

4 X 5 2 X 4 0

Wing's editor speeds up interactive Python development with context-appropriate auto-completion and documentation, invocation assistance, auto-editing, refactoring, code folding, multi-selection, customizable inline code snippets, bookmarks, and much more. Wing can emulate vi, emacs, Eclipse, Visual Studio, and XCode.

Easy Code Navigation

Wing makes it easy to get around code with goto-definition, find uses, find symbol in project, editor symbol index, source browser, and powerful multi-file search.

Integrated Unit Testing

Wing supports test-driven development with unittest, doctest, nose, pytest, and Django testing frameworks. Failing tests are easy to fix with Wing's powerful debugger.

Remote Development

Wing's quick-to-configure remote development support lets you use all of Wing's features seamlessly and securely with Python code running on a remote host, VM, or container.

Customizable and Extensible

Wing offers hundreds of configuration options affecting editor emulation, UI layout, display themes, syntax coloring, and much more. New IDE features can be added by writing Python code that accesses Wing's scripting API.

3 4 X 1 1

And Much More

Wing supports project management and revision control with Git, Mercurial, Perforce, Bazaar, Subversion, and CVS. Other features include Pylint integration, executing OS command lines, and indentation style conversion. Wing runs on Windows, OS X, and Linux, and also supports remote development to Raspberry Pi and other ARM Linux devices.

下载地址

Python IDE Wingware Wing IDE Professional 6.1.3-1
直链下载:

温馨提示:此处内容已隐藏,请 登录 或 注册 后, 才能查看.


落尘之木:https://pan.luochenzhimu.com/disk/software/Wingware_Wing_IDE/Wingware_Wing_IDE_Professional_6/
百度网盘:https://pan.baidu.com/s/1Z4nx3XXaVZwbbUcTTIQ68g



broken image