您的位置:首页 > 其它

Sublime Text 2入门指南

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

 

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

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

           http://www.sublimetext.info/

参考文档:



 

 

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

 

 

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