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.
Cheers, Alexandre
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 alexandre.bergel@me.com 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.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
There is this issue, too:
https://pharo.fogbugz.com/f/cases/16020/Syntax-Highlighting-Rubric-First-sho...
On 13 Oct 2015, at 17:54, Tudor Girba tudor@tudorgirba.com 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 <alexandre.bergel@me.com mailto:alexandre.bergel@me.com> 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 http://www.bergel.eu/ ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@list.inf.unibe.ch mailto:Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev https://www.list.inf.unibe.ch/listinfo/moose-dev
-- www.tudorgirba.com http://www.tudorgirba.com/
"Every thing has its own flow"
Done https://pharo.fogbugz.com/f/cases/16781/Syntax-highlighting-is-missing-in-Pl...
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 alexandre.bergel@me.com wrote:
Done
https://pharo.fogbugz.com/f/cases/16781/Syntax-highlighting-is-missing-in-Pl...
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Oct 13, 2015, at 12:54 PM, Tudor Girba tudor@tudorgirba.com 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 <alexandre.bergel@me.com
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 Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow"
Hi,
On Tue, Oct 13, 2015 at 9:48 PM, Andrei Chis chisvasileandrei@gmail.com wrote:
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.
Yes.
For that we need to:
- deprecate GLMCompositePresentation>>#smalltalkCode and replace it
senders with #pharoMethod and #pharoPlayground
+1
- switch the the rubric renderer in GLMCompositePresentation>>#text; Or
do we deprecate #text and keep just #rubricText ?
We switch text: to point to the Rubric renderer.
- deprecate all classes that are linked to the PluggableTextMorph
renderer.
+1.
Doru
Cheers, Andrei
On Tue, Oct 13, 2015 at 6:35 PM, Alexandre Bergel <alexandre.bergel@me.com
wrote:
Done
https://pharo.fogbugz.com/f/cases/16781/Syntax-highlighting-is-missing-in-Pl...
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Oct 13, 2015, at 12:54 PM, Tudor Girba tudor@tudorgirba.com 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 < alexandre.bergel@me.com> 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 Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow"