Hmm, true :) :P.
shoutAboutToStyle: aPluggableShoutMorphOrView
��� aPluggableShoutMorphOrView getText = self contents ifTrue: [ ^false ].
��� aPluggableShoutMorphOrView classOrMetaClass: self object class.
��� ^ true
shoutAboutToStyle: aPluggableShoutMorphOrView
��� aPluggableShoutMorphOrView getTextSelector == #trash ifFalse: [ ^false ].
��� aPluggableShoutMorphOrView classOrMetaClass: self object class.
��� ^ true
Here I've two solutions but no one pleases me...
Maybe
shoutAboutToStyle: aPluggableShoutMorphOrView
��� aPluggableShoutMorphOrView getTextSelector == self trashSelector ifFalse: [ ^false ].
��� aPluggableShoutMorphOrView classOrMetaClass: self object class.
��� ^ true
And then use #trashSelector on UIManager?
> I added the following method to inspector and styling turned on:Maybe you also want to set the class context so that it doesn't
>
> shoutAboutToStyle: aPluggableShoutMorphOrView
> ��� ^ true
>
> Should we add it?
highlight variable references as errors?
Lukas
--
Lukas Renggli
www.lukas-renggli.ch