Zren / atom-open-recent

https://atom.io/packages/open-recent
25 stars 10 forks source link

Feature Request: independent panel #19

Open JesusLeon opened 8 years ago

JesusLeon commented 8 years ago

Hi @Zren,

is it possible to list the recent file in its own independent panel (not the default actions panel)? This way the list is cleaner and the fuzzy search is way better. Also we could add a specific shortcut.

Thanks.

JesusLeon commented 8 years ago

...or prefill the panel with the text "Open Recent " when hitting a keyboard shortcut, so we see only the recent items and can start typing to fuzzy search.

Zren commented 8 years ago

The commands needs to be in the "global" command palette to be in the menu since it only calls those. Not sure if you can combine commands to open command palette + enter O + enter p + ...

Adding it's own popup would be fairly simple though, but would add another command to the global palette.