ndon-ndon / geoda

Automatically exported from code.google.com/p/geoda
GNU General Public License v3.0
0 stars 0 forks source link

Change the save dialogs #174

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Change the save dialogs - they indicate unsaved changes even though changes 
have been saved; they seem to confuse saved changes with a lack of project 
file. it is a bit obnoxious and needs to be changed

Original issue reported on code.google.com by lixun...@gmail.com on 30 Jun 2015 at 7:21

GoogleCodeExporter commented 8 years ago
new save logic has been proposed: 

1. "save a project file" won't be prompt, and users can always select menu item 
"save project" if they want to save a project file

2. "change the save" dialog will only be popped up if there is any changes 
detected in the table. users can always select menu item "export" to "save" or 
"save as" current loaded data.

fix has been applied in versions >= 1.7.24

Original comment by lixun...@gmail.com on 30 Jun 2015 at 9:43