----- BEGIN LICENSE -----Andrew WeberSingle User LicenseEA7E-855605813A03DD 5E4AD9E6 6C0EEB94 BC99798F942194A6 02396E98 E62C9979 4BB979FE91424C9D A454...
分类:
其他好文 时间:
2014-07-22 22:54:55
阅读次数:
157
一、基础1.重要文档:sublime Text3官方文档中文版:http://feliving.github.io/Sublime-Text-3-Documentation/sublime Text插件下载站点:https://sublime.wbond.net/Sublime Text insta...
分类:
其他好文 时间:
2014-07-22 22:52:33
阅读次数:
6141
闲来无事,想要用subllime text 2 写下c++小程序,以前没用过这个编译c++,期间出过很多问题,但是安装了sublime text 3 直接可以使用,前提安装了gcc/g++ 编译,没安装的去 安装下MinGW,然后在 环境变量把 MinGW下的bin 加入,新建LIBRARY_PAT...
分类:
编程语言 时间:
2014-07-19 16:17:17
阅读次数:
239
自动安装:
1、通过快捷键 ctrl+` 或者 View > Show Console 菜单打开控制台
2、粘贴对应版本的代码后回车安装
适用于 Sublime Text 3:
import urllib.request,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_p...
分类:
其他好文 时间:
2014-07-18 18:08:25
阅读次数:
188
文件 File新建文件Ctrl + N打开文件Ctrl + O打开最近关闭的文件Ctrl + Shift + T保存Ctrl + S另存为…Ctrl + Shift + S关闭文件Ctrl + W新建窗口Ctrl + Shift + N关闭窗口Ctrl + Shift + W编辑 Edit撤销Ctr...
分类:
其他好文 时间:
2014-07-18 17:18:15
阅读次数:
257
##第一步:安装轻松玩转github:---1. 注册成为 github用户2. 首先下载github windows 客户端; 3. 安装完成后打开gitShell 窗口,这里客户端在安装的时候就已经帮你把用户名密码设置好了,并且把公钥上传到了github。无需配置直接使用即可;> ps:使用 ....
分类:
其他好文 时间:
2014-07-18 14:13:50
阅读次数:
267
无赖右方向键→和End键都在键盘的另一边,每次输入完一个函数,光标在各种括号中间,有什么更好的方式将光标移出来呢?在Sublime Text 2中,我们可以自己设置快捷键: { "keys": ["ctrl+alt+space"], "command": "move", "args": {"by":...
分类:
其他好文 时间:
2014-07-17 17:28:58
阅读次数:
228
Sublime Text 2是一个轻量、简洁、高效、跨平台的编辑器,方便的配色以及兼容vim快捷键等各种优点博得了很多前端开发人员的喜爱,当然也包括我,在看到小飞的介绍后,我就一直在用了。本文推荐一些好用的插件和扩展。Sublime Text 2基本上是共享软件,免费版和收费版基本无区别,只是偶尔会...
分类:
其他好文 时间:
2014-07-17 13:08:20
阅读次数:
217
Searching
To open the search panel for the active file, press
Ctrl + F. Someoptions and actions available through this panel can be controlled from thekeyboard:
Toggle Regular Expression...
分类:
其他好文 时间:
2014-07-16 16:32:20
阅读次数:
187
Search and Replace - Multiple Files
Searching
To open the search panel for files, press Ctrl
+ Shift +
F. You can use thekeyboard to control some search panel options and search actions:
...
分类:
其他好文 时间:
2014-07-16 16:17:14
阅读次数:
212