관리 메뉴

취미개발 블로그와 마음수양

서브라임텍스트 설정 본문

Tools/이클립스

서브라임텍스트 설정

아라한사 2014. 7. 31. 16:30
서브라임 텍스트

View- Console


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('Please restart Sublime Text to finish installation')

그후

install package

그후

convertoUtf8


'Tools > 이클립스' 카테고리의 다른 글

이클립스 하이라이트설정  (0) 2014.07.18
이클립스 코드 템플릿  (0) 2014.05.31
이클립스 템플릿 기능  (0) 2014.05.20
이클립스 단축키 주소  (0) 2014.05.13
아판타 스튜디오 플러그인 설치~  (0) 2014.05.13