用戶(hù)設(shè)置
成都做網(wǎng)站、網(wǎng)站設(shè)計(jì)的開(kāi)發(fā),更需要了解用戶(hù),從用戶(hù)角度來(lái)建設(shè)網(wǎng)站,獲得較好的用戶(hù)體驗(yàn)。創(chuàng)新互聯(lián)建站多年互聯(lián)網(wǎng)經(jīng)驗(yàn),見(jiàn)的多,溝通容易、能幫助客戶(hù)提出的運(yùn)營(yíng)建議。作為成都一家網(wǎng)絡(luò)公司,打造的就是網(wǎng)站建設(shè)產(chǎn)品直銷(xiāo)的概念。選擇創(chuàng)新互聯(lián)建站,不只是建站,我們把建站作為產(chǎn)品,不斷的更新、完善,讓每位來(lái)訪用戶(hù)感受到浩方產(chǎn)品的價(jià)值服務(wù)。
{
"color_scheme": "Packages/Color Scheme - Legacy/Monokai Bright.tmTheme",
"command": "auto_indent_tag",
"context":
[
{
"key": "setting.auto_indent",
"operand": true,
"operator": "equal"
},
{
"key": "selection_empty",
"match_all": true,
"operand": true,
"operator": "equal"
},
{
"key": "selector",
"match_all": true,
"operand": "punctuation.definition.tag.begin",
"operator": "equal"
},
{
"key": "preceding_text",
"match_all": true,
"operand": ">$",
"operator": "regex_contains"
},
{
"key": "following_text",
"match_all": true,
"operand": "^",
"operator": "regex_contains"
}
],
"default_enconding": "UTF-8",
"font_face": "liang v2",
"font_size": 16,
"highlight_line": true,
"ignored_packages":
[
"SideBarEnhancements",
"Vintage"
],
"keys":
[
"enter"
],
"tab_size": 4,
"theme": "Boxy Monokai.sublime-theme",
"translate_tabs_to_spaces": true,
"update_check": false,
"word_wrap": false
}
快捷鍵設(shè)置
[
{ "keys": ["enter"], "command": "auto_indent_tag", "context":
[
{ "key": "setting.auto_indent", "operator": "equal", "operand": true },
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
{ "key": "selector", "operator": "equal", "operand": "punctuation.definition.tag.begin", "match_all": true },
{ "key": "preceding_text", "operator": "regex_contains", "operand": ">$", "match_all": true },
{ "key": "following_text", "operator": "regex_contains", "operand": "^", "match_all": true },
]
},
{ //python
"keys": ["f5"],
"caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command",
"args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu",
},
},
{ //刪除當(dāng)前行
"keys" : ["ctrl+d"],
"command" : "run_macro_file",
"args" : {
"file" : "res://Packages/Default/Delete Line.sublime-macro",
}
},
{ //復(fù)制當(dāng)前行
"keys": ["ctrl+alt+down"],
"command": "duplicate_line",
},
{ //向上移動(dòng)當(dāng)前行
"keys": ["alt+up"],
"command": "swap_line_up"
},
{ //向上移動(dòng)當(dāng)前行
"keys": ["alt+down"],
"command": "swap_line_down"
},
]