Skip to content

Instantly share code, notes, and snippets.

@kentfredric
Created August 2, 2010 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kentfredric/504506 to your computer and use it in GitHub Desktop.
Save kentfredric/504506 to your computer and use it in GitHub Desktop.
cd /tmp
mkdir -p /tmp/test/this-is-main/subdir/
mkdir -p /tmp/test/this-is-cwd/adifferentsubdir/
echo File Contents > /tmp/test/this-is-main/subdir/AFile
echo A Different Files Contents > /tmp/test/this-is-cwd/adifferentsubdir/BFile
cd /tmp/test/this-is-cwd
# open padre
# advanced:
# main_directory_root = /tmp/test/this-is-main
# Manually open BFile with "File->Open"
# save a session as 'testsession'
# close padre
padre --session testsession
# attempt to open "AFile" from the Projects list.
No such file or directory when trying to open '/tmp/test/this-is-cwd/adifferentsubdir/subdir/AFile' at /home/kent/.perl/lib/perl5/Padre/Wx/Main.pm line 3368
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment