> That we don't have a way to create accessor (specifically the getters) that > do lazy evaluation?
Lazy initialization? What do you want to do? > The way the tool works now is that if one clicks refactor->accessors you get > a new window with all accessors "created" and you have to delete the ones you > don't want? You can disable the preference #promptOnRefactoring to not display the changes and perform the refactoring immediately. > And last but not least, if I attempt to edit a method in the new window > "Changes: refactor class, accessors" I get an MNU: > OR2AddMethodChangeNode(Object)>>doesNotUnderstand: #selectedClass. I cannot reproduce the problem in the standard OmniBrowser. I commonly edit the changes before applying the refactorings. Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
