The R Project SVN R-packages

Rev

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

Rev 6242 Rev 6245
Line 105... Line 105...
105
- (void)highlightCharacter:(NSNumber*)loc;
105
- (void)highlightCharacter:(NSNumber*)loc;
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
- (BOOL)isSyntaxHighlighting;
-
 
111
- (BOOL)breakSyntaxHighlighting;
110
 
112
 
111
- (BOOL)foldLinesInRange:(NSRange)range blockMode:(BOOL)blockMode;
113
- (BOOL)foldLinesInRange:(NSRange)range blockMode:(BOOL)blockMode;
112
- (BOOL)unfoldLinesContainingCharacterAtIndex:(NSUInteger)charIndex;
114
- (BOOL)unfoldLinesContainingCharacterAtIndex:(NSUInteger)charIndex;
113
- (NSInteger)foldStatusAtIndex:(NSInteger)index;
115
- (NSInteger)foldStatusAtIndex:(NSInteger)index;
114
 
116