> Now may be the default should be inverted. > Not styled by default else we should really have a look at all the places > where we should not shout and fix them. > Because it looks strange to have a red text in inspector left pane especially > when shout tries to parse anOrderedCollection (........) > > Do you do that in OB?
Yes, by default all panes in OB are not shouted. If you load the package OB-Shout it adds a couple of #shoutAboutToStyle: methods to the models of the editors that require highlighting. The #shoutAboutToStyle: methods configure Shout as necessary with the class, extra bindings required, etc. Depending on the contents of the text pane (class def, method def, comment) Shout is configured differently, or even disabled. It is great that Alan is restoring this previous behavior again, because it made the system truly extensible (also with alternative highlighters like the PP based variation of Shout that Helvetia was using). Lukas -- Lukas Renggli www.lukas-renggli.ch
