[Q][browsing] standard/whisker/RB questions

Martin Drautzburg martin.drautzburg at web.de
Wed May 1 11:07:21 UTC 2002


Some simple questions:

(1) What is the best way to rename an instance variable. If I look up
    the var refs first, I cannot change the methods because the new
    variable name isn't there yet. If I change the variable name first
    I can no longer lookup the var refs. I used to add the new name
    first then fix the refs to the original name and then delete the
    original var, but that feels clumsy.

(2) Is there a way to have the methods orderd in a logical (manually
    ordered) way rather then alphabetically ? Or is this an unusual
    (aka silly) thing to do ?

(3) Whisker: I could not figure out how to change the category of an
    existing method in Whisker.

(4) The refactoring browser is not ready for daily use, right ?



More information about the Squeak-dev mailing list