Colby-CPU-Sim / CPUSim

GNU General Public License v3.0
53 stars 18 forks source link

There is no warning if machine files and text files are going to be overwritten #74

Open moirage opened 8 years ago

moirage commented 8 years ago

Because we add the extension manually on our save file, the FileChooser cannot recognize when two files are going to be the same after we add the extension. Because of this, files can be overridden without warning. We aren’t sure whether there is a way the FileChooser handles this or whether this detection is something we need to manually code in, but we didn’t have time to figure it out.