humingcheng / study_notes

The only significance of notes is to reduce the cost of acquiring knowledge.
0 stars 0 forks source link

编辑器设置 #2

Open humingcheng opened 8 years ago

humingcheng commented 8 years ago

主要设置项:

转换换行格式 默认换行格式 自动换行 行宽 标尺 字体、主题 显示空格 显示换行符 tab转换空格

适合编码的主题风格:

Monokai(sublime默认主题)

sublime Text:

"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"font_face": "Consolas",
"font_size": 12,
"ignored_packages": ["Vintage"],
"open_files_in_new_window": false,
"word_wrap": false,
"rulers": [80,100],
"wrap_width": 120,
"translate_tabs_to_spaces": true

Eclipse:

标尺:window->preferences->general->editors->text editors ->show print margin, print margin column:80

Notepad++:

转换换行格式:edit->EOL conversion 设置默认换行格式:暂不支持 自动换行:View->word Wrap 行宽:暂不支持 标尺:Setting->preferences->editing->show vertical edge,num of colums:80 字体、主题:setting->style configurator