Sublime Text v3.2 Build 3200
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
官方下載(3200)
https://download.sublimetext.com/Sublime%20Text%20Build%203200.zip
https://download.sublimetext.com/Sublime%20Text%20Build%203200%20×64.zip
https:/ /download.sublimetext.com/Sublime%20Text%20Build%203200%20Setup.exe
https://download.sublimetext.com/Sublime%20Text%20Build%203200%20×64%20Setup.exe
網盤下載(3200主程序+ Patch v0.9 + 3.1.3156漢化版+歷史版本)
https://pan.baidu.com/s/1rn_n4V9EtSUotVuCIQWQtA 提取码:4pdw
包括三個漢化版:
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主題
*修改多處細節和配置文件使其更人性化