<menu>
<item caption="Open" command="open"/>
<item caption="New" command="new"/>
<separator/>
<item caption="&%I %s" command="openRecent %i" repeat="9"/>
</menu><menu caption="Open recent...">
<item caption="&%I %s" command="openRecent %i" repeat="30"/>
</menu>GreyWyvern wrote:Thanks! I didn't know these were so easy to edit.
I ended up adding it under "File" in Main.sublime-menu like so:
- Code: Select all
<menu caption="Open recent...">
<item caption="&%I %s" command="openRecent %i" repeat="30"/>
</menu>
... and removing the list that appears later on below, so it behaves just like my menu in Photoshop.
GreyWyvern wrote:Hrms, I spoke too soon. It appears the internal ST limit is 16 previously opened files. Even though I have set repeat at 30, files past entry 16 drop off the end of the list.
Users browsing this forum: No registered users and 11 guests