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 "RMF/Contributor Guide/Presentations"

< RMF
Line 10: Line 10:
 
* The Presentation does not support automatic line wrapping.
 
* The Presentation does not support automatic line wrapping.
 
* The font size can be configured.  
 
* The font size can be configured.  
 +
 +
== Implementation ==
 +
 +
Step by step instructions.
 +
 +
=== Create a new Plug-In Project ===
 +
 +
* Create a new "Empty EMF Project".
 +
* As a convention, start its name "org.eclipse.rmf.pror.reqif10.presentation.xxx". We call it org.eclipse.rmf.pror.reqif10.presentation.headline.
  
 
[[Category:RMF]]
 
[[Category:RMF]]

Revision as of 03:05, 13 June 2012

Tutorial

This is a brief Howto that describes the creation of a new Presentation Plug-In for ProR.

Headline Presentation Plugin: The Requirements

The requirements are:

  • The Presentation shows the configured attribute in a bigger font.
  • The Presentation does not support automatic line wrapping.
  • The font size can be configured.

Implementation

Step by step instructions.

Create a new Plug-In Project

  • Create a new "Empty EMF Project".
  • As a convention, start its name "org.eclipse.rmf.pror.reqif10.presentation.xxx". We call it org.eclipse.rmf.pror.reqif10.presentation.headline.

Back to the top