Skip to main content

Notice: This Wiki is now read only and edits are no longer 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)
 
(Team Project Set for Eclipse Project Page)
 
(3 intermediate revisions by the same user not shown)
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
  
 
'''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.
 
'''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.
 +
 +
'''Hint:''' Since comments are activated now you might want to edit the Types entry to show your real name (rather than the login name on your machine).
  
 
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)
 +
 +
[[Category:ETrice]]
 +
[[Category:modeling]]

Latest revision as of 01:37, 7 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.

Hint: Since comments are activated now you might want to edit the Types entry to show your real name (rather than the login name on your machine).

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