Changeset 392 for trunk/ICeCoffEE
- Timestamp:
- 02/23/08 08:26:37 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICeCoffEE/ICeCoffEE/APEMain.m
r391 r392 129 129 if (ICCF_CFBundleIDMatches(bundleID, CFSTR("com.apple.xcode"))) { 130 130 ICCF_PatchMethod("PBXTextView", "ICeCoffEEMenuOnly", "ICeCoffEEMenuSuper", "menuForEvent:"); 131 // XXX XCTextView doesn't use menuForEvent: 131 ICCF_PatchMethod("XCSourceCodeTextView", "ICeCoffEEMenuOnly", "ICeCoffEEMenuSuper", "menuForEvent:"); 132 132 ICCF_PatchMethod("XCTextView", "ICeCoffEE", "ICeCoffEESuper", "mouseDown:"); 133 133 ICapeprintf("ICeCoffEE APE: loaded in PBXTextView / XCTextView for Xcode\n");
Note:
See TracChangeset
for help on using the changeset viewer.