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