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.