The R Project SVN R-packages

Rev

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

Rev 5756 Rev 5770
Line 326... Line 326...
326
 
326
 
327
	} else if ([keyPath isEqualToString:prefShowArgsHints]) {
327
	} else if ([keyPath isEqualToString:prefShowArgsHints]) {
328
		argsHints = [[change objectForKey:NSKeyValueChangeNewKey] boolValue];
328
		argsHints = [[change objectForKey:NSKeyValueChangeNewKey] boolValue];
329
		if(!argsHints) {
329
		if(!argsHints) {
330
			[[self delegate] setStatusLineText:@""];
330
			[[self delegate] setStatusLineText:@""];
-
 
331
		} else {
-
 
332
			[self currentFunctionHint];
331
		}
333
		}
332
 
334
 
333
	} else if ([keyPath isEqualToString:highlightCurrentLine]) {
335
	} else if ([keyPath isEqualToString:highlightCurrentLine]) {
334
		[self setNeedsDisplay:YES];
336
		[self setNeedsDisplay:YES];
335
 
337