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 redI 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 yzwColor yzwwill show yzw red,Color yellowill print yello in italicColor yellowwill print yellow normalColor jaunewill 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