24 | | * Implement unchaining of frames |
25 | | * User should be able to unchain chained frames by clicking a halo button. This halo buttons should have crossed arrow icon. |
26 | | * Unchaining frame separates the frame from the chain but don't destruct it. |
27 | | * 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. |
28 | | * 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. |
29 | | * 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. |
33 | | * The unchain halo should present when the frame is part of a chain and is not the last one in the chain. Otherwise chain halo should present. |
| 27 | * The unchain halo should present when the frame is part of a chain: |
| 28 | * If the text frame is a the first one in the chain it has one unchain halo at bottom right. |
| 29 | * If the text frame is a middle one it has two unchain halos: at bottom right and top left. |
| 30 | * If the text frame is the last one it has one unchain halo at top left but it also have chain halo at bottom right. |
| 31 | In this way selecting a frame a user can know if the frame is first, middle or last one. |
| 32 | * Implement unchaining of frames |
| 33 | * User should be able to unchain chained frames by clicking a halo button. This halo buttons should have crossed arrow icon. |
| 34 | * Unchaining frame separates the frame from the chain but doesn't destruct it. |
| 35 | * 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. |
| 36 | * 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. Notice that every middle text frame of a chain has two unchain halos. There is no matter what halo is used for unchaining. |
| 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. |