Enhancement in Calypso: Misc
• You are subscribed to this case
I still do not see that it was working in Nautilus. Which means I do not understand. Can you give me step by step scenario how to see difference?
With your instruction I opened Nautilus in Pharo 6. Then I selected Announcer>>initialize. Then I typed printOn: and saved. The #printOn: method was created in initialization protocol (where initialize is categorized).
Next time I opened Nautilus in Pharo 6. Then I selected initialization protocol in Announcer. Then I typed printOn: and saved. And method was again created in initialization protocol.