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",
"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": ""
}
}
]

View File

@ -35,13 +35,13 @@
</label>
<label>
{{.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>
</div>
<div class="fn-none" data-index="gotool">
<label>
{{.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>
</div>
<div class="fn-none" data-index="user">