wing ide 3.0.2
wing ide 3.0.2
This software also supports the following language version:English, German.
Editor Features
Syntax highlighting
Visual Studio style key bindings
VI/Vim key bindings
Emacs key bindings
Brief key bindings
Block indentation
Indentation guides
Adapts to file indent style
Adapts to file EOL style
Block commenting
Rectangular and line selection
Brace matching
Visible white space
Detect and load external changes
Editor splits & tabs
Configurable tab key
Print file or selection
Named bookmarks
Keyboard and command macros
Code folding
Code Intelligence Features
Goto-definition
Source index menus
Auto-indent
Code-aware line wrapping
Error indicators
Auto-completion for Python and extension modules
Enhanced auto-completion for wxPython, PyGTK, and PyQt
Indentation translator
Class browser
Module browser
Current file browser
Call tips & documentation (Source Assistant)
Search Features
Basic search
Toolbar quick search
Search in Selection
Keyboard-driven mini-search
......
This software also supports the following language version:English, German.
Editor Features
Syntax highlighting
Visual Studio style key bindings
VI/Vim key bindings
Emacs key bindings
Brief key bindings
Block indentation
Indentation guides
Adapts to file indent style
Adapts to file EOL style
Block commenting
Rectangular and line selection
Brace matching
Visible white space
Detect and load external changes
Editor splits & tabs
Configurable tab key
Print file or selection
Named bookmarks
Keyboard and command macros
Code folding
Code Intelligence Features
Goto-definition
Source index menus
Auto-indent
Code-aware line wrapping
Error indicators
Auto-completion for Python and extension modules
Enhanced auto-completion for wxPython, PyGTK, and PyQt
Indentation translator
Class browser
Module browser
Current file browser
Call tips & documentation (Source Assistant)
Search Features
Basic search
Toolbar quick search
Search in Selection
Keyboard-driven mini-search
......
Wing IDE Personal is 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 dont require the full feature set of Wing IDE Professional.
Wing understands your Python code and puts context appropriate-knowledge at your fingertips, whether youre typing in the editor, working in the source browser, managing your project, or debugging your application. The code intelligence tools provided by Wing are:
Here are some key features of "Wing IDE Personal":
Auto-completer: Reduces typing burden and typing mistakes. The completion options are always context-appropriate.
Error indicators: Flag bad code as you type.
Goto-definition: Jump directly to point of definition.
Navigation menus: Layered menus in each editor provide a handy index into your code.
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. In addition to basic breakpoint, flow control support, and stack data display, the Wing IDE Professional debugger provides the following power tools to reduce debugging time:
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.
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, emacs style keyboard driven interactive search, and using one or more instances of the Search Manager. 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.
Multi-file Replace: Replace search matches across multiple files.
Wings editor is more than basic. In addition to the code intelligence features outlined above, it provides:
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.
Syntax Highlighting: Easy on your eyes, for over 50 different programming languages and file types
Split Views: Divide editors horizontally, vertically, or any combination thereof. Multiple editable views can be opened into the same file.
Notebook or Menu Selector: Select among open files within an editor using notebook tabs or a popup menu for easier navigation of larger file sets.
Brace Matching: Automatic as you type, or select blocks within braces on command.
Block Indentation: Select and indent, dedent, or indent-to-match whole blocks of code. This speeds refactoring, where code is being moved around.
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 Wings 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.
Unlimited Undo: Undo works as far back as necessary to the point where a file was opened.
Line Numbering: Show optional line numbers.
Evaluate File or Selection Select lines or evaluate a whole file quickly in the integrated Python Shell tool.
Wing is designed to look and work the way you want it to. You can alter:
Windowing Mode: Change between single window and multi-window modes.
Display Theme: 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. Or, on Windows, let Wing adapt to your native look and feel. Font, size, and color options can also be altered on the editor and other areas.
Tool Areas: Add or remove splits in the tool areas, add or remove instances of tools such as Stack Data or Search/Replace, or move tools around among areas or out to separate windows.
Toolbar: Change the icon and text size and configuration.
Key Bindings: Change between default and emacs key bindings, or alter individual bindings.
Limitations:
10 days trial
Wing IDE Professional is a powerful integrated development environment (IDE) for the Python programming language Wing IDE and Python focus on boosting productivity and code quality, especially in complex projects with changing requirements.
Wing understands your Python code and puts context appropriate-knowledge at your fingertips, whether youre typing in the editor, working in the source browser, managing your project, or debugging your application. The code intelligence tools provided by Wing are:
Here are some key features of "Wing IDE Professional":
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. Wings 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 youre 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. Multiple editable views can be opened into the same file.
Notebook or Menu Selector: Select among open files within an editor using notebook tabs or a popup menu for easier navigation of larger file sets.
Structural Code Folding: Hide sections of code by structure, for example fold up everything but top-level classes and their methods as a way to see an overview of the file contents.
Brace Matching: Automatic as you type, or select blocks within braces on command.
Block Indentation: Select and indent, dedent, or indent-to-match whole blocks of code. This speeds refactoring, where code is being moved around.
Block Commenting: Comment out or back in blocks of code with a single key stroke.
Named Bookmarks: Set bookmarks in your code. In Python files, the marks are symbolic and track changes in the file.
Line and Rectangle Selection: Select and operate on ranges of text by character, whole lines, or rectangles.
Keyboard Macros: Record and play back sequences of key strokes and commands. Especially helpful in repetitive reformatting of code.
Intelligent Rewrapping: Rewrap long lines of code, but only within appropriate logical lines as determined by Wings source analyser.
Visible White Space: Optionally, show spacing and/or line endings as visible characters.
Unlimited Undo: Undo works as far back as necessary to the point where a file was opened.
Line Numbering: Show optional line numbers.
Evaluate File or Selection: Select lines or evaluate a whole file quickly in the integrated Python Shell tool.
Windowing Mode: Change between single window and multi-window modes.
Display Theme: Change the overall look and feel of the user interface on the fly by selecting among 28 themes including black background, high contrast, low contrast and large print options. Or, on Windows, let Wing adapt to your native look and feel. Font, size, and color options can also be altered on the editor and other areas.
Tool Areas: Add or remove splits in the tool areas, add or remove instances of tools such as Stack Data or Search/Replace, or move tools around among areas or out to separate windows.
Toolbar: Change the icon and text size and configuration.
Key Bindings: Change between default and emacs key bindings, or alter individual bindings.
Limitations:
10 days trial
Try to stop the alien ships from taking over the world in an epic journey through space. Use the power of the Gun Wing to defeat the enemies and bring peace to the land once more.
Plow through 50 waves of enemies, and 2 game types inthis ultimate shooting quest for glory.
Komodo IDE 4 is a powerful, multi-platform, multi-language IDE for end-to-end development of dynamic web applications. Komodo IDE makes creating robust web apps fast and easy, with a rich feature set for client-side Ajax technologies such as CSS, HTML, JavaScript and XML, coupled with advanced support for dynamic languages such as Perl, PHP, Python, Ruby and Tcl.
Award-winning features include comprehensive editing and debugging, plus intelligent tools for regular expressions, team development, customization and unparalleled extensibility. The result is a powerful coding environment for framework stacks like Ruby on Rails and CakePHP and client libraries such as the Yahoo! UI Library and Dojo. A single license covers you across Windows, Mac OS X and Linux.
Requirements: Linux Debian Stable/Ubuntu 5.04+, Red Hat Enterprise Linux 4+, Fedora Core 4, Suse/Novell: Suse 9.0+
Whats new in this version: Unit Test integration, Find/Replace system improvements, Replace in Files, Find in Project, Multi-line Find/Replace, Asynchronous SCC operations, Abbreviations, Improved PHP autocomplete, Perl 5.10 support, Tcl 8.5 support
Komodo IDE 4 is a powerful, multi-platform, multi-language IDE for end-to-end development of dynamic web applications. Komodo IDE makes creating robust web apps fast and easy, with a rich feature set for client-side Ajax technologies such as CSS, HTML, JavaScript and XML, coupled with advanced support for dynamic languages such as Perl, PHP, Python, Ruby and Tcl.
Award-winning features include comprehensive editing and debugging, plus intelligent tools for regular expressions, team development, customization and unparalleled extensibility. The result is a powerful coding environment for framework stacks like Ruby on Rails and CakePHP and client libraries such as the Yahoo! UI Library and Dojo. A single license covers you across Windows, Mac OS X and Linux.
Requirements: Linux Debian Stable/Ubuntu 5.04+, Red Hat Enterprise Linux 4+, Fedora Core 4, Suse/Novell: Suse 9.0+
Whats new in this version: Unit Test integration, Find/Replace system improvements, Replace in Files, Find in Project, Multi-line Find/Replace, Asynchronous SCC operations, Abbreviations, Improved PHP autocomplete, Perl 5.10 support, Tcl 8.5 support
X-Wing Alliance demo offers you a thrilling game in which you have to defy the strong-arm tactics of a rival family who will stop at nothing to destroy your trading company. A neutral family fights for its business--and its survival--and is swept up in the struggle against the encroaching Empire. You must defy the strong-arm tactics of a rival family who will stop at nothing to destroy your trading company.
Ultimately, you will join the Rebel Alliance for a series of covert assignments and uncover information about the Empire s second Death Star project. The finale? You'll find yourself at the controls of the legendary Millennium Falcon, flying against the massive Imperial fleet in the Battle of Endor. X-Wing Alliance puts you right in the middle of the epic Star Wars conflict--and takes space combat excitement to new heights.
You have recently been sentenced to run the Guantlet - You must do what has never been done before, win. Your life depends on it.
Arch Wing is a fast paced, full blown action shooter in which reaction and skill are of paramount importance. You must pilot your way through an asteroid filled, enemy plagued worm hole at super high velocity whilst blasting your foe into oblivion. Arch Wing boasts a high quality DirectX 3D engine, combining advanced visual effects to create stunning astral scenery.
X-Wing Alliance Patch 2.02 is the update of the version 2.02 of X-Wing Alliance. In addition to some minor mission updates, the X-Wing Alliance Patch version 2.02 includes further enhancements to 3D sound support and is compatible with all foreign language versions. Aureal A3D Interactive Sound support provides hardware-accelerated 3D positional audio. To enable this support, go to the Sound Options menu and select 'On'. If you have an Aureal-supported sound card, it will default to A3D support. LucasArts had made adjustments to their sound system to create a more fulfilling experience for users with Direct Sound 3D supported sound cards.
Wing Commander: Prophecy demo brings you a wonderful game in which you have to stop an invading alien race. It continues the story of an epic battle in space between confederate and alien races. You're Lt. Lance Casey, a recent graduate of the military academy and member of the combat team that's the last hope of the galaxy. Your mission is to secure the star system you're in, protecting transports and their vital cargo, and stop an enemy carrier that's trying to wreak havoc. The playable levels are exclusive to the demo version, and the game has native 3Dfx support, as well as support for Direct3D through a variety of graphics accelerators.
"Dragon-Fly" is a free Animated Desktop Wallpaper by EleFun Multimedia. Do you enjoy your desktop having beautiful wallpaper? Just have a look at the Animated Desktop Wallpaper "Dragon-Fly". Have you ever watched a dragonfly for a long time? Make haste to have a look at the dragonfly sitting here on the stone near the creek. Slowly rocking its wings, the dragonfly looks at the water flowing nearby. Install Animated Desktop Wallpaper "Dragon-Fly" on your computer and enjoy watching dragonfly as long as you wish. All the more, this Animated Desktop Wallpaper is free and doesn?t require order placement.
Requirements: Pentium II, 128 RAM, Windows XP / 2000 / 98
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com