New debian packages and many bug fixed
New:
- Debian packages build scripts (cmake scripts):
$ cd /path/to/source && mkdir build && cd build
$ cmake -DCPACK_GENRATOR=DEB ..
$ make package
- Packages are available in the following PPA:
$ sudo apt-add-repository ppa:pyqode/stable
$ sudo apt-get update
$ sudo apt-get install python-pyqode.core python3-pyqode.core
Bug fixed:
- Better detection of plugins installed through ppa
- Fix for DistributionNotFound, in case of messed up site-packages