Added Target-Action
This commit is contained in:
@@ -275,6 +275,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (void)insertNewline:(id)sender
|
||||
{
|
||||
if (self.target && self.action) {
|
||||
[self.target performSelector:self.action
|
||||
withObject:self
|
||||
afterDelay:0.0];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)moveRight:(id)sender
|
||||
{
|
||||
if (self.selection.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user