vrakeshreddy / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Make project autosave optional #603

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.open a project
2.close a project
3.observe that the project has been saved

What is the expected output? What do you see instead?
opening a file does not mean i intend to edit the file, and it certainly
does not mean i want the file automatically edited or save or touched at
all automatically. I would expect that I could disable the project
autosave, globally. Not only is this a usability issue, but the current
implementaion throws an exception when you close a project that is managed
by a source control system and the project is not checked out, which
usually means it's read only.

What version of the product are you using? On what operating system?
3.1 build 397

Please provide any additional information below.

Original issue reported on code.google.com by shamusfu...@live.com on 22 Dec 2009 at 4:05

GoogleCodeExporter commented 9 years ago
Good point.

1. We should fix the implementation so it doesn't crash if the file cannot be 
written.

2. We should provide an option to disable auto-save.

Original comment by jeff.br...@gmail.com on 5 Jan 2010 at 12:53

GoogleCodeExporter commented 9 years ago

Original comment by Yann.Tre...@gmail.com on 17 Jul 2010 at 8:20

GoogleCodeExporter commented 9 years ago
An option to enable/disable AutoSave on Shutdown should appear as of build 
3.3.343
Defaults to disabled (which I think is the more sensible option, albeit a 
breaking change).

Original comment by wayne.br...@gmail.com on 10 May 2011 at 7:46

GoogleCodeExporter commented 9 years ago

Original comment by Yann.Tre...@gmail.com on 14 Jun 2011 at 5:53

GoogleCodeExporter commented 9 years ago
The problem is that user options (filters specifically) are tangled up with the 
project options.

I think the solution is either to move the filters to the user options file 
(which shouldn't be source controlled), or better yet to provide both user & 
project level filters.

Original comment by grahamr...@gmail.com on 29 Sep 2011 at 3:12