[TxMt Plugins] setMark

Kirt Fitzpatrick kirt.fitzpatrick at gmail.com
Mon Apr 9 02:59:59 UTC 2007


Does OakTextView support the setMark method from the NSResponder interface?
Is there something that I can use in its place if setMark is not
implemented?  Here is the code I am using:

    NSLog( @"Trying to set the mark on the first responder" );
    [responder performSelector: @selector(setMark:) withObject: window];
    NSLog( @"set the mark on the first responder" );


And this is what I get in the log:

2007-04-08 19:55:01.838 TextMate[916] Trying to set the mark on the first
responder
2007-04-08 19:55:01.838 TextMate[916] *** -[OakTextView setMark:]: selector
not recognized [self = 0xdec3850]
2007-04-08 19:55:01.838 TextMate[916] *** -[OakTextView setMark:]: selector
not recognized [self = 0xdec3850]


thanks
kirt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate-plugins/attachments/20070408/2ac36e1f/attachment.html>


More information about the textmate-plugins mailing list