Add this to the wishlist: - Scoped refactorings. Particularly method renames. I'd like to scope the refactorings to class, hierarchy, package or global level. :)
Esteban A. Maringolo 2014-06-15 11:18 GMT-03:00 Serge Stinckwich <[email protected]>: > and copy-paste that in playground and CTRL-O will open the Browser ;-) > > On Sun, Jun 15, 2014 at 2:17 PM, stepharo <[email protected]> wrote: >> Soon soon :) >> but in this form >> >> MyClass>>myMethod >> [ >> ^ 1 + 3 >> ] >> >> ;) >> >>> >>> MyClass>>myMethod "in accessors" >>> ^ 1 + 3 >>> >>> The current System Browser my also be switched to that method at the same >>> time, or a new System Browser opened if this is entered from Workspace. I >>> see some advantages for this for tutorials, where methods are presented >>> using the ">>" convention, and readers might copy-paste the whole code. >>> >>> cheers -ben >>> >>> >> >> > > > > -- > Serge Stinckwich > UCBN & UMI UMMISCO 209 (IRD/UPMC) > Every DSL ends up being Smalltalk > http://www.doesnotunderstand.org/ >
