Wing IDE 5.0.4 发布,此版本更新内容如下:
支持 Python 3.4 最终版本;
renders PEP 287 docstrings and displays return value types in the Source Assistant
adds an optional New Project dialog
improves the integrated documentation display
improves PDF formatted documentation
支持当前的 Git 版本
fixes the environment used with named entry points and launch configurations
fixes Debug Probe for Django templates
fixes inline renaming of files in the Project tool
各种优化
修复了其他约 40 个bug
WingIDE是个相当优秀的 IDE;其编辑器包括大量语言的语法标签高亮显示,虽然它只是个面向 Python 的工具。源代码浏览器对浏览项目或模块非常实用(表现在可导航源代码和文档行摘要中)。虽然没有监视器,但调试器设计得很好。编辑器有优秀的命令自动完成和函数跳转列表,但是没有代码合并。面向项目风格的 IDE 对于大型产品非常有用(在这方面,除了 Komodo 以外,它是大多免费 IDE 中较好的)。总体的界面就像增强的 Idle,使用了与许多 TK 和 XWindow 界面类似的“多窗口”排列方式。我喜欢使用对接和嵌入(这方面,并不是过多使用 MS Visual Studio 造成的),但不同的开发人员可能喜欢不同风格的窗体。WingIDE 是个很有前途的开发环境。
项目主页:http://wingware.com/
下载地址:http://wingware.com/wingide/trial
来自:开源中国社区

