The R Project SVN R-packages

Rev

Rev 1363 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1363 Rev 5705
Line 33... Line 33...
33
@interface CodeCompletion : NSObject {
33
@interface CodeCompletion : NSObject {
34
 
34
 
35
}
35
}
36
+ (NSString*) complete: (NSString*) part;
36
+ (NSString*) complete: (NSString*) part;
37
+ (NSArray*) completeAll: (NSString*) part cutPrefix: (int) prefix;
37
+ (NSArray*) completeAll: (NSString*) part cutPrefix: (int) prefix;
-
 
38
+ (NSArray*) retrieveSuggestionsForScopeRange:(NSRange)scopeRange inTextView:(NSTextView*)textView;
38
 
39
 
39
@end
40
@end