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文件详解系列原文传送门 之前简单提了一下节表和数据目录表,那么他们有什么区别? 其实这些东西都是人为规定的,一个数据在文件中或者在内存中的位置基本是固定的,通过数据目录表进行 ...
随机推荐
- maven问题:如何启动maven项目
maven是项目构建工具,用于解决jar间的依赖,启动maven项目的命令:tomcat:run 步骤如下: 1.在pom.xml文件中配置插件,此处配置的是tomcat8 2.右击项目名,找到Run ...
- Css(样式)
CSS三种样式 1.行内样式 ①将css样式与html,完全糅杂在一起,不符合w3c关于“内容与表现分离”的基本规范,不利于后期维护. ②优先级最高. 2.内部样式表 ...
- $.ajax 的用法以及参数设置
url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址. type: 要求为String类型的参数,请求方式(post或get)默认为get.注意其他http请求方法,例如put和 ...
- 代码演示神器——jsfiddle
目录: 1. 介绍 2. jsfiddle的具体使用 3. 总结 1. 介绍 很多时候,我们需要在我们写的文章或博客中,即时显示出我们写的demo,能方便的解释出我们的思路.很久之前我也写过一篇文章, ...
- js的数组问题
目录: 1. 遇到的问题 2. 解决方案 3. 内部原理 4. 总结 1. 遇到的问题 前天在写js时,遇到了一个很奇怪的问题:我有两个数组变量a.b,在经过一些运算后,数组b中有一些值,然后我就把数 ...
- python爬虫之下载京东页面图片
import requests from bs4 import BeautifulSoup import time import re t = 0 #用于给图片命名 for i in range(10 ...
- 手机APP测试环境搭建---appium
这些都不是重点---一切都可以参考虫师 Appium移动自动化测试(一)--安装Appium 1.ADB的安装:ADB(ANDROID DEBUG BRIDGE) 应用场景: 针对移动端 Andr ...
- mvc 获取 HtmlHelper 表达式值
public static MvcHtmlString Try<TModel, TProperty>( this HtmlHelper<TModel> htmlHelper, ...
- 解决docker中使用nginx做负载均衡时并发过高时的一些问题
# 解决docker中使用nginx做负载均衡时并发过高时的一些问题 1.问题产生原因: 由于通过nginx作为负载均衡服务,在访问并发数量达到一定量级时jmeter报错. nginx日志关键信息:a ...
- OBS插件学习入门:一个非常简单的、调节音量的filter
一个非常简单的.调节音量的filter,非线性调节: #include <obs-module.h> #include <math.h> struct volume_data ...