July 15, 2015
10:22 a.m.
I share your pain. Le 15 juil. 2015 12:16, "Torsten Bergmann" <astares@gmx.de> a écrit :
When creating a class with three or more instance variables
Object subclass: #Foo instanceVariableNames: 'one two three' classVariableNames: '' category: 'Bar'
and choosing "Refactoring" -> "Inst var Recfactoring" -> "Accessors" from the class in Nautilus one can only select a single ivar to generate the accessor methods.
Accessor creation can only be done one by one - which is a time killer when you have multiple ivars.
Is this by intention or a bug? Maybe there is another way to generate them that I miss?
Thx T.