This is MiscStringArray_StringCompletion.m in view mode; [Download] [Up]
/* MiscString_more.m
*
*
* For details please read the Docu.
*
*
* For interface-info see the header file. The comments in this file mostly
* cover only the real implementation details.
*
* Written by: Thomas Engel
* Created: 23.10.1993 (Copyleft)
* Last modified: 12.11.1994
*/
#import "MiscString_more.h"
@implementation MiscString ( More )
- (int)performCompletionInsideText:aText startingAtIndex:anIndex
{
}
- (int)nextPossibleCompletionFor:aString startingAtIndex:anIndex
{
}
+ 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.