From 797b2263458a08909e69b22967a78e90735907f7 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 6 Mar 2015 11:12:26 -0500 Subject: [PATCH] feature(config) add editor --- HELP.md | 1 + json/config.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index ffdca905..5e183213 100644 --- a/HELP.md +++ b/HELP.md @@ -185,6 +185,7 @@ Here is description of options: "auth" : false, /* enable http authentication */ "username" : "root", /* username for authentication */ "password" : "toor", /* password hash in sha-1 for authentication*/ + "editor" : "edward", /* default, could be "dword" or "edward" */ "diff" : true, /* when save - send patch, not whole file */ "zip" : true, /* zip text before send / unzip before save */ "notifications" : false, /* show notifications when tab is not active*/ diff --git a/json/config.json b/json/config.json index 689a4ae1..a9f00535 100644 --- a/json/config.json +++ b/json/config.json @@ -2,6 +2,7 @@ "auth": false, "username": "root", "password": "2b64f2e3f9fee1942af9ff60d40aa5a719db33b8ba8dd4864bb4f11e25ca2bee00907de32a59429602336cac832c8f2eeff5177cc14c864dd116c8bf6ca5d9a9", + "editor": "edward", "diff": true, "zip" : true, "notifications": false, @@ -12,7 +13,6 @@ "online": true, "cache": true, "showKeysPanel": true, - "editor": "dword", "port": 8000, "ip": null }