[Visualperl-discuss] fonts and colors not setting properly with underscore...
by Tom Humphrey other posts by this author
Apr 16 2005 5:36PM messages near this date
view in the new Beta List Site
FW: Re: [Visualperl-discuss] remote debugger gives error and 'use' is not working
|
Re: [Visualperl-discuss] fonts and colors not setting properly with underscore...
Compare the following two:
sub time {
my $self = shift;
$self-> {time} = shift() if (@_);
return $self-> {time};
}
sub h_team {
my $self = shift;
$self-> {h_team} = shift() if (@_);
return $self-> {h_team};
}
In the IDE, "time" is highlighted an olive color (i set it that way in
tools-> options->env->fonts and colors). However, when I use a string that
has an underscore, like "h_team" does, it is black (not olive!)
What is going on here? Why is "h_team" not olive like "time"?
Just trying to figure out this darn IDE, thanks for the advice!
Regards,
Tom Humphrey
_______________________________________________
VisualPerl-discuss mailing list
VisualPerl-discuss@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Tom Humphrey
Eric Promislow
|