The R Project SVN R-packages

Rev

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

Rev 5983 Rev 5993
Line 134... Line 134...
134
	currentHighlight = -1;
134
	currentHighlight = -1;
135
 
135
 
136
	// For now replaced selectedTextBackgroundColor by redColor
136
	// For now replaced selectedTextBackgroundColor by redColor
137
	highlightColorAttr = [[NSDictionary alloc] initWithObjectsAndKeys:[NSColor redColor], NSBackgroundColorAttributeName, nil];
137
	highlightColorAttr = [[NSDictionary alloc] initWithObjectsAndKeys:[NSColor redColor], NSBackgroundColorAttributeName, nil];
138
 
138
 
-
 
139
	if([[self delegate] isRdDocument])
-
 
140
		editorToolbar = [[RdEditorToolbar alloc] initWithEditor:[self delegate]];
-
 
141
	else
139
	editorToolbar = [[REditorToolbar alloc] initWithEditor:[self delegate]];
142
		editorToolbar = [[REditorToolbar alloc] initWithEditor:[self delegate]];
140
 
143
 
141
	if(lineNumberingEnabled) {
144
	if(lineNumberingEnabled) {
142
 
145
 
143
		SLog(@"RScriptEditorTextView: set up line numbering <%@>", self);
146
		SLog(@"RScriptEditorTextView: set up line numbering <%@>", self);
144
 
147