Hello everyone,
I'm using PluggableTextMorph and I wonder why the styler variable is not initialized.

So maybe PluggableTextMorph >> styler should be

���� styler
� � � �� "The styler responsible for highlighting text in the receiver"
� � � �� styler ifNil: [self useDefaultStyler].
� � � �� ^styler����

instead of :

���� styler
� � �� � "The styler responsible for highlighting text in the receiver"���
�������� ^styler



Ben