Sublime Text (64-bit)

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

Sublime Text 2.0 (64-bit)

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

檔案名稱 Sublime Text 2.0 x64 Setup.exe
檔案大小 6.21 MB
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 共享軟體
作者 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 (64-bit) 相關參考資料
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 (64-bit) from FileHorse.com

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

https://www.filehorse.com

Operating System Compatibility

Sublime Text 4 is a Universal 2 binary that supports both Intel(x86_64) and Apple Silicon (arm64) processors. Only 64bit (x86_64) builds are available on Mac.

https://www.sublimetext.com

Sublime Text (64-Bit) Download

Sublime Text (64-Bit) is a text editor for code, HTML, and prose. It features rich selection of editing commands, including indenting or un-indenting, ...

https://sublime-text-64-bit.ap

Sublime Text (64-bit) for Windows

Sublime Text is a text editor for code, HTML, and prose. It features rich selection of editing commands, including indenting or un-indenting, paragraph ...

https://download.cnet.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日 — Sublime Tex t並非完全免費的軟體,而Sublime Text 2 目前仍是Beta 版,也可以讓你免費使用(你可以買授權,不買授權就會三不五時跳訊息叫你買),一份 ...

https://kevintsengtw.blogspot.

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:跨平台的專業文字編輯器

2013年10月6日 — Linux 平台有分為兩種版本,分別為32 位元與64 位元,下載時請依照自己的作業系統來選擇,這裡以64 位元的版本為例: tar jxvf Sublime- Text- 2.0.2- x64 ...

https://blog.gtwang.org