Changeset 5314


Ignore:
Timestamp:
06/18/09 08:03:42 (3 years ago)
Author:
adamk
Message:

Minor tidying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Output.pm

    r5239 r5314  
    2828        Wx::wxDefaultSize, 
    2929        Wx::wxTE_READONLY 
    30             | Wx::wxTE_MULTILINE 
    31             | Wx::wxTE_DONTWRAP 
    32             | Wx::wxNO_FULL_REPAINT_ON_RESIZE, 
     30        | Wx::wxTE_MULTILINE 
     31        | Wx::wxTE_DONTWRAP 
     32        | Wx::wxNO_FULL_REPAINT_ON_RESIZE, 
    3333    ); 
    3434 
     
    7575    } else { 
    7676        my $text = Encode::decode( 'utf8', $_[0] ); 
    77         if ($use_ansi) { 
     77        if ( $use_ansi ) { 
    7878            $self->_handle_ansi_escapes($text); 
    7979        } else { 
     
    8686SCOPE: { 
    8787 
    88     # TODO: This should be some sort of style file, but the main editor style support is too wacky to add this at the moment 
     88    # TODO: This should be some sort of style file, 
     89    # but the main editor style support is too wacky 
     90    # to add this at the moment. 
    8991    my $fg_colors = [ 
    9092        Wx::Colour->new('#000000'),    # black 
Note: See TracChangeset for help on using the changeset viewer.