Hello guys,
I know a some of you are waiting for the integration of the RB engine into
Nautilus.
Some of them are already implemented, so if you wanna test them, here is the
gofer script
Gofer new
url: 'http://ss3.gemstone.com/ss/Nautilus';
package: 'ConfigurationOfNautilus';
load.
(Smalltalk at: #ConfigurationOfNautilusRefactoring) perform: #loadDefault
It loads everything.
For now I have only done some refactorings for classes, so if you popup the
menu on a class, a new item named Refactoring should appear :)
Moreover, the 'rename class' method is replaced by the RB one :)
Thanks in advance for your feedback, and if you want to participate, you are
more than welcome :)
Ben