Changeset 75 for trunk/ICeCoffEE/ICeCoffEE/ICeCoffEE.m
- Timestamp:
- 02/02/03 06:41:50 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICeCoffEE/ICeCoffEE/ICeCoffEE.m
r74 r75 8 8 - if it's not a URL, try using TextExtras' open list 9 9 - John Hayes' suggestions 10 - _LSCopyApplicationURLsForItemURL - list apps11 10 - Menu on command-option-click: add bookmark, open with other helper, pass to configurable service, ...? 12 11 - TXNClick - MLTE has its own support in Jaguar and later, but it's lousy … … 19 18 - adjust URL blinking 20 19 - app exclusion list - make a pref pane (see AquaShade config) 20 - _LSCopyApplicationURLsForItemURL - list apps 21 21 22 22 */ … … 26 26 #include <unistd.h> 27 27 #import "ICeCoffEESuper.h" 28 #import "ICeCoffEEA ppMenu.h"28 #import "ICeCoffEEActionMenu.h" 29 29 30 30 iccfPrefRec ICCF_prefs; … … 229 229 230 230 if (chooseApp) { 231 err = ICCF_ LaunchURLWithApplication(ICCF_GetInst(), hint, urlData, selStart, selEnd);232 ICCF_OSErrCAssert(err, @"ICCF_ LaunchURLWithApplication");231 err = ICCF_DoURLActionMenu(ICCF_GetInst(), hint, urlData, selStart, selEnd); 232 ICCF_OSErrCAssert(err, @"ICCF_DoURLActionMenu"); 233 233 } else { 234 234 err = ICLaunchURL(ICCF_GetInst(), hint, urlData, len, &selStart, &selEnd);
Note:
See TracChangeset
for help on using the changeset viewer.