Probably now I can tell you that we lost some afternoons one trying the get a tick list to have multiple renaming on instance and we discovered that they were some problems in the models of RB. It was totally strange. Now a good cleaning of nautilus is still needed in this part of the code. Stef Le 7/2/16 22:24, Tudor Girba a écrit :
Hi,
I would like to create a class with instance variables and methods using RB, and preview the changes with the changes browser.
I know how to create AddClass, AddInstanceVariable, AddMethod refactorings individually and query for their changes. For example:
(RBAddClassRefactoring addClass: #SomeClass superclass: #Object subclasses: {} category: #Category) primitiveExecute; changes.
(RBAddInstanceVariableRefactoring variable: 'x' class: #SomeClass) primitiveExecute; changes
My question is: is it possible to create them all in one batch and preview their changes in one single window?
Cheers, Doru
-- www.tudorgirba.com www.feenk.com
"If you interrupt the barber while he is cutting your hair, you will end up with a messy haircut."