How does one remove a method in Squeak! Smalltalk? I'm using a Seaside 2.8.4 image and I've accidentally added a method and made a typo in the name. I renamed it, but then it just made a new method. How do I remove the old one? Google didn't turn anything up.
In the browser yellow-click on a method name in the rightmost pane and select Remove method...
Squeak identifies mouse buttons by the colors red, yellow and blue because the Alto computer for which Smalltalk-80 was originally developed had a mouse with three colored buttons.
The yellow button is usually the middle button on an Unix mouse and the right button on a Windows mouse. That's because the mice on Windows PCs tend to have only two buttons while the ones on Unix X11 workstations traditionally had three.