|
Brody,
> I'm trying to figure out how to change this. I've figured out how to
> change the SUnit framework, but can't get the ClassBrowser, etc. to
> change.
Dolphin has no explicit settings for this, but it's easy enough to change.
If he's happy with only black text then find the method Compiler
class>>defaultSyntaxColors. A short way down you will find a line starting
'{\colortbl\red0\green0\blu....
comment out the whole of this line (as the actual comment above it
suggests) and then evaluate the line at the top of the method, the one
beginning
Compiler syntaxColors: Compiler defau....
to reset the syntax colouring to black only.
Alternatively, if he would prefer to use some colours you could change the
colour values to use ones that he is happy with.
There's also a couple of comment views, the "comment" tab in the class
browser for example, where the colour is hard coded into the view. If
needed you can change these using the view composer.
Ask again if you need further details on these last two.
--
Ian
Use the Reply-To address to contact me.
Mail sent to the From address is ignored.
|