Sublime Text メモ

Sublime Text の設定をDropboxに設定を同期させ、全てのPCで同じ環境にさせる-Windows

ユーザ設定は
%USERPROFILE%AppDataRoamingSublime Text 2
または
%USERPROFILE%AppDataRoamingSublime Text 3

既存の設定ディレクトリ (Pristine PackagesはText 2のみ?)
Installed Packages
Packages
Pristine Packages
を予めDropboxへコピーし、 _(ファイル名) などの別名にしておく。
シンボリックリンクを生成。以下のコマンド
mklink /D “Installed Packages” “%USERPROFILE%/Dropbox/sublime/Installed Packages”
mklink /D “Packages” “%USERPROFILE%/Dropbox/sublime/Packages”
mklink /D “Pristine Packages” “%USERPROFILE%/Dropbox/sublime/Pristine Packages”

(完了)

Sublime textのフォントを決める

英語フォント名の探し方
Adobe Flash Professional ->環境設定 -> テキスト -> フォントメニュー : フォント名を英語表記(E) にチェック
プロジェクトに適当な文字を置いて、プロパティのフォントファミリーを確認。

Prefeence-Settings-User


{
// --colorscheme
"color_scheme": "Packages/Theme - Nil/Big Duo.tmTheme",
// -theme
"theme": "Flatland Dark.sublime-theme",
// -appearances white space and tabs
"draw_white_space": "all",
"flatland_sidebar_tree_xsmall": true,
"flatland_square_tabs": true,
"line_numbers": true,
// Additional spacing
"line_padding_top": 0,
"line_padding_bottom": -1,
// -font
//"font_face": "CourierBitmap-ja",
"font_face": "Yutapon coding Regular",
//"font_face": "Source Code Pro",
//"font_face": "Consolas",
//"font_face": "Konatu Tohaba",
//"font_face": "Terminus-ja",
//"font_face": "CourierBitmapZS-ja",
"font_size": 10.0,
"draw_white_space": "all",
// -scroll speed
"tree_animation_enabled": false,
"scroll_speed": 2.0,
// -vi keybindings
//"ignored_packages": [],
//"vintage_ctrl_keys": true,
//"vintage_start_in_command_mode": true
// -JSON EOE (anything)
"line_numbers": true
}

SJIS対応してよね

seanliang / ConverToUTF8
解凍したファイルを、
Preferences -> Browse Packages…
で開くフォルダのの直下に置く

参考

  • Sublime Text 2の設定をDropboxで共有して便利にする
  • http://webdrawer.net/tools/sublimedropbox.html

  • フォントの英語名を調べる
  • http://oshige.com/flash/as3note_cs4/2009/10/post-62.html

  • Sublime Text 2をShift_JISに対応させるプラグインがあると聞いて
  • http://re-dzine.net/2012/10/sublime-text-2-shift-jis/