Changes between Version 13 and Version 14 of TEXT_STABLE_SELECTION_R0
- Timestamp:
- 06/09/09 19:07:34 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_STABLE_SELECTION_R0
v13 v14 44 44 45 45 = Design = 46 47 Notes: The scope of the task is reduced to selection only with the keyboard. The task requirements 2, 3 and 4 are not implemented. 46 48 Text selection is something that is related to the text frame, so two new properties will be added in org.sophie2.base.scene.interfaces.HotTextSceneElement : 47 49 * markPos : HotPos - will represent the selection position in the text. When there's no selection markPos is the same as the caretPos … … 55 57 * When deleting text markPos and caretPos should be positioned in the same place 56 58 59 An initial test can be found here:[source:/branches/private/diana/sophie2-platform/modules/org.sophie2.author/src/test/java/org/sophie2/author/TextSelectionTest.java][3311] 60 57 61 = Implementation = 58 62 ^(Describe and link the implementation results here (from the wiki or the repository).)^