Changeset 2291
- Timestamp:
- 12/30/08 17:01:21 (3 years ago)
- Location:
- trunk/Padre/lib/Padre/Wx/Menu
- Files:
-
- 2 edited
-
Experimental.pm (modified) (1 diff)
-
Perl.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Menu/Experimental.pm
r2277 r2291 88 88 ); 89 89 90 # Simple QuickFind check update91 $self->{quick_find}->Check( $config->{is_quick_find} ? 1 : 0 );92 93 # Check update and enable/disable the PPI lexer hook94 $self->{ppi_highlight}->Check( $config->{ppi_highlight} ? 1 : 0 );95 $Padre::Document::MIME_LEXER{'application/x-perl'} =96 $config->{ppi_highlight}97 ? Wx::wxSTC_LEX_CONTAINER98 : Wx::wxSTC_LEX_PERL;99 100 90 return; 101 91 } -
trunk/Padre/lib/Padre/Wx/Menu/Perl.pm
r2279 r2291 110 110 111 111 $self->{ppi_highlight}->Check( $config->{ppi_highlight} ? 1 : 0 ); 112 $Padre::Document::MIME_LEXER{'application/x-perl'} = 113 $config->{ppi_highlight} 114 ? Wx::wxSTC_LEX_CONTAINER 115 : Wx::wxSTC_LEX_PERL; 112 116 } 113 117
Note: See TracChangeset
for help on using the changeset viewer.
