Ignore:
Timestamp:
02/10/08 06:02:25 (16 years ago)
Author:
Nicholas Riley
Message:

ICeCoffEE.[hm]: Restore ICCF_CheckRange, moved in [322], as we don't
want the range limited in TestParser.

ICeCoffEEParser.m: Remove ICCF_CheckRange. Comment out expandFront
URL/parens stuff; it's as yet untested. Handle {...} in URLs. Don't
assert when )/} is last character in string. Fix indentation.

ICeCoffEE.xcodeproj: Link TestParser to Cocoa normally. Remove
obsolete build settings.

TestParser.m: Stub out ICCF_CheckRange. Test beginning with
one-character ranges all the way through the string. Output summary
stats at end.

File:
1 edited

Legend:

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

    r322 r375  
    2626iccfURLAction ICCF_KeyboardAction(NSEvent *e);
    2727
     28// throws an exception if the URL range is nonexistent or too big
     29void ICCF_CheckRange(NSRange range);
     30
    2831// calls ICCF_DoURLAction
    2932// returns YES unless the user cancelled
Note: See TracChangeset for help on using the changeset viewer.