ahuth / preview-tabs

Sublime-style preview tabs for Atom
MIT License
11 stars 2 forks source link

Prevents open-last-project from working properly #15

Closed ricardograca closed 8 years ago

ricardograca commented 9 years ago

When preview-tabs is installed atom-open-last-project can't open the last session's files. Apparently it tries to open all of them, but they are opened as previews, so only the very last file is opened (as a preview) after starting Atom.

Not sure if this is related to #13, or if it's even possible to fix. Maybe only open files as previews if a file is opened by a user, if it is possible to detect that it was opened by a user, not by another package.

ahuth commented 9 years ago

Thanks, I didn't know this was happening.

Seems like we should be able to delay setting any 'previews' until any initial tabs are opened. Not sure, though. Will look into it.

ricardograca commented 8 years ago

Closing this because the preview-tabs package is no longer necessary since Atom 1.6.0 which has the same functionality built-in and the reported issue doesn't occur anymore with this built-in functionality.

ahuth commented 8 years ago

Thanks!