Hello Linux Geeksters. As you may know, Codimension is an open source Python IDE, used by many python developers. For a list of features, see the project’s page.
The latest version available is Codimension 2.3.0, which has been released a while ago. For now, the changelog is not available, so we don’t know what improvements brings the new release.
In this article I will show you how to install Codimension 2.3.0 on Ubuntu 13.10 Saucy Salamander, Ubuntu 12.10 Quantal Quetzal, Linux Mint 16 Petra and Linux Mint 14 Nadia.
Because it is available via PPA, installing Codimension 2.3.0 on the listed Ubuntu and Linux Mint systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the codimension and codimension-parser packages. Like this:
$ sudo add-apt-repository ppa:isloginov/codimension
$ sudo apt-get update
$ sudo apt-get install codimension codimension-parser
This update includes both updated python parser and IDE. Here are the direct links to the changelog files. IDE: http://code.google.com/p/codimension/source/browse/trunk/src/ChangeLog
Python parser: http://code.google.com/p/codimension/source/browse/trunk/pythonparser/ChangeLog
These links are available from the project resource web page: http://satsky.spb.ru/codimension/downloadEng.php
The deb packages have been already build while rpm packages are on the way. When rpms are built and tested the project web page will be updated.