Sublime Text (64-bit)

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

Sublime Text 3143 (64-bit)

Sublime Text 3143 (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 3143 (64-bit)

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

What's new in this version:

- 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
- 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

Sublime Text 3143 (64-bit) 相關參考資料
Dev Builds

64 bit .rpm – signed, key · 64 bit .pkg.tar.xz ... Mac: Tweaked character spacing to match 3143 ... Windows: Fixed a crash under Windows 7 x64. Build 3018. 11 March ...

https://www.sublimetext.com

Download

Download. Sublime Text 4 is the current version of Sublime Text. For bleeding-edge releases, see the dev builds. Version ...

https://www.sublimetext.com

Download Sublime Text 3.0.3143 for Windows

2021年12月22日 — Download Sublime Text 3.0.3143 for Windows. Fast downloads of the latest free software! Click now.

https://filehippo.com

Downloading Sublime Text 3143 (64-bit) from FileHorse.com

A super fast and modern-looking text and development editor · Sublime Text 3143 (64-bit) · Key details about this download. The file will ...

https://www.filehorse.com

Sublime Text 3

64 bit .tar.bz2 – sig, key · 32 bit .tar.bz2 – sig, key. Sublime Text may be downloaded and evaluated for free, however a license must be ...

https://www.sublimetext.com

Sublime Text 3.0 Build 3143 免安裝版跨平台的專業文字 ...

2018年3月31日 — Sublime Text 是一套跨平台的文字編輯器,支援基於Python的外掛程式。Sublime Text 是專有軟體,可透過套件擴充本身的功能。流暢的用戶介面, ...

http://yyuuddoo.blogspot.com

Sublime Text 3.0 Build 3143中文版

Sublime Text 3.0 Build 3143 发布了。Sublime Text 3 比Sublime Text 2 快得多。 虽然它比2 的安装包更大,但它的启动速度更快,打开文件的速度更快,滚动效率更高。

https://m.onlinedown.net

Sublime Text Portable (64-Bit) for Windows

Create and edit commands, text files, macros, and regular expressions. Sublime Text is a text editor for code, HTML, and prose. It features rich selection ...

https://download.cnet.com

最新版Sublime Text Build 3143 x64汉化教程+ 注册码原创

2017年9月26日 — Sublime Text 3 build 3143 注册码(使用时请注意自己下载的版本号,此注册码短时内有效!!!).

https://blog.csdn.net

解決Sublime Text 3在Ubuntu下不能輸入中文問題

環境配置. Ubuntu 14.04 LTS 64bit and Sublime Text 3 Build 3103 deb; Ubuntu 16.04 LTS 64bit and Sublime Text 3 Build 3143 deb; fcitx, fcitx-chewing. 使用步驟.

https://github.com