Extended 'senders of' , 'implementors of' filtering

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Extended 'senders of' , 'implementors of' filtering

Igor Stasenko
Hi all,
Is there have some support in browser tools for filtering
senders/implementors of given receiver?

Sometimes i really need to filter senders/implementors which found
only in single package or in all subclasses of some class.
For example, try senders of 'value:' - in my image it shows list with
1119 entries. Its impossible to find only those which interesting to
me. The only way around is to use not so common selectors for own
methods. But even this can't help, if you want, for instance, to find
all senders of 'value:' in your classes, because it get flooded with
image-wide search results.


--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

Re: Extended 'senders of' , 'implementors of' filtering

Romain Robbes-2
Hi Igor,

In message list browsers you have a filter list option as a menu item. 
It is buried under the 'more ...'  menu item (In my opinion it should be the first menu option ...).

In it you can for example filter the list of messages to only include messages who were defined by you.

Romain

On Sep 21, 2007, at 2:29 PM, Igor Stasenko wrote:

Hi all,
Is there have some support in browser tools for filtering
senders/implementors of given receiver?

Sometimes i really need to filter senders/implementors which found
only in single package or in all subclasses of some class.
For example, try senders of 'value:' - in my image it shows list with
1119 entries. Its impossible to find only those which interesting to
me. The only way around is to use not so common selectors for own
methods. But even this can't help, if you want, for instance, to find
all senders of 'value:' in your classes, because it get flooded with
image-wide search results.


-- 
Best regards,
Igor Stasenko AKA sig.


--
Romain Robbes




Reply | Threaded
Open this post in threaded view
|

Re: Extended 'senders of' , 'implementors of' filtering

Igor Stasenko
Thanks!
Yeah, really its hidden too deep to discover :)

On 21/09/2007, Romain Robbes <[hidden email]> wrote:

>
> Hi Igor,
>
> In message list browsers you have a filter list option as a menu item.
> It is buried under the 'more ...'  menu item (In my opinion it should be the
> first menu option ...).
>
> In it you can for example filter the list of messages to only include
> messages who were defined by you.
>
>  Romain
>
>
>
> On Sep 21, 2007, at 2:29 PM, Igor Stasenko wrote:
>
> Hi all,
> Is there have some support in browser tools for filtering
> senders/implementors of given receiver?
>
> Sometimes i really need to filter senders/implementors which found
> only in single package or in all subclasses of some class.
> For example, try senders of 'value:' - in my image it shows list with
> 1119 entries. Its impossible to find only those which interesting to
> me. The only way around is to use not so common selectors for own
> methods. But even this can't help, if you want, for instance, to find
> all senders of 'value:' in your classes, because it get flooded with
> image-wide search results.
>
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>
>
>
> --
> Romain Robbes
> http://romain.robb.es
>
>
>
>
>


--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

Re: Extended 'senders of' , 'implementors of' filtering

Bert Freudenberg
Or, use the Protocol Browser which is very useful for these queries  
(get it from the class menu in a System Browser).

- Bert -

On Sep 21, 2007, at 15:48 , Igor Stasenko wrote:

> Thanks!
> Yeah, really its hidden too deep to discover :)
>
> On 21/09/2007, Romain Robbes <[hidden email]> wrote:
>>
>> Hi Igor,
>>
>> In message list browsers you have a filter list option as a menu  
>> item.
>> It is buried under the 'more ...'  menu item (In my opinion it  
>> should be the
>> first menu option ...).
>>
>> In it you can for example filter the list of messages to only include
>> messages who were defined by you.
>>
>>  Romain
>>
>>
>>
>> On Sep 21, 2007, at 2:29 PM, Igor Stasenko wrote:
>>
>> Hi all,
>> Is there have some support in browser tools for filtering
>> senders/implementors of given receiver?
>>
>> Sometimes i really need to filter senders/implementors which found
>> only in single package or in all subclasses of some class.
>> For example, try senders of 'value:' - in my image it shows list with
>> 1119 entries. Its impossible to find only those which interesting to
>> me. The only way around is to use not so common selectors for own
>> methods. But even this can't help, if you want, for instance, to find
>> all senders of 'value:' in your classes, because it get flooded with
>> image-wide search results.
>>
>>
>> --
>> Best regards,
>> Igor Stasenko AKA sig.
>>
>>
>>
>> --
>> Romain Robbes
>> http://romain.robb.es
>>
>>
>>
>>
>>
>
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>





Reply | Threaded
Open this post in threaded view
|

Re: Extended 'senders of' , 'implementors of' filtering

Duncan Mak-2
On 9/21/07, Bert Freudenberg <[hidden email]> wrote:
Or, use the Protocol Browser which is very useful for these queries
(get it from the class menu in a System Browser).

Just a note: the Protocol Browser is available in OmniBrowser! (Juraj and I did it over a weekend) Either right click on a class and select 'Browse Protocol', or press {Alt, Cmd}-P.

--
Duncan.