The R Project SVN R-packages

Rev

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

Rev 6229 Rev 6232
Line 77... Line 77...
77
	BOOL argsHints;
77
	BOOL argsHints;
78
	BOOL lineWrappingEnabled;
78
	BOOL lineWrappingEnabled;
79
	BOOL deleteBackward;
79
	BOOL deleteBackward;
80
	BOOL startListeningToBoundChanges;
80
	BOOL startListeningToBoundChanges;
81
	BOOL isSyntaxHighlighting;
81
	BOOL isSyntaxHighlighting;
-
 
82
	NSInteger breakSyntaxHighlighting;
82
 
83
 
83
	int currentHighlight;
84
	int currentHighlight;
84
	double braceHighlightInterval; // interval to flash brace highlighting for
85
	double braceHighlightInterval; // interval to flash brace highlighting for
85
 
86
 
86
	// <TODO> enable for folding
-
 
87
	// RScriptEditorTextStorage *theTextStorage;
87
	RScriptEditorTextStorage *theTextStorage;
88
	NSTextStorage *theTextStorage;
-
 
89
 
88
 
90
	NSDictionary *highlightColorAttr;
89
	NSDictionary *highlightColorAttr;
91
 
90
 
92
}
91
}
93
 
92