Ruby mine 使い出し初期メモ


ショートカット

コードをリフォーマット
command + option + L

検索
command + F

フォルダ内の全てを検索
1.Shift->Shift
2.command + shift + F

置換
command + R

フォルダ内の全てを置換
command + shift + R

コメントアウト
コメントアウトしたい行を選択し
command + /

自分でショートカットキーを設定

Preferences → Keymaps
ショートカットキーを設定したい項目をダブルクリックし、Add Keybord Shortcutを選択し、各キーを設定する。


設定

背景色変更
Preferences → Editor → Colors & Fonts

折り返し(ソフトラップ)の設定
View → Active Editor → Use soft wraps in editor

行番号の表示
View → Active Editor → Show line numbers

好きなエディタカラー

(gray "#c6c6c6")
(red "#ff91a7")
(orange "#ffa667")
(yellow "#f2e582")
(green "#87d46f")
(aqua "#6cd0dc")
(blue "#80c1ff")
(purple "#e9a7ff")
背景色は #2c2c2c