On Feb 20, 2013, at 1:07 PM, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:There is actually no simple way to simply rename a method.We should maybe add one which keep track of the versions :)sure there is:click on the methodin the text pane change the selector of the method and compile.
Historically (even if it sounds wrong today) you create a new method,and delete the old one (and indeed this is disturbing for new comers ^^)I really think that both usage are valid even if I think that most of the time,you want to do a refactoring while renaming :)Let's release Pharo 2.0, and then we will have fun experimenting this ^^
Ben