LoginSignup
10
10

More than 5 years have passed since last update.

チームで Eclipse を使うときのdefault設定を定める

Posted at

チームで Eclipse を使うときのワークスペースに残る設定をどうにかすべく調べた。

Eclipse起動時に(毎回)必ずプラグインの設定を行うことが出来たのでとりあえず入れてみた。

eclipse.iniの-vmargs前に

-pluginCustomization
plugin_customization.ini

を追加する。

plugin_customization.ini を作成する

plugin_customization.ini
# タブでスペースを挿入 (一般>エディター>テキスト・エディター)
org.eclipse.ui.editors/spacesForTabs=true

# テキスト・ファイルのエンコード (一般>ワークスペース)
org.eclipse.core.resources/encoding=UTF-8

# 新規テキスト・ファイルの行区切り文字 (一般>ワークスペース)
# 動かない…
# see: http://www.eclipse.org/forums/index.php/t/369308/
# org.eclipse.core.runtime/line.separator=\n

# コメントはコンバートしない (プロパティエディタ)
jp.gr.java_conf.ussiy.app.propedit/notConvertComment=true

参考したサイト

http://d.hatena.ne.jp/kompiro/20090705/1246776498
https://gist.github.com/kompiro/140852/revisions

10
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
10