Sublime Forum

Increase the recent files list

#1

Hello,
is it possible with addon or tweek to increase the recent open files list?
Now supports only 8 entries.
thanks in advance.

0 Likes

#2

yes, just install https://packagecontrol.io/packages/PackageResourceViewer and edit Default/Main.sublime-menu (command palette, PackageResourceViewer: Open Resource) - find "caption": "Open Recent", and under that, where it has { "command": "open_recent_file", "args": {"index": 8 } }, just copy and paste it and change the 8 to a 9, 10 etc. and save it.
Also install https://packagecontrol.io/packages/OverrideAudit because you are overriding a core file

1 Like

#3

Thanks again!:slight_smile:

0 Likes