home *** CD-ROM | disk | FTP | other *** search
- /* 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: - ...
- */