Changeset 391 for trunk/ICeCoffEE
- Timestamp:
- 02/22/08 22:16:57 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICeCoffEE/ICeCoffEE/APEMain.m
r389 r391 129 129 if (ICCF_CFBundleIDMatches(bundleID, CFSTR("com.apple.xcode"))) { 130 130 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"); 133 134 shouldLoadInNSTextView = NO; 134 135 } else if (ICCF_CFBundleIDMatches(bundleID, CFSTR("com.apple.terminal"))) {
Note:
See TracChangeset
for help on using the changeset viewer.