@author is listed in all code created in eclipse
How can I change this name?
Lothar Leidner - 21 Oct 2005 13:03 GMT
> @author is listed in all code created in eclipse
>
> How can I change this name?
windows -> Preferences -> Java -> Code Style -> Code Templates -> Types:
@author nameOfTheUser
Regards,
Lothar Leidner
Lothar Leidner - 21 Oct 2005 13:04 GMT
> @author is listed in all code created in eclipse
>
> How can I change this name?
windows -> Preferences -> Java -> Code Style -> Code Templates -> Types:
@author nameOfTheUser
Regards,
Lothar Leidner
david.frizelle@gmail.com - 06 Nov 2005 22:34 GMT
To change in code that is all ready written use find and replace. To
change what value will be used for @author in future see previous
answer plus do the following:
windows -> Preferences -> Java -> Code Style -> Editor -> Templates:
@author
Edit this template and change ${user} to your desired name.