The R Project SVN R-packages

Rev

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

Rev 5814 Rev 5910
Line 102... Line 102...
102
 
102
 
103
@implementation RScriptEditorTextView
103
@implementation RScriptEditorTextView
104
 
104
 
105
- (void)awakeFromNib
105
- (void)awakeFromNib
106
{
106
{
107
 
-
 
-
 
107
	// we are a subclass of RTextView which has its own awake and we must call it
-
 
108
	[super awakeFromNib];
108
	SLog(@"RScriptEditorTextView: awakeFromNib <%@>", self);
109
	SLog(@"RScriptEditorTextView: awakeFromNib <%@>", self);
109
	isSyntaxHighlighting = NO;
110
	isSyntaxHighlighting = NO;
110
	prefs = [[NSUserDefaults standardUserDefaults] retain];
111
	prefs = [[NSUserDefaults standardUserDefaults] retain];
111
	[[Preferences sharedPreferences] addDependent:self];
112
	[[Preferences sharedPreferences] addDependent:self];
112
 
113