ftp.nice.ch/pub/next/science/mathematics/HippoDraw.2.0.s.tar.gz#/HippoDraw/Hippo.bproj/Draw.subproj/textUndo.subproj/TextChange.m

This is TextChange.m in view mode; [Download] [Up]

#import "textundo.h"

@implementation TextChange

/*
 * The root of all text changes. All we do here is remember the Text view
 * that is going to be changed.
 */

- initView:aView
{
    [super init];
    textView = aView;

    return self;
}

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.