Changes between Version 11 and Version 12 of TEXT_SERVER_R0


Ignore:
Timestamp:
05/31/10 09:44:02 (15 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_SERVER_R0

    v11 v12  
    5858 
    5959= Implementation = 
    60 ^Describe and link the implementation results here (from the wiki or the repository). 
     60 Done according to the design, of course problems appeared: 
     61 * The TextLinkProcessor.applyChange()  generates wrong results sometimes, so I had to replace it with full text processing. Unfortunately, the time is not enough to try to debug it. 
     62 * Synchronization between client and server replaces horizontal tabs  and line breaks in the hot text with spaces. The problem is in XMLPersister, but I didn't succeed to find out more. 
    6163 
    6264= Testing =