-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] renaming document tab to same name as a folder in the notepad++ folder #15638
Comments
I confirm what he said @xomx |
Nice 🥳 |
Hmm now if the filename matches a folder name in the Notepad folder it just disappears on exit/restart. |
Mission impossible. This is not a N++ problem, the OS itself is not allowing such a thing. Otherwise, imagine how the OS would distinguish whether you want to work with a file or a folder located in the same directory... Its not only Windows thing - e.g. in UNIX a folder is just a special case of a file. |
Sorry terminology fail. To be clear: 'filename' above == what I rename the tab to in N++. |
If I do this:
Then there is no incorrect behavior; after the restart the |
OMG, I probably didn't edit the new tab doc and Npp just got rid 🤦 |
Is there an existing issue for this?
Description of the Issue
If you rename a document tab to the same name as a folder in the notepad++ folder then close and re-open notepad++, it tries to open all files in that folder.
Steps To Reproduce
plugins
(or the same name as any folder in the notepad++ folder)Current Behavior
Notepad tries to open all files in the local folder with the tab name (ie
notepad++/plugins/
).Expected Behavior
Expected the new document to be saved on exit and re-opened on restart.
Debug Information
Anything else?
No response
The text was updated successfully, but these errors were encountered: