CEditor2::HasUnsavedData()
We would like to know if the map has unsaved data when we load out of it (load another map, make a new one). This should be straight forward since we know when the user makes a change: a new history entry is pushed.
Part 2 :
Make a warning popup, "The map has not been saved, would you like to save it?" [ Yes ] [ No ].
If Yes, invoke the save map popup, and then continue. If No, just continue.
If you would like to work on this issue, ple...