jbaron / cats

Code Assistant for TypeScript
Apache License 2.0
408 stars 66 forks source link

Open last project #147

Closed dtrillo closed 9 years ago

dtrillo commented 9 years ago

I would like a new feature: to open the last project, instead of searching for the path, because normally you work on a project for some days. I guess the path can be saved on the config file every time CATS is closed.

jbaron commented 9 years ago

Actually there is already some support:

1) You can open any recent project from the main menu: Project -> “Recent Projects” -> I use this myself all the time

2) You start CATS with the —restore option that will restore your last open project (and its open editors). Don’t use this myself too much, so might still be some glitches.

3) You start CATS with the —project option. I also use this a lot. You can create a shortcut so you don’t have to type it all the time of course.

On 06 Apr 2015, at 00:54, David Trillo notifications@github.com wrote:

I would like a new feature: to open the last project, instead of searching for the path, because normally you work on a project for some days. I guess the path can be saved on the config file every time CATS is closed.

— Reply to this email directly or view it on GitHub https://github.com/jbaron/cats/issues/147.

dtrillo commented 9 years ago

Thank you for the options! I'm surprised for the CATS IDE. Congrats!