Changes between Version 30 and Version 31 of TEXT_AUTO_CHAIN_BEHAVIOUR_R1


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_AUTO_CHAIN_BEHAVIOUR_R1

    v30 v31  
    1818  * When a new frame is created by overflowing of other one then the new created frame's link should automatic becomes auto chain. 
    1919 * Deleting a text frame which is part of linked text frames deletes the frame and: 
    20   * 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 pages, having only none modified pages with empty text frames, these pages are deleted without loosing the links in the chain. 
     20  * 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. 
    2121  * 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. 
    2222  * 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.  
    2323 * 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. 
    2424 * Unlinking text frames 
    25   * 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 as if there are pages, having only none modified pages with empty text frames, these pages are deleted without loosing the links in the chain. 
     25  * 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 as if there are not modified pages, having only empty text frames, these pages are deleted without loosing the links in the chain. 
    2626  * 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. 
    2727  * 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.