View Issue Details

IDProjectCategoryView StatusLast Update
0000284Slicer3Command Line Modules (Applications/CLI)public2020-03-12 10:51
Reporternicole Assigned Towjp  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Summary0000284: CLI description tag in xml files - line breaks not shown in Help tab
Description

ModelMaker.xml has line breaks in it's description element that are not showing up in the Help and About tab. If you run ModelMaker.exe --help, the line breaks are used.

Steps To Reproduce

Got to the ModelMaker module, click on Help and Acknowledgements to expand the frame, click on the Help tab. There should be a line break before and after "Create Multiple:".

Additional Information

vtkCommandLineGUI calls BuildHelpAndAboutFrame inherited from vtkSlicerModuleGUI, which uses a custom vtkKWTextWithHyperlinksWithScrollbars class to show the help text, based on a vtkKWText widget. In the KW Widgets Tour Example, the line breaks are seen in the vtkKWText widget.
vtkMRMLCommandLineModuleNode in ReadXML uses URLDecodeString before setting the description value, but this method (from vtkMRMLNode) does not look for line breaks.

TagsNo tags attached.

Activities

jcfr

jcfr

2020-03-12 10:51

administrator   ~0016439

Closing. Slicer3 is not being developed anymore.

Issue History

Date Modified Username Field Change
2008-07-11 06:54 nicole New Issue
2008-07-11 06:54 nicole Status new => assigned
2008-07-11 06:54 nicole Assigned To => wjp
2020-03-12 10:51 jcfr Status assigned => closed
2020-03-12 10:51 jcfr Note Added: 0016439