Changeset 10608

Show
Ignore:
Timestamp:
02/07/10 16:01:28 (7 months ago)
Author:
kthakore
Message:

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

Files:
1 modified

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 ) {