[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Wed Mar 2 01:36:42 CET 2005
CVS commit by staikos:
This flattens equations to text, but there are two problems:
1) whitespace is lost (minor)
2) parentheses are lost (major)
Solutions seem to be:
i) make a tree walker instead and have it know about order of operations,
inserting parentheses where needed (painful)
ii) store parentheses flag in each node (somewhat heavy)
M +127 -0 enodes.cpp 1.37
M +31 -21 enodes.h 1.24
More information about the Kst
mailing list