version 1.1, 2006/03/03 23:31:12 |
version 1.2, 2006/03/06 08:55:31 |
|
|
[textViewOut replaceCharactersInRange: myRange withString: msg]; |
[textViewOut replaceCharactersInRange: myRange withString: msg]; |
[textViewOut scrollRangeToVisible: NSMakeRange([[textViewOut textStorage] length],0)]; |
[textViewOut scrollRangeToVisible: NSMakeRange([[textViewOut textStorage] length],0)]; |
} |
} |
|
-(void)insertText: (id) text { |
|
[textViewOut insertText: text]; |
|
[textViewOut scrollRangeToVisible: NSMakeRange([[textViewOut textStorage] length],0)]; |
|
} |
|
|
-(void)printErrorMessageToOutputWindow:(NSString *)msg { |
-(void)printErrorMessageToOutputWindow:(NSString *)msg { |
int oldEnd; |
int oldEnd; |