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

[New Empty Window] button not working when [Autoload Recent File/AutoLoadMRUFile=true] #5174

Closed Mark-Joy closed 3 weeks ago

Mark-Joy commented 2 months ago
  1. As title, [New Empty Window] button doesn't open new empty window when [Autoload Recent File/AutoLoadMRUFile=true]

  2. With [Autoload Recent File/AutoLoadMRUFile=true]:

    • When there's no notepad3 instances opened, double-click notepad3.exe opens recent file. This works as expected.
    • However, when there are notepad3 instances opened, double-click notepad3.exe does nothing. I think expected result here is: open a new empty window.

Thank you

RaiKoHoff commented 1 month ago

The [Autoload Recent File/AutoLoadMRUFile=true] feature plays together with "Only one Instance per file", so if a new window is opened, but another window holds that recent file, no window is opened - this is not expected. With PR #5192 hopefully the new behaviour is more as expected.

hpwamr commented 1 month ago

Hello @Mark-Joy ,

Feel free to test the "BETA/RC PortableApps", version "Notepad3Portable_6.24.527.1_rc3.paf" or newer, see in issue #1129.

"Notepad3Portable BETA/RC PortableApps" version can be used with or without ".7z" extension.

Also, feel free to test the "BETA/RC Setup", version "Notepad3_6.24.527.1_rc3_Setup" or newer, see the 2nd list in issue #1129.

Comments and suggestions are welcome... 😃

Mark-Joy commented 3 weeks ago

@RaiKoHoff @hpwamr I've tested it with Notepad3_6.24.601.1_rc3_Portable. It's working OK now. Thank you very much!!