yepher / CoreDataUtility

An OSX application that simplifies development and debugging of CoreData enabled applications.
519 stars 49 forks source link

Project setup: values are cleaned after switch to any other tab #3

Open delebedev opened 11 years ago

delebedev commented 11 years ago
  1. Pick *app file
  2. Pick *sqlite file
  3. Go to OSX Process/iOS Simulator tab
  4. Go to File tab

Result: the fields are empty

Also, I think it should be nice to save these fields content during the application restart (because often user works with one application for a long time)

yepher commented 11 years ago

Yes, it would be good to maintain those values when switching tabs.

As for your second comment the previously open project should be automatically re-opened the next time CoreDataUtility is opened.