Changeset 11991


Ignore:
Timestamp:
07/24/10 20:42:51 (19 months ago)
Author:
azawawi
Message:

Rendering is in. Padre supports wxWidgets documentation in F2 help search. This project was on my long TODO list since 8/20/2009. LOL :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Document/Perl/Help.pm

    r11990 r11991  
    255255            $topic, 
    256256        ); 
     257    } elsif ( $self->{wxwidgets}->{$topic} ) { 
     258 
     259        # Yes, it is a Perl 5 Operator 
     260        require Padre::Pod2HTML; 
     261        return ( 
     262            Padre::Pod2HTML->pod2html( $self->{wxwidgets}->{$topic} ), 
     263            $topic, 
     264        ); 
    257265    } 
    258266 
Note: See TracChangeset for help on using the changeset viewer.