TOOL/IDE 2015. 9. 11. 01:34






//////////////////////////////////////////////////

/////    Sublime Text

//////////////////////////////////////////////////


"메모장(notepad) 대용으로 쓰시는 분들이 많은 것 같다."

"무료다"

"가볍다"

"코드 구조 강조해 준다."




///// Download (다운로드)

Sublime Text 3 : http://www.sublimetext.com/3




///// Set Encoding (인코딩 설정)

- Preferences -> Setting_User -> Preferences.sumblime-settings가 열림 -> {} 괄호안에 아래와 같이 설정

{

"default_encoding":"UTF-8"

,"font_face":"Malgun Gothic"

,"font_size":11

,"ignored_packages":["BracketHighlighter","SideBarEnhancements","Vintage"]

,"word_wrap":true

}




///// Run SublimeText with now directory on Windows CMD (윈도우즈 CMD에서 현제 디렉토리를 서브라임텍스트로 열기)

subl . 



'TOOL > IDE' 카테고리의 다른 글

[IntelliJ] spring boot project 만들기  (0) 2016.02.01
[IntelliJ] 이클립스 단축키로 설정  (0) 2016.01.12
[IntelliJ] 테마 바꾸는 법  (0) 2016.01.11
[InteliJ IDEA]  (0) 2015.08.25
[ECLIPSE]  (0) 2015.05.04