The R Project SVN R-packages

Rev

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

Rev 1423 Rev 1459
Line 42... Line 42...
42
		cont = [[NSTextStorage alloc] init];
42
		cont = [[NSTextStorage alloc] init];
43
		highlightColorAttr = nil;
43
		highlightColorAttr = nil;
44
		currentHighlight = -1;
44
		currentHighlight = -1;
45
		pendingHilite = -1;
45
		pendingHilite = -1;
46
		insideReplaceEdited = NO;
46
		insideReplaceEdited = NO;
47
		[[Preferences sharedPreferences] addDependent:self];
-
 
48
		[self updatePreferences];
47
		[self updatePreferences];
-
 
48
		[[Preferences sharedPreferences] addDependent:self];
49
	}
49
	}
50
	return self;
50
	return self;
51
}
51
}
52
 
52
 
53
- (void) dealloc
53
- (void) dealloc