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 323 forks source link

several fixes #5184

Closed RaiKoHoff closed 1 month ago

RaiKoHoff commented 1 month ago

+chg: Ctrl+S does not forced saving doc any longer - only saves file, if save needed (doc changed) ref. issue #5178

+chg: no need to save current file (doc changed) for open new (empty) np3 window

ref. issue #5164

+fix: accept file args with leading dash (needs quotes in any dash case)

ref. issue #5160