759a950cfa
[UPDATE] (Author : Christian Cuvier) Update NppHelp. [UPDATE] Update localization files. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@584 f5eea248-9336-0410-98b8-ebc06183d4e3
15 lines
842 B
HTML
15 lines
842 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, simply select it from the Edit menu. All
|
|
newlines will be changed and subsequent newlines added will be of
|
|
this format.
|
|
</body></html> |