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

Added a -quitOnEmpty command line flag that causes Notepad++ to quit when the last tab is closed. #1923

Closed
wants to merge 2 commits into from

Commits on Jun 2, 2016

  1. Added a -quitOnEmpty command line flag that causes Notepad++ to quit …

    …when the last tab is closed. Useful for people who use Notead++ for things like editing Git commit messages (using -multiInst -notabbar -nosession), and want to signal they are done editing by closing the tab with Ctrl-W instead of Alt-F4.
    bavis-m committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    2862e38 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2016

  1. Need to prevent recursive close in both cases: closing the last file,…

    … or closing in general (from Alt-F4, say)
    bavis-m committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    1f27edb View commit details
    Browse the repository at this point in the history