[PATCH] KDevelop 2.1.5 and code completion
Michal Kostrzewa
M.Kostrzewa at pentacomp.com.pl
Sun Apr 13 18:47:15 BST 2003
Hi list,
I did a patch to August's Hoerandl patch :) improving code completion in
kdevelop 2.1.5. His patch adds fixed set of libraries (QT, KDE and C++) to
the code completion engine, but
1) this set is fixed
2) on some systems location of the libraries are different
With my patch you just add the following section to your kdevproject (not
kdeveloprc) file
[Code completion]
libraries=ACE,bitsC++,extC++,C++
ACE=/usr/include/ace
C++=/usr/include/c++/3.2.2/
bitsC++=/usr/include/c++/3.2.2/bits
extC++=/usr/include/c++/3.2.2/ext
and this libraries will be included in code completion. You don't need to
select KDE and QT - they will be included if project uses QT/KDE libraries
Patch has to be applied on whole 2.1.5 sources
(kdevelop-2.1.5_for_KDE_3.1.tar.bz2).
To be honest, I must say that August did real work :) I just parametrized it.
best regards
MichaĆ Kostrzewa
-------------- next part --------------
A non-text attachment was scrubbed...
Name: completion.patch.gz
Type: application/x-gzip
Size: 6217 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20030413/65edeaa2/attachment.bin>
More information about the KDevelop
mailing list