2015년 10월 17일 토요일

Sublime Text 서브라임 텍스트 한글깨짐

원인은 모르겠지만, (아마도 CCleaner 청소 이후?)
한글이 박스 물음표 ? 로 나와 당황했었다.

검색을 해본결과

서브라임 텍스트 메뉴의
Preferences > Settings - User
에서 폰트를 지정하면 된다.

이미 JSON 형태로 값이 들어가 있지만, 당황하지 않고
아래의 형태대로 그대로 복사 붙여넣기 저장

{
 "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
 "ignored_packages":
 [
  "Vintage"
 ],
 "font_face": "Bitstream Vera Sans Mono",
 "font_size": 11,
 "tab_size": 4,
 "word_wrap": true,
 "draw_white_space": "all",
 "translate_tabs_to_spaces": true,
 "trim_trailing_white_space_on_save": true,
 "ensure_newline_at_eof_on_save": true,
 "default_line_ending": "unix",
 "rulers": [80, 120],
 "highlight_line": true,
 "fade_fold_buttons": false,
 "bold_folder_labels": true,
 "caret_style": "phase",
 "highlight_modified_tabs": true,
 "line_padding_top": 1,
 "line_padding_bottom": 1,
 "always_show_minimap_viewport": true,
 "draw_minimap_border": true
}

default_line_ending 줄바꿈 문자 형식 지정(system, windows, unix)
caret_style 커서 스타일 ("solid","wide","blink", "phase", "smooth")

댓글 없음:

댓글 쓰기

ChatGPT 와 AI 미래에 대한 대화, 그리고 감동

우연히 유튜브에서 구글 전 CEO 에릭슈미트가 한 이야기를 보았다. 앞으로 1~2년 사이에 인공지능으로 인해 많은것들이 바뀔것이다. 뭐 이런 이야기는 누구나 할 수 있는 말이다. 책 팔아먹기위해 나온 영상일 수도 있겠지만, 핵심은 영상 뒷부분에 있다....