Changeset 7503


Ignore:
Timestamp:
08/24/09 00:02:45 (2 years ago)
Author:
szabgab
Message:

set the PPI and Kate highlighter limit to 4000 characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Document/Perl.pm

    r7488 r7503  
    109109    my $limit; 
    110110    if ( $module eq 'Padre::Document::Perl::PPILexer' ) { 
    111         $limit = 2000; 
     111        $limit = 4000; 
    112112    } elsif ( $module eq 'Padre::Document::Perl::Lexer' ) { 
    113         $limit = 2000; 
     113        $limit = 4000; 
    114114    } elsif ( $module eq 'Padre::Plugin::Kate' ) { 
    115         $limit = 2000; 
     115        $limit = 4000; 
    116116    } 
    117117 
Note: See TracChangeset for help on using the changeset viewer.