added twittia: url scheme
This commit is contained in:
parent
5931580730
commit
6ff76392d1
109 changed files with 2587 additions and 57 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue