Sublime Text (64-bit)

最新版本 Sublime Text 3200 (64-bit)

Sublime Text 3200 (64-bit)

Sublime Text 3200 (64-bit)
崇高的文本 64 位是一個複雜的代碼,標記和散文的文本編輯器。你會喜歡光滑的用戶界面,非凡的功能和驚人的性能。下載 Sublime Text 離線安裝程序設置 Windows 64 位 64bit!

Sublime Text Features:

Goto Anything
Use Goto 任何事情只需幾個按鍵即可打開文件,並立即跳轉到符號,行或單詞。

Multiple Selections
同時做十個改變,而不是一個改變十次。多重選擇允許您一次交互地更改許多行,輕鬆地重命名變量,並以比以往更快的速度操作文件.

Command Palette
Command Palette 包含不經常使用的功能,如排序,更改語法和更改縮進設置。只需幾個按鍵,您就可以搜索您想要的內容,而無需瀏覽菜單或記住隱藏的鍵綁定。

Distraction Free Mode
當你需要專注的時候,Distraction Free Mode 可以幫助你。分心免費模式是全屏幕,無鉻編輯,只有在屏幕中心的文字。您可以根據需要增量顯示 UI 的元素,例如選項卡和查找面板。

分割編輯
利用分割編輯支持,讓您的寬屏顯示器獲得最大收益。並排編輯文件,或在一個文件中編輯兩個位置。您可以根據需要編輯盡可能多的行和列。

Instant 項目 Switch
Sublime Text 中的項目捕獲工作空間的全部內容,包括修改和未保存的文件。您可以按照與 Goto Anything 類似的方式在項目之間切換,並且切換是即時的,沒有保存提示 - 所有修改將在下次打開項目時恢復。下載 Sublime Text 離線安裝程序安裝 64 位 Windows PC!

Plugin API
Sublime Text 有一個強大的基於 Python 的插件 API。隨著 API,它帶有一個內置的 Python 控制台,可以實時交互式地進行實驗。

自定義任何內容
鍵綁定,菜單,片段,宏,完成和更多 - 在 Sublime Text 中的所有內容都可以用簡單的 JSON 文件進行定制。此系統為您提供了靈活性,因為可以在每個文件類型和每個項目的基礎上指定設置.

跨平台
Sublime 文本適用於 OS X,Windows 和 Linux。無論您使用何種操作系統,在您擁有的每台計算機上都需要一個許可證才能使用 Sublime Text。 Sublime Text 使用自定義用戶界面工具包,針對速度和美觀進行了優化,同時利用了每個平台上的原生功能。

注意:未註冊版本中的 Nag 屏幕。

也可用:下載 Mac

的 Sublime 文本

ScreenShot

軟體資訊
檔案版本 Sublime Text 3200 (64-bit)

檔案名稱 Sublime Text Build 3200 x64 Setup.exe
檔案大小 10.4 MB
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 共享軟體
作者 Jon Skinner
官網 http://www.sublimetext.com/
更新日期 2019-03-13
更新日誌

What's new in this version:

New git integration:
- Files and folders in the sidebar will now display badges to indicate Git status
- Ignored files and folders are visually de-emphasized
- The current Git branch and number of modifications is displayed in the status bar
- Commands have been added to open a repository, see file or folder history, or blame a file in Sublime Merge
- Themes may customize the display of sidebar badges and status bar information
- The setting show_git_status allows disabling Git integration
- All file reads are done through a custom, high-performance Git library written for Sublime Merge

New incremental diff:
- All changes to a document are now represented by dedicated markers in the gutter
- Diff markers show added, modified and deleted lines
- The setting mini_diff controls incremental diff behavior
- In coordination with the new Git functionality, diffs can be calculated against HEAD or the index
- The git_diff_target setting controls base document source
- API methods View.set_reference_document() and View.reset_reference_document() allow controlling the diff
- Full inline diffs of each change can be displayed via the right-click context menu, or keyboard shortcuts
- Inline diff presentation can be changed by customizing a color scheme
- The following diff-related commands were added:
- Next Modification
- Previous Modification
- Revert Modification

Editor control:
- Added block_caret setting
- Improve positioning and sizing of gutter icons in some situations
- Fixed draw_minimap_border setting not working
- Linux: Improved input method (IM) support - fcitx, ibus, etc
- Linux: Fixed a crash when using GTK_IM_MODULE=xim
- Linux: Tweaked behavior of up/down when on the first and last lines of a file to better match platform conventions
- Windows: Improved IME support

Themes/UI:
- Improved performance with large numbers of rules in a .sublime-theme
- Linux: Moved to GTK3
- Linux: Various high DPI fixes
- Mac: Added Mojave support
- Mac: Add full support for macOS native tabs
- Mac: Ensure context menus are shown without scrolling
- Mac: Error message dialogs can now be closed with the escape key
- Mac: Improved window placement
- Mac: Improved resize performance
- Windows: Fixed minimized and maximized state not restoring
- Windows: Fixed a bug where auto complete entries would contain an ellipsis when not required
- Enhanced the .sublime-theme format:
- Added variables support and associated revised JSON format with variables key
- Added extends keyword to have one theme derive from another
- Colors may be specified via CSS syntax

Text rendering:
- Support for Unicode 11.0
- Improved rendering of combining characters
- Fixed a caret positioning bug when non-trivial graphemes are present
- Fixed some cases of incorrect glyph positions on Windows and Mac
- Linux: Color glyphs are now drawn properly on light backgrounds
- Windows: Fixed a rendering issue with certain combining characters
- Windows: Fixed some fonts having an incorrect baseline

Color schemes:
-Added block_caret key to use in conjunction with block carets
-caret values now respect alpha as expected, rather than pre-blending against the background color
Added the foreground_adjust property to rules with a background. Accepts CSS color mod adjusters to manipulate the saturation, lightness or opacity of the foreground color.
-Fixed a crash that could occur when nesting embed patterns in .sublime-syntax files
-Syntax Tests: Allow syntax test files to have a UTF-8 BOM

Syntax highlighting:
- Fixed a crash that could occur when nesting embed patterns in .sublime-syntax files
- Syntax Tests: Allow syntax test files to have a UTF-8 BOM
- Many syntax highlighting improvements, including significant improvements to:
- Clojure, with thanks to Nelo Mitranim
- Go, with thanks to Nelo Mitranim
- Lua, with thanks to Thomas Smith

Files and folders:
- Improve performance of file watching for ignored paths on Windows and Mac
- Windows: Fixed Open File treating paths as case-sensitive
- Windows: Properly unlock directories after contained files are closed

API:
- Added View.set_reference_document() and View.reset_reference_document() to control diff generation
- Phantoms are now drawn correctly in conjunction with draw_centered
- Various minor improvements related to plugin module loading and unloading
- Added support for hwb() colors to minihtml
- Added a custom min-contrast() adjuster for the CSS color mod function in minihtml
- Mac: Fixed a plugin_host crash when running a process that itself crashes

Miscellaneous:
- Fixed a Goto Symbol in Project performance regression
- F21..F24 keys can now be bound
- Assorted minor fixes and stability improvements
- Linux: Improved behavior of --wait command line argument when Sublime Text isn't currently running

Sublime Text 3200 (64-bit) 相關參考資料
Download - Sublime Text

Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use. ... 3.2 (Build 3200) ..... 10.7 or later is required; OSX: 64 bit only; OSX: System versio...

https://www.sublimetext.com

Download Sublime Text 3.2.1.3207 for Windows - Filehippo.com

Sublime Text is a super fast and feature packed text and development editor. If you are going to be coding regularly you want to try this amazing ...

https://filehippo.com

Sublime Text (32-bit) Download (2019 Latest) for Windows 10, 8, 7

Download Sublime Text (32-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download 32-bit Latest Version 2019.

https://www.filehorse.com

Sublime Text (64-bit) Download (2019 Latest) for Windows 10, 8, 7

Sublime Text 64-bit is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and ...

https://www.filehorse.com

Sublime Text 3114 (64-bit) Download for Windows 10, 8, 7 - FileHorse

Download Sublime Text 3114 (64-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download 64-bit Software Version.

https://www.filehorse.com

Sublime Text 3156 Dev (64-bit) Download for Windows 10, 8, 7

Sublime Text 64-bit is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and ...

https://www.filehorse.com

Sublime Text 3170 (64-bit) Download for Windows 10, 8, 7 - FileHorse

Download Sublime Text 3170 (64-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download 64-bit Software Version.

https://www.filehorse.com

Sublime Text 3200 (32-bit) Download for Windows 10, 8, 7 - FileHorse

Download Sublime Text 3200 (32-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download 32-bit Software Version.

https://www.filehorse.com

Sublime Text 3200 (64-bit) Download for Windows 10, 8, 7 - FileHorse

Download Sublime Text 3200 (64-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download 64-bit Software Version.

https://www.filehorse.com