[jbosstools-dev] General help question: Any idea how to get Eclipse to stop modifying my surname after importing prefs?

Galder Zamarreno galder.zamarreno at redhat.com
Thu May 14 13:37:49 EDT 2009


Hi guys,

I have a general Eclipse question for you:

In my prefs file, I have the following line:

main.epf:463:/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates=<?xml 
version\="1.0" encoding\="UTF-8" 
standalone\="no"?><templates>...<template autoinsert\="false" 
context\="typecomment_context" deleted\="false" description\="Comment 
for created types" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" 
name\="typecomment">/**\n * ${type_name}.\n * \n * @author Galder 
Zamarreño\n */</template><template autoinsert\="true" 
context\="fieldcomment_context" deleted\="false" description\="Comment 
for fields" enabled\="true" 
id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" 
name\="fieldcomment">/** The ${field} */</template>...</templates>

My name appears there as: Galder Zamarreño

However, after importing it, my author template looks like this:

/**
  * ${type_name}.
  *
  * @author Galder Zamarreño
  */

Any idea how I can get Eclipse to freaking leave my surname *as it is*?

Thanks in advance :)
-- 
Galder Zamarreño
Sr. Software Maintenance Engineer
JBoss, a division of Red Hat



More information about the jbosstools-dev mailing list