Hi:
[WOF3.5.1/NT4.0/ServicePack 3]
Quick question. I just moved from developing on one machine
to another and one thing I miss is the way I had syntax coloring
setup in ProjectBuilder on my old machine. Does anyone know how to properly
write into the ProjectBuilder defaults domain to change the SyntaxColoringAttributes
key?
Here is what I get when I do the following:
%defaults read ProjectBuilder SyntaxColoringAttributes
(
{
Color = "0.000 0.290 0.025";
FontName = Ohlfs;
FontSize = 10.0;
Type = Comment;
UseGenericAttributes = NO;
},
{
Color = "0.256 0.003 0.297";
FontName = Ohlfs;
FontSize = 10.0;
Type = Keyword;
UseGenericAttributes = NO;
},
{
Color = "0.000 0.000 0.389";
FontName = Ohlfs;
FontSize = 10.0;
Type = "Numeric Constant";
UseGenericAttributes = NO;
},
{
Color = "0.290 0.000 0.000";
FontName = Ohlfs;
FontSize = 10.0;
Type = "String Constant";
UseGenericAttributes = NO;
}
)
Basically, for the latter 4 Types, I want the following respective colors:
Color = "0.004 0.873 0.091";
Type = Comment;
Color = "0.757 0.008 0.880";
Type = Keyword;
Color = "0.001 1.000 0.851";
Type = "Numeric Constant";
Color = "0.700 0.009 0.009";
Type = "String Constant";
Thanks,
Ricardo
---
PLATINUM technology
[EMAIL PROTECTED]
800.526.9096 x22395