The error handling mechanism leaves much to be desired. It should be possible access these errors from the application, and they should be a bit more functional.
CVS commit by staikos: Added a parse error handler. Needs error case text in the parser to be even somewhat meaningful I think, but no more spewing to the console, and KstDebug gets populated appropriately. FEATURE: 93802 A kst/eparse-eh.cpp 1.1 [GPL (v2+)] A kst/eparse-eh.h 1.1 [GPL (v2+)] M +1 -0 kst/Makefile.am 1.163 M +857 -649 kst/eparse.c 1.11 M +31 -22 kst/eparse.h 1.8 M +3 -5 kst/eparse.y 1.11 M +15 -4 kst/ksteqdialog_i.cpp 1.69 M +8 -1 kst/kstequation.cpp 1.13 M +5 -1 tests/testeqparser.cpp 1.16
Change version to 1.x