Python集成开发环境Codimension 2.1.1发布


Codimension 2.1.1 发布,Codimension 是一个Python集成开发环境,提供了包括代码编辑和基于图表的代码分析功能。

Codimension —— Python 集成开发环境

Codimension 2.1.1 完整的改进记录包括:

Fix: completion did not offer anything for relative imports. Issue #402.

Better calltips for PyQt objects.

About dialog added.

Ctrl+Shift+F1 added for the current call help.

Better handling of the outline window redrawing - no redraw if syntax is broken.

Better jumps from the outline window. Last good and the current parsed info are taken into account.

Better undo of the automatically trimmed empty opened lines.

Search indicators are now configurable (per skin).

Make Ctrl+PgUp going to the previous tab while Ctrl+PgDwn to the next one.

New feature: ui configurable monospaced font.

Fix: opening another user (read only) project now works.

New feature: plugin interface.

New feature: garbage collector plugin.

Bug fix: pyflakes analysis crashed if there was an invalid escape character or null characters in the buffer (Issue #399)

Bug fix: pylint fails to run on files in projects which have no import dirs.

Updating pyflakes to 0.7.3

Codimension 的下载地址:请点这里

相关内容

    暂无相关文章

评论关闭