The R Project SVN R-packages

Rev

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

Rev 6029 Rev 6093
Line 90... Line 90...
90
 
90
 
91
- (void)setTabStops;
91
- (void)setTabStops;
92
 
92
 
93
- (void)setDeleteBackward:(BOOL)delBack;
93
- (void)setDeleteBackward:(BOOL)delBack;
94
- (void)doSyntaxHighlighting;
94
- (void)doSyntaxHighlighting;
95
- (void)highlightCharacter:(int)pos;
95
- (void)highlightCharacter:(NSNumber*)loc;
96
- (void)resetHighlights;
96
- (void)resetHighlights;
97
- (void)resetBackgroundColor:(id)sender;
97
- (void)resetBackgroundColor:(id)sender;
98
- (void)updateLineWrappingMode;
98
- (void)updateLineWrappingMode;
99
- (BOOL)lineNumberingEnabled;
99
- (BOOL)lineNumberingEnabled;
100
 
100