The R Project SVN R-packages

Rev

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

Rev 5721 Rev 5756
Line 66... Line 66...
66
	BOOL syntaxHighlightingEnabled;
66
	BOOL syntaxHighlightingEnabled;
67
	BOOL argsHints;
67
	BOOL argsHints;
68
	BOOL lineWrappingEnabled;
68
	BOOL lineWrappingEnabled;
69
	BOOL deleteBackward;
69
	BOOL deleteBackward;
70
	BOOL startListeningToBoundChanges;
70
	BOOL startListeningToBoundChanges;
-
 
71
	BOOL isSyntaxHighlighting;
71
 
72
 
72
	int currentHighlight;
73
	int currentHighlight;
73
	double braceHighlightInterval; // interval to flash brace highlighting for
74
	double braceHighlightInterval; // interval to flash brace highlighting for
74
 
75
 
75
	NSTextStorage *theTextStorage;
76
	NSTextStorage *theTextStorage;
Line 82... Line 83...
82
- (void)setDeleteBackward:(BOOL)delBack;
83
- (void)setDeleteBackward:(BOOL)delBack;
83
- (void)doSyntaxHighlighting;
84
- (void)doSyntaxHighlighting;
84
- (void)highlightCharacter:(int)pos;
85
- (void)highlightCharacter:(int)pos;
85
- (void)resetHighlights;
86
- (void)resetHighlights;
86
- (void)resetBackgroundColor:(id)sender;
87
- (void)resetBackgroundColor:(id)sender;
87
 
-
 
-
 
88
- (void)updateLineWrappingMode;
88
 
89
 
89
- (void)updatePreferences;
90
- (void)updatePreferences;
90
 
91
 
91
@end
92
@end