作者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