this problem https://github.com/geany/geany/issues/1231#issuecomment-247300895 now resolved
by the way, why geany is not recognize following class declaration?
``` class LineVector {
Partitioning starts; PerLine *perLine;
public:
LineVector(); ~LineVector(); void Init(); ... } ``` LineVector - is not added as keyword.