Re: [Pharo-users] Refactoring project: improvements

2014-07-23 Thread Mark Rizun
Hi Gabriel, I agree with you that my "extract to temp" may be not really a refactoring anymore. And maybe you're right about adding extra option, I should think about it. Thanks Mark 2014-07-23 13:33 GMT+02:00 Gabriel Cotelli : > Hi Mark, > > Thanks for taking care of improving the refactoring

Re: [Pharo-users] Refactoring project: improvements

2014-07-23 Thread Gabriel Cotelli
Hi Mark, Thanks for taking care of improving the refactoring tools. Just a side note, if you modify the Extract to temporary refactoring to change all the references (as your blog post suggest) then exists cases when this is no longer a refactoring. If the extracted code has side effects is not t

Re: [Pharo-users] Refactoring project: improvements

2014-07-22 Thread stepharo
Thanks a lot mark ! This is really cool to see how fast you are going. Stef On 22/7/14 11:00, Mark Rizun wrote: Hi everyone, This is a summary of what is done on improving refactorings. /Refactoring(enhancement)/ - Extract to temporary(renaming duplicates) - Rename method(permutation of args)

[Pharo-users] Refactoring project: improvements

2014-07-22 Thread Mark Rizun
Hi everyone, This is a summary of what is done on improving refactorings. /Refactoring(enhancement)/ - Extract to temporary(renaming duplicates) - Rename method(permutation of args) - Rename inst var(renames accessors) For more details read my blog: http://myfuncoding.blogspot.fr/2014/07/improved-