jucipp
jucipp copied to clipboard
close all open files when loading a new folder / project
I just wrote into the wrong main.cpp because I didn't realize that it was the file from the older project and not the new one
Thank you again, but we try to keep automatic intrusive actions such as closing open files down to a minimum.
Hi, @eidheim!
I have also encountered this use case. I would suggest that we add the subdirectory name to open files with the same name:
// as it is right now:
main.cxx
main.cxx
// suggestion:
project/src/main.cxx
projectX/src/main.cxx
// or even:
project/../main.cxx
projectX/../main.cxx
Good idea @zalox , this would definitely be an improvement
I'll try to implement this tonight.