../src/HunspellWrapper.h:62:56: error: ‘Accessor’ has not been declared
make: *** [SciTEGTK.o] Error 1
which points to:
virtual bool OnStyle(unsigned int p, int q, int r, Accessor *s);
Accessor.h was moved from ./scintilla/include/ to ./scintilla/lexlib/ and if I include it in makefile it doesn't solve the problem, so I stopped here.
Can someone help make working spell-checker under Linux by any project available?
Thanks
It works on selection (if there is any) or on whole document, ...
I'll post perhaps update, when I play enough with the script