The R Project SVN R-packages

Rev

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

Rev 6240 Rev 6242
Line 106... Line 106...
106
- (void)resetHighlights;
106
- (void)resetHighlights;
107
- (void)resetBackgroundColor:(id)sender;
107
- (void)resetBackgroundColor:(id)sender;
108
- (void)updateLineWrappingMode;
108
- (void)updateLineWrappingMode;
109
- (BOOL)lineNumberingEnabled;
109
- (BOOL)lineNumberingEnabled;
110
 
110
 
111
- (BOOL)foldLinesInRange:(NSRange)range;
111
- (BOOL)foldLinesInRange:(NSRange)range blockMode:(BOOL)blockMode;
112
- (BOOL)unfoldLinesContainingCharacterAtIndex:(NSUInteger)charIndex;
112
- (BOOL)unfoldLinesContainingCharacterAtIndex:(NSUInteger)charIndex;
113
- (NSInteger)foldStatusAtIndex:(NSInteger)index;
113
- (NSInteger)foldStatusAtIndex:(NSInteger)index;
114
 
114
 
115
- (id)scrollView;
115
- (id)scrollView;
116
 
116