achuanle / umlet

Automatically exported from code.google.com/p/umlet
0 stars 0 forks source link

Remember last Directory on Save/Load #154

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice, if the last selected path for saving / loading a diagram 
would be remembered and taken as the start path for the next time. 
If I create five diagrams at once, and want to save them, I don't want to need 
to navigate to the target folder five times.

Original issue reported on code.google.com by Thomas.Meschke on 7 Nov 2013 at 9:48

GoogleCodeExporter commented 9 years ago
Our first attempt to create a consistent save/load remembering logic was with 
the fix for Issue 82

As there are clearly some more problems I've changed the logic to:
1.) Opening: Last opened diagram location is stored (even if it was opened 
using "recently used" diagrams) and suggested
2.) Saving/Exporting:
2.1) If this is an export and the diagram has been exported before, it suggests 
the last export location (to make consecutive exports easier)
2.2) If this a save call OR this is the first export of the diagram, the 
diagram location is suggested
2.3) Otherwise the last save location is suggested as default

will be fixed in v13.1

svn commits r1221, r1222, r1223

Original comment by AFDiaX on 5 Oct 2014 at 8:52