Changes between Version 4 and Version 5 of SEARCH_COMMONS_R0


Ignore:
Timestamp:
07/23/09 10:21:46 (16 years ago)
Author:
diana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SEARCH_COMMONS_R0

    v4 v5  
    4141 * rename the existing class Highlight to HotHighlight and add an attribute ImmColor to it. 
    4242 * move the existing class Highlight in org.sophie2.base.model.text 
    43 its logic the following classes are added in org.sophie2.main.app.menus.view: 
    44  * SearchItem - the search item for the search menu. 
     43its logic the following classes are added in org.sophie2.main.app.commons.logic: 
    4544 * SearchLogic - the class providing the logic for the search menu. This class has  
    4645findSearchedText method that provides the logic for searching a particular word in 
     
    4847to find all places in the text from the selected view where the word is matched. 
    4948For every matched word a new HotHighlight is inserted in the HotTextSceneElement 
    50  * SearchMenu - the search menu in the sophie2 project. 
    51  * SearchFormDialog that extends Dialog<SearchFormDialog.Input, String>. This class  
    52 provides the user form that is shown on clicking the seatch menu item.  
     49 Refactor the existing class QuickSearchPanel in  order to support the searching of a particular word in the current text. 
    5350 In HotTextSceneElement class add a new property RwListProp<HotHighlight> highlight() that holds all 
    5451the highlighted data in the HotTextSceneElement . 
     
    6764HotTextSceneElement. 
    6865 
    69 The test source can be found here:[4300] 
     66The test source can be found here:[4458] 
    7067 
    7168= Implementation = 
    72 ^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     69Done according to the design 
     70source code:[4458] 
    7371 
    7472= Testing = 
     
    7674 
    7775= Comments = 
    78 ^(Write comments for this or later revisions here.) 
     76The test is different from the previous one because the ticket was changed and there is no search menu.