Accessor Creation in Nautilus Browser

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

Accessor Creation in Nautilus Browser

Rob Rothwell
Hello,

Is there a way to create accessors for more than one instance variable at a time with the Nautilus browser?

"Class -> Refactoring -> Inst Var Refactoring -> Accessors" shows available instance variables, but only one can be selected...

Thank you,

Rob 
Reply | Threaded
Open this post in threaded view
|

Re: Accessor Creation in Nautilus Browser

alistairgrant
Hi Rob,

On 12 September 2017 at 03:32, Rob Rothwell <[hidden email]> wrote:

> Hello,
>
> Is there a way to create accessors for more than one instance variable at a
> time with the Nautilus browser?
>
> "Class -> Refactoring -> Inst Var Refactoring -> Accessors" shows available
> instance variables, but only one can be selected...
>
> Thank you,
>
> Rob

Class -> Refactoring -> Class Refactoring -> Generate Accessors

Cheers,
Alistair

Reply | Threaded
Open this post in threaded view
|

Re: Accessor Creation in Nautilus Browser

Rob Rothwell


On Tue, Sep 12, 2017 at 5:45 AM, Alistair Grant <[hidden email]> wrote:
Hi Rob,

On 12 September 2017 at 03:32, Rob Rothwell <[hidden email]> wrote:
> Hello,
>
> Is there a way to create accessors for more than one instance variable at a
> time with the Nautilus browser?
>
> "Class -> Refactoring -> Inst Var Refactoring -> Accessors" shows available
> instance variables, but only one can be selected...
>
> Thank you,
>
> Rob

Class -> Refactoring -> Class Refactoring -> Generate Accessors


  Ha!  Thank you...my brain kept seeing "Class" and saying, "But I'm not ON the Class side!"

Thanks again,

Cheers,
Alistair