Sublime Text (32-bit)

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

Sublime Text 3143 (32-bit)

Sublime Text 3143 (32-bit)
Sublime Text 是一個用於代碼,標記和散文的複雜文本編輯器。你會愛上漂亮的用戶界面,非凡的功能和驚人的性能.

Sublime Text Features:

Goto Anything
Use Goto 用任何東西打開文件只有幾個按鍵,並立即跳轉到符號,行或 words.

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

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

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

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

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

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 (32-bit)

檔案名稱 Sublime Text Build 3143 Setup.exe
檔案大小 7.75 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 共享軟體
作者 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 (32-bit) 相關參考資料
Chocolatey Software | Sublime Text 3 3.0.0.3143

Sublime Text 3 is a sophisticated text editor for code, html and prose. You'll love the slick user interface and extraordinary features. Sublime Text may be ...

https://community.chocolatey.o

Dev Builds

32 bit .tar.bz2 – sig, key. Changelog. Build 3210 ... Mac: Tweaked character spacing to match 3143 ... Windows: SSE support is no longer required for 32 bit builds ...

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日 — Sublime Text 3 is a code editor software program that allows you to be able to write code efficiently. Here you can do all that you want within ...

https://filehippo.com

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

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

https://www.filehorse.com

Installation | Sublime Text Community Documentation

2024年5月5日 — The process of installing Sublime Text is different for each platform. 32 or 64 bits? ​. 64 bit versions should be preferred. As of Sublime Text ...

https://docs.sublimetext.io

Python自習手札(2130): 傳說中的IDE(Sublime Text)更新中…

下戴版本. Sublime Text 3 is the current version of Sublime Text. For bleeding-edge releases, see the dev builds. Version: Build 3143

https://ithelp.ithome.com.tw

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 3143 (32-bit) Download

2017年9月13日 — Download Sublime Text 3143 (32-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download 32-bit Software Version.

https://www.filehorse.com