Author: linus Date: 2008-03-24 01:04:27-0700 New Revision: 14221 Modified: trunk/tools/eclipse/eclipse-argo-codetemplates.xml (contents, props changed)
Log: Disable keywords. The expansion is confusing. Modified: trunk/tools/eclipse/eclipse-argo-codetemplates.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/eclipse/eclipse-argo-codetemplates.xml?view=diff&rev=14221&p1=trunk/tools/eclipse/eclipse-argo-codetemplates.xml&p2=trunk/tools/eclipse/eclipse-argo-codetemplates.xml&r1=14220&r2=14221 ============================================================================== --- trunk/tools/eclipse/eclipse-argo-codetemplates.xml (original) +++ trunk/tools/eclipse/eclipse-argo-codetemplates.xml 2008-03-24 01:04:27-0700 @@ -20,7 +20,7 @@ */</template><template autoinsert="true" context="delegatecomment_context" deleted="false" description="Comment for delegate methods" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name="delegatecomment">/** * ${tags} * ${see_to_target} - */</template><template autoinsert="false" context="newtype_context" deleted="false" description="Newly created files" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.newtype" name="newtype">// $$Id$$ + */</template><template autoinsert="false" context="newtype_context" deleted="false" description="Newly created files" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.newtype" name="newtype">// $$Id: eclipse-argo-codetemplates.xml 11347 2006-10-26 22:37:44Z linus $$ // Copyright (c) ${year} The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
