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

Add new blank tab on startup #13738

Closed
wants to merge 3 commits into from

Conversation

donho
Copy link
Member

@donho donho commented Jun 3, 2023

To enable/disable this feature, add/delete "addNewDocumentOnStartup.xml" in "%APPDATA%\Notepad++\" (or beside notepad++.exe if doLocalConf.xml is present). go to New Document section of Preferences dialog, and check/uncheck Always open a new document in addition at startup checkbox.

Fix #11134, fix #9535, fix #5527

donho added 3 commits June 4, 2023 00:38
To enable/disable this feature, add/delete "addNewDocumentOnStartup.xml" in "%APPDATA%\Notepad++\" (or beside notepad++.exe if doLocalConf.xml is present).

Fix notepad-plus-plus#11134, fix notepad-plus-plus#9535, fix notepad-plus-plus#5527
@donho donho closed this in 61503a2 Jun 8, 2023
@donho donho deleted the add_new_doc_on_startup branch June 8, 2023 17:17
molsonkiko pushed a commit to molsonkiko/notepad-plus-plus that referenced this pull request Jun 13, 2023
To enable/disable this feature, go to New Document section of Preferences dialog, and check/uncheck "Always open a new document in addition at startup" checkbox.

Fix notepad-plus-plus#11134, fix notepad-plus-plus#9535, fix notepad-plus-plus#5527, close notepad-plus-plus#13738
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment