This commit is contained in:
parent
97f37b7bc2
commit
4563f6691b
|
@ -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": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue