Hello,
is it possible with addon or tweek to increase the recent open files list?
Now supports only 8 entries.
thanks in advance.
Increase the recent files list
dpa2007
#1
0 Likes
kingkeith
#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
