|
|
1.1 root 1: /*
2: * This class is used to represent text changes which aren't restricted to
3: * the current selection. The entire contents of the text object are saved.
4: */
5:
6: @interface WholeTextChange : TextSelChange
7: {
8: }
9:
10: /* Public methods */
11:
12: - saveBeforeChange;
13: - saveAfterChange;
14: - setStart:(int)start end:(int)end;
15:
16: @end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.