added twittia: url scheme

This commit is contained in:
Jeena Paradies 2010-04-19 01:48:37 +02:00
parent 5931580730
commit 6ff76392d1
109 changed files with 2587 additions and 57 deletions

View file

@ -80,6 +80,12 @@
[inReplyTostatusId retain];
}
- (void)withString:(NSString *)aString {
[textField setStringValue:aString];
NSRange range = {[[textField stringValue] length] , 0};
[[textField currentEditor] setSelectedRange:range];
}
#pragma mark Keyboard delegate methods