Changeset 10612 for trunk/Padre/lib/Padre/Document.pm
- Timestamp:
- 02/08/10 00:13:24 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Document.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Document.pm
r10608 r10612 222 222 $self->{filename} = $self->{file}->{filename}; 223 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 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 226 226 227 227 if ( $self->{file}->exists ) {
Note: See TracChangeset
for help on using the changeset viewer.
