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."


Reply via email to