Sublime Text 3 3103 full series
Ubuntu 32
Https://download.sublimetext.com/sublime-text_build-3103_i386.deb
Ubuntu 64
Https://download.sublimetext.com/sublime-text_build-3103_amd64.deb
OS X
Https://download.sublimetext.com/Sublime%20Text%20Build%203103.dmg
Windows X32
Https://download.sublimetext.com/Sublime%20Text%20Build%203103%20Setup.exe
Windows X64
Https://download.sublimetext.com/Sublime%20Text%20Build%203103%20x64%20Setup.exe
Official website Code of Chinese
The simplest method of installation is through the Sublime Text console. The console is accessed via thectrl+`shortcut or the View > Show console menu. Once Open, paste the appropriate Python code for your version of Sublime Text into the console.
Sublime Text 3 Language copy Code
import urllib.request,os,hashlib; h = ‘2915d1851351e5ee549c20394736b442‘ + ‘8bc59f460fa1548d1514676163dafc88‘; 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)
Sublime Text 2 Language copy Code
import urllib2,os,hashlib; h = ‘2915d1851351e5ee549c20394736b442‘ + ‘8bc59f460fa1548d1514676163dafc88‘; pf = ‘Package Control.sublime-package‘; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler()) ); by = urllib2.urlopen( ‘http://packagecontrol.io/‘ + pf.replace(‘ ‘, ‘%20‘)).read(); dh = hashlib.sha256(by).hexdigest(); open( os.path.join( ipp, pf), ‘wb‘ ).write(by) if dh == h else None; print(‘Error validating download (got %s instead of %s), please try manual install‘ % (dh, h) if dh != h else ‘Please restart Sublime Text to finish installation‘)
Chinese localization (package control.sublime-package Copy to packages directory restart sublime Text 3)
Https://packagecontrol.io/Package%20Control.sublime-package
Sublime Text 2-3 注册码
-–begin license-–
Michael Barnes
Single User License
ea7e-821385
8a353c41 872a0d5c df9b2950 aff6f667
c458ea6d 8ea3c286 98d1d650 131a97ab
AA919AEC ef20e143 B361b1e7 4c8b7f04
b085e65e 2f5f5360 8489d422 FB8FC1AA
93f6323c fd7f7544 3f39c318 d95e6480
FCCC7561 8a4a1741 68fa4223 ADCEDE07
200c25be DBBC4855 c4cfb774 c5ec138c
0FEC1CEF D9DCECEC D3a5dad1 01316c36
--end license--
Sublime Text 3 Chinese hack