This is MiscStringArray_StringCompletion.h in view mode; [Download] [Up]
/* MiscString_more.h * * * For details please read the Docu. * * * Usage: .... * * Written by: Thomas Engel * Created: 23.10.1993 (Copyleft) * Last modified: 12.11.1994 */ #import <appkit/appkit.h> @interface MiscStringArray ( StringCompletion ) // Completion - (int)performCompletionInsideText:aText startingAtIndex:anIndex; - (int)nextPossibleCompletionFor:aString startingAtIndex:anIndex; // Tokenhandling + newWithTokensFrom:aString using:tokeSepString; - addTokensFrom:aString using:tokenSepString; @end /* * History: 13.01.95 Buh * * * Bugs: - ... */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.