Download/Resources/Docs
Download
The latest Codimension IDE version is 1.4, the latest python parser version is 1.3
Changelog for Codimension IDE v.1.4 (full changelog)
- Bug fix: proper search result window notifications that a buffer has changed.
- Improvement: no unnecessary scrolling of a buffer if a line to which jump is
requested is visible on the screen.
- New feature: Ctrl+] searches for occurrences of a current word.
- New feature: Ctrl+F3 starts search of a current word without bringing up the
find dialog.
- Ctrl+F/Ctrl+R keep the 'match case' and 'whole word' flags as they were
before.
- Bug fix: copy/paste buffer content was overwritten when the user selected an
item in a completion list. Issue #310.
- Bug fix: exception while creating a new project.
- New feature: run a script in a separate terminal. The running parameters are
cached and stored. The stored parameters are used to run the same script
later.
- Bug fix: update tabs history properly when jumping within the same file.
- New feature: goto definition (Ctrl+backslash)
- New feature: docstring for a buffer tag when Ctrl+F1 is pressed.
- Bug fix: no more cursor jumping to another line if the feature of stripping
trailing spaces on save is switched on and a line has trailing spaces and the
cursor is at the end of the line.
- Strip ability to have many non-nested dirs in a project.
- New feature: project specific paths to resolve imports.
- New feature: code completion (TAB, Ctrl+Space).
- Dependency from the rope library is introduced.
Changelog for python parser v.1.3 (full changelog)
- Line number and position number are collected separately for:
- the 'def' keyword and a function name
- the 'class' keyword and a class name
Packages for downloading
In order to have codimension installed basically two packages are required: 'codimension-parser' and 'codimension'.
Please see the FAQ/HowTo section for the detailed instructions of how to install codimension.
Other resources
Documentation
Verbatim copying and distribution of this entire article is permitted in any medium,
provided this notice is preserved.
Разрешается копирование и распространение этой статьи любым способом без внесения изменений,
при условии, что это разрешение сохраняется.