Changes between Version 19 and Version 20 of TEXT_CHAINING_BEHAVIOUR_R1
- Timestamp:
- 09/23/09 15:33:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_CHAINING_BEHAVIOUR_R1
v19 v20 37 37 * 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. 38 38 * Deleting a text frame which is part of linked text frames deletes the frame and: 39 * 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 39 * 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. If all the pages are not modified and they have only empty frames the first page is not deleted. 40 40 * 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. 41 41 * 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. … … 94 94 95 95 = Implementation = 96 ^Describe and link the implementation results here (from the wiki or the repository). 96 Implemented according to the design, with the following notes: 97 * Setting chaining mode keys is not implemented. This will be left for the auto-chaining task. 98 * Choosing chaining mode from the HUD is not implemented. This will be left for the auto-chaining task. 99 * Labels are not added in the HUD for the previous/next frames in the chain. This will be left for the auto-chaining task. 100 * Unchaining a given frame breaks the chain at the specified position. The previous and the next frames are not linked. 101 * When a head frame is deleted, it is first unchained. No pages are deleted, even if they remain empty. 102 103 Known issues, visible to the end user: 104 * When two existing chains are connected, the text in the second one is lost and references to the head are not updated. 105 106 Changesets: [6556], [6605], [6620], [6629], [6630], [6631], [6660], [6666], [6668] 97 107 98 108 = Testing =