Tag: Eclipse
-Duser.name=Tanaka Ichiro
次のエディタ | Ctrl+F6 | 「設定>一般>キー」で次のエディタに「Ctrl+Tab」を割り当てておくと便利 |
リソースを開く | Ctrl+Shift+R | ATOKに同じキーバインドが割り当てられているのでATOKを無効にしておくこと |
呼び出し階層を開く | CTRL-OPTION-H |
履歴を戻る | CMD-[ |
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <debug>true</debug> <source>1.6</source> <target>1.6</target> <encoding>UTF-8</encoding> </configuration> </plugin>