Ignore:
Timestamp:
05/14/05 20:11:04 (19 years ago)
Author:
Nicholas Riley
Message:

ICeCoffEE 1.4.2b1

VERSION, ui.plist, Info*.plist, InfoPlist.strings: Updated for 1.4.2b1.

APEMain.m: Removed PBX support.

ICeCoffEE.[hm]: Don't ICCF_OSErr(C)Assert if we get userCanceledErr:
part of fixing extraneous exception when not selecting anything from
the helper app menu. ICCF_KeyboardAction() and
ICCF_LaunchURLFromTextView() now take an event parameter - since we
have stuff on a timer now, means we get the key modifier state at
mousedown time, rather than some arbitrary time later.
ICCF_LaunchURL() returns NO if the user cancelled, so we don't need to
throw an exception to stop the URL blinking. Moved sanitized mouse
down event generation to ICCF_MouseDownEventWithModifierFlags(). Only
update Services menu at app launch on Panther. Use a timer to delay
URL launching in NSTextView on Tiger, so we accommodate
command-multiple clicking for discontiguous selection. Remove that
ugly goto.

ICeCoffEEShared.h: Turn off debugging in preparation for (beta)
release.

ICeCoffEETerminal.m: Update for new ICCF_LaunchURL() return.

ICeCoffEETrigger.[hm]: Singleton timer wrapper for discontiguous
selection compatibility on Tiger. Singleton global is exported for
efficiency since we have to check it on every mouse down.

ICeCoffEEWebKit.m: Removed incorrect comment (what was I thinking?)
Update for new ICCF_LaunchURL() return. Properly highlight before
ICCF_LaunchURL(), especially noticable with menu.

APEInfo.rtfd: More fixes and updates, final for 1.4.2b1.

File:
1 edited

Legend:

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

    r182 r183  
    629629                        sourceTree = "<absolute>";
    630630                };
     631                E170DFDD0835D6F400B484AC = {
     632                        fileEncoding = 4;
     633                        isa = PBXFileReference;
     634                        lastKnownFileType = sourcecode.c.h;
     635                        path = ICeCoffEETrigger.h;
     636                        refType = 4;
     637                        sourceTree = "<group>";
     638                };
     639                E170DFDE0835D6F400B484AC = {
     640                        fileEncoding = 4;
     641                        isa = PBXFileReference;
     642                        lastKnownFileType = sourcecode.c.objc;
     643                        path = ICeCoffEETrigger.m;
     644                        refType = 4;
     645                        sourceTree = "<group>";
     646                };
     647                E170DFDF0835D6F400B484AC = {
     648                        fileRef = E170DFDD0835D6F400B484AC;
     649                        isa = PBXBuildFile;
     650                        settings = {
     651                        };
     652                };
     653                E170DFE00835D6F400B484AC = {
     654                        fileRef = E170DFDE0835D6F400B484AC;
     655                        isa = PBXBuildFile;
     656                        settings = {
     657                        };
     658                };
    631659                E182C8F603DE817F00050002 = {
    632660                        fileEncoding = 30;
     
    780808                                E1ABAE9D0812F4B2007C5427,
    781809                                E191FC9E0831B8FB003B09BC,
     810                                E170DFDF0835D6F400B484AC,
    782811                        );
    783812                        isa = PBXHeadersBuildPhase;
     
    907936                                E1ABAEAF0812F4B2007C5427,
    908937                                E191FC9F0831B8FB003B09BC,
     938                                E170DFE00835D6F400B484AC,
    909939                        );
    910940                        isa = PBXSourcesBuildPhase;
     
    14031433                                E14343CD03DB66E900050002,
    14041434                                E14343CE03DB66E900050002,
     1435                                E170DFDD0835D6F400B484AC,
     1436                                E170DFDE0835D6F400B484AC,
    14051437                                E14343B703DB4CFE00050002,
    14061438                                E14343B803DB4CFE00050002,
Note: See TracChangeset for help on using the changeset viewer.