Changeset 10608


Ignore:
Timestamp:
02/07/10 16:01:28 (2 years ago)
Author:
kthakore
Message:

Added a Todo, don't wanna break more things. Waiting for some advice

File:
1 edited

Legend:

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

    r10584 r10608  
    221221        # syntax to correct (for example) .//file.pl to ./file.pl) 
    222222        $self->{filename} = $self->{file}->{filename}; 
     223 
     224        # TODO: Fix Ticket #845 here. We need to make sure only the filename and not the folder name is here.  
     225        # This causes F5 to fail as the get_command in Document::Perl doesn' handle this corretly    
    223226 
    224227        if ( $self->{file}->exists ) { 
Note: See TracChangeset for help on using the changeset viewer.