xomx

Results 12 issues of xomx

Implements #12122 . This option can increase productivity when one needs only to modify an already existing text.

suspended

Fix #14777 . Fixes possible Notepad++ no-GUI state when minimized to systray with a dirty file/tab, closing from the systray icon & then cancelling that closing from the invoked Notepad++...

Fix #14718 . STR & debugging in the issue.

bug

STR from the v8.6.3 (there are probably other such dialogs to invoke): - launch empty N++, make the "new 1" tab dirty by typing something - set Backup settings ON...

Description: https://community.notepad-plus-plus.org/topic/25434/bug-npp-loses-all-open-files-after-restarting-as-admin/17 The following is due to the "new x" tab filenames are not multi-instance unique. The problem is only with the cmdline parameter "-multiInst", not with such setting in...

accepted

More info here: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14990#issuecomment-2053828749

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description of the Issue MS VC++ Runtime Library shows a failed assert message...

Fix #14906 . This PR fixes: - possible backup thread deadlock exception (re-entering the std::mutex from the same thread) - possible thread message queue flooding by the multiple PostMessages when...

suspended
crash

Fix #15718 By using the NSIS MUI_FINISHPAGE_NOAUTOCLOSE, the installer will always wait for the user Next-click confirmation before it goes to the last Finish-page. Otherwise, sometimes even during the installation...