The R Project SVN R-packages

Rev

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

Rev 5756 Rev 5805
Line 74... Line 74...
74
	double braceHighlightInterval; // interval to flash brace highlighting for
74
	double braceHighlightInterval; // interval to flash brace highlighting for
75
 
75
 
76
	NSTextStorage *theTextStorage;
76
	NSTextStorage *theTextStorage;
77
 
77
 
78
	NSDictionary *highlightColorAttr;
78
	NSDictionary *highlightColorAttr;
-
 
79
 
79
}
80
}
80
 
81
 
81
- (void)setTabStops;
82
- (void)setTabStops;
82
 
83
 
83
- (void)setDeleteBackward:(BOOL)delBack;
84
- (void)setDeleteBackward:(BOOL)delBack;
84
- (void)doSyntaxHighlighting;
85
- (void)doSyntaxHighlighting;
85
- (void)highlightCharacter:(int)pos;
86
- (void)highlightCharacter:(int)pos;
86
- (void)resetHighlights;
87
- (void)resetHighlights;
87
- (void)resetBackgroundColor:(id)sender;
88
- (void)resetBackgroundColor:(id)sender;
88
- (void)updateLineWrappingMode;
89
- (void)updateLineWrappingMode;
-
 
90
- (BOOL)lineNumberingEnabled;
89
 
91
 
90
- (void)updatePreferences;
92
- (void)updatePreferences;
91
 
93
 
92
@end
94
@end