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/ICeCoffEE.xcodeproj/project.pbxproj

    r319 r320  
    3636                E170DFDF0835D6F400B484AC /* ICeCoffEETrigger.h in Headers */ = {isa = PBXBuildFile; fileRef = E170DFDD0835D6F400B484AC /* ICeCoffEETrigger.h */; };
    3737                E170DFE00835D6F400B484AC /* ICeCoffEETrigger.m in Sources */ = {isa = PBXBuildFile; fileRef = E170DFDE0835D6F400B484AC /* ICeCoffEETrigger.m */; };
    38                 E191FC9E0831B8FB003B09BC /* ICeCoffEESetServicesMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = E191FC9C0831B8FB003B09BC /* ICeCoffEESetServicesMenu.h */; };
    39                 E191FC9F0831B8FB003B09BC /* ICeCoffEESetServicesMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = E191FC9D0831B8FB003B09BC /* ICeCoffEESetServicesMenu.m */; };
    40                 E191FCA00831B8FB003B09BC /* ICeCoffEESetServicesMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = E191FC9C0831B8FB003B09BC /* ICeCoffEESetServicesMenu.h */; };
    41                 E191FCA10831B8FB003B09BC /* ICeCoffEESetServicesMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = E191FC9D0831B8FB003B09BC /* ICeCoffEESetServicesMenu.m */; };
     38                E191FC9E0831B8FB003B09BC /* ICeCoffEEServices.h in Headers */ = {isa = PBXBuildFile; fileRef = E191FC9C0831B8FB003B09BC /* ICeCoffEEServices.h */; };
     39                E191FC9F0831B8FB003B09BC /* ICeCoffEEServices.m in Sources */ = {isa = PBXBuildFile; fileRef = E191FC9D0831B8FB003B09BC /* ICeCoffEEServices.m */; };
     40                E191FCA00831B8FB003B09BC /* ICeCoffEEServices.h in Headers */ = {isa = PBXBuildFile; fileRef = E191FC9C0831B8FB003B09BC /* ICeCoffEEServices.h */; };
     41                E191FCA10831B8FB003B09BC /* ICeCoffEEServices.m in Sources */ = {isa = PBXBuildFile; fileRef = E191FC9D0831B8FB003B09BC /* ICeCoffEEServices.m */; };
    4242                E1ABAE900812F4B2007C5427 /* ICeCoffEE.h in Headers */ = {isa = PBXBuildFile; fileRef = E14343B303DB4CF200050002 /* ICeCoffEE.h */; };
    4343                E1ABAE910812F4B2007C5427 /* ICeCoffEEScanner.h in Headers */ = {isa = PBXBuildFile; fileRef = E14343B703DB4CFE00050002 /* ICeCoffEEScanner.h */; };
     
    214214                E170DFDE0835D6F400B484AC /* ICeCoffEETrigger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEETrigger.m; sourceTree = "<group>"; };
    215215                E182C8F603DE817F00050002 /* ICeCoffEEShared.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEEShared.m; sourceTree = "<group>"; };
    216                 E191FC9C0831B8FB003B09BC /* ICeCoffEESetServicesMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICeCoffEESetServicesMenu.h; sourceTree = "<group>"; };
    217                 E191FC9D0831B8FB003B09BC /* ICeCoffEESetServicesMenu.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEESetServicesMenu.m; sourceTree = "<group>"; };
     216                E191FC9C0831B8FB003B09BC /* ICeCoffEEServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICeCoffEEServices.h; sourceTree = "<group>"; };
     217                E191FC9D0831B8FB003B09BC /* ICeCoffEEServices.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ICeCoffEEServices.m; sourceTree = "<group>"; };
    218218                E19EB4F903DD35A700050002 /* ICFindFilesToRemove_Prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ICFindFilesToRemove_Prefix.h; path = ICFindFilesToRemove/ICFindFilesToRemove_Prefix.h; sourceTree = "<group>"; };
    219219                E19EB4FA03DD35A700050002 /* UICookieMonster.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = UICookieMonster.m; path = ICFindFilesToRemove/UICookieMonster.m; sourceTree = "<group>"; };
     
    412412                                E135625E03DC9FC200050002 /* ICeCoffEEShared.h */,
    413413                                E182C8F603DE817F00050002 /* ICeCoffEEShared.m */,
    414                                 E191FC9C0831B8FB003B09BC /* ICeCoffEESetServicesMenu.h */,
    415                                 E191FC9D0831B8FB003B09BC /* ICeCoffEESetServicesMenu.m */,
     414                                E191FC9C0831B8FB003B09BC /* ICeCoffEEServices.h */,
     415                                E191FC9D0831B8FB003B09BC /* ICeCoffEEServices.m */,
    416416                        );
    417417                        name = "Shared sources";
     
    511511                                E1ABAE9C0812F4B2007C5427 /* CPS.h in Headers */,
    512512                                E1ABAE9D0812F4B2007C5427 /* ICeCoffEEWebKit.h in Headers */,
    513                                 E191FC9E0831B8FB003B09BC /* ICeCoffEESetServicesMenu.h in Headers */,
     513                                E191FC9E0831B8FB003B09BC /* ICeCoffEEServices.h in Headers */,
    514514                                E170DFDF0835D6F400B484AC /* ICeCoffEETrigger.h in Headers */,
    515515                                E14521D70A044FAA00C9B040 /* SmartCrashReportsAPI.h in Headers */,
     
    528528                                E1ABAEC10812F4B2007C5427 /* ICeCoffEENonHighlightingTextFieldCell.h in Headers */,
    529529                                E1ABAEC20812F4B2007C5427 /* ICeCoffEENonHighlightingButtonCell.h in Headers */,
    530                                 E191FCA00831B8FB003B09BC /* ICeCoffEESetServicesMenu.h in Headers */,
     530                                E191FCA00831B8FB003B09BC /* ICeCoffEEServices.h in Headers */,
    531531                                E1FC8F280C1A3C530021AB09 /* ICeCoffEELabeledIconCell.h in Headers */,
    532532                        );
     
    712712                                E1ABAEAE0812F4B2007C5427 /* ICeCoffEEBookmarks.c in Sources */,
    713713                                E1ABAEAF0812F4B2007C5427 /* ICeCoffEESuper.m in Sources */,
    714                                 E191FC9F0831B8FB003B09BC /* ICeCoffEESetServicesMenu.m in Sources */,
     714                                E191FC9F0831B8FB003B09BC /* ICeCoffEEServices.m in Sources */,
    715715                                E170DFE00835D6F400B484AC /* ICeCoffEETrigger.m in Sources */,
    716716                        );
     
    729729                                E1ABAECD0812F4B2007C5427 /* ICeCoffEENonHighlightingButtonCell.m in Sources */,
    730730                                E1ABAECE0812F4B2007C5427 /* ICeCoffEEKeyEquivalents.m in Sources */,
    731                                 E191FCA10831B8FB003B09BC /* ICeCoffEESetServicesMenu.m in Sources */,
     731                                E191FCA10831B8FB003B09BC /* ICeCoffEEServices.m in Sources */,
    732732                                E1FC8F290C1A3C530021AB09 /* ICeCoffEELabeledIconCell.m in Sources */,
    733733                        );
Note: See TracChangeset for help on using the changeset viewer.