Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ETrice/Development/TeamResources"

(Team Resources)
 
(EPL file header)
Line 3: Line 3:
 
To facilitate the developer's daily work we provide the following team resources.
 
To facilitate the developer's daily work we provide the following team resources.
  
== EPL file header ==
+
== EPL file header code template  ==
 
* Exported preferences containing only Java Code Style Preferences. Actually up to now it contains only a Java Code Templates (see Windows > Preferences) for Comments > Files which contains the '''EPL header''': http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/tree/team/code_style.epf
 
* Exported preferences containing only Java Code Style Preferences. Actually up to now it contains only a Java Code Templates (see Windows > Preferences) for Comments > Files which contains the '''EPL header''': http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/tree/team/code_style.epf
 
* Alternatively you can import http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/tree/team/codetemplates.xml from the Java Code Templates preference page
 
* Alternatively you can import http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/tree/team/codetemplates.xml from the Java Code Templates preference page
Line 11: Line 11:
 
TODO: add further code templates if convenient
 
TODO: add further code templates if convenient
  
 +
== Team Project Set for Eclipse Project Page ==
 +
There is a Team Project Set checked in for our project web page in CVS: http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/tree/team/etrice_project_website.epf.
 +
 +
Before importing it you have to '''change the __COMMITTER_NAME__'''.
  
 
[[User:Hrr.protos.de|Hrr.protos.de]] 06:18, 2 February 2011 (UTC)
 
[[User:Hrr.protos.de|Hrr.protos.de]] 06:18, 2 February 2011 (UTC)

Revision as of 02:25, 2 February 2011

Team Resources

To facilitate the developer's daily work we provide the following team resources.

EPL file header code template

Don't forget to check "Automatically add comments for new methods and types" on the Java Code Templates preference page. Otherwise the file header (and other comments) will not be created.

TODO: add further code templates if convenient

Team Project Set for Eclipse Project Page

There is a Team Project Set checked in for our project web page in CVS: http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/tree/team/etrice_project_website.epf.

Before importing it you have to change the __COMMITTER_NAME__.

Hrr.protos.de 06:18, 2 February 2011 (UTC)

Back to the top