PyCharm 4.5 EAP build 141.988 发布,此版本修复了以下 Bug:
Incorrect documentation for Element#classList methods
Element style doesn't have required attribute scoped
cannot parse Grunt tasks
\unnnn notation doesn't work in quick docs
Strange behavior "Go to file" dialog when I paste file name with leading Tab
Error in show_in_pager when using help in python console
Debugger: do not stop on exceptions thrown inside pydev-debugger with on raise setting set
同时此版本还新增加了一些功能,详细信息请查看发行页面。
此版本现已提供下载。
PyCharm是由JetBrains打造的一款Python IDE。我们知道,VS2010的重构插件Resharper就是出自JetBrains之手。那么,PyCharm有什么吸引人的特点呢?
首先,PyCharm用于一般IDE具备的功能,比如, 调试、语法高亮、Project管理、代码跳转、智能提示、自动完成、单元测试、版本控制……
另外,PyCharm还提供了一些很好的功能用于Django开发,同时支持Google App Engine,更酷的是,PyCharm支持IronPython!
软件详情:https://confluence.jetbrains.com/display/PYH/PyCharm+141.988+Release+Notes
下载地址:http://confluence.jetbrains.com/display/PYH/JetBrains+PyCharm+Preview+%28EAP%29
来自:开源中国社区

