
kdev-python
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
kdev-python is the Python language support plugin for the KDevelop Integrated Development Environment. It features:
* Code completion
* Syntax highlighting
* Navigation features: Tooltips, Quickopen, Class Browser, ...
* Basic Python Debugger (pdb) support
* ... and much more!
For more information and development progress, please visit my blog at http://scummos.blogspot.de/search/label/kdev-python.
8 years ago
v1.4.1: First public stable release. Supports kdevplatform 1.4 and Python 2.7.
8 years ago
v1.4.1: First public stable release. Supports kdevplatform 1.4 and Python 2.7.
nbensa
8 years ago
Thanks!
Report
scummos
8 years ago
Report
nbensa
8 years ago
and so I've compiled it. I followed the instructions in the INSTALL file, i.e.:
mkdir build
cd build
cmake ..
make parser
make install
('sudo make install' actually)
It's installed in /usr/local, and that's ok with me. I don't want to mess with /usr
The problem now is KDevelop doesn't find kdev-python. Is there any aditional configuration needed in KDevelop to _also_ load plugins from /usr/local... ?
BIG THANKS!!
Report
scummos
8 years ago
Report
nbensa
8 years ago
Thank you!
Report
nbensa
8 years ago
Thanks for your answer!
Report