getting class instance variable readers?

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

getting class instance variable readers?

Andrea Gammachi
Hello all. Is there a way to get all the methods with class instance variable readers of a class instance variable? (not "Browse methods with source matching")
cheers

Andrea

Reply | Threaded
Open this post in threaded view
|

RE: getting class instance variable readers?

Boris Popov, DeepCove Labs (SNN)
Right click on the class and pick "Class Instance Variables" menu, from
there you have a number of choices, one of which is "Readers..." along with
"Writers..." and "References..."

Hope this helps,

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: Andrea Gammachi [mailto:[hidden email]]
Sent: Wednesday, March 22, 2006 12:50 PM
To: VWNC
Subject: getting class instance variable readers?

Hello all. Is there a way to get all the methods with class instance
variable readers of a class instance variable? (not "Browse methods with
source matching")
cheers

Andrea



smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

RE: getting class instance variable readers?

Boris Popov, DeepCove Labs (SNN)
In reply to this post by Andrea Gammachi
No problem. Usually you can just open that menu, press Ctrl+Y to pop up a
debugger somewhere in the neighborhood of MenuAsSubmenuController whose
model is an instance a Menu in question. Inspect that, dive into the items,
find an item in question (say "Readers...") and look at its value. In case
of Refactoring Browser, however, you can just use Action Editor to find
every command that RB defines via,

RBActionEditor open

then look for commands such as "Local Class Instance Variable Readers" and
"Local Class Instance Variable Writers" etc.

Hope this helps,

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: Andrea Gammachi [mailto:[hidden email]]
Sent: Thursday, March 23, 2006 1:49 PM
To: Boris Popov
Subject: Re: getting class instance variable readers?

Thank you Boris.
I'd like to see the code itself, do you know an easy way to search for "menu
items implementations" ?

Andrea


2006/3/22, Boris Popov <[hidden email]>:

        Right click on the class and pick "Class Instance Variables" menu,
from
        there you have a number of choices, one of which is "Readers..."
along with
        "Writers..." and "References..."
       
        Hope this helps,
       
        -Boris
       
        --
        +1.604.689.0322
        DeepCove Labs Ltd.
        4th floor 595 Howe Street
        Vancouver, Canada V6C 2T5
       
        [hidden email]
       
        CONFIDENTIALITY NOTICE
       
        This email is intended only for the persons named in the message
        header. Unless otherwise indicated, it contains information that is
        private and confidential. If you have received it in error, please
        notify the sender and delete the entire message including any
        attachments.
       
        Thank you.
       
        -----Original Message-----
        From: Andrea Gammachi [mailto:[hidden email] ]
        Sent: Wednesday, March 22, 2006 12:50 PM
        To: VWNC
        Subject: getting class instance variable readers?
       
        Hello all. Is there a way to get all the methods with class instance
        variable readers of a class instance variable? (not "Browse methods
with
        source matching")
        cheers
       
        Andrea
       
       
       
       
       



smime.p7s (4K) Download Attachment