ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> visualperl-discuss
visualperl-discuss
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved