notepad-plus-plus-legacy/PowerEditor/misc/npp.help/HTML/Newline format.html
Don Ho aac719f843 [ADD] Add npp help binary and source files.
Signed-off-by: Don HO <don.h@free.fr>

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@504 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-07-02 12:45:08 +00:00

15 lines
844 B
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>Newline format</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head><body>
<h1>Newline format</h1>
<p>Files
that have multiple lines of text have special newline characters to
indicate where one line ends and a new one begins. Because operating systems have had
different traditional formats, Notepad++ and Scintilla have support to handle and
them. When editing a file, Notepad++ will try to determine the
newline format used and base any newline operations on that. To
change the format used, simple select it from the Format menu. All
newlines will be changed and subsequent newlines added will be of
this format.
</body></html>