notepad-plus-plus-legacy/PowerEditor/misc/npp.help/HTML/Newline format.html

15 lines
844 B
HTML
Raw Normal View History

<!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>