Hi, I'm using a script to produce a file report:
file-report layout:side-by-side options:line-numbers output-to:%3 output-options:wrap-word,html-color %1 %2
The html wrapping appears to mostly work in IE (3 quarters of the report is visilble) and not work at all in FireFox (only the left hand side is visible, the right side is entirely past he scroll region), not sure if this is just a problem when dealing with lines without spaces or not. For my purposes I have to use Firefox so I am getting the not working at all option! Unfortunately I don't know how to insert a screenshot here, so instead you can try by putting the following line into two files and comparing them, the line starts with <FormalSpec> and ends with </FormalSpec>:
<FormalSpec><![CDATA[TranslatedTop:%Numeric,TranslatedBottom:%Numeric,S caledTableRight:%Numeric,ColumnList:%String,&Scale dColumnLines:%Numeric]]></FormalSpec>
Regards
Chris
file-report layout:side-by-side options:line-numbers output-to:%3 output-options:wrap-word,html-color %1 %2
The html wrapping appears to mostly work in IE (3 quarters of the report is visilble) and not work at all in FireFox (only the left hand side is visible, the right side is entirely past he scroll region), not sure if this is just a problem when dealing with lines without spaces or not. For my purposes I have to use Firefox so I am getting the not working at all option! Unfortunately I don't know how to insert a screenshot here, so instead you can try by putting the following line into two files and comparing them, the line starts with <FormalSpec> and ends with </FormalSpec>:
<FormalSpec><![CDATA[TranslatedTop:%Numeric,TranslatedBottom:%Numeric,S caledTableRight:%Numeric,ColumnList:%String,&Scale dColumnLines:%Numeric]]></FormalSpec>
Regards
Chris
Comment