Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Closing all tabs prior to starting editor

    Help wanted · · · – – – · · ·
    3
    4
    4887
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Jason C
      Jason C last edited by

      I opened a couple of massive text files with extremely long lines that are crushing Notepad++ (to the point of unusable, had to kill it).

      I also have it set to automatically open previously opened documents on start.

      So now I’m kind of stuck. Is there a way (hacky or not) to erase the list of previously opened documents from outside of Notepad++ prior to starting it? Windows 7.

      Claudia Frank 1 Reply Last reply Reply Quote 0
      • Claudia Frank
        Claudia Frank @Jason C last edited by

        @Jason-C

        start npp with the -nosession command line parameter

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • John Pilge
          John Pilge last edited by

          If you are not familiar with DOS command line:
          Click on the start icon and type “Command” in the search.
          Click on Command Line. (A program atop your list.)
          In the command line type:
          cd
          This will get you to the C: prompt.
          then type:
          cd Program Files (x86)\Notepad++
          Then type:
          notepad++ -nosession

          John Pilge 1 Reply Last reply Reply Quote 0
          • John Pilge
            John Pilge @John Pilge last edited by

            That should be
            cd\

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Copyright © 2014 NodeBB Forums | Contributors