Changes between Version 5 and Version 6 of TEXT_CHAINING_BEHAVIOUR_R0
- Timestamp:
- 05/27/09 10:27:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_CHAINING_BEHAVIOUR_R0
v5 v6 8 8 * Text frames should allow chaining between them. That means that when text overflows from one text frame it goes to another if they are linked. Also there should be overflow indicator. 9 9 * There should be opportunity for the user to have multiple flows from different text frames. 10 * The user should be able to point w itch text frame is linked with current flow and witch is not.10 * The user should be able to point which text frame is linked with current flow and witch is not. 11 11 * There should be automatic linking when flow text frame is used. See more at [wiki:TEXT_AUTO_CHAIN_BEHAVIOUR_R0] 12 12 * If they are 3 linked flow text frames user should have the opportunity to easily reorder them. 13 13 14 14 == Task requirements == 15 * Create a prototype of text chaining behavior. Allow two or more text frames to be linked. 16 * Provide easy way for development of related tasks. 15 * Implement chaining prototype 16 * Allow linking frames. One frame should allow connecting to it's beginning and end. This means that the beginning point can only be connected with other frame's end point. 17 * When the place in unsufficient for the text content, the rest of the content should be put in the next chained frame. This is related to text layout. 18 * If all of the chained frames cannot display the content, the content is cut and a notification is displayed somehow. 19 * Implement GUI for chained frames 20 * This requirement is optional due to time boxing 21 * In Sophie 1 halos for the start and end points are present. See Implementation idea 22 * Frame connections should be visible by clicking a menu item or a checkbox in the book bottom panel 17 23 18 24 == Task result ==