Login  Register

Finding references to pool dictionaries.

Posted by Jurko Gospodnetic on Feb 24, 2004; 12:07pm
URL: https://forum.world.st/Finding-references-to-pool-dictionaries-tp3369823.html

Hi.

  Is there a way to easily find all the references to a given pool
dictionary
using the Dolphin IDE?

  I can get the result I want by evaluating code like:
Class allClasses select: [ :aClass | aClass sharedPoolNames includes:
#CommCtrlConstants ].

  but was wondering if there was some point&click interface I'm overlooking.
This way
takes too much time to find the exact syntax every time I need it. :-) I've
tried searching the
news archive and wiki, but haven't been able to come up with anything.

  Thanks,
    Jurko