There was also Pillar coloring http://www.humane-assessment.com/blog/writing-pillar-books-with-the-gtinspec..., and of course And as Nicolai mentioned, there's coloring for XML for both the source and tree view â ask monty how he did this rainbow magic. :) Peter On Sat, Mar 19, 2016 at 12:24 PM, Nicolai Hess <nicolaihess@gmail.com> wrote:
Isn't there a xml.-Styler in Moose? How is that implemented? Am 19.03.2016 11:28 vorm. schrieb "Stephan Eggermont" <stephan@stack.nl>:
On 19-03-16 10:59, Henrik Nergaard wrote:
There is no way of doing that, RubParagraphDecorator lacks a method to set its style variable.
If you add that, then you can do something like: Self is a RubEditingArea
(self decoratorNamed: #shoutStyler) style: yourStyleclass new.
I'm strongly in favor of adding this. There are other languages I want to style than smalltalk.
Stephan