Ignore:
Timestamp:
02/02/03 06:41:50 (21 years ago)
Author:
Nicholas Riley
Message:

Fixed bugs, added final set of features for 1.3b3.

File:
1 edited

Legend:

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

    r74 r75  
    88- if it's not a URL, try using TextExtras' open list
    99- John Hayes' suggestions
    10 - _LSCopyApplicationURLsForItemURL - list apps
    1110- Menu on command-option-click: add bookmark, open with other helper, pass to configurable service, ...?
    1211- TXNClick - MLTE has its own support in Jaguar and later, but it's lousy
     
    1918- adjust URL blinking
    2019- app exclusion list - make a pref pane (see AquaShade config)
     20- _LSCopyApplicationURLsForItemURL - list apps
    2121
    2222*/
     
    2626#include <unistd.h>
    2727#import "ICeCoffEESuper.h"
    28 #import "ICeCoffEEAppMenu.h"
     28#import "ICeCoffEEActionMenu.h"
    2929
    3030iccfPrefRec ICCF_prefs;
     
    229229
    230230        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");
    233233        } else {
    234234            err = ICLaunchURL(ICCF_GetInst(), hint, urlData, len, &selStart, &selEnd);
Note: See TracChangeset for help on using the changeset viewer.