No, you are right. It isn't shown in red, even if it is a unknown symbol.

I'll have a look.


2016-01-15 13:28 GMT+01:00 Nicolai Hess <nicolaihess@gmail.com>:


2016-01-15 13:10 GMT+01:00 stepharo <stepharo@free.fr>:
Hi

In the past in Pharo when a message was not matching an existing selector the selector was turned into red

I think this only happened for names not known as a symbol, regardless whether this symbol exists as a message selector or just a symbol.

If no symbol table includes the symbol yzw

Color yzw

will show yzw red,

Color yello
will print yello in italic
Color yellow
will print yellow normal
Color jaune
will print jaune red, as long it is not in a SymbolTable.

��
So we could see immediately that you typed an error.

Right now, the behavior only exists for Class
so

�� �� Po is italiczec
�� �� Pox is red

I played with the blueStyleTable but I cannot get it working on selector.
Does anybody know?

Such kind of glitch is slowing me when shooting new pharo videos.

Stef