diff --git a/conf/wide.json b/conf/wide.json index 2bb8046..886f0da 100644 --- a/conf/wide.json +++ b/conf/wide.json @@ -18,29 +18,18 @@ "Password": "admin", "Workspace": "${GOPATH}", "Locale": "en_US", - "GoFormat": "", + "GoFormat": "gofmt", "FontFamily": "Helvetica", "FontSize": "13px", "Editor": { "FontFamily": "Consolas, 'Courier New', monospace", "FontSize": "13px", - "LineHeight": "" + "LineHeight": "17px" }, "LatestSessionContent": { - "FileTree": [ - "E:\\Work\\go\\src", - "E:\\Work\\go\\src\\code.google.com\\p", - "E:\\Work\\go\\src\\code.google.com\\p\\go.net", - "E:\\Work\\go\\src\\code.google.com\\p\\go.net\\.hg", - "E:\\Work\\go\\src\\code.google.com\\p\\go.net\\.hg\\cache", - "E:\\Work\\go\\src\\github.com", - "E:\\Work\\go\\src\\github.com\\88250", - "E:\\Work\\go\\src\\github.com\\88250\\gohtml" - ], - "Files": [ - "E:\\Work\\go\\src\\github.com\\88250\\gohtml\\doc.go" - ], - "CurrentFile": "E:\\Work\\go\\src\\github.com\\88250\\gohtml\\doc.go" + "FileTree": [], + "Files": [], + "CurrentFile": "" } } ] diff --git a/views/preference.html b/views/preference.html index 1329cf6..36f25ad 100644 --- a/views/preference.html +++ b/views/preference.html @@ -35,13 +35,13 @@