15 lines
1.1 KiB
HTML
15 lines
1.1 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||
|
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Wrapping</title>
|
||
|
<link rel="stylesheet" href="styles.css" type="text/css"></head>
|
||
|
<body>
|
||
|
<h1>Wrapping</h1>
|
||
|
Line
|
||
|
wrapping means that lines that are longer than the actual width of
|
||
|
the screen are wrapped (that is, continued on a new line), without
|
||
|
actually inserting any newline characters.
|
||
|
<p>To
|
||
|
enable line wrapping, select <span class="menu_item">View->Wrap</span> or press <img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/wrap.png">.
|
||
|
<p>To
|
||
|
enable a visual cue where a line is wrapped as opposed to be ended
|
||
|
with a newline character, select <span class="menu_item">View->Show Symbol->Show wrap symbol</span>. Display of where a line could wrap because its length exceeds some theshhold can be enabled and configured in both <a href="Preferences.html#Edit_Components">Preferences</a> and <a href="Stylers%20Configurator.html">Styler Configurator</a>.
|
||
|
</body></html>
|