CodeEditApp/CodeEdit

✨ Separate files and folders in the "Open Recent" sub-menu

Open

#1061 aperta il 18 feb 2023

Vedi su GitHub
 (3 commenti) (0 reazioni) (1 assegnatario)Swift (1165 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (22.856 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Is your feature request related to a problem? Please describe.

If both share the same list, after opening a few files within the same project, other projects will not be found in the menu.

Describe the solution you'd like

The histories of recently-opened files and folders should be separated, so you can easily switch between projects even if many files were opened recently. This is done by VSCode and other editors. XCode doesn't do this, but XCode only tracks projects/playgrounds, not individual source files.

Describe alternatives you've considered

n/a

Additional context

Screenshot 2023-02-18 at 10 01 37

Guida contributor