I just tested it. It works just great.
Second, I created a configuration with a development and stable version. You can find it here:
Gofer new�
smalltalkhubUser: 'girba' project: 'GPlay';
package: 'ConfigurationOfSpotter';
load.
(Smalltalk globals at: #ConfigurationOfSpotter)
loadStable
And in the MetaRepoForPharo30 so that you can load it from the Configuration Browser. Please note that I named the configuration Spotter, because there already exists a ConfigurationOfSpotlight for the widget of Esteban. Would it be Ok to change the name of the classes, too, to avoid confusion?
Third, I think we should not mix the morph with the global shortcut. I understand this is convenient, but these should pretty much be different projects. Is that Ok with you?
Fourth, I would like to theme this morph, too :). With this occasion, I would like to try a slightly different design for handling the theme code. I will follow up on this in another mail.
Doru