Windows 7にEclipseを導入した際の覚え書き
JavaScriptなどWeb関連の開発用に。
JDKのインストール
Java開発もするかも知れないのでJDKごとインストール。しないならJREだけでOK。
Java SE Downloads
http://www.oracle.com/technetwork/java/javase/downloads/
Eclipseのインストール
Eclipse Downloads
http://www.eclipse.org/downloads/
Eclipseの設定
最低限の設定だけしておく
Window→Preferencesで設定画面を開く
行数の表示
General→Editors→Text Editors→『Show line numbers』にチェック
キーバインドの変更
Command | Binding | When |
---|---|---|
Delete Previous | Ctrl+H | Editing Text |
Undo | Ctrl+Shift+-→Ctrl+\ | In Windows |
Redo | Ctrl+Shift++→Ctrl+Shift+\ | In Windows |
Maximize Active View or Editor | Ctrl+M→Ctrl+X, 1 | In Windows |
Preferences | Alt+Shift+;, P | In Windows |
Preferences (General > Keys) | Alt+Shift+;, K | In Windows |
何か変更したらその都度追記して行く予定。