ほげにっき

hogedigoの日記

eclipse editor line wrapping policy

ワークスペースの設定を変更するには[Window]-[Properties]でダイアログを開き、左のペインで[Java]-[Code Style]-[Formatter]を選択し、右のペインで[Edit]ボタンを押します。
プロジェクトの設定を変更するには[Project]-[Properties]でダイアログを開き、左のペインで[Java Code Style]-[Formatter]を選択し、右のペインで[Edit]ボタンを押します。
上のタブで[Line Wrapping]を選択します。
左のペインのツリーで[Function Calls]を選択し、[Line wrapping policy]で[Wrap all elements, every element on a new line]を、[Indentation policy]で[Indent by one]を選択します。
ツリーで[Expressions]を選択し、[Line wrapping policy]で[Wrap all elements, every element on a new line]を、[Indentation policy]で[Indent by one]を選択します。

http://s2container.seasar.org/2.4/ja/s2jdbc_setup.html#Eclipseのフォーマッタ

メモメモφ(..)