Oct. 12, 2015
3:12 p.m.
2015-10-12 16:52 GMT+02:00 Stephan Eggermont <stephan@stack.nl>:
On 02-10-15 10:57, Stephan Eggermont wrote:
On 02-10-15 08:27, Nicolai Hess wrote:
Maybe it was supposed to work but isn't finished? There is another example RubPluggableTextMorphExample That one can save changes.
Ah, then I'll take a look at that one
Couldn't make that one work in a Morph. But I stole its #accept:notifying: and made saving work. Next steps: updating on system announcements and asking before throwing away changes.
for the system announcements, I believe you only need to follow MethodModified and MethodRemoved. Once you get to it, the system announcements work really well except ClassModifiedClassDefinition. Thierry
Stephan