Changes between Version 3 and Version 4 of TEXT_CHAINING_BEHAVIOUR_R1


Ignore:
Timestamp:
09/15/09 11:34:23 (16 years ago)
Author:
milen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_CHAINING_BEHAVIOUR_R1

    v3 v4  
    2424          *(optional) In Sophie 1 halos for the start and end points are present. See Implementation idea 
    2525          *(optional) Frame connections should be visible by clicking a menu item or a checkbox in the book bottom panel  
     26    * Implement unchaining of frames 
     27          * User should be able to unchain chained frames by clicking a halo button. This halo buttons should have crossed arrow icon. 
     28          * Unchaining frame separates the frame from the chain but don't destruct it. 
     29           * If the unlinked text frame is the first one in the chain, then all the text in the chain is saved in this frame. The links between the other text frames in the chain are saved as if there are not modified pages, having only empty text frames, these pages are deleted without loosing the links in the chain. 
     30           * If the unlinked text frame is a middle one in the chain, then the text frame is divided from the chain as the text frame before it is linked to the text frame after it and the links between the other text frames in the chain and the text are preserved. 
     31           * If the text frame is the last one then it is divided from the chain without destroying the chain before it and the text in the chain is saved.   
     32    * Deleting a text frame which is part of linked text frames deletes the frame and: 
     33          * If the frame is the first one in the chain, then the frame and all the text in the chain is deleted but the text is saved in Resources . The links between the others are saved as if there are not modified pages, having only empty text frames, these pages are deleted without loosing the links in the chain. 
     34          * If the frame is a middle frame in the chain, then in case of no destructing the links between the frames before and after the deleted frame link them, save the links between the other frames in the new created chain and save the text. 
     35          * If the frame is the last one then the frame is deleted without destroying the chain before it and the text in the chain is saved.  
     36    * Deleting a page that contains linked text frames with other pages' frames should act in the same way as deleting a frame but including all the linked frames in the page.  
    2637 
    2738== Task result ==