Changes between Version 8 and Version 9 of TEXT_SERVER_R0


Ignore:
Timestamp:
05/25/10 17:15:28 (15 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_SERVER_R0

    v8 v9  
    4545                                        this.connection.getInputStream(), Charset.forName("UTF-8")); 
    4646}}} 
     47 * Offline collaboration: 
     48  * Create resource property named "<Your ad here!>". It will get the current resource revision of the associated text resource and its causing Change.  
     49   * If the change is a ModelChange, search the action fields for a TextChange. If found, call update with it. If not, do nothing. 
     50   * If the change is a MetaChange, create a TextStyleChange (interval - the whole text, style : HotStyleDef.empty()). update the model with it. The result is that the caret and selection are not changed. If the current caret index is in the text, it will stay there. If not, it will automatically be displayed in the text end. 
     51 
    4752 
    4853= Implementation =