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

  1. /* MiscString_more.h                 
  2.  *
  3.  *
  4.  * For details please read the Docu.
  5.  *
  6.  *
  7.  * Usage: ....
  8.  *
  9.  * Written by:         Thomas Engel
  10.  * Created:            23.10.1993 (Copyleft)
  11.  * Last modified:     12.11.1994
  12.  */
  13.  
  14. #import <appkit/appkit.h>
  15.  
  16. @interface MiscStringArray ( StringCompletion )
  17.  
  18. // Completion
  19.  
  20. - (int)performCompletionInsideText:aText startingAtIndex:anIndex;
  21. - (int)nextPossibleCompletionFor:aString startingAtIndex:anIndex;
  22.  
  23. // Tokenhandling
  24.  
  25. + newWithTokensFrom:aString using:tokeSepString;
  26. - addTokensFrom:aString using:tokenSepString;
  27.  
  28.  
  29. @end
  30.  
  31. /*
  32.  * History: 13.01.95 Buh
  33.  *            
  34.  *
  35.  * Bugs: - ...
  36.  */