技术帝的最爱 Sublime Text v3.2.1 Build 3207

https://hrtsea.com/2813.html


Sublime Text 是一个代码编辑器(Sublime Text 2是收费软件,但目前可以无限期试用)也是HTML和散文先进的文本编辑器。漂亮的用户界面和非凡的功能,例如迷你地图,多选择,Python的插件,代码段,等等。完全可自定义键绑定,菜单和工具栏。Sublime Text的主要功能包括:拼写检查,书签,完整的 Python API , Goto 功能,即时项目切换,多选择,多窗口等等。

Sublime Text 2 被称作Windows下的TextMate,而根据其官网介绍,Sublime Text的特点如下:拥有高效、没有干扰的界面,在编辑方面的多选、宏、代码片段等功能,以及很有特色的Minimap。

自从 Sublime Text 2.0 正式版以来已经新增支持 Retina 视网膜屏、拖拽文本、构建系统得以优化、支持 CSS 自动完成以及高亮设置等新特点~

Sublime Text 2 的特色功能:

1.良好的扩展功能,官方称之为安装包(Package)。
2.右边没有滚动条,取而代之的是代码缩略图,这个功能非常赞
3.强大的快捷命令“可以实时搜索到相应的命令、选项、snippet 和 syntex, 按下回车就可以直接执行,减少了查找的麻烦。”
4.即时的文件切换。
5.随心所欲的跳转到任意文件的任意位置。
6.多重选择(Multi-Selection)功能允许在页面中同时存在多个光标。
7.支持 VIM 模式
8.支持宏,简单地说就是把操作录制下来或者自己编写命令,然后播放刚才录制的操作或者命令。
9.更新非常勤快

主要快捷键列表:

Ctrl+L 选择整行(按住-继续选择下行)
Ctrl+KK 从光标处删除至行尾
Ctrl+Shift+K 删除整行
Ctrl+Shift+D 复制光标所在整行,插入在该行之前
Ctrl+J 合并行(已选择需要合并的多行时)
Ctrl+KU 改为大写
Ctrl+KL 改为小写
Ctrl+D 选词 (按住-继续选择下个相同的字符串)
Ctrl+M 光标移动至括号内开始或结束的位置
Ctrl+Shift+M 选择括号内的内容(按住-继续选择父括号)
Ctrl+/ 注释整行(如已选择内容,同“Ctrl+Shift+/”效果)
Ctrl+Shift+/ 注释已选择内容
Ctrl+Z 撤销
Ctrl+Y 恢复撤销
Ctrl+M 光标跳至对应的括号
Alt+. 闭合当前标签
Ctrl+Shift+A 选择光标位置父标签对儿
Ctrl+Shift+[ 折叠代码
Ctrl+Shift+] 展开代码
Ctrl+KT 折叠属性
Ctrl+K0 展开所有
Ctrl+U 软撤销
Ctrl+T 词互换
Tab 缩进 自动完成
Shift+Tab 去除缩进
Ctrl+Shift+↑ 与上行互换
Ctrl+Shift+↓ 与下行互换
Ctrl+K Backspace 从光标处删除至行首
Ctrl+Enter 光标后插入行
Ctrl+Shift+Enter 光标前插入行
Ctrl+F2 设置书签
F2 下一个书签
Shift+F2 上一个书签

更新日志

3.0 (BUILD 3143) 2017-09-13
See also the Announcement Post
Refreshed UI theme, including full high DPI support
New icon
Added alternate theme, Adaptive, that inherits colors from the color scheme
Added new color schemes Breakers, Mariana and Sixteen, derived from the excellent work of Chris Kempson and Dmitri Voronianski
Added color scheme and theme switchers with live preview via the command palette
Windows: Added touch input
Linux: Added repositories for apt, yum and pacman
Mac: Added Touch Bar support
Mac: Support for custom color window title bars on OS X 10.10+
Many additions and bug fixes to the theme engine, plus full documentation
Significant improvements to Markdown syntax highlighting, with thanks to keith-hall
Significant improvements to C# syntax highlighting, with thanks to gwenzek
Significant improvements to Java syntax highlighting, with thanks to djspiewak
Significant improvements to Python syntax highlighting, with thanks to FichteFoll
Significant improvements for R syntax highlighting, with thanks to randy3k
Markdown: Improved symbol handling
C#: Improved symbol handling
Many other syntax highlighting improvements
Various bugs with the syntax highlighting engine have been resolved
Fixed several crash issues
Improved responsiveness when the system is under high CPU load
High DPI textures are used on Windows and Linux when the DPI scale is greater than 1.0
Improved font selection on all platforms, allowing selection of different weights by name
Added setting theme_font_options to control font rendering of UI elements
Improved auto indent rules for HTML and PHP
Font geometry issues that prevent bold or italics are now printed in the console
Fixed flash-of-white that could occur when the auto complete window is closed
Disable scroll animation when animation_enabled is false in settings
Files can now be renamed when only the case has changed
New windows start with an empty find history
Find in Files panel now responds to find_all and replace_all commands
Various regex handling improvements in the Find panel
Fixed text widgets cutting off the bottom pixel of their selection border
Fixed an issue with close_windows_when_empty in empty session
Fixed empty panes on startup when hot_exit was set to false
Fix Open Containing Folder on Windows with a folder containing a comma
Fix multi-cursor pasting when clipboard contains one or more full lines
Prevent UNC paths from being mangled by edit_settings
Prevent a crash when a malformed regex is used in indentation settings
Improved rendering performance with a large number of gutter icons
Gutter icons are now sized properly on Windows and Linux high DPI screens
Improved sidebar performance when folders contain many thousands of files
Improved inline error message style
Fixed an issue where multiple indexing status windows could be shown
Windows: Font rendering defaults to DirectWrite unless using Consolas or Courier New
Windows: Added support for no_antialias font option when using DirectWrite
Windows: Improved touch pad scrolling
Windows: Improved file change detection robustness
Windows: Improved font selection logic
Windows: Fix ctrl+` shortcut for UK (ISO) keyboards
Windows: Improved fallback font handling in UI elements
Windows: The subl executable on OS X and plugin_host.exe on Windows are now signed
Windows: sublime_text.exe now has CompanyName set in VERSIONINFO
Mac: Handle layout changes due to macOS Sierra tabs
Mac: Improved default web browser detection
Mac: OS X 10.11 and macOS 10.12+ default to using San Francisco for the UI font
Mac: Fixed file change notifications from freezing UI on macOS Sierra
Mac: the user’s default shell is executed and environmental variables are set in the plugin Python environment
Linux: Update X11 selection on clipboard every time selection changes
Linux: Improved MOD3 modifier key handling
minihtml: Added support for borders
minihtml: Respects font_options from the settings
minihtml: Fixed layout of html popups on Windows and Linux under High DPI
minihtml: Fixed crash when doctype is present
minihtml: Fixed a crash from non-existent CSS vars
minihtml: Fixed a crash triggered by bad image paths
API: Add View.text_to_window() and View.layout_to_window()
API: All API functions now accept and return device-independent-pixels
API: Fixed input panel not running on_cancel when re-showing the input panel
API: Fixed selector scoring with the & operator
API: Fixed a bug causing incorrect phantom contents
API: Fixed crash in Window.set_view_index()
API: Updated OpenSSL to 1.0.2k, SQLite to 3.16.02

官网 http://www.sublimetext.com/

官方下载(3207)
https://download.sublimetext.com/Sublime%20Text%20Build%203207.zip
https://download.sublimetext.com/Sublime%20Text%20Build%203207%20×64.zip
https://download.sublimetext.com/Sublime%20Text%20Build%203207%20Setup.exe
https://download.sublimetext.com/Sublime%20Text%20Build%203207%20×64%20Setup.exe

网盘下载(3207 主程序 + Patch v0.9 + 3.1.3156 汉化版 + 历史版本)
https://pan.baidu.com/s/1dGAAXOX#lvw5 密码:lvw5

包括三个汉化版:

1、2.0.2 build 2221 正式版

2、3.0 build 3059 Beta 汉化版 by  ST中文论坛

注: 原先的汉化人守护幸福已经放弃了editplus和Sublime Text了,现在用的是Everedit。他的最后一版是SublimeText3 3056中文版_32位,但已经无法下载。

3、3.0 最新汉化版。

roustar31 汉化版特点:
– 基于 Sublime Text 3 官方版进行修改汉化
– 软件已默认注册且已去除自动检测升级提示
– 整合GBK插件支持简体中文整合多款主题及细节优化
– 整合Git、DocBlockr、MarkdownPreview、ColorPicker、AllAutocomplete等插件
– 参考清风流音的汉化,清除个人信息
– 完全绿色便携化,并整合注册码

流风清音 汉化版特点:
* 基于 Sublime Text 3 官方版进行修改汉化
* 软件已默认注册且已去除自动检测升级提示
* 调整字体大小为 11px 以适合大众使用习惯
* 深度整合GBK编码已能够完美支持GBK文件
* 默认安装了Emmet (Zen Coding)插件
* 增加了配色非常舒服的Theme-Nil主题
* 修改多处细节和配置文件使其更人性化

 

相关推荐

网友评论(0)