Nice job Gisela! Lorenzo Da: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] Per conto di Gisela Decuzzi Inviato: mercoledì 10 aprile 2013 14:18 A: Pharo-project@lists.gforge.inria.fr Oggetto: [Pharo-project] SmartSuggestions - Prototype 0 Hello, I've been working in a prototype for adding some suggestions to the menu depending on what it's selected with the cursor. (The same feature that ALT-Browser has, but now in Nautilus). It's just a little piece of code and has a lot of pending work, right now you can press right click over a message send and offers you browse implementors: Imágenes integradas 1 And if you are in an instance variable name and then right click: Imágenes integradas 2 (The same that ALT-Browser is doing, but in Nautilus) I developed in the latest 2.0 image. So, if you want to load in your image, play a little and then give me some feedback... Gofer it smalltalkhubUser: 'gisela' project: 'SmartSuggestions'; package: 'SmartSuggestions'; package: 'SmartSuggestionsNautilus'; load. :)