The R Project SVN R-packages

Rev

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

Rev 5708 Rev 5721
Line 53... Line 53...
53
	NSColor *shColorString;
53
	NSColor *shColorString;
54
	NSColor *shColorNumber;
54
	NSColor *shColorNumber;
55
	NSColor *shColorKeyword;
55
	NSColor *shColorKeyword;
56
	NSColor *shColorComment;
56
	NSColor *shColorComment;
57
	NSColor *shColorIdentifier;
57
	NSColor *shColorIdentifier;
-
 
58
	NSColor *shColorCursor;
-
 
59
	NSColor *shColorBackground;
-
 
60
	NSColor *shColorCurrentLine;
58
 
61
 
59
	id editorToolbar;
62
	id editorToolbar;
60
	NoodleLineNumberView *theRulerView;
63
	NoodleLineNumberView *theRulerView;
61
 
64
 
62
	BOOL lineNumberingEnabled;
65
	BOOL lineNumberingEnabled;
63
	BOOL syntaxHighlightingEnabled;
66
	BOOL syntaxHighlightingEnabled;
64
	BOOL argsHints;
67
	BOOL argsHints;
65
	BOOL lineWrappingEnabled;
68
	BOOL lineWrappingEnabled;
66
	BOOL deleteBackward;
69
	BOOL deleteBackward;
67
	BOOL showMatchingBraces;
-
 
68
	BOOL startListeningToBoundChanges;
70
	BOOL startListeningToBoundChanges;
69
 
71
 
70
	int currentHighlight;
72
	int currentHighlight;
71
	double braceHighlightInterval; // interval to flash brace highlighting for
73
	double braceHighlightInterval; // interval to flash brace highlighting for
72
 
74