About Table header
joe joe <[email protected]> Wed, 17 Apr 2013 11:19:48 +0800
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <CAKBgNKrQ-d9zVefVkoS4q5Ci3+djpNTQU6J3dUrgC89s9CYViw@mail.gmail.com> |
Hi,
About the Table improvement idea, It said that '"biWord's table
support currently lacks the ability to make a selected row repeat at
the top of every page the table is broken over. This useful for big
tables with a heading above each column. Repeated rows allow the
headings to be visible at the top of every page. This project would
implement that."
I found that the feature should be implemented on:
abiword\src\wp\ap\xp\ap_EditMethods.cpp(16325):
Defun0(repeatThisRow)
{
CHECK_FRAME;
// ABIWORD_VIEW;
return true;
}
Currently it is empty. Someone mentioned that some of the feature is
implemented on branch gsoc2010tableimprov
http://www.abisource.com/viewvc/abiword/branches/gsoc2010tableimprov/src/wp/ap/xp/ap_EditMethods.cpp?view=markup
But it is also empty on Defun0(repeatThisRow).
I think no one cover this feature, right?
Joe