如何在os x下让sublime text编译javac程序?

您所在的位置: >
> sublime text安装控制台和常用插件的操作步骤
sublime text安装控制台和常用插件的操作步骤
日  来源:百度
1、安装package control组件
按Ctrl+`调出console( & &粘贴以下代码到底部命令行并回车: & &import urllib2,pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else Nopen(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()) & & 重启 2。
如果在Perferences-&package settings中看到package control这一项,则安装成功。
2、《Bracket Highlighter》
用于匹配括号,引号和html标签。对于很长的代码很有用。安装好之后,不需要设置插件会自动生效。
3、《DocBlockr》
DocBlockr可以自动生成PHPDoc风格的注释。它支持的语言有Javascript, PHP, ActionScript, CoffeeScript, Java, Objective C, C, C++。使用方法
按下Enter或者Tab键,代码自动变成(/**tab键)
4、《SideBar Enhancements》
这个插件改进了侧边栏,增加了许多功能:将文件移入回收站,在中浏览,将文件复制到剪切板。
5、《Prefixr》
由于CSS3和HTML5的W3C规范都尚未统一,各大浏览器对标准的支持还是有差异的。所以在编写CSS3代码还需要针对不同的浏览器写一堆的CSS3代码前缀。Prefixr插件能将CSS3代码自动生成跨浏览器CSS代码。使用方法 & &.box { & border-radius: 10 & box-shadow: 0 0 5px rgba(0,0,0,.4);}按下control + command + X(Mac)或者 ctrl + Alt + X(Windows),会转换成: & &.box { & -webkit-border-radius: 10 & -moz-border-radius: 10 & border-radius: 10 & &-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4); & -moz-box-shadow: 0 0 5px rgba(0,0,0,.4); & box-shadow: 0 0 5px rgba(0,0,0,.4);}
6、《Emmet(Zen Coding)》
大名鼎鼎的Zen Coding改名作Emmet啦,Zen Coding的Sublime Text 2插件也不再更新,现在整个项目搬到了Emmet了。仅仅需要一行代码就能快速生成html代码。1 & &ul#nav&li.item$*4&a{Item $}你只需要按下control + E,代码就会自动展开成: & &&ul id=&nav&& & &&li class=&item1&&&a href=&&&Item 1&/a&&/li& & &&li class=&item2&&&a href=&&&Item 2&/a&&/li& & &&li class=&item3&&&a href=&&&Item 3&/a&&/li& & &&li class=&item4&&&a href=&&&Item 4&/a&&/li&&/ul&还没试过的童鞋一定要试一下,体验一下Emmet的神奇功能吧。
7、《JSLint》
JSLint是一个Javascript代码质量检测工具。它可以告诉你代码的什么地方需要改进。虽然你也可以在网上检测,但这个插件能让你不打开浏览器,直接在Sublime里面检测。使用方法按下Shift + Command + P(Mac)或是Shift + Ctrl + P(Windows)调出命令面板,找到JSLint: Run JSLint,按下Enter,JSLint会输出结果到状态栏。
8、《Sublime Linter》
这个插件帮你找到代码中的错误。它支持很多语言:PHP, Python, Java, CoffeScript, CSS, HTML, JavaScript, Perl, PHP, Python, Ruby, XML等。Javascript需要安装Node.js引擎,其他配置详见项目主页。强烈推荐安装。
9、《Sublime CodeIntel》
它提供了很多IDE提供的功能,例如代码自动补齐,快速跳转到变量定义,在状态栏显示函数快捷信息等。它支持的语言有:PHP, Python, RHTML, JavaScript, Smarty, Mason, Node.js, XBL, Tcl, HTML, HTML5, TemplateToolkit, XUL, Django, Perl, Ruby, Python3.
10、《Dayle Rees颜色主题》
尽管Sublime自带的颜色主题已经够棒了,但也有审美疲劳的一天,这时,你可以下载Dayle Rees主题,有多款主题可选。
以上就是专题栏小编带来的Sublime Text教程,更多教程请看&&
Sublime Text 很赞的代码编辑器,界面设置非常人性化,左边是代码缩略图,右边是代码区域,你可以在左边的代码缩略图区域轻松定…
页面地址:/xiazai/gaojiwenbenbianjiqiSublimeText.html
看过这篇文章的人还看过
""""""""""
输入你的评价或问题……
热门关键字如何在os x下让sublime text编译c程序_百度知道
如何在os x下让sublime text编译c程序
提问者采纳
String reverse = & i && i--)
reverse += array[i]; 在字符串前面连接; 2.最简单的方法; i++) {
char temp = s[i];
/= 0;&注意这是空串;&#47.常用方法的变形:public static String reverse1(String str){
return new StringBuffer(str).length(): public static String reverse2(String s){
int length = s.toCharArray();
int n = s.length - 1,
而非常见的后面
&#47.charAt(i) += halfLength.reverse(),不是null
for (int i = 0;
s[n - i] =
return new String(s).最常用的方法;&#47.toString();/;;}2;
for (int i = 0;
String reverse = &quot:public static String reverse3(String s) {
char[] array =注意这是空串; i &
} 3,不是null
for (int i =
s[i] = s[n - i]; i &
int halfLength = n /&#47.toCharArray();
} 4.C语言中常用的方法: public static String reverse5(String orig){
char[] s = orig.length - 1;&#471
资深电脑人
其他类似问题
为您推荐:
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁sublime text在linux下一键编译c和c++程序的配置文件 - cmicat - 推酷
sublime text在linux下一键编译c和c++程序的配置文件 - cmicat
能实现直接双击出错信息定位到代码的功能,已经加入了-lm -Wall选项,我把c和c++分开来了。运行完之后会出现
Press any key to continue...需要按回车键关闭窗口
1)对于kde桌面环境
C.sublime-build:
&&& &shell_cmd&: &gcc \&${file}\& -o \&${file_path}/${file_base_name}\& -lm -Wall&,
&&& &file_regex&: &^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$&,
&&& &working_dir&: &${file_path}&,
&&& &selector&: &source.c&,
&&& &variants&:
&&&&&&&&&&& &name&: &Run&,
&&&&&&&&&&& &shell_cmd&: &konsole -e bash -c \&\&${file_path}/${file_base_name}\& ; read -p 'Press any key to continue...'\&&
C++.sublime-build:
&&& &shell_cmd&: &g++ \&${file}\& -o \&${file_path}/${file_base_name}\& -lm -Wall&,
&&& &file_regex&: &^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$&,
&&& &working_dir&: &${file_path}&,
&&& &selector&: &source.c, source.c++&,
&&& &variants&:
&&&&&&&&&&& &name&: &Run&,
&&&&&&&&&&& &shell_cmd&: &konsole -e bash -c \&\&${file_path}/${file_base_name}\& ; read -p 'Press any key to continue...'\&&
2)对于gnome桌面环境:
C.sublime-build:
&&& &shell_cmd&: &gcc \&${file}\& -o \&${file_path}/${file_base_name}\& -lm -Wall&,
&&& &file_regex&: &^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$&,
&&& &working_dir&: &${file_path}&,
&&& &selector&: &source.c&,
&&& &variants&:
&&&&&&&&&&& &name&: &Run&,
&&&&&&&&&&& &shell_cmd&: &x-terminal-emulator -e bash -c \&\&${file_path}/${file_base_name}\& ; read -p 'Press any key to continue...'\&&
C++.sublime-build:
&&& &shell_cmd&: &g++ \&${file}\& -o \&${file_path}/${file_base_name}\& -lm -Wall&,
&&& &file_regex&: &^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$&,
&&& &working_dir&: &${file_path}&,
&&& &selector&: &source.c, source.c++&,
&&& &variants&:
&&&&&&&&&&& &name&: &Run&,
&&&&&&&&&&& &shell_cmd&: &x-terminal-emulator -e bash -c \&\&${file_path}/${file_base_name}\& ; read -p 'Press any key to continue...'\&&
已发表评论数()
已收藏到推刊!
请填写推刊名
描述不能大于100个字符!
权限设置: 公开
仅自己可见
正文不准确
标题不准确
排版有问题
没有分页内容
图片无法显示
视频无法显示
与原文不一致为什么叫神器呢?我总结如下:第一:也是最重要的,它占内存很小(就如同notepad++那般迅速打开,所以那款其实也不错~)。一般IDE比如WebStorm(它也是一款神器来着),Aptana(也比较常用),还有前后结合的Zend Studio 等都略显臃肿,打开太慢,耗内存太大。第二:主题丰富,漂亮的界面。各式各样的主题可以满足你的视觉美。第三:支持的插件丰富多样。很多插件都能让你获得不一样的体验。第四:支持命令快捷键方式。就如同vim那般有广阔的命令快捷。好吧,那就来下载安装吧。Sublime Text2或者3都没关系,3也只是作为2的beta版本,所以还是推荐3吧,支持新版嘛。2和3在使用方法功能上也有差异~(1)你可以去官网下载对应版本,但可能需要输入序列号什么的。 访问/2下载 2.x 版本。
或从/3下载 3.x 版本。
注册码(仅供个人非商业应用): ----- BEGIN LICENSE ------ Alexander Single User License EA7E-F47F09 4EABEFF0 8B1207DC A76A6EA3 E1A1CA7A DC1F,784 8EDC1C82 3F2A58B9 1C0C8B24 245B3 6233DE5C ADC5C2F9 61FB8A04 171B63EF 86BA423F 6AC884FD 3273A7AA 5F50A6DB CE7859AE D62D2B37 AEEDD8C2 078A8A20 70EEA791 84F48C1E 8ABA7DEB 0BAA045 6F67AED8 ------ END LICENSE ----------- BEGIN LICENSE -----Andrew Weber Single User License EA7E-A03DD 5E4AD9E6 6C0EEB94 BC9A6 C9FE 91424C9D A45400BF FFBCC94 1CDC92DC 8457107A FD22E383 A997F016 F41CFC E1D0AE85 A0BBD039 0E9C8D55 E1B89D5D 5CDBC0 EFCCA6 B98FC99C 8FAC73EE D2B95564 DF450523 ------ END LICENSE ------(2)一般官网下来的都是英文原版的,可以网上找些中文包放进去就行了。你也可以直接去其他网站下载Sublime Text,一般下下来就可以直接使用了。。先来基本配置基本配置可以在窗口布局的那几个选项自己设定,当然也可以在配置文件里边直接开干。配置文件在:preferences-setting user& 或者 setting default因为user的可以覆盖default的,而且你重装啊什么的也不怕被抹掉,所以推荐你直接写进setting user里边我是text3 中文版的:
直接在里边写点配置信息就行了,比如:
//字体大小
&font_size&: 11.0,
//字体类型
&font_face&: &微软雅黑&,
// 设置每一行到顶部,以像素为单位的间距,效果相当于行距
&line_padding_top&: 2,
// 设置每一行到底部,以像素为单位的间距,效果相当于行距
&line_padding_bottom&: 2,
//检查更新
&update_check&:false,
//长单词换行形式
&word_wrap&:&auto&,
// html和xml下突出显示光标所在标签的两端,影响HTML、XML、CSS等
&match_tags&: true,
// 是否显示代码折叠按钮
&fold_buttons&: true,
// 代码提示
&auto_complete&: true,
// 默认编码格式
&default_encoding&: &UTF-8&,
// 左边边栏文件夹动画
&tree_animation_enabled&: true,
//删除你想要忽略的插件
&ignored_packages&:
&Vintage&,
&YUI Compressor&
]}下边总结了一些更多的配置信息,需要的可打开看看~
1 // While you can edit this file, it's best to put your changes in2 3 // &User/Preferences.sublime-settings&, which overrides the settings in here.4 //5 // Settings may also be placed in file type specific options files, for6 // example, in Packages/Python/Python.sublime-settings for python files.7 {8 // Sets the colors used within the text area9 //主题文件 10 &color_scheme&: &Packages/Color Scheme - Default/Monokai.tmTheme&, 11
12 // Note that the font_face and font_size are overriden in the platform 13 // specific settings file, for example, &Preferences (Linux).sublime-settings&. 14 // Because of this, setting them here will have no effect: you must set them 15 // in your User File Preferences. 16 //字体样式、大小 17 &font_face&: &&, 18 &font_size&: 10, 19
20 // Valid options are &no_bold&, &no_italic&, &no_antialias&, &gray_antialias&, 21 // &subpixel_antialias&, &no_round& (OS X only) and &directwrite& (Windows only) 22 // 字体选项:no_bold不显示粗体字,no_italic不显示斜体字,no_antialias和no_antialias关闭反锯齿 23 // subpixel_antialias和no_round是OS X系统独有的 24 // directwrite是Windows系统独有的 25 &font_options&: [], 26
27 // Characters that are considered to separate words 28 // 在文字上双击会全选当前的内容,如果里面出现以下字符,就会被截断 29 &word_separators&: &.///()/&'-:,.;&&~!@#$%^&*|+=[]{}`~?&, 30
31 // Set to false to prevent line numbers being drawn in the gutter 32 // 是否显示行号 33 &line_numbers&: true, 34
35 // Set to false to hide the gutter altogether 36 // 是否显示行号边栏 37 &gutter&: true, 38
39 // Spacing between the gutter and the text 40 // 行号边栏和文字的间距 41 &margin&: 4, 42
43 // Fold buttons are the triangles shown in the gutter to fold regions of text 44 // 是否显示代码折叠按钮 45 &fold_buttons&: true, 46
47 // Hides the fold buttons unless the mouse is over the gutter 48 // 不管鼠标在不在行号边栏,代码折叠按钮一直显示 49 &fade_fold_buttons&: true, 50
51 // Columns in which to display vertical rulers 52 //列显示垂直标尺,在中括号里填入数字,宽度按字符计算 53 &rulers&: [], 54
55 // Set to true to turn spell checking on by default 56 // 是否打开拼写检查 57 &spell_check&: false, 58
59 // The number of spaces a tab is considered equal to 60 // Tab键制表符宽度 61 &tab_size&: 4, 62
63 // Set to true to insert spaces when tab is pressed 64 // 设为true时,缩进和遇到Tab键时使用空格替代 65 &translate_tabs_to_spaces&: false, 66
67 // If translate_tabs_to_spaces is true, use_tab_stops will make tab and 68 // backspace insert/delete up to the next tabstop 69 // translate_tabs_to_spaces设置为true,Tab和Backspace的删除/插入作用于制表符宽度 70 // 否则作用于单个空格 71 &use_tab_stops&: true, 72
73 // Set to false to disable detection of tabs vs. spaces on load 74 // false时禁止在载入的时候检测制表符和空格 75 &detect_indentation&: true, 76
77 // Calculates indentation automatically when pressing enter 78 // 按回车时,自动与制表位对齐 79 &auto_indent&: true, 80
81 // Makes auto indent a little smarter, e.g., by indenting the next line 82 // after an if statement in C. Requires auto_indent to be enabled. 83 //针对C语言的 84 &smart_indent&: true, 85
86 // Adds whitespace up to the first open bracket when indenting. Requires 87 // auto_indent to be enabled. 88 // 需要启用auto_indent,第一次打开括号缩进时插入空格?(没测试出来效果…) 89 &indent_to_bracket&: false, 90
91 // Trims white space added by auto_indent when moving the caret off the 92 // line. 93 // 显示对齐的白线是否根据回车、tab等操作自动填补 94 &trim_automatic_white_space&: true, 95
96 // Disables horizontal scrolling if enabled. 97 // May be set to true, false, or &auto&, where it will be disabled for 98 // source code, and otherwise enabled. 99 // 是否自动换行,如果选auto,需要加双引号100 &word_wrap&: &auto&,101 102 // Set to a value other than 0 to force wrapping at that column rather than the103 // window width104 // 设置窗口内文字区域的宽度105 &wrap_width&: 0,106 107 // Set to false to prevent word wrapped lines from being indented to the same108 // level109 // 防止被缩进到同一级的字换行110 &indent_subsequent_lines&: true,111 112 // Draws text centered in the window rather than left aligned113 // 如果没有定义过,则文件居中显示(比如新建的文件)114 &draw_centered&: false,115 116 // Controls auto pairing of quotes, brackets etc117 // 自动匹配引号,括号等118 &auto_match_enabled&: true,119 120 // Word list to use for spell checking121 // 拼写检查的单词列表路径122 &dictionary&: &Packages/Language - English/en_US.dic&,123 124 // Set to true to draw a border around the visible rectangle on the minimap.125 // The color of the border will be determined by the &minimapBorder& key in126 // the color scheme127 // 代码地图的可视区域部分是否加上边框,边框的颜色可在配色方案上加入minimapBorder键128 &draw_minimap_border&: false,129 130 // If enabled, will highlight any line with a caret131 // 突出显示当前光标所在的行132 &highlight_line&: false,133 134 // Valid values are &smooth&, &phase&, &blink&, &wide& and &solid&.、135 // 设置光标闪动方式136 &caret_style&: &smooth&,137 138 // Set to false to disable underlining the brackets surrounding the caret139 // 是否特殊显示当前光标所在的括号、代码头尾闭合标记140 &match_brackets&: true,141 142 // Set to false if you'd rather only highlight the brackets when the caret is143 // next to one144 // 设为false时,只有光标在括号或头尾闭合标记的两端时,match_brackets才生效145 &match_brackets_content&: true,146 147 // Set to false to not highlight square brackets. This only takes effect if148 // match_brackets is true149 // 是否突出显示圆括号,match_brackets为true生效150 &match_brackets_square&: true,151 152 // Set to false to not highlight curly brackets. This only takes effect if153 // match_brackets is true154 // 是否突出显示大括号,match_brackets为true生效155 &match_brackets_braces&: true,156 157 // Set to false to not highlight angle brackets. This only takes effect if158 // match_brackets is true159 // 是否突出显示尖括号,match_brackets为true生效160 &match_brackets_angle&: false,161 162 // Enable visualization of the matching tag in HTML and XML163 // html和xml下突出显示光标所在标签的两端,影响HTML、XML、CSS等164 &match_tags&: true,165 166 // Highlights other occurrences of the currently selected text167 // 全文突出显示和当前选中字符相同的字符168 &match_selection&: true,169 170 // Additional spacing at the top of each line, in pixels171 // 设置每一行到顶部,以像素为单位的间距,效果相当于行距172 &line_padding_top&: 0,173 174 // Additional spacing at the bottom of each line, in pixels175 // 设置每一行到底部,以像素为单位的间距,效果相当于行距176 &line_padding_bottom&: 0,177 178 // Set to false to disable scrolling past the end of the buffer.179 // On OS X, this value is overridden in the platform specific settings, so180 // you'll need to place this line in your user settings to override it.181 // 设置为false时,滚动到文本的最下方时,没有缓冲区182 &scroll_past_end&: true,183 184 // This controls what happens when pressing up or down when on the first185 // or last line.186 // On OS X, this value is overridden in the platform specific settings, so187 // you'll need to place this line in your user settings to override it.188 // 控制向上或向下到第一行或最后一行时发生什么(没明白也没试出来)189 &move_to_limit_on_up_down&: false,190 191 // Set to &none& to turn off drawing white space, &selection& to draw only the192 // white space within the selection, and &all& to draw all white space193 // 按space或tab时,实际会产生白色的点(一个空格一个点)或白色的横线(tab_size设置的制表符的宽度),选中状态下才能看到194 // 设置为none时,什么情况下都不显示这些点和线195 // 设置为selection时,只显示选中状态下的点和线196 // 设置为all时,则一直显示197 &draw_white_space&: &selection&,198 199 // Set to false to turn off the indentation guides.200 // The color and width of the indent guides may be customized by editing201 // the corresponding .tmTheme file, and specifying the colors &guide&,202 // &activeGuide& and &stackGuide&203 // 制表位的对齐白线是否显示,颜色可在主题文件里设置(guide,activeGuide,stackGuide)204 &draw_indent_guides&: true,205 206 // Controls how the indent guides are drawn, valid options are207 // &draw_normal& and &draw_active&. draw_active will draw the indent208 // guides containing the caret in a different color.209 // 制表位的对齐白线,draw_normal为一直显示,draw_active为只显示当前光标所在的代码控制域210 &indent_guide_options&: [&draw_normal&],211 212 // Set to true to removing trailing white space on save213 // 为true时,保存文件时会删除每行结束后多余的空格214 &trim_trailing_white_space_on_save&: false,215 216 // Set to true to ensure the last line of the file ends in a newline217 // character when saving218 // 为true时,保存文件时光标会在文件的最后向下换一行219 &ensure_newline_at_eof_on_save&: false,220 221 // Set to true to automatically save files when switching to a different file222 // or application223 // 切换到其它文件标签或点击其它非本软件区域,文件自动保存224 &save_on_focus_lost&: false,225 226 // The encoding to use when the encoding can't be determined automatically.227 // ASCII, UTF-8 and UTF-16 encodings will be automatically detected.228 // 编码时不能自动检测编码时,将自动检测ASCII, UTF-8 和 UTF-16229 &fallback_encoding&: &Western (Windows 1252)&,230 231 // Encoding used when saving new files, and files opened with an undefined232 // encoding (e.g., plain ascii files). If a file is opened with a specific233 // encoding (either detected or given explicitly), this setting will be234 // ignored, and the file will be saved with the encoding it was opened235 // with.236 // 默认编码格式237 &default_encoding&: &UTF-8&,238 239 // Files containing null bytes are opened as hexadecimal by default240 // 包含空字节的文件被打开默认为十六进制241 &enable_hexadecimal_encoding&: true,242 243 // Determines what character(s) are used to terminate each line in new files.244 // Valid values are 'system' (whatever the OS uses), 'windows' (CRLF) and245 // 'unix' (LF only).246 // 每一行结束的时候用什么字符做终止符247 &default_line_ending&: &system&,248 249 // When enabled, pressing tab will insert the best matching completion.250 // When disabled, tab will only trigger snippets or insert a tab.251 // Shift+tab can be used to insert an explicit tab when tab_completion is252 // enabled.253 // 设置为enabled时,在一个字符串间按Tab将插入一个制表符254 // 设置为true时,按Tab会根据前后环境进行代码自动匹配填补255 &tab_completion&: true,256 257 // Enable auto complete to be triggered automatically when typing.258 // 代码提示259 &auto_complete&: true,260 261 // The maximum file size where auto complete will be automatically triggered.262 // 代码提示的大小限制263 &auto_complete_size_limit&: 4194304,264 265 // The delay, in ms, before the auto complete window is shown after typing266 // 代码提示延迟显示267 &auto_complete_delay&: 50,268 269 // Controls what scopes auto complete will be triggered in270 // 代码提示的控制范围271 &auto_complete_selector&: &source - comment&,272 273 // Additional situations to trigger auto complete274 // 触发代码提示的其他情况275 &auto_complete_triggers&: [ {&selector&: &text.html&, &characters&: &&&} ],276 277 // By default, auto complete will commit the current completion on enter.278 // This setting can be used to make it complete on tab instead.279 // Completing on tab is generally a superior option, as it removes280 // ambiguity between committing the completion and inserting a newline.281 // 设为false时,选择提示的代码按回车或点击可以输出出来,但选择true时不会输出而是直接换行282 &auto_complete_commit_on_tab&: false,283 284 // Controls if auto complete is shown when snippet fields are active.285 // Only relevant if auto_complete_commit_on_tab is true.286 // auto_complete_commit_on_tab必须为true,控制代码提示的活跃度287 &auto_complete_with_fields&: false,288 289 // By default, shift+tab will only unindent if the selection spans290 // multiple lines. When pressing shift+tab at other times, it'll insert a291 // tab character - this allows tabs to be inserted when tab_completion is292 // enabled. Set this to true to make shift+tab always unindent, instead of293 // inserting tabs.294 // 设置为false,使用Shift + tab总是插入制表符295 &shift_tab_unindent&: false,296 297 // If true, the copy and cut commands will operate on the current line298 // when the selection is empty, rather than doing nothing.299 //复制与剪切的300 &copy_with_empty_selection&: true,301 302 // If true, the selected text will be copied into the find panel when it's303 // shown.304 // On OS X, this value is overridden in the platform specific settings, so305 // you'll need to place this line in your user settings to override it.306 // 选中的文本按Ctrl + f时,自动复制到查找面板的文本框里307 &find_selected_text&: true,308 309 // When drag_text is enabled, clicking on selected text will begin a310 // drag-drop operation311 //拖动文本312 &drag_text&: true,313 314 //315 // User Interface Settings316 //317 318 // The theme controls the look of Sublime Text's UI (buttons, tabs, scroll bars, etc)319 //主题320 &theme&: &Default.sublime-theme&,321 322 // Set to 0 to disable smooth scrolling. Set to a value between 0 and 1 to323 // scroll slower, or set to larger than 1 to scroll faster324 // 滚动的速度325 &scroll_speed&: 1.0,326 327 // Controls side bar animation when expanding or collapsing folders328 // 左边边栏文件夹动画329 &tree_animation_enabled&: true,330 331 // Makes tabs with modified files more visible332 //高亮未保存文件333 &highlight_modified_tabs&: false,334 // 标签页的关闭按钮335 &show_tab_close_buttons&: true,336 337 // Show folders in the side bar in bold338 //在侧边栏显示文件夹339 &bold_folder_labels&: false,340 341 // OS X 10.7 only: Set to true to disable Lion style full screen support.342 // Sublime Text must be restarted for this to take effect.343 //开启全屏,针对 OS X 10.7344 &use_simple_full_screen&: false,345 346 // OS X only. Valid values are true, false, and &auto&. Auto will enable347 // the setting when running on a screen 2880 pixels or wider (i.e., a348 // Retina display). When this setting is enabled, OpenGL is used to349 // accelerate drawing. Sublime Text must be restarted for changes to take350 // effect.351 //针对OS X,使用OpenGL画图,需重启352 &gpu_window_buffer&: &auto&,353 354 // Valid values are &system&, &enabled& and &disabled&355 //延迟滚动条356 &overlay_scroll_bars&: &system&,357 358 //359 // Application Behavior Settings360 //361 362 // Exiting the application with hot_exit enabled will cause it to close363 // immediately without prompting. Unsaved modifications and open files will364 // be preserved and restored when next starting.365 //366 // Closing a window with an associated project will also close the window367 // without prompting, preserving unsaved changes in the workspace file368 // alongside the project.369 // 热退出功能!退出时不会提示是否保存文件,而是直接退出370 &hot_exit&: true,371 372 // remember_open_files makes the application start up with the last set of373 // open files. Changing this to false will have no effect if hot_exit is374 // true375 //记忆之前打开的文件376 &remember_open_files&: true,377 378 // OS X only: When files are opened from finder, or by dragging onto the379 // dock icon, this controls if a new window is created or not.380 //始终在新窗口打开文件,针对OS X381 &open_files_in_new_window&: true,382 383 // OS X only: This controls if an empty window is created at startup or not.384 //在打开程序的时候新建窗口,针对OS X385 &create_window_at_startup&: true,386 387 // Set to true to close windows as soon as the last file is closed, unless388 // there's a folder open within the window. This is always enabled on OS X,389 // changing it here won't modify the behavior.390 //当没有文件时,关闭程序,针对Windows391 &close_windows_when_empty&: false,392 393 // Show the full path to files in the title bar.394 // On OS X, this value is overridden in the platform specific settings, so395 // you'll need to place this line in your user settings to override it.396 //在标题栏显示绝对路径397 &show_full_path&: true,398 399 // Shows the Build Results panel when building. If set to false, the Build400 // Results can be shown via the Tools/Build Results menu.401 &show_panel_on_build&: true,402 403 // Preview file contents when clicking on a file in the side bar. Double404 // clicking or editing the preview will open the file and assign it a tab.405 //在侧边栏预览文件406 &preview_on_click&: true,407 408 // folder_exclude_patterns and file_exclude_patterns control which files409 // are listed in folders on the side bar. These can also be set on a per-410 // project basis.411 // 哪些文件会被显示到边栏上412 &folder_exclude_patterns&: [&.svn&, &.git&, &.hg&, &CVS&],413 &file_exclude_patterns&: [&*.pyc&, &*.pyo&, &*.exe&, &*.dll&, &*.obj&,&*.o&, &*.a&, &*.lib&, &*.so&, &*.dylib&, &*.ncb&, &*.sdf&, &*.suo&, &*.pdb&, &*.idb&, &.DS_Store&, &*.class&, &*.psd&, &*.db&],414 // These files will still show up in the side bar, but won't be included in415 // Goto Anything or Find in Files416 &binary_file_patterns&: [&*.jpg&, &*.jpeg&, &*.png&, &*.gif&, &*.ttf&, &*.tga&, &*.dds&, &*.ico&, &*.eot&, &*.pdf&, &*.swf&, &*.jar&, &*.zip&],417 418 // List any packages to ignore here. When removing entries from this list,419 // a restart may be required if the package contains plugins.420 // 删除你想要忽略的插件,需要重启421 &ignored_packages&: [&Vintage&]422 } View Code
接下来就是它的最强项,插件的安装:
插件的安装有两个办法: (1)直接把插件放到它的安装路径对应文件包packages里面去,不知道在哪的可以直接打开 preferences-&Browse packages
放进去之后软件会自动检测(2)使用命令方式直接让软件自己下载安装。(使用package control组件)按下Ctrl+Shift+P调出命令面板,输入install, 调出 Install Package 选项并回车,然后在列表中选中要安装的插件。(这一步你要先安装下面那个package control插件)常用插件:(1)package control通过快捷键 ctrl+`&或者 View & Show Console 菜单打开控制台
然后粘贴对应的版本代码进去,然后回车让它安装~适用于 Sublime Text 3:importurllib.request,pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();urllib.request.install_opener(urllib.request.build_opener(urllib.request.ProxyHandler()));open(os.path.join(ipp,pf),'wb').write(urllib.request.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())适用于 Sublime Text 2:importurllib2,pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp)ifnotos.path.exists(ipp)elseNurllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler()));open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read());print('Please restart Sublime Text to finish installation')当然了,有些时候这样你安装不进去的,就只能自个去下载安装包放到package文件里边去了(就是上边我说的那个文件夹)如果在Preferences → Package Settings 中看到 Package Control 这一项,说明安装成功。这样:
好了接下来我们就可以直接用它来安装插件了~(2)举个例子吧:比如这个插件 Alignment(代码补齐)补齐就是补齐~就像这样
你可以去插件库 下载 :/wbond/sublime_alignment 然后把它放到package文件包中。如果没用过Github的朋友不知道在哪里下载..看这个图~
然后把它解压,把文件夹放进package文件包,然后它就能检测到包啦~体验一下
然后介绍一下命令的方式,键入Ctrl+shift+p& 输入install& 选择package install&过几秒会弹出另一个框。然后在输入框中输入你想要的插件关键字就行,然后就选择安装吧~
大致就是这样,简单明了。下面介绍其他常用插件,安装方式同理~ (3) Zen Coding (现已改名为Emmet) 下载 :/sergeche/emmet-sublime zen coding 就是通过简单的命令直接生成一大段代码!一个字又快又准~安装好插件后,使用Ctrl + Alt + Enter 呼出ZenCoding。我们可以用 div#content&ul&li*3&a[href=&javascript:void(0);&]{Links$} 这样短短的一句话,生成下面一段代码:
更多的技巧就自己去学学吧~ (4) ColorPicker (调色盘) 下载 :/weslly/ColorPicker 在编辑CSS样式的时候,ColorPicker可以让sublime text 内置一个调色盘,调好颜色,点击OK就会在光标处生成十六进制颜色代码。
(5) SublimeTmpl (自定义新建文件) 下载 :/kairyou/SublimeTmpl 默认已经添加了html、css、js等常见类型的面板,按ctrl+alt+h/ctrl+alt+c/ctrl+alt+j可新建这 3钟类型的文件,快捷键在这里/Packages/SublimeTmpl/Default (Windows).sublime-keymap, 模板文件在这里/Packages/SublimeTmpl/templates,可修改。 比如下边简单的html文件
(6) BracketHighlighter高亮显示匹配的括号、引号和标签 BracketHighlighter这个插件能在左侧高亮显示匹配的括号、引号和标签,能匹配的[]&,&&()&,&&{}&,&&&&&,&&''&,&&tag&&/tag&等甚至是自定义的标签,当看到密密麻麻的代码分不清标签之间包容嵌套的关系时,这款插件就能很好地帮你理清楚代码结构,快速定位括号,引号和标签内的范围。(7)还有更多插件,可以自行去搜索下载~我没时间了要出去了 T_T...比如:其他插件: Clipboard-history(粘贴板历史记录) 下载 :/kemayo/sublime-text-2-clipboard-history
CSScomb(CSS属性排序) 下载 :/csscomb/CSScomb-for-Sublime
Gits(集成 GitHub) 下载 :/kemayo/sublime-text-git
Hex-to-HSL-Color Hex(颜色模式转HSL颜色模式)& 下载 :/atadams/Hex-to-HSL-Color
HtmlTidy(清理与排版你的HTML代码) 下载 :/welovewordpress/SublimeHtmlTidy
JsFormat(javascript格式化) 下载 :/jdc0589/JsFormat
PHPTidy(整理与排版PHP代码) 下载 :/welovewordpress/SublimePhpTidy
SideBarEnhancements(侧边栏增强) 下载 :/titoBouzout/SideBarEnhancements
SublimeLinter(代码错误提示) 下载 :/SublimeLinter/SublimeLinter/tree/sublime-text-3
SFTP(编辑 FTP 或 SFTP 服务器上的文件) 下载 :http://wbond.net/sublime_packages/sftp &
Tradsim(中文繁字体和简体字转换) 下载 :/erinata/SublimeTradsim
TrailingSpacer(高亮显示多余的空格和Tab) 下载 :/SublimeText/TrailingSpaces
YUI Compressor(压缩JS和CSS文件) 下载 :/kairyou/ SublimeYUICompressor ---------先到这里了----------

我要回帖

更多关于 sublime text怎么编译 的文章

 

随机推荐