Re: [Pharo-dev] Accessor creation for multiple ivars

2015-07-15 Thread Esteban Lorenzano
cmd+h+a :) but yes, we need to improve those menus. Esteban > On 15 Jul 2015, at 13:19, p...@highoctane.be wrote: > > Worst is that I got to that menu at one point but completely forgot about it.. > > The refactoring menu + code rewriting features are in need of some love :-) > > Phil > > On

Re: [Pharo-dev] Accessor creation for multiple ivars

2015-07-15 Thread p...@highoctane.be
Worst is that I got to that menu at one point but completely forgot about it.. The refactoring menu + code rewriting features are in need of some love :-) Phil On Wed, Jul 15, 2015 at 12:52 PM, Torsten Bergmann wrote: > Nicolai Hess wrote > >choosing "Refactoring" -> "Class Refactoring" -> "Ge

Re: [Pharo-dev] Accessor creation for multiple ivars

2015-07-15 Thread Torsten Bergmann
Nicolai Hess wrote >choosing "Refactoring" -> "Class Refactoring" -> "Generate Accessors" Aaarghh ... that was just too easy. Nonetheless it is confusing that both have the same result but different way of doing it. Any usability engineers among us? Phile wrote: >I share your pain. At least I w

Re: [Pharo-dev] Accessor creation for multiple ivars

2015-07-15 Thread Nicolai Hess
2015-07-15 12:16 GMT+02:00 Torsten Bergmann : > 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

Re: [Pharo-dev] Accessor creation for multiple ivars

2015-07-15 Thread p...@highoctane.be
I share your pain. Le 15 juil. 2015 12:16, "Torsten Bergmann" 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

[Pharo-dev] Accessor creation for multiple ivars

2015-07-15 Thread Torsten Bergmann
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 sele