Jirka Kosek wrote: > Hussein Shafie wrote: > >> * (Not yet released) V3.2 has a more powerful table editor which allows >> to insert, delete, copy, cut, paste, rows and columns and which allows >> to increment and decrement the column span and the row span of a cell >> (AKA merge and split). > > Cooool! Do you have rough estimate of release date for V3.2?
Before the end of this month. > Will be cell split/merge supported also on CALS table model? (I'm asking > because there is no colspan in CALS, you must define column names and > reference them in namest and nameend attributes on cell which is more > complicated then simply incrementing colspan value.) > The new table editor is fully functionnal in all the document types we support[*]. In the case of CALS tables, incrementing the column span (i.e. the *logical* operation of making a cell occupy one extra location on the grid) may cause the table editor to automatically define new colspecs. Yes, the new table editor, when specialized for CALS, fully understands and properly copes with colspecs, spanspecs, namest, nameend, spanname, colname, colnum, etc. --- [*] It can also be used for any custom table model vaguely ressembling HTML's by specifying a very simple -- no programming -- parametrization.

