Interesting... There is really something about being able to see both the set of methods of a class and it's superclass and the code of a method and it's superclass method at the same time. Thierry ________________________________________ De : pharo-users-bounces@lists.gforge.inria.fr [pharo-users-bounces@lists.gforge.inria.fr] de la part de Benjamin [benjamin.vanryseghem.pharo@gmail.com] Date d'envoi : lundi 6 août 2012 01:48 à : Pharo-project@lists.gforge.inria.fr; A friendly place where any question about pharo is welcome Objet : [Pharo-users] New feature in Nautilus Hello guys :) I just wanted to show you the new feature I just finished to implement into Nautilus: the multi methods edition http://dl.dropbox.com/u/24369478/MultiMethods.mov The video is quite short (1min) but it will be integrated soon in the image so ;) Some explanation: - now you can "pin" a text area, it will "freeze" the context, so you can edit it and save it without problems - you can have a many as wanted - the scroll pane is a bit clever to always keep the maximum size for the current edition (but there are splitters, so you can set it as you want) - you can "unpin" a text area, and it closes it (to add: check if there are pending changes) - the glitch about the color is the video has been fixed already (but I am too lazy to make another video ^^) - the frozen area get a help text which tells the method the source code comes from - the corresponding button have the same help text - clicking on the button jump to the method I hope you will enjoy it, and as usual if you have cool ideas, let me know ;) Ben