The R Project SVN R-packages

Rev

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

Rev 1497 Rev 1603
Line 68... Line 68...
68
	
68
	
69
	BOOL useHighlighting; // if set to YES syntax highlighting is used
69
	BOOL useHighlighting; // if set to YES syntax highlighting is used
70
	BOOL showMatchingBraces; // if YES mathing braces are highlighted
70
	BOOL showMatchingBraces; // if YES mathing braces are highlighted
71
	BOOL deleteBackward;
71
	BOOL deleteBackward;
72
	BOOL plainFile; // overriders preferences - if YES syntax HL is disabled
72
	BOOL plainFile; // overriders preferences - if YES syntax HL is disabled
-
 
73
	BOOL argsHints; // fn args hinting
73
	
74
	
74
	int hsType; // help search type
75
	int hsType; // help search type
75
	
76
	
76
	double braceHighlightInterval; // interval to flash brace highlighting for
77
	double braceHighlightInterval; // interval to flash brace highlighting for
77
	NSDictionary *highlightColorAttr; // attributes set while braces matching
78
	NSDictionary *highlightColorAttr; // attributes set while braces matching