Changes between Version 22 and Version 23 of BOOK_SEARCH_R0


Ignore:
Timestamp:
08/03/09 19:20:06 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_SEARCH_R0

    v22 v23  
    122122   * Move the caret to that position. 
    123123   * Select the found text. 
    124   * CLEAR_SEARCH_RESULTS: 
    125    * clear all results from the palette 
    126    * clear all highlights (when they are implemented) 
    127124  * Register the operations as extensions. 
    128125 
     
    139136 * Source: [source:/branches/private/mitex/book-search-r0/] 
    140137 
    141  * Searching in embedded books was not implemented, because it requires design changes: 
    142   * Embedded books are defined in org.sophie2.extra.func.embedded, which is in EXTRA layer, so MAIN functionality cannot refer directly to it. 
    143   * Proposed implementation idea: make an extension point for searching. This will make possible searching in embedded books, PDF content, annotations, etc. 
     138 * Not implemented in this revision: 
     139  * Searching in embedded books was not implemented, because it requires design changes: 
     140   * Embedded books are defined in org.sophie2.extra.func.embedded, which is in EXTRA layer, so MAIN functionality cannot refer directly to it. 
     141   * Proposed implementation idea: make an extension point for searching. This will make possible searching in embedded books, PDF content, annotations, etc. 
     142  * Previous and Next buttons - they are not of high priority, also there are some design things to consider. 
     143  * When a match is selected, the book and the page are displayed, but the frame is not selected as current. Also the cursor is not moved to the match and the match is not highlighted. 
    144144 
    145145= Testing =