tidev / pulsar-titanium

Titanium SDK development tools and UI package for the Pulsar text editor
Other
36 stars 12 forks source link

Improvement: Remember last selected simulator #116

Open sandrolain opened 6 years ago

sandrolain commented 6 years ago

I usually use mainly the same development simulator (configured with my main language, Italian), and then I check with other simulators.

schermata 2018-07-16 alle 09 21 51

Daargajedan commented 6 years ago

I had the same idea.

Maybe you could memorize all the last run settings, (liveview, certs and the run command when you use the costum methode)

hansemannn commented 6 years ago

You can use the atom.config.get and atom.config.set API to do this. I have done it locally for LiveView and it works fine. But different to LiveView, configs like certs and devices should be configurable via project, not globally, which shouldn't be an issue as well, by simply appeding a slug of the project in the settings. Go for it!