Changeset 2289
- Timestamp:
- 12/30/08 11:11:23 (3 years ago)
- Location:
- trunk/Padre
- Files:
-
- 3 edited
-
lib/Padre/Config.pm (modified) (1 diff)
-
lib/Padre/Document/Perl.pm (modified) (1 diff)
-
t/02-new.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Config.pm
r2214 r2289 44 44 editor_tabwidth => 8, 45 45 editor_indentwidth => 4, 46 47 ppi_highlight => 0, 48 ppi_highlight_limit => 10_000, 46 49 47 50 # When running a script from the application some of the files might have not been saved yet. -
trunk/Padre/lib/Padre/Document/Perl.pm
r2276 r2289 86 86 my $self = shift; 87 87 my $config = Padre->ide->config; 88 if ( $config->{ppi_highlight} ) { 88 89 if ( $config->{ppi_highlight} and $self->editor->GetTextLength < $config->{ppi_highlight_limit} ) { 89 90 return Wx::wxSTC_LEX_CONTAINER; 90 91 } else { -
trunk/Padre/t/02-new.t
r2214 r2289 54 54 editor_use_tabs => 1, 55 55 editor_perl5_beginner => 1, 56 57 ppi_highlight => 0, 58 ppi_highlight_limit => 10_000, 56 59 57 60 search_terms => [],
Note: See TracChangeset
for help on using the changeset viewer.
