rizonesoft / Notepad3

Notepad like text editor based on the Scintilla source code. Notepad3 based on code from Notepad2 and MiniPath on code from metapath. Download Notepad3:
https://www.rizonesoft.com/downloads/notepad3/
Other
4.79k stars 322 forks source link

Cannot save "bookmark" and "caret positions" for multiple files at the same time #5151

Open 4512369781 opened 3 months ago

4512369781 commented 3 months ago

Version: Notepad3_6.24.309.1_rc3_x64

Steps to trigger the problem:

  1. Clean install and enable "Preserve Caret Position".
  2. Prepare two text files named "file1" and "file2" and open them.
  3. Set bookmark on file2, change the caret position, and then close file2.
  4. Open file2, check the bookmark and caret position, everything is ok at this time, close file2.
  5. Close file1.
  6. Open file2 again, the bookmark and cursor position have been reset.
4512369781 commented 3 months ago

I found that some settings, such as changing "global default font" in step 2, were also reset after closing file1. But changing the language is no problem.