Changeset 5314
- Timestamp:
- 06/18/09 08:03:42 (3 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Wx/Output.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Output.pm
r5239 r5314 28 28 Wx::wxDefaultSize, 29 29 Wx::wxTE_READONLY 30 | Wx::wxTE_MULTILINE31 | Wx::wxTE_DONTWRAP32 | Wx::wxNO_FULL_REPAINT_ON_RESIZE,30 | Wx::wxTE_MULTILINE 31 | Wx::wxTE_DONTWRAP 32 | Wx::wxNO_FULL_REPAINT_ON_RESIZE, 33 33 ); 34 34 … … 75 75 } else { 76 76 my $text = Encode::decode( 'utf8', $_[0] ); 77 if ( $use_ansi) {77 if ( $use_ansi ) { 78 78 $self->_handle_ansi_escapes($text); 79 79 } else { … … 86 86 SCOPE: { 87 87 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. 89 91 my $fg_colors = [ 90 92 Wx::Colour->new('#000000'), # black
Note: See TracChangeset
for help on using the changeset viewer.
