workaround for this bug #13096 (URLs passed to wxFileSystemHandler::OpenFile() sometimes contain double slashes) – wxWidgets
sub wxDocsUrlTrunkSearch { my( $name ) = @_; my @class = split /::/, $name; my $method = pop @class; my $href = "http://docs.wxwidgets.org/trunk/search.php?query="; my $text = ''; my $classname = lcfirst join '', @class; if( $method =~ /^EVT_/){ $classname = ''; } else { $method = '' if $method =~ /^new/; $method = '::'.$method if length $method; } $text = escapeHTML( $classname.$method ); $method =~ s/:/%3A/g; $href .= $classname.$method; qq{<a href="$href">$text</a>}; }
In reply to Re: wxperl_usage / wxperl-usage / wxPerl::Usage / Class Method Browser , available methods, method invocation syntax, link to docs
by Anonymous Monk
in thread wxperl_usage / wxperl-usage / wxPerl::Usage / Class Method Browser , available methods, method invocation syntax, link to docs
by Anonymous Monk
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |