[squeak-dev] Getting rid of coloured code

Eliot Miranda eliot.miranda at gmail.com
Fri Feb 22 22:48:38 UTC 2013


Hi Tim,

    see PluggableTextMorphPlus>>useDefaultStyler
	"This should be changed to a proper registry but as long as there is
only shout this will do"
	Smalltalk at: #SHTextStylerST80 ifPresent:[:stylerClass|
		self styler: (stylerClass new view: self).
	].

So it looks like the right way to go about this is to unload Shout in
the Monticello browser.

On Fri, Feb 22, 2013 at 2:32 PM, tim Rowledge <tim at rowledge.org> wrote:
> I, personally, hate my code being coloured by some irritating know-it-all process that wants to tell me how that precious token there is a green-thing and that one is blue. No, it ain't. It's black, it's in my chosen font and you damn well leave it alone.
>
> Not to mention is wastes precious CPU time; the difference on my Pi is between unusable tools and ok tools.
>
> So here is a tiny changeset to rip out the nonsense. Some nice person might like to add a proper, friendly, Preference doohickey. I don't care - I got rid of the annoyance.
>
>
>
> tim
> --
> tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
> Strange OpCodes: CEQ: Corrupt and Erase Queue
>
>
>
>
>



-- 
best,
Eliot


More information about the Squeak-dev mailing list