Python IDE 開發工具 Wing IDE 4.1.8 發布

jopen 12年前發布 | 14K 次閱讀 Python

WingIDE是個相當優秀 的 IDE;其編輯器包括大量語言的語法標簽高亮顯示,雖然它只是個面向 Python 的工具。源代碼瀏覽器對瀏覽項目或模塊非常實用(表現在可導航源代碼和文檔行摘要中)。雖然沒有監視器,但調試器設計得很好。編輯器有優秀的命令自動完成 和函數跳轉列表,但是沒有代碼合并。面向項目風格的 IDE 對于大型產品非常有用(在這方面,除了 Komodo 以外,它是大多免費 IDE 中較好的)。總體的界面就像增強的 Idle,使用了與許多 TK 和 XWindow 界面類似的“多窗口”排列方式。我喜歡使用對接和嵌入(這方面,并不是過多使用 MS Visual Studio 造成的),但不同的開發人員可能喜歡不同風格的窗體。WingIDE 是個很有前途的開發環境。

Code Intelligence

Code Intelligence

Auto-completion, call tips, error indicators, goto-definition, find uses, source browser, code indices, and symbol lookup.
</td>
</tr> </tbody> </table> </td>
  • Powerful Editor

    Powerful Editor

    VI, emacs, and other key bindings, refactoring, live snippets, bookmarks, powerful search tools, and much more.
    </tr> </tbody> </table> </td> </tr>
    Unit Testing

    Unit Testing

    Integrated test execution and debugging with the unittest, doctest, and nose frameworks.
    </tbody> </table> </td>
  • Graphical Debugger

    Graphical Debugger

    Set breakpoints, step, view data, and interact in shell. Launch from the IDE or debug remotely. Also debugs Django templates.
    </tr> </tbody> </table> </td>
    Version Control

    Version Control

    Project management with Subversion, Mercurial, Bazaar, Git, CVS, and Perforce. Includes a graphical diff/merge tool.
    </tr> </tbody> </table> </td> </tr>
    </tbody> </table>

    Python IDE 開發工具 Wing IDE 4.1.8 發布

    Wing IDE 4.1.8 發布,該版本改進記錄:

    • adds How-Tos for The Foundry's NUKE/NUKEX and IDA Python,
    • tracks file operations in the Project tool at the revision control level,
    • accepts glob-style wildcards for Filter in Search in Files,
    • supports analysis of extension modules within zip archives,
    • improves auto-editing and auto-completion,
    • fixes some vi mode bugs,
    • reduces memory consumed by the Perforce integration,
    • adds about 35 other bugfixes and minor improvements.

     本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
     轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
     本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!
    Cross-platform

    Cross-platform

    Wing IDE runs on Windows, Linux, and OS X and works with CPython versions 2.x and 3.x and Stackless Python.