Sublime Text (32-bit)

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

Sublime Text 2.0 (32-bit)

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

檔案名稱 Sublime Text 2.0 Setup.exe
檔案大小 5.33 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 共享軟體
作者 Jon Skinner
官網 http://www.sublimetext.com/
更新日期 2012-06-26
更新日誌

What's new in this version:

- OSX: Added Retina display support
- Added "Quick Skip Next", on Command+K,Command+D / Ctrl+K,Ctrl+D
- Added text drag and drop
- Reloading a file maintains the selection
- OSX: Find uses the system find pasteboard
- OSX: Added support for the ODB Editor Suite
- Theme: Added support for the highlight_modified_tabs setting
- Added setting show_full_path, to control if the full path is shown in the window title
- Added setting bold_folder_labels
- OSX: Bundle is signed in preparation for Mountain Lion
- OSX: Added scroll bar support for the "Jump to the spot that's clicked" system preference
- OSX: Added create_window_at_startup setting
- OSX: Folders accessed via symlinks are monitored for changes
- OSX: Fixed Lion press-and-hold inserting two characters
- Windows: Installer is signed
- Windows: Directory scanning makes use of inodes where available
- Windows: Files are opened with the FILE_SHARE_DELETE share mode
- Windows: Fixed a regression in command line handling with network paths
- Windows and Linux: Tweaked command line handling when Sublime Text isn't already running
- Linux: Tweaked handling of the Primary selection
- Linux: GTK is loaded at runtime, removing any dependency on specific libpng versions
- Linux: Fixed occasional jittering with the auto complete window
- Linux: Fixed a directory watching issue
- Linux: Sub-folders within the syntax menu on the status bar work as expected
- Linux: Show Completions has changed from ctrl+space to alt+/, to not interfere with IMEs
- Reworked CSS completions
- Improved Toggle Comment for HTML and CSS
- Added Open in Browser context menu for HTML files
- Saving a file now calls fsync to ensure the data is written to disk
- Added support for file_include_patterns and folder_include_patterns in projects
- Find in Files can exclude directories using "-some_path/" syntax
- Added BOM variants to the Save with Encoding menu
- Added setting preview_on_click
- Improved Indentation Detection
- ASCII control codes are rendered in a different style
- Auto complete and tool tips say within the screen boundaries
- Double clicking in the tab header area will create a new tab
- Delete Folder will prompt before moving the folder to the trash
- Double clicking on whitespace will select only whitespace
- Theme: Added 'expandable' attribute to tree_rows, enabling folders to be styled differently
- Theme: Tweaked quick panel to better indicate the selected item
- Disabling find result highlighting will also disable find-as-you-type in the Find panel
- Pressing escape in the incremental find panel will set the selection to the search start point
- Extended behavior of home and end keys on word wrapped lines
- Changes in file name case are detected in the side bar
- Fixed save_on_focus_lost causing Goto Anything to not show if the current file has unsaved changes
- Fixed folders not being added to the recent folders list
- Fixed rendering of active indent guides
- Fixed pasting file:line expressions into the Goto Anything panel
- Invalid key names in keymap files will are logged to the console
- Build Systems: Added variants
- Build Systems: Improved debug output of the exec command when the target isn't found
- Build Systems: Added show_panel_on_build setting
- Build Systems: Build times are reported
- Build Systems: Exit code is reported, if it's non-zero
- Build Systems: Improved output panel height serialization
- Build Systems: Canceling a build will terminate rather than kill the process
- Vintage: Added backspace motion (thanks mrannanj)
- Vintage: Improved quote text object (thanks Guillermo)
- Vintage: Added Ctrl+U and Ctrl+D (thanks misfo)
- Vintage: 'vintage_use_clipboard' forces pasting from system clipboard too (thanks Guillermo)
- Vintage: Fixed motions with "0" in them for actions (thanks bengolds)
- Vintage: Visual mode I and A (thanks misfo)
- Vintage: Added vintage_use_clipboard setting to yank to the system clipboard (thanks Guillermo)
- Vintage: Tweaked behavior of cw and cW when the caret is in whitespace (thanks misfo)
- Vintage: Added bindings for moving the group focus up, down, left, right (thanks misfo)
- Vintage: Paste accepts a repeat count (thanks misfo)
- Vintage: Added bindings for u and U in visual mode, to change the case of the selection and exit visual mode (thanks quarnster)
- Vintage: Macro replay accepts a repeat count (thanks zbuc)
- Vintage: r<char> processes lines individually (thanks Guillermo)
- Vintage: Tweaked % behavior (thanks misfo)
- Vintage: Fix bug that caused deletes to erroneously left_delete (thanks misfo)
- Vintage: Fix EOF behavior with linewise changes (thanks misfo)
- Vintage: Ignoring a and i when in visual mode (thanks Guillermo)
- Vintage: cc and S take counts (thanks misfo)
- Vintage: Correctly shrink selections when reversed (thanks misfo)
- Vintage: Added vap (thanks behrends)
- API: Added sublime.message_dialog()
- API: Added sublime.ok_cancel_dialog()
- API: Added Command.is_checked() to support checkbox menu items
- API: Added sublime.log_result_regex()

Sublime Text 2.0 (32-bit) 相關參考資料
2 to 3

2.0 to 3.0 Changes. The following is a list of ... Improved font selection on all platforms ... 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 2.0.2 for Windows

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

https://filehippo.com

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

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

https://www.filehorse.com

Installation - Sublime Text Unofficial Documentation

If you are having trouble running the 64-bit version, try the 32-bit version. Linux¶. Run this command in your terminal to check your operating system's type:.

https://docs.sublimetext.info

Operating System Compatibility

Sublime Text runs on the Windows, Mac and Linux operating systems. 32bit (x86), 64bit (x86_64) and ARM (arm64) and 64bit (x86_64) processors are supported.

https://www.sublimetext.com

Sublime Text 2

Windows 64 bit - also available as a portable version · Linux 32 bit · Linux 64 bit. Sublime Text 2 may be downloaded and evaluated for free, however a license ...

https://www.sublimetext.com

Sublime Text 2 - 好用的前端程式編輯器Part.1 介紹

2012年2月9日 — (2012-11-08 更新:Sublime Text 2 已經在2012-06-26 正式發佈,目前版本為2.0.1). 下載: Windows 版本分別有提供32-bit 與64-bit,而且都個有提供 ...

https://kevintsengtw.blogspot.

Sublime Text 2.0.1 (32位和64位)破解方法转载

2013年5月16日 — 文章浏览阅读1k次。sublime 本身可以免费使用,不过看着那个“未注册”提示,总是不太爽,想支持正版嘛,可惜要50美元,不是RMB。只好找破解方法了。

https://blog.csdn.net

Sublime Text 4169 Download for Windows Old Versions ...

2023年11月24日 — Sublime Text 2.0.2 (64-bit). Date released: 08 Jul 2013 (11 years ago). Download · Sublime Text 2.0.2 (32-bit) ... Sublime Text 2.0 (32-bit). Date ...

https://www.filehorse.com