Ignore:
Timestamp:
12/08/09 19:49:20 (2 years ago)
Author:
adamk
Message:

Added the "File Intuition" feature (it's a fairly terrible name and looks weird where it is in the File menu, but we can fix that later).

Also removed a bunch of $DB::single = 1 usages.

File:
1 edited

Legend:

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

    r9469 r9563  
    11781178    my $self = shift; 
    11791179 
    1180     # IF the file already has an existing name, guess that 
    1181     my $filename = $self->filename; 
    1182  
    1183     $DB::single = 1; 
    1184  
    1185     1; 
     1180    # For an unknown document type, we cannot make any reasonable guess 
     1181    return (); 
    11861182} 
    11871183 
Note: See TracChangeset for help on using the changeset viewer.