zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
2.6k stars 184 forks source link

Remember Current Files saves wrong paths #706

Closed chuanliwen closed 1 year ago

chuanliwen commented 1 year ago

Version used: Notepad2 (64-bit) 4.23.06.r4862 (d53367e0) Open file c:\users\my_name\documents\atext.txt, saved current file as c:\atext.txt. Open file c:\users\my_name\documents\adir\atext.txt, saved current file as c:\adir\atext.txt. Correct full path is showed on the top frame of the window. Are there any settings to set? Or something wrong with the program? Pls have a check. Thanks.

zufuliu commented 1 year ago

Fixed by d399c75863d6ee8387b50770c1a417079a950f05, please test latest builds from https://github.com/zufuliu/notepad2/actions.

chuanliwen commented 1 year ago

With fix d399c75, it functions correctly now. Thanks.