Re: About Table header
Simon Larochelle <[email protected]> Thu, 16 May 2013 09:38:34 -0400
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <CAF8-HjGjztXbY5Xbf++jrHhdGSZm4sgZ2C-pJBYr7NDQfbEgtg@mail.gmail.com> |
Hi Joe, The gsoc2010tableimprov branch is mostly about implementing a general selection mechanism for cells inside a table. Kousik code is in the branch gsoc2012table_headers. Note that merging Kousik branch with the current trunk may not be easy because I made extensive changes to the table code during the last year. I can give you a few pointers on what you will need to modify if you are selected for GSOC. Simon On Thu, May 16, 2013 at 2:24 AM, joe joe <[email protected]> wrote: > > HI Kousik, > > I am trying to merge the code of Branch gsoc2010tableimprov: > http://www.abisource.com/viewvc/abiword/branches/gsoc2010tableimprov/ > > I know that the frontend works and some of the backend works are still > left. Can you give me a simple introduction about what you have done > on the branch. > > I saw some words on Abiword GSOC 2013 idea list TWIKI page, but I want > to get more information before merge. thanks > That will be great help for me to dig into the code > > > > Thanks, > Joe > > On Fri, Apr 19, 2013 at 11:04 PM, Kousik Kumar <[email protected]> wrote: >> This is actually the function, from where the call to the backend should be >> made. ap_EditMethods.cpp dispatches the UI calls. Nope, it is not yet >> implemented. But in order to test the 2012 branch, you can modify the abw >> file(specifically the table tag). >> >> >> >> >> On Wed, Apr 17, 2013 at 8:49 AM, joe joe <[email protected]> wrote: >>> >>> >>> 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 >> >>