feenkcom / gtoolkit

Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.
https://gtoolkit.com
MIT License
1.06k stars 46 forks source link

Overriding a trait method from a subclass doesn't show the subclass as a save destination #3821

Closed macta closed 2 weeks ago

macta commented 3 weeks ago

When I subclass CSProgramNodeVisitor (which has a TSmaCCParseNodeVistor trait) and I want to override one of the visit methods, when I show the trait methods in the Class view, and then edit one of them and press save - it doesn't offer my class at the destination - only the superclass or the trait itself. I have to use the + button (top right) and paste my method instead - which is a bit long winded, as I'm sure the intent is to let me fill in methods (Pharo does let you do this).

image

j-brant commented 2 weeks ago

image