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.
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.
2015-10-12 16:52 GMT+02:00 Stephan Eggermont <[hidden email]>:
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.
On 12-10-15 17:12, Thierry Goubier wrote:
> for the system announcements, I believe you only need to
> follow MethodModified and MethodRemoved.
Ah nice, that works. Just that deleting morphs directly when
reacting to the methodRemoved announcement tends to crash the image...
I've had to replace the last line in