Status: New
Owner: ----
CC: alexandr...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Mondrian Milestone-4.3
New issue 529 by tudor.gi...(a)gmail.com: Mondrian Easel does not offer
highlighting anymore
http://code.google.com/p/moose-technology/issues/detail?id=529
This is due to the changes in Pharo. When using the PluggableShoutMorph we
have to set the styler. Something like this:
editor := PluggableShoutMorph ... .
styler: (SHTextStylerST80 new
view: editor;
yourself)