[Newbies] Omnibrowser?

David Mitchell david.mitchell at gmail.com
Tue Sep 4 15:15:42 UTC 2007


OK, I see refactorings all over now.

To create an accessor, click the variables button in the Omni System Browser.

>From the variables window right-click on a variable name and choose
"accessors for instvar".

"Protect instvar" is another refactoring that will create accessors
and rewrite any direct variable access to boot.

On 8/30/07, David Mitchell <david.mitchell at gmail.com> wrote:
> But I think we are having trouble finding where on the GUI the
> reflection tools are.
>
> I know I used to see them when I right-clicked on a instance variable.
>
> Right now, I can't find any of the refactorings in the GUI.
>
> On 8/30/07, Lukas Renggli <renggli at gmail.com> wrote:
> > > > I did see the method cmdInstVarRefactroings (note the misspelling). It
> > > > doesn't seem like it is sent in my image.
> > >
> > > So, we need a patch?
> >
> > Well, the misspelling is of course a mistake of mine. OB sends all the
> > messages starting with #cmd to collect possible commands for menus.
> > You don't see any senders because evaluation is done trough reflection
> > (#allSelectors, #perform:).
> >
> > Lukas
> >
> > --
> > Lukas Renggli
> > http://www.lukas-renggli.ch
> > _______________________________________________
> > Beginners mailing list
> > Beginners at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/mailman/listinfo/beginners
> >
>


More information about the Beginners mailing list