pybae / QNote

A note taking app for Linux
MIT License
4 stars 0 forks source link

Same name will edit both files #25

Open kimyu92 opened 9 years ago

kimyu92 commented 9 years ago

make a folder and name a file that is the same as the file outside of the folder

eg a.txt and folder/a.txt

it displays a.txt and a.txt on the entry (a bit bad, user couldn't differentiate which files) worse is when user tried to edit 1 of the files, both files changed.

p/s: this could be due to our implementation of absolute path

pybae commented 9 years ago

this is due to our implementation, not quite sure how we're going to make subdirectories yet