The two issue are not related. This bug appeared because the 'Playground' view was using PluggableTextMorph which no longer works on in Pharo. I replaced the editor with rubric and it should work now.
We should deprecate the renderers based on PluggableTextMorph in glamour. For that we need to: - deprecate GLMCompositePresentation>>#smalltalkCode and replace it senders with #pharoMethod and #pharoPlayground - switch the the rubric renderer in GLMCompositePresentation>>#text; Or do we deprecate #text and keep just #rubricText ? - deprecate all classes that are linked to the PluggableTextMorph renderer. Cheers, Andrei On Tue, Oct 13, 2015 at 6:35 PM, Alexandre Bergel <[email protected]> wrote: > Done > > https://pharo.fogbugz.com/f/cases/16781/Syntax-highlighting-is-missing-in-Playground-and-examples > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > On Oct 13, 2015, at 12:54 PM, Tudor Girba <[email protected]> wrote: > > Indeed, that is a bug. Could you open a Pharo issue for this? > > Cheers, > Doru > > On Tue, Oct 13, 2015 at 4:51 PM, Alexandre Bergel <[email protected] > > wrote: > >> Hi! >> >> I see there is a great battle involving Rubric and all its friends is >> taking place. >> When I browse an example, I do not have the syntax highlighting. I am >> using the last version of Moose. >> >> <Screen Shot 2015-10-13 at 11.49.53 AM.png> >> >> Cheers, >> Alexandre >> -- >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.bergel.eu >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >> >> _______________________________________________ >> Moose-dev mailing list >> [email protected] >> https://www.list.inf.unibe.ch/listinfo/moose-dev >> >> > > > -- > www.tudorgirba.com > > "Every thing has its own flow" > > >
