DFreds / code-peek-atom

Atom package to peek functions in different files
MIT License
22 stars 10 forks source link

Close panel when clicking 'See entire file' #8

Closed ProLoser closed 8 years ago

ProLoser commented 8 years ago

If I'm opening the full file, I don't need the panel to remain open. It should automatically close itself upon opening the file.

ProLoser commented 8 years ago

At the very least, it should do so if there's only 1 matching file, or if you exit the 'preview' of the file (like double clicking on the file if tab preview behavior is enabled)

DFreds commented 8 years ago

Great idea. I'll add that behavior in. Thanks!

DFreds commented 8 years ago

Fixed as of 1.4.9. It closes if there is only 1 matching file. Otherwise, it'll stay open.