The R Project SVN R-packages

Rev

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

Rev 6128 Rev 6137
Line 81... Line 81...
81
	BOOL isSyntaxHighlighting;
81
	BOOL isSyntaxHighlighting;
82
 
82
 
83
	int currentHighlight;
83
	int currentHighlight;
84
	double braceHighlightInterval; // interval to flash brace highlighting for
84
	double braceHighlightInterval; // interval to flash brace highlighting for
85
 
85
 
-
 
86
	// <TODO> enable for folding
86
	// RScriptEditorTextStorage *theTextStorage;
87
	// RScriptEditorTextStorage *theTextStorage;
87
	NSTextStorage *theTextStorage;
88
	NSTextStorage *theTextStorage;
88
 
89
 
89
	NSDictionary *highlightColorAttr;
90
	NSDictionary *highlightColorAttr;
90
 
91