Eclipse initial setup

plugin

Vrapper http://vrapper.sourceforge.net/update-site/stable

http://qiita.com/rece/items/0b2746ba30f3c74461f7

Markdown Editor plugin for Eclipse http://www.winterwell.com/software/markdown-editor.php


キーバインド

(preferenceから)tabの移動。注意:すでに似たキーバインドが使われている場合はunbindすること

next viewをctrl+wにする。


autocomplete/suggestion

http://qiita.com/chosan211/items/f104b3d3fb77081f7415


colorscheme

http://qiita.com/mdstoy/items/e3a3489758b5341b8e62

preferenceの保存

file -> exportでpreferenceを保存できる。

githubとの連携

  • http://wiki.eclipse.org/EGit/User_Guide#GitHub_Tutorial
  • (新規の場合)プロジェクトを右クリックし、team, share projectを選択
  • repositoryとなるディレクトリを選択(特に制約がなければ、use/create ~のチェックボックスをオンにする。)
  • git perspectiveを開き(eclipse右上にperspectiveの各アイコンがある)、ファイ等するファイルをunstageからstageへドラッグし、コミット
  • resource perspectiveに戻り、プロジェクトを右クリック、team, push Branch masterを選択。
  • location, protocol, user, passwordを入力して進むと、pushできる。
  • (異なるid_rsaを使う場合は、preferenceのssh2に追加しておくこと。異なるid_rsaの作成方法はhttp://d.hatena.ne.jp/MIZUNO/20080705/1215238138







タグ:

eclipse java
最終更新:2017年05月31日 10:35