Changes between Version 13 and Version 14 of TEXT_STABLE_SELECTION_R0


Ignore:
Timestamp:
06/09/09 19:07:34 (16 years ago)
Author:
diana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_STABLE_SELECTION_R0

    v13 v14  
    4444 
    4545= Design = 
     46 
     47Notes: The scope  of the task is reduced to selection only with the keyboard. The task requirements 2, 3 and 4 are not implemented. 
    4648Text selection is something that is related to the text frame, so two new properties will be added in org.sophie2.base.scene.interfaces.HotTextSceneElement : 
    4749 * markPos : HotPos - will represent the selection position in the text. When there's no selection markPos is the same as the caretPos 
     
    5557 * When deleting text markPos and caretPos should be positioned in the same place 
    5658 
     59An 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 
    5761= Implementation = 
    5862^(Describe and link the implementation results here (from the wiki or the repository).)^