Is there a way to increase the count on the files that show up in the Open Recent window?
tia,
alex
"recent_file_count": 99 { "command": "open_recent_file", "args": {"index": 5 } },
adzenith wrote:It's possible, but unfortunately not as easy as changing a recent_file_count flag.
You want to open Default/Main.sublime-menu and add more entries that look like this:
- Code: Select all
{ "command": "open_recent_file", "args": {"index": 5 } },
The trick is to increment the "index" number. I recommend copying and pasting the line a bunch of times, then using the "Insert Nums" plugin.
If you update Sublime Text this file will get overwritten, so you probably want to make the changes inside your User folder. There's a way to merge menu files but I don't remember how to do it so I'll leave it as an exercise for the reader
Users browsing this forum: Exabot [Bot] and 3 guests