New features of Kate C++ Helper plugin
Changes since release 1.0.2:
-
Simple preprocessor directive auto completion has been added. If there is no ambiguity it will auto substitute an item. E.g. to type
#pragmait would be enough to press#andp. It is replacement for former#in“shortcut” to type#include…
-
Improved
#includecompletion with better support for local (project) files. Some other features (like Open Header/Implementation) was also improved to support local headers. -
Introduced an action to toggle
#includestyle – i.e. between<>and""form.
It is easy to transform a bunch of#includes using a shortcut (default Alt+#).
-
And as usual, also here is a bunch of refactorings to make a code better (thanks to C++14 ;-).
Attention
Since the version 1.0.3, it is required C++14 capable compiler to build this plugin – i.e. GCC >= 4.9 or Clang >= 3.5.
See Also
- Download latest release
- Git repository
- Project homepage w/ a miniHowTo
blog comments powered by Disqus