IntelliJ IDEAでcreated by...を無効
ファイルをつくると
/** * Created by akameco on 2014/12/07. */
と挿入されてもちょっとありがた迷惑だったので設定。
メニューからFile | Settings | Editor | File and Code Templatesを開いてIncludesタブを選択。File Headerのテキストフィールドを全て消す。
以上。
ファイルをつくると
/** * Created by akameco on 2014/12/07. */
と挿入されてもちょっとありがた迷惑だったので設定。
メニューからFile | Settings | Editor | File and Code Templatesを開いてIncludesタブを選択。File Headerのテキストフィールドを全て消す。
以上。