Changeset 2275
- Timestamp:
- 12/30/08 06:40:40 (3 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Wx/Menu/Perl.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Menu/Perl.pm
r2273 r2275 83 83 84 84 # 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 85 87 foreach my $editor ( $_[0]->pages ) { 86 88 my $doc = $editor->{Document}; … … 104 106 } 105 107 108 sub refresh { 109 my $self = shift; 110 my $config = Padre->ide->config; 111 112 $self->{ppi_highlight}->Check( $config->{ppi_highlight} ? 1 : 0 ); 113 } 114 106 115 1;
Note: See TracChangeset
for help on using the changeset viewer.
