SublimeText 2 사용

539 단어 sublime
Sublime Text 2 또 하나의 텍스트 편집기 신기,사용 방법 메모 기록
 
패키지 제어 설치
1.Ctrl+명령 실행 창 이동
2.아래 에 붙 이 는 명령
import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())

 
3.Ctrl+Shift+P 를 통 해 콘 솔 에서 Package Control:Install 을 선택 하여 다른 확장 설 치 를 할 수 있 습 니 다.

좋은 웹페이지 즐겨찾기