Ignore:
Timestamp:
05/14/05 02:47:12 (19 years ago)
Author:
Nicholas Riley
Message:

English.lproj/APEInfo.rtfd: Partial documentation update for 1.4.2;
fixed many instances of outdated and incorrect information.

ICeCoffEE.m: Removed completed "to do" comments - that's what
OmniOutliner and Trac are for. Fixed delimiters to make more sense.
Redid ICCF_ParseURL() to make more sense and strip invalid characters
from beginning of URL. Added note about deprecated getCString:.
Fixed ICCF_ServicesMenuItem() to work on Tiger; moved menu population
logic (where services menu delegate used) to new
ICCF_SetServicesMenu() in ICeCoffEESetServicesMenu.[hm]. Remove key
equivalents from services in ICCF_ConsolidateServicesMenu(). First
pass at a workaround for discontiguous selection: only trigger if
there is no selection. This will be fixed to use a timer.

ICeCoffEEServicePrefController: Fixed service population to work on
Tiger, though keyboard equivalents are not provided; will need to
switch to parsing output of CFServiceControllerCopyServicesEntries()
for that one.

ICeCoffEEWebKit.m: Removed Safari 1.0-1.2 support. Fixed incorrect
comment about -selectionRect only being in Safari
1.1-1.2.

ICeCoffEESetServicesMenu.[hm]: Handle getting a usable services menu
for Panther and Tiger.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEE APE.xcode/project.pbxproj

    r181 r182  
    208208                        buildSettings = {
    209209                                COPY_PHASE_STRIP = YES;
     210                                GCC_C_LANGUAGE_STANDARD = c99;
    210211                                GCC_ENABLE_FIX_AND_CONTINUE = NO;
    211212                                ZERO_LINK = NO;
     
    352353                        refType = 4;
    353354                        sourceTree = "<group>";
     355                        wrapsLines = 1;
    354356                };
    355357                E12FEC3E04959F5A00AEFBF9 = {
     
    510512                        );
    511513                        isa = PBXGroup;
    512                         name = "APE Manager plugin sources";
     514                        name = "APE preference pane plugin sources";
    513515                        path = "";
    514516                        refType = 4;
     
    567569                                E135625E03DC9FC200050002,
    568570                                E182C8F603DE817F00050002,
     571                                E191FC9C0831B8FB003B09BC,
     572                                E191FC9D0831B8FB003B09BC,
    569573                        );
    570574                        isa = PBXGroup;
     
    632636                        refType = 4;
    633637                        sourceTree = "<group>";
     638                };
     639                E191FC9C0831B8FB003B09BC = {
     640                        fileEncoding = 4;
     641                        isa = PBXFileReference;
     642                        lastKnownFileType = sourcecode.c.h;
     643                        path = ICeCoffEESetServicesMenu.h;
     644                        refType = 4;
     645                        sourceTree = "<group>";
     646                };
     647                E191FC9D0831B8FB003B09BC = {
     648                        fileEncoding = 4;
     649                        isa = PBXFileReference;
     650                        lastKnownFileType = sourcecode.c.objc;
     651                        path = ICeCoffEESetServicesMenu.m;
     652                        refType = 4;
     653                        sourceTree = "<group>";
     654                };
     655                E191FC9E0831B8FB003B09BC = {
     656                        fileRef = E191FC9C0831B8FB003B09BC;
     657                        isa = PBXBuildFile;
     658                        settings = {
     659                        };
     660                };
     661                E191FC9F0831B8FB003B09BC = {
     662                        fileRef = E191FC9D0831B8FB003B09BC;
     663                        isa = PBXBuildFile;
     664                        settings = {
     665                        };
     666                };
     667                E191FCA00831B8FB003B09BC = {
     668                        fileRef = E191FC9C0831B8FB003B09BC;
     669                        isa = PBXBuildFile;
     670                        settings = {
     671                        };
     672                };
     673                E191FCA10831B8FB003B09BC = {
     674                        fileRef = E191FC9D0831B8FB003B09BC;
     675                        isa = PBXBuildFile;
     676                        settings = {
     677                        };
    634678                };
    635679                E19EB4F503DD359100050002 = {
     
    735779                                E1ABAE9C0812F4B2007C5427,
    736780                                E1ABAE9D0812F4B2007C5427,
     781                                E191FC9E0831B8FB003B09BC,
    737782                        );
    738783                        isa = PBXHeadersBuildPhase;
     
    861906                                E1ABAEAE0812F4B2007C5427,
    862907                                E1ABAEAF0812F4B2007C5427,
     908                                E191FC9F0831B8FB003B09BC,
    863909                        );
    864910                        isa = PBXSourcesBuildPhase;
     
    10541100                                E1ABAEC10812F4B2007C5427,
    10551101                                E1ABAEC20812F4B2007C5427,
     1102                                E191FCA00831B8FB003B09BC,
    10561103                        );
    10571104                        isa = PBXHeadersBuildPhase;
     
    11321179                                E1ABAECD0812F4B2007C5427,
    11331180                                E1ABAECE0812F4B2007C5427,
     1181                                E191FCA10831B8FB003B09BC,
    11341182                        );
    11351183                        isa = PBXSourcesBuildPhase;
     
    14931541                E1BF166A03DBE27000050002 = {
    14941542                        fileEncoding = 30;
     1543                        indentWidth = 4;
    14951544                        isa = PBXFileReference;
    14961545                        lastKnownFileType = sourcecode.c.objc;
     
    14981547                        refType = 4;
    14991548                        sourceTree = "<group>";
     1549                        tabWidth = 8;
     1550                        usesTabs = 1;
    15001551                };
    15011552                E1BF166B03DBE27000050002 = {
Note: See TracChangeset for help on using the changeset viewer.