10.3 - Word wrap in Author view?

Are you missing a feature? Request its implementation here.
strivinglife
Posts: 9
Joined: Tue Jan 13, 2009 3:08 pm
Location: Madison WI
Contact:

10.3 - Word wrap in Author view?

Post by strivinglife »

Maybe I'm missing the option, but there doesn't appear to be a way to turn on word wrap while in Author view (or Text view).

Is this currently an option? If not, can there be an option to turn it on/off in Author view and potentially Text view?

~James
Radu
Posts: 9473
Joined: Fri Jul 09, 2004 5:18 pm

Re: 10.3 - Word wrap in Author view?

Post by Radu »

Hi James,

For the Text page you can turn on word wrap from the Oxygen Editor/Pages/Text preferences page using the Line Wrap checkbox.

For the Author page word wrap should be the default behavior as the text is automatically wrapped to fit the visible width.
This does not happen if you have large tables or the text is inside elements which have the xml:space='preserve' attribute set or are defined as space-preserve in the CSS file.

If you have in your CSS file elements with the property whitespace set to pre you can use the pre-wrap value for it like:

Code: Select all


element{
white-space:pre-wrap;
}
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply