The R Project SVN R-packages

Rev

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

Rev 6238 Rev 6240
Line 55... Line 55...
55
	// Setup LineFoldingGlyphGenerator
55
	// Setup LineFoldingGlyphGenerator
56
	RScriptEditorGlyphGenerator *glyphGenerator = [[RScriptEditorGlyphGenerator alloc] init];
56
	RScriptEditorGlyphGenerator *glyphGenerator = [[RScriptEditorGlyphGenerator alloc] init];
57
	[self setGlyphGenerator:glyphGenerator];
57
	[self setGlyphGenerator:glyphGenerator];
58
	[glyphGenerator release];
58
	[glyphGenerator release];
59
 
59
 
60
	[self setBackgroundLayoutEnabled:YES];
60
	[self setBackgroundLayoutEnabled:NO];
61
 
61
 
62
	return self;
62
	return self;
63
 
63
 
64
}
64
}
65
 
65