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

[Single File Instance] doesn't work well, if I click the same file more than twice , it will open it again. #837

Open tp01-gogogo opened 1 month ago

tp01-gogogo commented 1 month ago

[Single File Instance] doesn't work well, if I click the same file more than twice , it will open it again.

zufuliu commented 3 weeks ago

It seems the failure is due to 1 second "Reuse Window Lock Timeout": https://github.com/zufuliu/notepad4/blob/cb275770ca7b85c17911241cd231fbefa7b71619/src/Notepad4.h#L123-L125

Open same file within 1 second will open multiple Notepad4.

"Reuse Window Lock Timeout" is removed by fed47535dd5a2934fe17bc909c2087b9d50ac729, please test latest builds from https://github.com/zufuliu/notepad4/actions