From: pcanterino <> Date: Fri, 24 Dec 2010 11:56:11 +0000 (+0000) Subject: - I always wanted an option for switching Dev-Editor to read-only. So I defined X-Git-Tag: version_3_2~23 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/4f312081a2b65ffd71c66e425cbe1b51e0e9c9ec?ds=inline;hp=4f312081a2b65ffd71c66e425cbe1b51e0e9c9ec - I always wanted an option for switching Dev-Editor to read-only. So I defined a pseudo command named "@write". When disabling this command in the configuration file, all writing commands get disabled. When you add a command beginning with "@" to the "disable_commands" option, it is not added to the internal data structure. - When disabling the "remove" command, "remove_multi" gets also disabled. ---