Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It would be nice if Sublime Text removed projects you've deleted from the recent projects list. Unfortunately, it does not and the list can become littered with projects that no longer exist.</p> <p>Until Sublime Text offers this feature there are a couple of manual ways you can remove projects.</p> <h1>Option 1: The quick way (Clear All):</h1> <p>If you're just looking for the fastest way to clean up your list this option is for you. </p> <p><em>Please be aware that <strong>this will clear out all projects in the recent list</strong>. This includes ones you have not deleted.</em></p> <blockquote> <p>In the Sublime Text menu goto:</p> <p>Project > Open Recent > Clear Items</p> <p><img src="https://i.stack.imgur.com/K9Wyv.gif" alt="enter image description here"></p> </blockquote> <h1>Option 2: The manual way (but with control of which projects are removed):</h1> <ol> <li>Close Sublime Text</li> <li><p>Locate the <code>Session.sublime_session</code> file using the paths below and open it with another code editor. <strong>* DO NOT open it with Sublime Text as any changes you make will be overwritten. *</strong></p> <p>Paths to <code>Session.sublime_session</code> file listed by OS and ST version:</p> <p><strong>Windows x64:</strong></p> <p>Sublime Text 2</p> <p><code>C:\Users\[Username]\AppData\Roaming\Sublime Text 2\Settings\Session.sublime_session</code></p> <p>Sublime Text 3</p> <p><code>C:\Program Files\Sublime Text 3\Data\Local\Session.sublime_session</code></p> <p><strong>Mac OSX:</strong></p> <p>Sublime Text 2</p> <p><code>~/Library/Application Support/Sublime Text 2/Settings/Session.sublime_session</code></p> <p>Sublime Text 3</p> <p><code>~/Library/Application Support/Sublime Text 3/Local/Session.sublime_session</code></p> <p><strong>Linux (Ubuntu):</strong></p> <p>Sublime Text 2</p> <p><code>~/.config/sublime-text-2/Settings/Session.sublime_session</code></p> <p>Sublime Text 3</p> <p><code>~/.config/sublime-text-3/Local/Session.sublime_session</code></p> <p><strong>What to expect to see:</strong></p> <p>You should see something like the following at the bottom of this file:</p> <p><img src="https://i.stack.imgur.com/HjBu3.png" alt="enter image description here"></p></li> <li><p>Remove the unwanted project(s) from this file</p> <p><strong>What the file would look like after deleting project3:</strong></p> <p><img src="https://i.stack.imgur.com/eF83q.png" alt="enter image description here"> </p></li> <li><p>Save and re-launch Sublime Text 2/3</p></li> </ol> <h1>Option 3: The plugin way</h1> <p>You can check out the Sublime Text plugin <a href="https://packagecontrol.io/packages/ProjectManager" rel="noreferrer">Project Manager</a>.</p> <h1>Option 4: The Node.js way</h1> <p>You can check out: <a href="https://github.com/br4nnigan/clean-sublime-text-project-history" rel="noreferrer">clean-sublime-text-project-history</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload