Sublime Forum

Recent files list

#1

good to see this amazing editor on win platfom. :smiling_imp:

does anyone know how I can clear the recent files list, because I like things to be simple and clean. Is there anything I can adust to control how many recently used files are showed both from the file menu and also the files list showed up when I right click the editing area. thanks

0 Likes

#2

There isn’t an inbuilt way to clear the list, but you can do it manually by editing or deleting the file C:\Documents and Settings<username>\Application Data\Sublime Text\Options\Session.sublime-session (for XP, the path is slightly different under Vista). The file will be recreated next time you exit Sublime Text, however.

Another option is to remove the recent files from the menu: Edit Main.sublime-menu, and remove or alter the line:

<item caption="&amp;%I %s" command="openRecent %i" repeat="9"/>

Edit “Pane Context.sublime-menu” to change the menu that shows up on a right click on the minimap.

You can find these files via the Prefrences/Packages menu item, and then under the Category: Menus and Toolbar entry

0 Likes