Ignore:
Timestamp:
06/15/07 05:15:03 (17 years ago)
Author:
Nicholas Riley
Message:

ICeCoffEE.m: I was wrong in [319] about the selection extension stuff
being dumb; explain why in code, even though it's not fixed.
Implement some of the same parens support I did in Terminal. Update
for more robust service info dictionary format.

ICeCoffEEServicePrefController.m: Update for more robust service info
dictionary format.

ICeCoffEEServices.[hm]: Renamed from ICeCoffEESetServicesMenu.[hm],
since we do more now. Service info dictionary-creating code now makes
more sense and no longer has naming collision issues.

ICeCoffEEWebKit.m: Some preliminary Safari 3 compatibility stuff, not
quite working yet. An outstanding question - is it better to rely on
"public" WebCore API or private WebKit API? So far it seems the
latter is more stable.

English.lproj/APEInfo.rtfd: The Bored Zo has a name: use it. Remove
now-erroneous reference to SimpleText since TextEdit support is gone.

File:
1 edited

Legend:

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

    r319 r320  
    88
    99#import "ICeCoffEEShared.h"
    10 #import "ICeCoffEESetServicesMenu.h"
     10#import "ICeCoffEEServices.h"
    1111#import "ICeCoffEEServicePrefController.h"
    1212#import "ICeCoffEENonHighlightingButtonCell.h"
     
    183183       
    184184        if ( (submenu = [menuItem submenu]) != nil) {
    185             ICCF_AddServiceKeyEquivalentsAndIcons(submenu, itemInfo);
     185            ICCF_AddServiceKeyEquivalentsAndIcons(submenu, [itemInfo objectForKey: (NSString *)kICServiceSubmenu]);
    186186        } else {
    187187            NSString *keyEquivalent = (NSString *)[itemInfo objectForKey: (NSString *)kICServiceShortcut];
Note: See TracChangeset for help on using the changeset viewer.