Changes between Version 13 and Version 14 of TEXT_SERVER_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_SERVER_R0

    v13 v14  
    5858 
    5959= Implementation = 
    60  Done in [browser:/branches/private/kyli/2325] according to the design, of course problems appeared: 
     60 Done in [browser:/branches/private/kyli/2425] according to the design, of course problems appeared: 
    6161 * 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. 
    6262 * 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.