2016-01-31 21:52 GMT+01:00 Cyril Ferlicot Delbecque < cyril.ferlicot@gmail.com>:
On 31/01/2016 15:23, stepharo wrote:
Hi guys
Thanks for this fix. I will start recording videos.
Stef
In the last image I get errors all the time when I use unimplemented methods. I think this might be related if this was done to add syntax highlighting for unimplemented methods.
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?
RubShoutStylerDecorator(Object)>>doesNotUnderstand: #recomposeFrom:to:delta: [ super doesNotUnderstand: aMessage ] in RubShoutStylerDecorator(RubParagraphDecorator)>>doesNotUnderstand: #recomposeFrom:to:delta: in Block: [ super doesNotUnderstand: aMessage ] BlockClosure>>cull: Context>>evaluateSignal: Context>>handleSignal: MessageNotUnderstood(Exception)>>signal RubCurrentLineBarDecorator(Object)>>doesNotUnderstand: #recomposeFrom:to:delta: [ super doesNotUnderstand: aMessage ] in RubCurrentLineBarDecorator(RubParagraphDecorator)>>doesNotUnderstand: #recomposeFrom:to:delta: in Block: [ super doesNotUnderstand: aMessage ] BlockClosure>>cull: Context>>evaluateSignal: Context>>handleSignal: MessageNotUnderstood(Exception)>>signal RubExtraSelectionDecorator(Object)>>doesNotUnderstand: #recomposeFrom:to:delta: [ super doesNotUnderstand: aMessage ] in RubExtraSelectionDecorator(RubParagraphDecorator)>>doesNotUnderstand: #recomposeFrom:to:delta: in Block: [ super doesNotUnderstand: aMessage ] BlockClosure>>cull: Context>>evaluateSignal: Context>>handleSignal: MessageNotUnderstood(Exception)>>signal RubOpeningClosingDelimiterDecorator(Object)>>doesNotUnderstand: #recomposeFrom:to:delta: [ super doesNotUnderstand: aMessage ] in
RubOpeningClosingDelimiterDecorator(RubParagraphDecorator)>>doesNotUnderstand: #recomposeFrom:to:delta: in Block: [ super doesNotUnderstand: aMessage ] BlockClosure>>cull: Context>>evaluateSignal: Context>>handleSignal: MessageNotUnderstood(Exception)>>signal RubTextMethodLink(Object)>>doesNotUnderstand: #tes RubTextMethodLink(TextLink)>>= Array(SequenceableCollection)>>hasEqualElements: Array(SequenceableCollection)>>= Array(SequenceableCollection)>>hasEqualElements: RunArray>>=
-- Cyril