notepad-plus-plus-legacy/PowerEditor/misc/npp.help/HTML/Wrapping.html
Don Ho 9ab9b02e6a [RELEASE] Notepad++ 5.8.1 release
[NEW_FEATURE] (Author: Christian Cuvier) Update NppHelp.
[UPDATE] Update native Language files.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@674 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-09-27 00:10:18 +00:00

17 lines
1.2 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-&gt;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-&gt;Show Symbol-&gt;Show wrap symbol</span>. Display of where a line could wrap because its length
exceeds some threshold can be enabled and configured in both <a href="Preferences.html#Edit_Components">Preferences</a> and <a href="Stylers%20Configurator.html">Styler Configurator</a>.
When choosing to just have a line break, you can control whether and where a wrap symbol is displayed.
</body></html>