您的位置:首页 > 其它

Sublime Text 2入门指南

2014-07-25 10:38 176 查看
Sublime Text 2入门指南

 

一天在iteye上看到范凯介绍一个开发工具(TextMate
),看下面的评论时看到Sublime Text 2。其实我一直喜欢editplus。百度了一番才知道Sublime Text 2的强大!不多解释,看了百度百科和博友们的文章你会明白的!

Sublime Text 2官网地址:
           http://www.sublimetext.com/

           http://www.sublimetext.info/

参考文档:

官网文档:http://www.sublimetext.com/docs/2/

百度百科:http://baike.baidu.com/view/4009156.htm

博友文档:

http://lucifr.com/139225/sublime-text-2-tricks-and-tips/

http://net.tutsplus.com/?s=sublime

http://hi.baidu.com/tp100/blog/item/43b6db32afeb5b5cad4b5fcb.html

http://www.cnblogs.com/leecanz/archive/2012/03/04/2379446.html

1.技巧提示 总结
http://ihacklog.com/post/sublime-text-2-tips-and-tricks.html
2.常用快捷方式 提示
http://www.csser.com/board/4f59c2cb9c3694f227001cd7
3.常用案例解析
http://www.cnblogs.com/BiffoLee/archive/2011/11/26/2264198.html http://blog.sina.com.cn/s/blog_7ff92cc501011q06.html
 

 

Sublime Text 
扩展(
Packages)

        https://github.com/SublimeText

http://wbond.net/sublime_packages/community#sort-installs

下载地址: 
http://www.sublimetext.com/2
 (选择合适的版本)

 

 

windows 32bit官网原生英文版 http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202%20Build%202181%20Setup.exe
汉化注册版(Sublime Text 2 Build 2190)下载地址:
sina下载:http://ishare.iask.sina.com.cn/f/23649981.html?retcode=0

华为网盘:http://dl.dbank.com/c0bt85c0lc

 

 

 

字体设置

 

 
Changing the font can be done via adding these lines to Preferences/Settings - User
:

{
"font_face": "Courier New",
"font_size": 14,
"font_options": ["bold"]
}

and then change as desired. The font will change when you save.

You can see other settings to change by browsing through Preferences/Settings - Default
. There are many things that can be customized in Sublime Text 2.

 

http://www.sublimetext.com/docs/2/font.html

 

 

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: