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.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1231#issuecomment-247447714