home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / ClassEditor.0.3 / Source / MiscStringArray_StringCompletion.m < prev    next >
Encoding:
Text File  |  1995-02-09  |  676 b   |  43 lines

  1. /* MiscString_more.m                 
  2.  *
  3.  *
  4.  * For details please read the Docu.
  5.  *
  6.  *
  7.  * For interface-info see the header file. The comments in this file mostly
  8.  * cover only the real implementation details.
  9.  *
  10.  * Written by:         Thomas Engel
  11.  * Created:            23.10.1993 (Copyleft)
  12.  * Last modified:     12.11.1994
  13.  */
  14.  
  15.  
  16. #import "MiscString_more.h"
  17.  
  18. @implementation MiscString ( More )
  19.  
  20. - (int)performCompletionInsideText:aText startingAtIndex:anIndex
  21. {
  22. }
  23.  
  24. - (int)nextPossibleCompletionFor:aString startingAtIndex:anIndex
  25. {
  26. }
  27.  
  28. + newWithTokensFrom:aString using:tokeSepString
  29. {
  30. }
  31.  
  32. - addTokensFrom:aString using:tokenSepString
  33. {
  34. }
  35.  
  36. @end
  37.  
  38. /*
  39.  * History: 13.01.95 Buh
  40.  *            
  41.  *
  42.  * Bugs: - ...
  43.  */