| Color Requirements [message #1097362] |
Thu, 29 August 2013 11:51  |
Daniel Acki Messages: 5 Registered: August 2013 |
Junior Member |
|
|
Hello, is it possible to color the Requirements? For Example if a Requirement is done, i want to color the background of the Requrement in green. If the Test was negative in Red.
Das ganze noch in Deutsch: Ich würde gerne wissen, ob es möglich ist die Hintergrundfarbe der Tabelleneinträge der Requirements zu ändern. Ich würde die Hintergrundfarbe gerne in Grün haben, wenn der Test zu dem Requirements positiv war, und in Rot, wenn er negativ war.
|
|
|
|
| Re: Color Requirements [message #1098073 is a reply to message #1097497] |
Fri, 30 August 2013 11:20   |
Daniel Acki Messages: 5 Registered: August 2013 |
Junior Member |
|
|
When i follow the steps i need the org.eclipse.rmf.reqif10.pror project. Can i find this anywhere or do i have to create it myself?
And later when i try to generate the Headline.genmodel i can't load the Headline.ecore, it says: The default value literal" must be a valid literal of the attributes type.
What do i have to write in it?
[Updated on: Fri, 30 August 2013 11:29] Report message to a moderator
|
|
|
|
|
|
|
|
| Re: Color Requirements [message #1115716 is a reply to message #1115028] |
Tue, 24 September 2013 09:21  |
Daniel Acki Messages: 5 Registered: August 2013 |
Junior Member |
|
|
Hi
I click on service in the Extension view and then following class is created
package org.eclipse.rmf.pror.presentation.headline.ui;
import org.eclipse.rmf.reqif10.pror.configuration.ProrPresentationConfiguration;
import org.eclipse.rmf.reqif10.pror.edit.presentation.service.PresentationInterface;
public class HeadlinePresentationService implements PresentationInterface {
public HeadlinePresentationService() {
// TODO Auto-generated constructor stub
}
@Override
public ProrPresentationConfiguration getConfigurationInstance() {
// TODO Auto-generated method stub
return null;
}
@Override
public Class<? extends ProrPresentationConfiguration> getConfigurationInterface() {
// TODO Auto-generated method stub
return null;
}
}
|
|
|
Powered by
FUDForum. Page generated in 0.06993 seconds