notepad-plus-plus-legacy/PowerEditor/misc/npp.help/HTML/Read-Only.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

23 lines
1010 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>Read-Only</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>
<p>Read-only
files:</h1>
<p>Documents in Notepad++ can be marked as read-only, meaning
they cannot be modified.
<p>
Notepad++
recognizes two read-only states:
<p><ul><li>The file in the filesystem is
marked as read-only. You can only enable the editing of the file by
clearing the read-only flag. You can do so by selecting <span class="menu_item">Edit-&gt;Clear
Read Only Flag</span>.
</li><li>The
document in Notepad++ is marked as read-only. You can manually set
this option by selecting <span class="menu_item">Edit-&gt;Set Read Only</span>. The document in
Notepad++ cannot be edited, but if the file exists in the filesystem
it will not be marked as read-only, this is just an internal state.</li></ul>
</body></html>