ikarago / Notepad

A Fluent-style Notepad-application because Microsoft doesn't make it.
MIT License
118 stars 14 forks source link

Problems in creating file via explorer integration #21

Closed MarcAnt01 closed 5 years ago

MarcAnt01 commented 5 years ago

Steps to reproduce:

  1. Set Notepad as default app for .txt file;
  2. Create a .txt file from explorer context menu;
  3. Open the file and modify it;
  4. Press save

This point instead of saving the current file, it will ask to save it as a new file

ikarago commented 5 years ago

Combining this one with Issue #6, as they both find their origin in that the regular Save function is behaving as Save As.

Also found another bug when opening such files (showing the file as edited while it just has been opened without any changed made to it).

Thank you for reporting it! :)

ikarago commented 5 years ago

The main problem in this issue has been fixed in commit 014d6db, the side problem has been put in a seperate issue.