Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when launching a new (even empty) window a dialog box is displayed #126

Closed
ritmation opened this issue Aug 4, 2019 · 4 comments
Closed
Labels

Comments

@ritmation
Copy link

Launching a new empty window (Alt+0) or a new window (Alt+N) causes Notepad2 to display the following dialog box:
Clipboard-1

The actual path where Notepad2 is installed is E:\Test
There is no "Text Editor" sub directory in E:\Test.

Steps to reproduce:

  1. Start Notepad2
  2. Press either Alt+0 or Alt+N, or select the appropriate command from the menu.

Expected result: A new empty window or a new window containing the already loaded file should open, without any dialog boxes.

Actual result: A dialog box asking if a file should be created is displayed. Selecting "No" opens a new empty window in either case (Alt+N or Alt+0).
Selecting "Yes" brings another dialog box:
Clipboard-2

Environment:
Win10 x64, Notepad2 x64 4.19.06.r2148, default settings (as unpacked from the zip file).

@zufuliu
Copy link
Owner

zufuliu commented Aug 4, 2019

The error is because -appid="Notepad2 Text Edtor", it was fixed by 8f68270.
Please temporary use latest build at https://ci.appveyor.com/project/zufuliu/notepad2/build/job/r6jktnypt2o29rb5/artifacts, I will add a new release on this weekend.

@zufuliu zufuliu added the 🐛bug label Aug 4, 2019
@zufuliu
Copy link
Owner

zufuliu commented Aug 5, 2019

Or you can edit Notepad2.ini (Settings -> Open Notepad2.ini) and change the line

;ShellAppUserModelID=Notepad2 Text Editor

to

ShellAppUserModelID=Notepad2

@zufuliu
Copy link
Owner

zufuliu commented Aug 9, 2019

v4.19.08 will be put off till next week, optimization for loading large file is near completed.

@zufuliu
Copy link
Owner

zufuliu commented Aug 17, 2019

Closed as fixed in v4.19.08.r2356..

@zufuliu zufuliu closed this as completed Aug 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants