2016-02-01 8:37 GMT+01:00 Cyril Ferlicot Delbecque <cyril.ferlicot@gmail.com>:
On 01/02/2016 08:24, Nicolai Hess wrote:
>
> unlikely, many 'icon'-methods are now rendered as 'unimplemeted'
> methods, because
> ThemeIcons uses #doesNotUnderstand indirection to create the named
> icons. And that seems to work
> well.
> And the error about
>
> RubShoutStylerDecorator(Object)>>doesNotUnderstand: #recomposeFrom:to:delta:
> happened already to me, sometimes, before we made this change for the
> (Symbol SelectorTabe).
>
> What exactly had you done when this error occured. editing a new
> method/edit an existing method but
> call a new unimplemented method/writing some code in playground, using
> unimplemented methods?
>
>
>�� �� ��--
>�� �� ��Cyril
>
>
In the class TextLink in the latest image I just typed this method,
formated (CMD-Shift-f) and saved:
= anObject
�� �� �� �� ^ self species = anObject species and: [ self classAndMethod = anObject
classAndMethod ]
Then I got other errors at almost each character I typed in other methods.Maybe because, TextLink has no accessor for #classAndMethod :)
--
Cyril