This commit is contained in:
Liang Ding 2014-11-17 14:44:04 +08:00
parent 97f37b7bc2
commit 4563f6691b
2 changed files with 7 additions and 18 deletions

View File

@ -18,29 +18,18 @@
"Password": "admin", "Password": "admin",
"Workspace": "${GOPATH}", "Workspace": "${GOPATH}",
"Locale": "en_US", "Locale": "en_US",
"GoFormat": "", "GoFormat": "gofmt",
"FontFamily": "Helvetica", "FontFamily": "Helvetica",
"FontSize": "13px", "FontSize": "13px",
"Editor": { "Editor": {
"FontFamily": "Consolas, 'Courier New', monospace", "FontFamily": "Consolas, 'Courier New', monospace",
"FontSize": "13px", "FontSize": "13px",
"LineHeight": "" "LineHeight": "17px"
}, },
"LatestSessionContent": { "LatestSessionContent": {
"FileTree": [ "FileTree": [],
"E:\\Work\\go\\src", "Files": [],
"E:\\Work\\go\\src\\code.google.com\\p", "CurrentFile": ""
"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"
} }
} }
] ]

View File

@ -35,13 +35,13 @@
</label> </label>
<label> <label>
{{.i18n.line_height}}{{.i18n.colon}} {{.i18n.line_height}}{{.i18n.colon}}
<input data-value="{{.user.Editor.LineHeight}}" value="{{.user.Editor.LineHeight}}" name="lineHeight"/> <input data-value="{{.user.Editor.LineHeight}}" value="{{.user.Editor.LineHeight}}" name="editorLineHeight"/>
</label> </label>
</div> </div>
<div class="fn-none" data-index="gotool"> <div class="fn-none" data-index="gotool">
<label> <label>
{{.i18n.go_format}}{{.i18n.colon}} {{.i18n.go_format}}{{.i18n.colon}}
<input data-value="{{.user.GoFormat}}" value="{{.user.GoFormat}}" name="goFormat"/> <input data-value="{{.user.GoFormat}}" value="{{.user.GoFormat}}" name="goFmt"/>
</label> </label>
</div> </div>
<div class="fn-none" data-index="user"> <div class="fn-none" data-index="user">