Sublime Text 2 设置文件详解(转)
|
Sublime Text 2是那种让人会一眼就爱上的编辑器,不仅GUI让人眼前一亮,功能更是没的说,拓展性目前来说也完全够用了,网上介绍软件的文章和推荐插件的文章也不少,而且很不错,大家可以去找找自己需要的。而且 Linux 支持也做的非常好。 之前想设置什么都是直接在网上搜,但最近想调行距,这个把我给难住了,软件上的设置没找到,网上搜也没有,最后的最后在Sublime的官方论坛找到了,个人觉得行距还是很影响视觉体验的,看看下面的对比图就知道了: ![]() 看来想驾驭好这软件不弄清楚配置文件是不行了,周末找了时间把配置文件的每条配置信息都加上了中文注释,现在贴出来和大家共享,里面有解释不清楚的也欢迎大家伙来互相讨论:) 另外,这也是我的第一篇博客,以后我会多写些前端方面的文章和大家共享,欢迎一起讨论:) Preferences.sublime-settings文件: // While you can edit this file, it’s best to put your changes in // Note that the font_face and font_size are overriden in the platform // Valid options are “no_bold”, “no_italic”, “no_antialias”, “gray_antialias”, // Characters that are considered to separate words // Set to false to prevent line numbers being drawn in the gutter // Set to false to hide the gutter altogether // Spacing between the gutter and the text // Fold buttons are the triangles shown in the gutter to fold regions of text // Hides the fold buttons unless the mouse is over the gutter // Columns in which to display vertical rulers // Set to true to turn spell checking on by default // The number of spaces a tab is considered equal to // Set to true to insert spaces when tab is pressed // If translate_tabs_to_spaces is true, use_tab_stops will make tab and // Set to false to disable detection of tabs vs. spaces on load // Calculates indentation automatically when pressing enter // Makes auto indent a little smarter, e.g., by indenting the next line // Adds whitespace up to the first open bracket when indenting. Requires // Trims white space added by auto_indent when moving the caret off the // Disables horizontal scrolling if enabled. // Set to a value other than 0 to force wrapping at that column rather than the // Set to false to prevent word wrapped lines from being indented to the same // Draws text centered in the window rather than left aligned // Controls auto pairing of quotes, brackets etc // Word list to use for spell checking // Set to true to draw a border around the visible rectangle on the minimap. // If enabled, will highlight any line with a caret // Valid values are “smooth”, “phase”, “blink”, “wide” and “solid”. // Set to false to disable underlining the brackets surrounding the caret // Set to false if you’d rather only highlight the brackets when the caret is // Set to false to not highlight square brackets. This only takes effect if // Set to false to not highlight curly brackets. This only takes effect if // Set to false to not highlight angle brackets. This only takes effect if // Enable visualization of the matching tag in HTML and XML // Highlights other occurrences of the currently selected text // Additional spacing at the top of each line, in pixels // Additional spacing at the bottom of each line, in pixels // Set to false to disable scrolling past the end of the buffer. // This controls what happens when pressing up or down when on the first // Set to “none” to turn off drawing white space, “selection” to draw only the // Set to false to turn off the indentation guides. // Controls how the indent guides are drawn, valid options are // Set to true to removing trailing white space on save // Set to true to ensure the last line of the file ends in a newline // Set to true to automatically save files when switching to a different file // The encoding to use when the encoding can’t be determined automatically. // Encoding used when saving new files, and files opened with an undefined // Files containing null bytes are opened as hexadecimal by default // Determines what character(s) are used to terminate each line in new files. // When enabled, pressing tab will insert the best matching completion. // Enable auto complete to be triggered automatically when typing. // The maximum file size where auto complete will be automatically triggered. // The delay, in ms, before the auto complete window is shown after typing // Controls what scopes auto complete will be triggered in // Additional situations to trigger auto complete // By default, auto complete will commit the current completion on enter. // Controls if auto complete is shown when snippet fields are active. // By default, shift+tab will only unindent if the selection spans // If true, the selected text will be copied into the find panel when it’s // // The theme controls the look of Sublime Text’s UI (buttons, tabs, scroll bars, etc) // Set to 0 to disable smooth scrolling. Set to a value between 0 and 1 to // Controls side bar animation when expanding or collapsing folders // OS X 10.7 only: Set to true to disable Lion style full screen support. // Valid values are “system”, “enabled” and “disabled” // // Exiting the application with hot_exit enabled will cause it to close // remember_open_files makes the application start up with the last set of // OS X only: When files are opened from finder, or by dragging onto the // Set to true to close windows as soon as the last file is closed, unless // List any packages to ignore here. When removing entries from this list, 来自:http://hp.dewen.org/?p=1361 |
Sublime Text 2 设置文件详解(转)的更多相关文章
- SUBLIME TEXT 2 设置文件详解
SUBLIME TEXT 2 设置文件详解 Preferences.sublime-settings文件: // While you can edit this file, it’s best to ...
- [转]Sublime Text 2 设置文件详解
Sublime Text 2是那种让人会一眼就爱上的编辑器,不仅GUI让人眼前一亮,功能更是没的说,拓展性目前来说也完全够用了,网上介绍软件的文章和推荐插件的文章也不少,而且很不错,大家可以去找找自己 ...
- Sublime Text 设置文件详解
Sublime Text 2是那种让人会一眼就爱上的编辑器,不仅GUI让人眼前一亮,功能更是没的说,拓展性目前来说也完全够用了,网上介绍软件的文章和推荐插件的文章也不少,而且很不错,大家可以去找找自 ...
- Sublime Text怎么设置文件在新标签打开?
设置Sublime Text新标签页tab打开文件.Sublime Text Files not opening a new tab?每次打开文件,Sublime Text总是把当前的tab打开的文件 ...
- web.xml文件详解
web.xml文件详解 Table of Contents 1 listener. filter.servlet 加载顺序 2 web.xml文件详解 3 相应元素配置 1 listener. f ...
- jni.h头文件详解二
作者:左少华 博客:http://blog.csdn.net/shaohuazuo/article/details/42932813 转载请注明出处:http://blog.csdn.net/shao ...
- 【转】 jni.h头文件详解(二)
原文网址:http://blog.csdn.net/shaohuazuo/article/details/42932813 作者:左少华 博客:http://blog.csdn.net/shaohua ...
- Sublime Text 3设置笔记
Sublime Text 3设置笔记 Sublime Text 3设置指南 1. 安装package control 下载package control源码安装包,并解压: http://yun.ba ...
- PE文件详解(六)
这篇文章转载自小甲鱼的PE文件详解系列原文传送门 之前简单提了一下节表和数据目录表,那么他们有什么区别? 其实这些东西都是人为规定的,一个数据在文件中或者在内存中的位置基本是固定的,通过数据目录表进行 ...
随机推荐
- NuGet version
https://stackoverflow.com/questions/15964935/get-nuget-exe-version-from-command-line Typing nuget he ...
- What is OWIN? A Beginners Guide
http://www.codedigest.com/posts/1/what-is-owin-a-beginners-guide http://owin.org/html/spec/owin-1.0. ...
- .net 获取当前电脑账户
string domainAndName = User.Identity.Name; ] { '\\' }, StringSplitOptions.RemoveEmptyEntries); strin ...
- LaTeX模板 - FORMCM
LaTex 模板 - FORMCM \documentclass{mcmthesis} \mcmsetup{CTeX = true, % 使用 CTeX 套装时,设置为 true tcn = 8989 ...
- swagger2 坑 记录
swagger2 只认 @RequestMapping 注解! 不认@RestController 注解 @RestController @RequestMapping(value = "/ ...
- (转帖) 为Docker容器指定自定义网段的固定IP/静态IP地址
作者:雨水,日期:2016-04-09 CSDN博客: http://blog.csdn.net/gobitan 摘要:Docker容器运行的时候默认会自动分配一个默认网桥所在网段的IP地址.但很多 ...
- class文件直接修改_反编译修改class文件变量
今天笔者同事遇到一个问题,客户同事的数据库连接信息直接写在代码中,连接的密码改了,但是又没有源代码,所以只能直接修改Java class文件. 记录一下修改步骤: 1.下载JClassLib_wind ...
- 新浪云连接数据库php
一般数据库连接$con = mysql_connect("localhost", "root", ""); 而新浪云共享数据库 <?p ...
- CAJ2PDF
该项目不成熟,很容易遇到转换失败的例子. https://github.com/JeziL/caj2pdf https://github.com/JeziL/caj2pdf/wiki caj2pdf ...
- uva109求凸包面积,判断点是不是在凸包内
自己想了一个方法判断点是不是在凸包内,先求出凸包面积,在求由点与凸包上每两个点之间的面积(点已经排好序了),如果两者相等,则点在凸包内,否则不在(时间复杂度可能有点高)但是这题能过 #include& ...
