Changes between Version 1 and Version 2 of ITERATION_10/Release/UserDocumentation/05_WorkingWithText
- Timestamp:
- 07/17/09 22:18:04 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ITERATION_10/Release/UserDocumentation/05_WorkingWithText
v1 v2 4 4 5 5 This section of the documentation explains how text works in Sophie books. In this release of Sophie, text editing is limited; in future releases, more functionality will be added. The way text works now is not necessarily the way it will work in the future. 6 7 == Inserting text frames & editing text == 6 8 7 9 For now, a text frame is added to a Sophie page by using '''Insert > Text'''. This will insert a new 280 x 210 pixel text frame. … … 15 17 If you click on this, you can open the '''text HUD''', which looks like this: 16 18 17 [[Image(source:/branches/private/danvisel/sophie2-platform/doc/userdoc-images/RELEASE_ 9/TextHUD.png)]]19 [[Image(source:/branches/private/danvisel/sophie2-platform/doc/userdoc-images/RELEASE_10/TextHud.png)]] 18 20 19 The text HUD lets you change the font, size, and whether the type is bold, italic, underlined, or struck through . For now, this applies to all text in a frame.21 The text HUD lets you change the font, size, and whether the type is bold, italic, underlined, or struck through, as well as the color for the text and the background color for the text. For now, this applies to all text in a frame. 20 22 21 Current text behavior is somewhat odd: there's no cursor, and the text insertion point is always at the end of text. You can use BACKSPACE to delete text. This will change in future iterations of Sophie. 23 Current text behavior is somewhat odd: the cursor may not always appear. You can use BACKSPACE to delete text; you should be able to use the arrow keys to move around in text. Text handling will improve in future iterations of Sophie. 24 25 == Copying & pasting text == 22 26 23 27 Cutting, copying, and pasting is currently implemented in a provisional way: if you have the cursor inserted in a text frame and press '''control-c''', the entire text of the frame will be copied. ('''Control-x''' will cut the entire copy of the frame.) Pressing '''control-v''' will paste whatever's on the clipboard into the current frame; however, this may not always work for text copied from outside of Sophie. 28 29 == Chaining text frames == 30 31 Text frames also have a '''chain halo''' at the bottom right corner of the frame. Clicking on it opens the '''chain HUD''', which looks like this. 32 33 [[Image(source:/branches/private/danvisel/sophie2-platform/doc/userdoc-images/RELEASE_10/ChainHud.png)]] 34 35 The drop-down menu will allow you to select any frame on the page; when a frame is chained to another frame, text flows from the first frame to the second frame when there's no more room in the first frame. (In coming releases of Sophie, you'll be able to chain text frames that are on different pages; for now, this functionality is limited to frames on the same page.) When a frame is chained to another frame, the chain halo turns into the '''unchain halo''': 36 37 [[Image(source:/branches/private/danvisel/sophie2-platform/doc/userdoc-images/RELEASE_10/UnchainHalo.png)]] 38 39 When this halo is clicked, the frame is unchained from the frame it was chained to; the chain HUD can be used to select another frame to chain. 40