[Pharo-project] Closing a workspace windows
Just a check. When I close a workspace I have a popup window asking for "Changes have not been saved, is it OK to cancel those changes?". I find this pretty annoying. I do not remember to have said "yes", even once. Am I the only one? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Mon, Dec 22, 2008 at 8:59 PM, Alexandre Bergel <Alexandre.Bergel@inria.fr> wrote:
Just a check. When I close a workspace I have a popup window asking for "Changes have not been saved, is it OK to cancel those changes?". I find this pretty annoying. I do not remember to have said "yes", even once.
Am I the only one?
I've also never answered yes. The best solution would be to store the last 5 contents of the workspaces and close without confirmation. If the user closed his workspace accidentally, he can still open a new one, go to the menu and select one of the saved entries. How does that sound? -- Damien Cassou http://damiencassou.seasidehosting.st
On Dec 23, 2008, at 9:26 AM, Damien Cassou wrote:
On Mon, Dec 22, 2008 at 8:59 PM, Alexandre Bergel <Alexandre.Bergel@inria.fr> wrote:
Just a check. When I close a workspace I have a popup window asking for "Changes have not been saved, is it OK to cancel those changes?". I find this pretty annoying. I do not remember to have said "yes", even once.
Am I the only one?
I've also never answered yes. The best solution would be to store the last 5 contents of the workspaces and close without confirmation. If the user closed his workspace accidentally, he can still open a new one, go to the menu and select one of the saved entries. How does that sound?
good suggestion! Stef
-- Damien Cassou http://damiencassou.seasidehosting.st
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Damien Cassou wrote:
On Mon, Dec 22, 2008 at 8:59 PM, Alexandre Bergel <Alexandre.Bergel@inria.fr> wrote:
Just a check. When I close a workspace I have a popup window asking for "Changes have not been saved, is it OK to cancel those changes?". I find this pretty annoying. I do not remember to have said "yes", even once.
Am I the only one?
I've also never answered yes. The best solution would be to store the last 5 contents of the workspaces and close without confirmation. If the user closed his workspace accidentally, he can still open a new one, go to the menu and select one of the saved entries. How does that sound? At present workspaces are not very good at editing files. I added some fixes that allow you to open a workspace on a file. If save on accept was implemented then the dialog would make sense
Keith
Exact. I will do some coding today or tomorrow. I will try to implement the suggestion of Damien. Alexandre On 23 Dec 2008, at 10:31, Keith Hodges wrote:
Damien Cassou wrote:
On Mon, Dec 22, 2008 at 8:59 PM, Alexandre Bergel <Alexandre.Bergel@inria.fr> wrote:
Just a check. When I close a workspace I have a popup window asking for "Changes have not been saved, is it OK to cancel those changes?". I find this pretty annoying. I do not remember to have said "yes", even once.
Am I the only one?
I've also never answered yes. The best solution would be to store the last 5 contents of the workspaces and close without confirmation. If the user closed his workspace accidentally, he can still open a new one, go to the menu and select one of the saved entries. How does that sound? At present workspaces are not very good at editing files. I added some fixes that allow you to open a workspace on a file. If save on accept was implemented then the dialog would make sense
Keith
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Alexandre Bergel wrote:
Exact. I will do some coding today or tomorrow. I will try to implement the suggestion of Damien.
Alexandre
Please before you do could you pick up, Installer mantis ensureFix: 5669. Honestly you guys, you don't have to fork absolutely everything, please incorporate something in to your philosophy of working and tools which means that you don't have to. Keith
Thanks Keith, I will look at it. Alexandre On 23 Dec 2008, at 12:37, Keith Hodges wrote:
Alexandre Bergel wrote:
Exact. I will do some coding today or tomorrow. I will try to implement the suggestion of Damien.
Alexandre
Please before you do could you pick up, Installer mantis ensureFix: 5669.
Honestly you guys, you don't have to fork absolutely everything, please incorporate something in to your philosophy of working and tools which means that you don't have to.
Keith
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi Keith, I had a look at your fix 5669. Unfortunately, I encounter a rollback with I press 'save content to a file...'. PluggableTextMorph does not know about saveContentsInFile. I used an updated 10204. Cheers, Alexandre On 23 Dec 2008, at 16:37, Keith Hodges wrote:
Alexandre Bergel wrote:
Exact. I will do some coding today or tomorrow. I will try to implement the suggestion of Damien.
Alexandre
Please before you do could you pick up, Installer mantis ensureFix: 5669.
Honestly you guys, you don't have to fork absolutely everything, please incorporate something in to your philosophy of working and tools which means that you don't have to.
Keith
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Alexandre Bergel wrote:
Hi Keith,
I had a look at your fix 5669. Unfortunately, I encounter a rollback with I press 'save content to a file...'. PluggableTextMorph does not know about saveContentsInFile. I used an updated 10204.
Cheers, Alexandre
Someone removed it from Pharo, its not mine Keith
participants (5)
-
Alexandre Bergel -
Alexandre Bergel -
Damien Cassou -
Keith Hodges -
Stéphane Ducasse