ChristianKienle / Core-Data-Editor

Core Data Editor lets you easily view, edit and analyze applications‘ data. Core Data Editor is compatible with Mac and iOS applications and supports XML, SQLite and binary stores, visualizes all relationships and is able to edit the data and generate Objective-C code for the data model.
BSD 3-Clause "New" or "Revised" License
2.13k stars 182 forks source link

When changes to database core data editor doesn't refresh automatically. #51

Open Dashing-Daniel-Li opened 7 years ago

Dashing-Daniel-Li commented 7 years ago

When i change values in my simulator the core data editor doesn't update the tables. I keep having to go back to the "project browser screen" and refresh the tables. Is there a way to auto refresh on a change made?

Dashing-Daniel-Li commented 7 years ago

ah i found out you can use shortcut cmd+R to refresh. The only problem is that it brings you out a level from table you were looking at.