From e11d20ba8991c224a80a3b0aee123b56f5d60a8c Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Wed, 1 Jun 2005 18:09:49 +0000 Subject: [PATCH] mcedit should provide more options when saving a file is not possible. --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 3ef24c25e..40e4b9fec 100644 --- a/TODO +++ b/TODO @@ -11,6 +11,13 @@ Then use fgrep to find illegal uses of these types. fgrep -r "`cat fn-types.txt`" . Fix these uses by writing small wrapper functions. +When saving a file is not possible, mcedit should ask the user what to +do: +- su(1) to another user and try again +- sudo +- change permissions of the file or the containg directory +- other smart things + Due to problems in the VFS, files are not written back after being edited over VFS with an external editor.