Ignore:
Timestamp:
02/22/08 22:16:57 (16 years ago)
Author:
Nicholas Riley
Message:

APEMain.m: Xcode 3 URL launching support

File:
1 edited

Legend:

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

    r389 r391  
    129129        if (ICCF_CFBundleIDMatches(bundleID, CFSTR("com.apple.xcode"))) {
    130130            ICCF_PatchMethod("PBXTextView", "ICeCoffEEMenuOnly", "ICeCoffEEMenuSuper", "menuForEvent:");
    131             // XXX fails in Leopard
    132             ICapeprintf("ICeCoffEE APE: loaded in PBXTextView for Xcode\n");
     131            // XXX XCTextView doesn't use menuForEvent:
     132            ICCF_PatchMethod("XCTextView", "ICeCoffEE", "ICeCoffEESuper", "mouseDown:");
     133            ICapeprintf("ICeCoffEE APE: loaded in PBXTextView / XCTextView for Xcode\n");
    133134            shouldLoadInNSTextView = NO;
    134135        } else if (ICCF_CFBundleIDMatches(bundleID, CFSTR("com.apple.terminal"))) {
Note: See TracChangeset for help on using the changeset viewer.