You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing a datamap to get rid of datamap errors, it appears that changes are immediately saved since when a change is made to the map any associated errors immediately disappear. However, the changes are not yet saved to disk since they do not appear to GitHub until either a Save on the project is done or the project is closed. This ends up leaving changes lying around unexpectedly. Ideally when the datamap is changed it should be saved immediately automatically. If that's too hard, it would help to at least show something that says it is not saved, like the "Modified" tag on a code file.
The text was updated successfully, but these errors were encountered:
I don't think we have any undo functionality for datamap changes, so it would be safer to implement your second suggestion. How about a little icon or message in the status bar at the bottom of the window?
That would help some, but not really solve the whole problem. If I decide I want to discard changes I made to the datamap and I see that the status is not saved, I might think I can discard the changes by simply closing the project, but in fact as things work now that will save the changes. So the only way to discard changes is to delete them one by one.
For that, I will add the bug label :D You should always be prompted to save on exit, rather than saving just being automatic. That is a data loss issue as far as I'm concerned. I would think that my recent changes would have fixed that, so I will have to investigate. It may be fixed already in master.
When editing a datamap to get rid of datamap errors, it appears that changes are immediately saved since when a change is made to the map any associated errors immediately disappear. However, the changes are not yet saved to disk since they do not appear to GitHub until either a Save on the project is done or the project is closed. This ends up leaving changes lying around unexpectedly. Ideally when the datamap is changed it should be saved immediately automatically. If that's too hard, it would help to at least show something that says it is not saved, like the "Modified" tag on a code file.
The text was updated successfully, but these errors were encountered: