Description: Alternative (to the official "full functional") C++ syntax. I don't want to see a Qt stuff highlighted for ordinal (pure) C++ projects (biggest part of my daily work), it is why I've (re)started to maintain this files. The previous encarnation (version 2.0) of my C++11 highlighter nowadays is a part of kate, but named isocpp.xml and C++11/Qt4 named as cpp.xml.
The package contains install.sh script to simplify a system-wide or user based installation.
NOTE To avoid almost duplicate (and redundant) highlighting, it is recommended to remove the isocpp.xml shipped w/ kate. The cpp.xml will be overrided by this package!
Changes since the "official" 2.0 version are below...
Ready to use with C++17!Last changelog:
Version 6
- recognize IWYU pragmas - updates to GCC pre-defined macros up to 9.x version
It seems official version has started to move towards C++0x support! :) 'static_assert' is the only change since 1.47 (done in my 1.47.2), but to prevent override I have to issue 1.48.1 (w/ little changes :)
There is just couple of improvements since official 1.45:
*) removed keywords: except, finally and xalloc [done in my first post]
*) removed strings highlighting in "outscoped" context (i.e. inside #if 0/#endif blocks) [done in my 1.44.3 version]
so this "release" just version increment to prevent official 1.46 to override mine 1.45.1...
Ratings & Comments
4 Comments
It seems official version has started to move towards C++0x support! :) 'static_assert' is the only change since 1.47 (done in my 1.47.2), but to prevent override I have to issue 1.48.1 (w/ little changes :)
There is just couple of improvements since official 1.45: *) removed keywords: except, finally and xalloc [done in my first post] *) removed strings highlighting in "outscoped" context (i.e. inside #if 0/#endif blocks) [done in my 1.44.3 version] so this "release" just version increment to prevent official 1.46 to override mine 1.45.1...
s/1.44.3/1.43.2/
As far a I saw (using diff) recently released 1.44 version do not introduce anything new 'cept 'formatting' changes...