Now I'm wondering if I'm doing something wrong, or short-circuiting the correct approach... When I want to subclass - I simply select the class, and update the class definition page - moving the subclass name (which is the current class) to the class section, and replacing the subclass name with my new subclass name. I can also take care of instance and class variables I need... just save and everything seems to work just fine. Is there a reason to need to do this with a menu? Many times with menu options I'm unclear WHAT it's operating ON :) Nice to know there are multiple ways to get things done in Pharo!! On Tue, Apr 27, 2021 at 8:43 AM kmo <voxkmp@gmail.com> wrote:
I'm not surprised you missed it. I think it's not very intuitive having it on the refactoring sub-menu - especially when you already have "new class" on the right click menu when you select a class. Why not have "create subclass" there as well?
By the way, did you have trouble working out the "normal" way of creating a subclass? You select the class definition tab in the browser bottom panel and press the + (plus) button. It took me ages and ages to work that out. Am I just slow or is that also counter-intuitive?
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
-- Russ Whaley whaley.russ@gmail.com