| 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 | |