Ignore:
Timestamp:
03/04/08 17:29:41 (16 years ago)
Author:
Nicholas Riley
Message:

Operate on the link target, rather than the text, of NSTextView hyperlinks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEESuper.m

    r66 r435  
    1717}
    1818
     19- (void)clickedOnLink:(id)link atIndex:(unsigned)charIndex;
     20{
     21    [super clickedOnLink: link atIndex: charIndex];
     22}
     23
    1924- (void)mouseDown:(NSEvent *)e;
    2025{
Note: See TracChangeset for help on using the changeset viewer.