How can I easily create getters/setters for my instanceu variables?
And where can I find refactoring tools? Thanks. _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Middle click in the class name pane of the browser - choose more... -
create inst var accessors. On Jul 1, 2006, at 3:34 PM, itsme213 wrote: > How can I easily create getters/setters for my instanceu variables? > > And where can I find refactoring tools? > > Thanks. > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
I have a 3-button mouse (middle is a click/scroll wheel) on WinXP and
clicking it turns out Morphic halos. I have tried all other combinations that might equate to Middle click with no luck. Any insights? Thanks for the help! ----- Original Message ----- From: "Todd Blanchard" <[hidden email]> To: "A friendly place to get answers to even the most basic questions aboutSqueak." <[hidden email]> Sent: Saturday, July 01, 2006 5:52 PM Subject: Re: [Newbies] getters and setters ; refactoring tools > Middle click in the class name pane of the browser - choose more... - > create inst var accessors. > > On Jul 1, 2006, at 3:34 PM, itsme213 wrote: > >> How can I easily create getters/setters for my instanceu variables? >> >> And where can I find refactoring tools? >> >> Thanks. >> _______________________________________________ >> Beginners mailing list >> [hidden email] >> http://lists.squeakfoundation.org/mailman/listinfo/beginners > > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners > Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
itsme213 wrote:
> I have a 3-button mouse (middle is a click/scroll wheel) on WinXP and > clicking it turns out Morphic halos. I have tried all other > combinations that might equate to Middle click with no luck. Any > insights? That is the middle-click. You can swap the 2nd and 3rd button in the Prefences menu (under general.) Did you want to assign something to the middle button? > > Thanks for the help! > > ----- Original Message ----- From: "Todd Blanchard" <[hidden email]> > To: "A friendly place to get answers to even the most basic questions > aboutSqueak." <[hidden email]> > Sent: Saturday, July 01, 2006 5:52 PM > Subject: Re: [Newbies] getters and setters ; refactoring tools > > >> Middle click in the class name pane of the browser - choose more... - >> create inst var accessors. >> >> On Jul 1, 2006, at 3:34 PM, itsme213 wrote: >> >>> How can I easily create getters/setters for my instanceu variables? >>> >>> And where can I find refactoring tools? >>> >>> Thanks. >>> _______________________________________________ >>> Beginners mailing list >>> [hidden email] >>> http://lists.squeakfoundation.org/mailman/listinfo/beginners >> >> _______________________________________________ >> Beginners mailing list >> [hidden email] >> http://lists.squeakfoundation.org/mailman/listinfo/beginners >> > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners > -- brad sonaural _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Thanks Brad. That did the trick!
----- Original Message ----- From: "Brad Fuller" <[hidden email]> To: "A friendly place to get answers to even the most basic questions aboutSqueak." <[hidden email]> Sent: Saturday, July 01, 2006 11:00 PM Subject: Re: [Newbies] getters and setters ; refactoring tools > itsme213 wrote: >> I have a 3-button mouse (middle is a click/scroll wheel) on WinXP and >> clicking it turns out Morphic halos. I have tried all other >> combinations that might equate to Middle click with no luck. Any >> insights? > That is the middle-click. You can swap the 2nd and 3rd button in the > Prefences menu (under general.) > Did you want to assign something to the middle button? > _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by Sophie424
Il giorno sab, 01/07/2006 alle 17.34 -0500, itsme213 ha scritto:
> How can I easily create getters/setters for my instanceu variables? > > And where can I find refactoring tools? The Squeak Map has the latest versions of the Refactoring Browser 8RB). Install it from the Squeak Map Package Loader. Amongst the many features of RB, there's the possibility of creating getters and/or setters of instance variables. Giovanni _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Free forum by Nabble | Edit this page |