Menu

#24 Use global find scrap

open
nobody
None
5
2004-01-08
2004-01-08
Peter Hosey
No

ShadowIRC does not currently use the global find scrap, like
Cocoa apps do. I think we should.

the find scrap can be accessed with:

OSStatus err = noErr;
ScrapRef scrap = NULL;
err = GetScrapByName(kScrapFindScrap, /*flag*/, &scrap);

the find scrap is used to store the query string that was entered
in the Find dialog or Search field.

Discussion

  • Anonymous

    Anonymous - 2004-01-08

    Logged In: YES
    user_id=473078

    yes, fGewA, we can add comments :P </test>

     
  • Sean McGovern

    Sean McGovern - 2004-01-10

    Logged In: YES
    user_id=60475

    In what context should the find scrap be used?

     
  • Peter Hosey

    Peter Hosey - 2004-01-11

    Logged In: YES
    user_id=711099

    in the Find dialog.

     

Log in to post a comment.