作者Rplus (R+) (9527))
看板Editor
標題Re: [請問] Notepad++之類的軟體編輯HTML類文件
時間Sun Dec 30 19:02:02 2012
[
{
"args": null,
"command": "cut"
},
{
"args":
{
"contents": "<font color=\"FFFFFF\">$0</font>"
},
"command": "insert_snippet"
},
{
"args": null,
"command": "paste"
}
]
Sublime Text 2
巨集
綁熱鍵的話
{
"keys": ["ctrl+alt+d"],
"command": "run_macro_file",
"args":
{
"file": "Packages/User/
test.sublime-macro"
}
}
設定都是JSON格式 可以自己試試
sublime api
http://www.sublimetext.com/docs/2/api_reference.html
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 1.165.86.103
1F:→ y3k:感謝QwQ 12/31 14:45
2F:→ y3k:OK了~ 感謝 01/01 12:55