2016/4/26 Sublime Text 2 version of the problems encountered and how to solve

Source: Internet
Author: User
Tags call back sublime text

1. Chinese: Download Chinese package, open Program Preference Browse Package folder, paste unpacked package into package folder
2. Crack: The title bar above the band (unregistered) indicates that has not been registered;
Open Help→enter License Paste the following code
-----BEGIN LICENSE-----
Andrew Weber
Single User License
ea7e-855605
813A03DD 5e4ad9e6 6c0eeb94 bc99798f
942194A6 02396E98 e62c9979 4bb979fe
91424c9d A45400BF f6747d88 2fb88078
90f5cc94 1CDC92DC 8457107A f151657b
1d22e383 a997f016 42397640 33F41CFC
E1d0ae85 a0bbd039 0e9c8d55 e1b89d5d
5cdb7036 e56de1c0 EFCC0840 650cd3a6
b98fc99c 8fac73ee d2b95564 DF450523
------END LICENSE------

3. Install the package controller
First press ctrl+~ to open the console and enter the following code:
Import Urllib2,os; 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 ())); Open (Os.path.join (IPP,PF), ' WB '). Write (Urllib2.urlopen (' http://sublime.wbond.net/' +pf.replace (', '%20 '). Read () ); Print (' Restart Sublime Text to finish installation ')


4. Display cannot start this program because the computer is missing php_mbstring.dll:
Modify the php.ini configuration. Remove the semicolon before "; Extension=php_mbstring.dll" and "; Extension=php_exif.dll", and ensure that the Php_mbstring.dll is loaded before php_exif.dll because loading php_ Exif.dll need to use Php_mbstring.dll. Then save the php.ini and restart the Web server.


5. Pop-up error message:
A plugin (Sublimecodeintel) May is making Sublime Text unresponsive by taking too long (0.020000s) in its on_modified call Back.

This message can be disabled via the Detect_slow_plugins setting


Workaround: Open Preference->setting_user
Add to
"Detect_slow_plugins": false
This will not pop up a similar hint later.


6. Pop-up error message:
Error trying to parse Settings:no data in ~/library/application support/sublime Text 2/packages/user/javascript.sublime- Settings:1:1


The answer to Stack overflow is: most likely you or something have created a empty file in your User config directory.

The config files must be valid JSON. The file in the question are empty and is not JSON.

Try deleting the file or get a fixed version from somewhere (not sure for what, the file is being used for)

It is most likely that you may create an empty file in your user Configuration directory.

The configuration file must be a valid JSON. The problem file is empty, not json.

Try to delete a file from somewhere or get a fixed version

2016/4/26 Sublime Text 2 version of the problems encountered and how to solve

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.