Changeset 2275


Ignore:
Timestamp:
12/30/08 06:40:40 (3 years ago)
Author:
szabgab
Message:

turn on the ppi_highlighting menu option when reloading padre

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Menu/Perl.pm

    r2273 r2275  
    8383 
    8484            # Update the colourise for each Perl editor 
     85            # TODO try to delay the actual color updating for the 
     86            # pages that are not in focus till they get in focus 
    8587            foreach my $editor ( $_[0]->pages ) { 
    8688                my $doc = $editor->{Document}; 
     
    104106} 
    105107 
     108sub refresh { 
     109    my $self     = shift; 
     110    my $config   = Padre->ide->config; 
     111 
     112    $self->{ppi_highlight}->Check( $config->{ppi_highlight} ? 1 : 0 ); 
     113} 
     114 
    1061151; 
Note: See TracChangeset for help on using the changeset viewer.