1. 程式人生 > >Sublime Text 3.1 3170 / 3176 註冊碼(附降級與禁止更新方法)

Sublime Text 3.1 3170 / 3176 註冊碼(附降級與禁止更新方法)

快捷 eba deb 註冊碼 colors man lena pat hit

3.1 3176 可用註冊碼

127.0.0.1       www.sublimetext.com
127.0.0.1       license.sublimehq.com
----- BEGIN LICENSE -----
sgbteam
Single User License
EA7E-1153259
8891CBB9 F1513E4F 1A3405C1 A865D53F
115F202E 7B91AB2D 0D2A40ED 352B269B
76E84F0B CD69BFC7 59F2DFEF E267328F
215652A3 E88F9D8F 4C38E3BA 5B2DAAE4
969624E7 DC9CD4D5 717FB40C 1B9738CF
20B3C4F1 E917B5B3 87C38D9C ACCE7DD8
5F7EF854 86B9743C FADC04AA FB0DA5C0
F913BE58 42FEA319 F954EFDD AE881E0B
------ END LICENSE ------

禁用 Sublime Text 3 檢測新版本

  • 設置 Preferences -> Settings-User,添加如下設置
"update_check": false

附件

  • package controller 安裝
import urllib.request,os,hashlib; h = '6f4c264a24d933ce70df5dedcf1dcaee' + 'ebe013ee18cced0ef93d5f746d80ef60'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)
  • 常用插件

localization
emmet
Alignment
Doc?Blockr
SideBarEnhancements
FileDiffs
Colorsublime

AutoFileName
A File Icon
  • 快捷鍵設置
{
"color_scheme": "Packages/Theme - Freesia/Kalopsia Darker.tmTheme",
"draw_white_space": "all",
"expand_tabs_on_save": true,
"fade_fold_buttons": false,
"fold_buttons": true,
"font_size": 14,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"open_files_in_new_window": true,
"preview_on_click": false,
"rulers":
[
80,
120
],
"save_on_focus_lost": true,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 4,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}

Sublime Text 3.1 3170 / 3176 註冊碼(附降級與禁止更新方法)