
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
This plugin is intended to simplify the hard life of C/C++ programmers who use Kate to write code.
It has C++ code completion (clang based), #include files completion, smarter replacement for standard Open Header plugin, source code index/search facility, and few other neat features (check README for details).
Check homepage for more screenshots :)
Please, report any problems to issue tracker at GitHub!
4 years ago
Version 1.0.4
* action to toggle `#include ` into `#include ""` and vise versa
* improve _Open header/implementation_ action
* improve support for local `#includes` (i.e. withing quotes)
* and as usual some code refactorings
---
FOR SOME REASON I CAN'T LEAVE ANY COMMENT HERE USING MY ACCOUNT... IT JUST DOESN'T WORK FOR ME! SO PLEASE, START A NEW ISSUE AT GITHUB ISSUE TRAKER PAGE IN CASE OF PROBLEMS: https://github.com/zaufi/kate-cpp-helper-plugin/issues
---
4 years ago
Version 1.0.4
* action to toggle `#include ` into `#include ""` and vise versa
* improve _Open header/implementation_ action
* improve support for local `#includes` (i.e. withing quotes)
* and as usual some code refactorings
---
FOR SOME REASON I CAN'T LEAVE ANY COMMENT HERE USING MY ACCOUNT... IT JUST DOESN'T WORK FOR ME! SO PLEASE, START A NEW ISSUE AT GITHUB ISSUE TRAKER PAGE IN CASE OF PROBLEMS: https://github.com/zaufi/kate-cpp-helper-plugin/issues
---
l12436
6 years ago
i build in ubuntu 13.04 kde 4.11.1:)
and i have build the deb with checkinstall.
Report
mrbit
6 years ago
[ 66%] Building CXX object src/CMakeFiles/katecpphelperplugin.dir/clang_utils.o
[ 72%] Building CXX object src/CMakeFiles/katecpphelperplugin.dir/clang_code_completion_item.o
/home/mrbit/aur3/kateinclude-helper-plugin/src/KateCppHelperPlugin-0.8.6/src/translation_unit.cpp: In function ‘void kate::{anonymous}::debugShowCompletionResult(unsigned int, unsigned int, CXCompletionString, CXCursorKind)’:
/home/mrbit/aur3/kateinclude-helper-plugin/src/KateCppHelperPlugin-0.8.6/src/translation_unit.cpp:77:64: error: ‘clang_getCompletionBriefComment’ was not declared in this scope
make[2]: *** [src/CMakeFiles/katecpphelperplugin.dir/translation_unit.o] Errore 1
make[2]: *** Attesa dei processi non terminati....
make[1]: *** [src/CMakeFiles/katecpphelperplugin.dir/all] Errore 2
make: *** [all] Errore 2
Report
zaufi
6 years ago
error has been fixed, tarball reloaded.
Report
mrbit
6 years ago
Merry Christmas.
Report