Hello,
Yes, I am aware of that.
The idea was to evaluate how good the RB AST colouring is already and maybe find the energy to
fix all remaining problems��� we fixed many but not all.
I propose that we keep it for some month more and if we don���t improve these problems go
back to the old scheme for Pharo5.
Then we can re-start to work on this in Pharo6.
Marcus
Hi,
Here is an example.
Type this in a playground in a Pharo 5 image, and all statements before the parentheses become black:
| a b c d |
a := 42.
b := a + 1.
c := b + 1.
d := c + 1.
a . b . c . d }
<Playground-50.png>
Here is how this looks in a Pharo 4:
<Playground-40.png>
Cheers,
Doru