Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 2.0 essential
-
Component/s: Taverna GUI, Taverna Processors
-
Labels:None
Description
Currently it can be a pain to populate a String constant with a large string, or a list of entries.
This can be improved (as suggested by Paul Fisher) by giving the option to populate from a file.
Together with this it would also be handy to be able to modify the value, or set it, in a text area within a panel, rather than the pokey little letter box that currently exists.
Both should be pretty trivial to add.
Issue Links
| Related | |||
|---|---|---|---|
|
|||
In T2 the StringConstantActivity has a StringConstantConfigurationBean which contains its value. I guess there will be some sort of MVC framework which will have an "edit" option when clicking on a StringConstantActivity. The edit facility will have a load from file option.