2017-09-26 3:26 GMT+02:00 Sean P. DeNigris <sean@clipperadams.com>:
Denis Kudriashov wrote
> In Calypso you should not create protocols with star. In method editor
> status bar there is explicit checkbox "extension"�� to specify external
> package for the method.
> We should move away from star convention and work directly with packages.
> Calypso gives you the tools for this.

Aha! Cool and agreed. However, when I check the box on an existing method
and select a package, the method doesn't seem to move to the over package :/

It needs more love.
Now these options are working like code editing - you need accept changes of the method.
And this logic has missing parts:
- cmd+s do not work when status bar tools are in focus.
- you should always make source code dirty to accept changes.
- method editor does not mark tab as dirty when you edit method only with status bar tools. And it��does not prevent browser closing in that case.
��