Last active
February 16, 2016 01:09
-
-
Save ee08b397/831f9ad898013cb1311f to your computer and use it in GitHub Desktop.
setup new eclipse java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
online install svn | |
Help -> Install New Software | |
change tab to spaces | |
https://alextheedom.wordpress.com/code-and-stuff/how-do-i-change-eclipse-to-use-spaces-instead-of-tabs/ | |
change tab to 2 | |
Window -> Preferences -> Java -> Code Style -> Formatter | |
Set author | |
Open Eclipse, go to Window -> Preferences -> Java -> Code Style -> Code Templates -> Comments -> Types and then press the 'Edit' button. There you can change your name in the generated comment form @Author ${user} to @ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment