zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.22k stars 162 forks source link

Switch to Last Focused Project on Launch #534

Closed allie-wake-up closed 9 years ago

allie-wake-up commented 9 years ago

This change is for the Chrome app only. I've noticed a lot of chrome apps in Chrome OS will let you switch to an open window by selecting it from the launcher. I've grown accustomed to doing this to switch windows, but zed always launches the new project picker. This pull request changes it to instead switch to the most recently used zed window. I've also tested this in linux. I'm not sure if this behavior is desirable as a default or not.

This also puts the projects in most recently used order in the window list command.

zefhemel commented 9 years ago

Nice improvement! Thanks.